spinline
8815727620
feat: migrate to stateless server functions for auth with jwt and shadcn ui
Build MIPS Binary / build (push) Failing after 3s
2026-02-10 19:20:36 +03:00
spinline
c85c75659e
feat: modernize stack with shadcn, struct_patch and msgpack
Build MIPS Binary / build (push) Failing after 6s
2026-02-10 19:02:53 +03:00
spinline
4b3e713657
refactor: move DB to shared crate, convert push endpoints to server functions, remove dead REST handlers
Build MIPS Binary / build (push) Successful in 5m17s
release-20260209-2310
2026-02-10 02:05:04 +03:00
spinline
c2bf6e6fd5
fix: remove unnecessary SSE user auth check - login already guards access
Build MIPS Binary / build (push) Successful in 5m17s
release-20260209-2249
2026-02-10 01:43:40 +03:00
spinline
94bc7cb91d
fix: patch coarsetime with portable-atomic for MIPS AtomicU64 support
Build MIPS Binary / build (push) Successful in 5m18s
release-20260209-2234
2026-02-10 01:29:06 +03:00
spinline
5e1f4b18c2
refactor: migrate torrent/settings endpoints to Leptos Server Functions and remove third_party/coarsetime
Build MIPS Binary / build (push) Failing after 4m15s
2026-02-10 00:27:39 +03:00
spinline
3f370389aa
fix: SSE auth by capturing store context before async block and redirect to setup when needed
2026-02-10 00:12:08 +03:00
spinline
a4fe8d065c
debug: log user value in SSE loop
Build MIPS Binary / build (push) Successful in 5m21s
release-20260209-2101
2026-02-09 23:55:57 +03:00
spinline
3215b38272
fix: add missing spawn_local import
Build MIPS Binary / build (push) Successful in 5m20s
release-20260209-2054
2026-02-09 23:48:52 +03:00
spinline
8eb594e804
refactor: move SSE logic to spawn_local with continuous user check
Build MIPS Binary / build (push) Failing after 1m15s
2026-02-09 22:48:00 +03:00
spinline
518af10cd7
fix: use .0 for reading and .1 for writing signals
Build MIPS Binary / build (push) Successful in 5m20s
release-20260209-1942
2026-02-09 22:37:06 +03:00
spinline
0304c5cb7d
fix: prevent panic by using signals for redirects and fix auth flow
Build MIPS Binary / build (push) Failing after 1m15s
2026-02-09 22:32:19 +03:00
spinline
cee609700a
fix: use navigate inside Router context and fix auth redirect flow
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 22:30:59 +03:00
spinline
a9de8aeb5a
debug: add more SSE logging to trace message receiving
Build MIPS Binary / build (push) Successful in 5m20s
release-20260209-1927
2026-02-09 22:21:39 +03:00
spinline
79a88306c3
fix: use .get() instead of .with() for RwSignal and fix indentation
Build MIPS Binary / build (push) Successful in 5m21s
release-20260209-1917
2026-02-09 22:12:05 +03:00
spinline
96ca09b9bd
debug: add TorrentTable logging to trace UI rendering
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 22:09:55 +03:00
spinline
4d88660d91
debug: add SSE logging to trace torrent loading issue
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 22:07:44 +03:00
spinline
1c2fa499b8
fix: remove modal module declaration from components/mod.rs
Build MIPS Binary / build (push) Successful in 5m21s
release-20260209-1904
2026-02-09 21:59:33 +03:00
spinline
f121d5b220
fix: remove unused Modal component
Build MIPS Binary / build (push) Failing after 1m18s
2026-02-09 21:51:40 +03:00
spinline
449227d019
fix: move #[allow(dead_code)] after #[component] in modal.rs
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 21:48:26 +03:00
spinline
bc47a4ac5c
fix: SSE connection not starting after login
...
Build MIPS Binary / build (push) Has been cancelled
- Move SSE initialization inside Effect closure to capture signals properly
- Fix closure capture issue where torrents/stats/notifications were borrowed before being passed to async block
- SSE now starts correctly when user is authenticated
2026-02-09 21:45:36 +03:00
spinline
a3bf33aee4
fix: remove unused scgi import from backend
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 21:41:31 +03:00
spinline
d7b1cef6d7
fix: syntax error in recursion limit attribute
...
Build MIPS Binary / build (push) Successful in 5m22s
- Fix missing opening parenthesis in #![recursion_limit]
release-20260209-1839
2026-02-09 21:33:47 +03:00
spinline
41bd4fcd1b
fix: remove unused imports and suppress dead code warning
...
Build MIPS Binary / build (push) Failing after 1m11s
- Remove unused leptos::logging, leptos::html, leptos::task::spawn_local from toast.rs
- Remove unused Torrent import from table.rs
- Add #[allow(dead_code)] to modal.rs for unused fields
2026-02-09 21:30:03 +03:00
spinline
4ed3f12d8b
fix: add recursion limit for leptos 0.8
...
Build MIPS Binary / build (push) Failing after 1m11s
- Add #![recursion_limit = "256"] to frontend crate
- This resolves queries overflow error in complex component trees
2026-02-09 21:28:30 +03:00
spinline
cd7d21cd48
fix: upgrade to leptos 0.8 with compatible deps
...
Build MIPS Binary / build (push) Failing after 1m28s
- Update leptos-use from 0.15 to 0.16 for reactive_graph compatibility
- Fix web-sys ProgressElement -> ProgressEvent feature
- Resolve closure ownership issues in context_menu.rs and statusbar.rs
- Update Cargo dependencies for stable compilation
2026-02-09 21:25:46 +03:00
spinline
95a0d59cc4
fix(frontend): leptos 0.8 migration fixes - Callback::run, StoredValue::new_local, traits
Build MIPS Binary / build (push) Failing after 1m22s
2026-02-09 20:39:23 +03:00
spinline
e1e8a89579
fix(frontend): address move semantics and signal/callback types for Leptos 0.8
Build MIPS Binary / build (push) Failing after 1m22s
2026-02-09 20:24:42 +03:00
spinline
9a3aae3f37
refactor(frontend): partial fix for Leptos 0.8 migration (imports, view types)
Build MIPS Binary / build (push) Failing after 1m23s
2026-02-09 20:18:50 +03:00
spinline
e6d00e9d55
modernize: migrate to Leptos 0.8 and Server Functions architecture, break backend->shared loop
Build MIPS Binary / build (push) Failing after 1m27s
2026-02-09 20:07:28 +03:00
spinline
5a8f5169ea
perf: implement smart merge logic for FullList to preserve reactive references
Build MIPS Binary / build (push) Successful in 4m22s
release-20260208-2144
2026-02-09 00:40:09 +03:00
spinline
afdc34e131
perf: use keyed <For /> and fine-grained reactivity in torrent table
Build MIPS Binary / build (push) Has been cancelled
2026-02-09 00:39:44 +03:00
spinline
d15392e148
fix: add timeout to SCGI requests to prevent background loop hang
Build MIPS Binary / build (push) Successful in 4m22s
release-20260208-2132
2026-02-09 00:28:07 +03:00
spinline
f3121898e2
fix: wake up background polling loop immediately when a client connects
Build MIPS Binary / build (push) Successful in 4m22s
release-20260208-2126
2026-02-09 00:22:28 +03:00
spinline
e1370db6ce
ui: rename Down Speed to DL Speed in torrent table
Build MIPS Binary / build (push) Successful in 4m26s
release-20260208-2111
2026-02-09 00:07:07 +03:00
spinline
1432dec828
perf: implement dynamic polling interval based on active clients
Build MIPS Binary / build (push) Successful in 4m35s
release-20260208-2102
2026-02-08 23:57:32 +03:00
spinline
1bb3475d61
perf: optimize torrent store with HashMap for O(1) updates
Build MIPS Binary / build (push) Successful in 4m57s
release-20260208-2057
2026-02-08 23:52:23 +03:00
spinline
cffc88443a
feat: add centralized API service layer for frontend
...
Build MIPS Binary / build (push) Successful in 5m18s
- Create frontend/src/api/mod.rs with centralized HTTP client and error handling
- Implement api::auth module (login, logout, check_auth, get_user)
- Implement api::torrent module (add, action, delete, start, stop, set_label, set_priority)
- Implement api::setup module (get_status, setup)
- Implement api::settings module (set_global_limits)
- Implement api::push module (get_public_key, subscribe)
- Update all components to use api service layer instead of direct gloo_net calls
- Add thiserror dependency for error handling
release-20260208-2032
2026-02-08 23:27:13 +03:00
spinline
129a4c7586
refactor: move AddTorrentRequest to shared library for type safety
Build MIPS Binary / build (push) Successful in 4m28s
release-20260208-1948
2026-02-08 22:43:35 +03:00
spinline
f2dfa7963e
refactor: modernize browser notifications with leptos-use and refactor utils/notification.rs
Build MIPS Binary / build (push) Successful in 4m31s
release-20260208-1936
2026-02-08 22:30:46 +03:00
spinline
d3792e78e0
fix: ios safari mobile dropdown and click bubbling issues resolved with global closer and native details
Build MIPS Binary / build (push) Successful in 5m45s
release-20260208-1853
release-20260208-1922
2026-02-08 21:49:00 +03:00
spinline
384165a958
fix: ios safari mobile dropdown and click bubbling issues resolved with cursor-pointer and css fixes
Build MIPS Binary / build (push) Successful in 4m27s
release-20260208-1832
2026-02-08 21:28:10 +03:00
spinline
7169e44f4e
fix: incorrect import of on_click_outside in statusbar.rs
Build MIPS Binary / build (push) Successful in 4m28s
release-20260208-1805
2026-02-08 21:00:32 +03:00
spinline
51fb85c2d8
fix: iOS Safari uyumluluğu için menü yapıları ve click bubbling sorunları giderildi
Build MIPS Binary / build (push) Failing after 1m8s
2026-02-08 20:58:14 +03:00
spinline
46882caea0
fix: mobilde menülerin açılmama sorunu HTML details/summary yapısı ile kökten çözüldü
Build MIPS Binary / build (push) Successful in 4m31s
release-20260208-1752
2026-02-08 20:47:42 +03:00
spinline
e339ca1c49
fix: menülerin dışarıya tıklayınca kapanmama sorunu giderildi (stop_propagation kaldırıldı ve click event'ine geçildi)
Build MIPS Binary / build (push) Successful in 4m34s
release-20260208-1740
2026-02-08 20:35:44 +03:00
spinline
a08fd9698f
refactor: açılır menüler leptos-use::on_click_outside ile modernize edildi, şeffaf backdrop katmanları kaldırıldı
Build MIPS Binary / build (push) Successful in 5m52s
release-20260208-1722
2026-02-08 20:16:05 +03:00
spinline
7d46dbd437
refactor: tema yönetimi leptos-use::use_local_storage ile reaktif hale getirildi
Build MIPS Binary / build (push) Successful in 4m28s
release-20260208-1706
2026-02-08 20:02:01 +03:00
spinline
5f107299e3
refactor: long press mantığı leptos-use::use_timeout_fn ile modernize edildi
Build MIPS Binary / build (push) Successful in 4m29s
release-20260208-1657
2026-02-08 19:53:10 +03:00
spinline
c34133ded1
refactor: manuel Closure ve timer yönetimi Leptos set_timeout ile değiştirildi
Build MIPS Binary / build (push) Successful in 4m16s
release-20260208-1643
2026-02-08 19:39:38 +03:00