spinline
c45f2f50e9
fix: ARM64 build hatası için wasm-opt versiyonu v117 olarak güncellendi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 16:25:02 +03:00
spinline
791eabe9bd
fix: SQLite deadlock ve busy_timeout yönetimi iyileştirildi
Build MIPS Binary / build (push) Failing after 1m2s
2026-02-08 16:20:55 +03:00
spinline
12f93dd640
perf: Trunk WASM optimizasyonu aktif edildi (data-wasm-opt=0 kaldırıldı)
Build MIPS Binary / build (push) Failing after 1m2s
2026-02-08 16:18:50 +03:00
spinline
7306db8c2f
fix: torrent diff algoritması hash tabanlı hale getirilerek sıralama bağımlılığı kaldırıldı
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 16:17:30 +03:00
spinline
ce0ecd62af
fix: index.html yükleme ekranına zaman aşımı (15sn) ve hata mesajı eklendi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 16:13:20 +03:00
spinline
f2379b67d8
docs: main.rs içindeki güncelliğini yitirmiş şifre güncelleme yorumu temizlendi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 16:11:18 +03:00
spinline
755f35c94c
security: gerçek .env dosyası takipten çıkarıldı ve .env.example güncellendi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 16:07:26 +03:00
spinline
175cac953e
fix: SSE bağlantısı sadece giriş yapıldıktan sonra başlatılacak şekilde düzeltildi
Build MIPS Binary / build (push) Successful in 4m23s
release-20260208-1301
2026-02-08 15:57:24 +03:00
spinline
2c812fc4f6
fix: login rate limit 5 deneme ve 1 dakika bekleme olarak güncellendi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 15:56:07 +03:00
spinline
08df851970
feat: login rate limit için frontend uyarı mesajı ve IP bazlı limit aktif edildi
Build MIPS Binary / build (push) Has been cancelled
2026-02-08 15:54:54 +03:00
spinline
35faa6bfda
test: global rate limit denemesi
Build MIPS Binary / build (push) Successful in 4m21s
release-20260208-1251
2026-02-08 15:47:00 +03:00
spinline
328019e438
fix: login rate limit ayarları daha katı hale getirildi
Build MIPS Binary / build (push) Successful in 4m22s
release-20260208-1103
2026-02-08 13:59:08 +03:00
spinline
4f1c6326fd
feat: login sistemi için tower-governor ile IP bazlı rate limit eklendi
Build MIPS Binary / build (push) Successful in 4m21s
release-20260208-1052
2026-02-08 13:48:04 +03:00
spinline
2e36c28c0d
fix(frontend): replace unwrap() with expect() for better error messages
...
Build MIPS Binary / build (push) Successful in 4m13s
- console_log::init_with_level() now uses expect()
- web_sys::window() now uses expect() with helpful message
- window.document() now uses expect()
- document.body() now uses expect()
This provides meaningful error messages if WASM initialization fails.
release-20260208-0245
2026-02-08 05:41:07 +03:00
spinline
6530e20af2
perf(db): enable SQLite WAL mode and performance settings
...
Build MIPS Binary / build (push) Successful in 4m14s
- PRAGMA journal_mode=WAL - concurrent reads while writing
- PRAGMA synchronous=NORMAL - faster than FULL, still safe
- PRAGMA busy_timeout=5000 - reduces database locked errors
Note: Existing databases should be deleted to enable WAL mode properly.
release-20260208-0238
2026-02-08 05:34:06 +03:00
spinline
32f4946530
fix: show N/A for magnet link dates
...
Build MIPS Binary / build (push) Successful in 4m14s
Magnet links don't have creation_date, so timestamp is 0.
Now shows 'N/A' instead of 01/01/1970 00:00
release-20260208-0232
2026-02-08 05:28:14 +03:00
spinline
619951fa1c
security: remove hardcoded VAPID keys fallback
...
Build MIPS Binary / build (push) Successful in 4m14s
VAPID keys must now be set via environment variables or .env file.
This eliminates the security risk of having keys in source code.
release-20260208-0220
2026-02-08 05:16:31 +03:00
spinline
6d45e6773f
chore: add DATABASE_URL to .env
Build MIPS Binary / build (push) Successful in 4m14s
release-20260208-0215
2026-02-08 05:11:31 +03:00
spinline
2c8a2d5956
feat(db): add migrations system and push subscriptions persistence
...
Build MIPS Binary / build (push) Has been cancelled
- Add sqlx migration system with migrations/ directory
- Create 001_init.sql and 002_push_subscriptions.sql migration files
- Move from manual CREATE TABLE to version-controlled migrations
- Add push_subscriptions table with DB persistence
- PushSubscriptionStore now loads from DB on startup
- Add save/remove/get methods for push subscriptions in db.rs
- Move VAPID keys to .env file (with fallback to hardcoded values)
- Delete old vibetorrent.db and recreate with migrations
2026-02-08 05:10:57 +03:00
spinline
6acb299fbe
fix(mobile): add type=button and remove overlay
Build MIPS Binary / build (push) Successful in 4m11s
release-20260208-0141
2026-02-08 04:37:16 +03:00
spinline
ab49c2ded5
fix(mobile): use pointerdown like statusbar
Build MIPS Binary / build (push) Successful in 4m15s
release-20260208-0131
2026-02-08 04:27:12 +03:00
spinline
e4957e930d
fix(mobile): fix sort dropdown button events
Build MIPS Binary / build (push) Successful in 4m14s
release-20260208-0121
2026-02-08 04:17:08 +03:00
spinline
ad2c6dc56e
feat(torrent): add date sorting and display
...
Build MIPS Binary / build (push) Successful in 4m15s
- Sort torrents by added date (newest first) by default
- Add Date column to desktop table (after ETA)
- Add Date to mobile card view (grid-cols-3 -> grid-cols-4)
- Add Date option to mobile sort dropdown
- Display dates in DD/MM/YYYY HH:mm format
- Add chrono wasm-bindgen feature
release-20260208-0114
2026-02-08 04:10:02 +03:00
spinline
9f009bc18b
Auto-login user after setup and redirect to dashboard
Build MIPS Binary / build (push) Successful in 4m14s
release-20260207-1658
release-20260208-0025
release-20260208-0058
2026-02-07 19:54:14 +03:00
spinline
643b83ac21
Remove unused leptos_router imports from login and setup components
Build MIPS Binary / build (push) Successful in 4m8s
release-20260207-1654
2026-02-07 19:49:58 +03:00
spinline
90b65240b2
Restore required utoipa::OpenApi import
Build MIPS Binary / build (push) Has been cancelled
2026-02-07 19:47:06 +03:00
spinline
69243a5590
Redirect authenticated users away from login/setup pages
Build MIPS Binary / build (push) Failing after 3m27s
2026-02-07 19:39:53 +03:00
spinline
10262142fc
Fix unused OpenApi import warning
Build MIPS Binary / build (push) Failing after 3m25s
2026-02-07 19:34:41 +03:00
spinline
858a1c9b63
Fix compilation errors: Restore missing delete_session method and ApiDoc struct
Build MIPS Binary / build (push) Successful in 4m7s
release-20260207-1632
2026-02-07 19:28:47 +03:00
spinline
edfb7458f8
Add CLI password reset feature: --reset-password <USERNAME>
Build MIPS Binary / build (push) Failing after 3m24s
2026-02-07 19:18:10 +03:00
spinline
575cfa4b38
Add 'Remember Me' feature to login (extends session to 30 days)
Build MIPS Binary / build (push) Successful in 4m7s
release-20260207-1610
2026-02-07 19:05:52 +03:00
spinline
9b18b97c49
Fetch and display actual username in sidebar profile section
Build MIPS Binary / build (push) Successful in 4m8s
release-20260207-1421
2026-02-07 17:17:16 +03:00
spinline
88723352fd
Fix sidebar overlap: Add bottom padding to account for fixed status bar
Build MIPS Binary / build (push) Successful in 4m12s
release-20260207-1411
2026-02-07 17:07:30 +03:00
spinline
4231e0b3a7
Adjust sidebar layout to push profile section to the bottom and reduce avatar size
Build MIPS Binary / build (push) Successful in 4m7s
release-20260207-1403
2026-02-07 16:59:31 +03:00
spinline
1177412c87
Add user profile and logout button to sidebar footer
Build MIPS Binary / build (push) Successful in 4m7s
release-20260207-1345
2026-02-07 16:40:55 +03:00
spinline
aed753c64f
Lower bcrypt cost to 6 to improve login speed on low-end hardware
Build MIPS Binary / build (push) Successful in 4m8s
release-20260207-1328
2026-02-07 16:24:06 +03:00
spinline
9d0eb11f16
Refactor App routing to fix infinite recursion and stack overflow errors
Build MIPS Binary / build (push) Successful in 4m8s
release-20260207-1314
2026-02-07 16:10:06 +03:00
spinline
3c13f99652
Improve App initialization logic with better error handling and logging to prevent infinite loading state
Build MIPS Binary / build (push) Successful in 4m6s
release-20260207-1249
2026-02-07 15:45:51 +03:00
spinline
a948215538
Change cookie SameSite policy to Lax to fix login redirection issue
Build MIPS Binary / build (push) Successful in 4m6s
release-20260207-1243
2026-02-07 15:38:56 +03:00
spinline
13424fceeb
Demote 'Torrent status changed' log from INFO to DEBUG to reduce console noise
Build MIPS Binary / build (push) Successful in 4m6s
release-20260207-1237
2026-02-07 15:33:16 +03:00
spinline
e3eb5fbca9
Add detailed logging to login handler and use full page reload for auth navigation
Build MIPS Binary / build (push) Successful in 4m7s
release-20260207-1232
2026-02-07 15:28:44 +03:00
spinline
08f2f540fe
Fix unused import and dead code warnings
Build MIPS Binary / build (push) Successful in 4m6s
release-20260207-1224
2026-02-07 15:20:23 +03:00
spinline
7361421641
Fix middleware signature: Specify Request<Body> explicitly
Build MIPS Binary / build (push) Successful in 4m7s
release-20260207-1217
2026-02-07 15:13:05 +03:00
spinline
d6ecc08398
Upgrade axum-extra to 0.10 for Axum 0.8 compatibility
Build MIPS Binary / build (push) Has been cancelled
2026-02-07 15:11:08 +03:00
spinline
472bac85f3
Fix compilation errors: Resolve utoipa derive issues, add time dependency, and correct Axum middleware signature
Build MIPS Binary / build (push) Has been cancelled
2026-02-07 15:08:53 +03:00
spinline
bb3ec14a75
Fix compilation errors: Add missing dependencies, fix module visibility, and update Axum middleware types
Build MIPS Binary / build (push) Failing after 3m27s
2026-02-07 14:58:35 +03:00
spinline
d53d661ad1
Implement authentication system with SQLite: Add login/setup pages, auth middleware, and database integration
Build MIPS Binary / build (push) Failing after 3m42s
2026-02-07 14:43:25 +03:00
spinline
92720c15b3
Fix mobile dropdown interaction: Revert to pointerdown with stop_propagation and use overlay for reliable closing
Build MIPS Binary / build (push) Successful in 3m57s
release-20260207-1118
2026-02-07 14:14:37 +03:00
spinline
5e59f66056
Fix dropdown closing behavior on mobile by adding transparent overlay
Build MIPS Binary / build (push) Successful in 3m45s
release-20260207-1057
2026-02-07 13:54:00 +03:00
spinline
f2ca741188
Fix cache issue by updating service worker strategy and remove GitHub workflows
Build MIPS Binary / build (push) Successful in 3m44s
release-20260207-1044
2026-02-07 13:41:00 +03:00