This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
vibetorrent
Watch
1
Star
0
Fork
0
You've already forked vibetorrent
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
194
Wiki
Activity
All Workflows
build-mips.yml
Actor
All actors
admin
Status
All status
Success
Failure
Waiting
Running
fix: prevent panic by using signals for redirects and fix auth flow
build-mips.yml #171
:
Commit
0304c5cb7d
pushed by
admin
main
2026-02-09 19:33:37 +00:00
1m15s
View workflow file
fix: use navigate inside Router context and fix auth redirect flow
build-mips.yml #170
:
Commit
cee609700a
pushed by
admin
main
2026-02-09 19:32:22 +00:00
1m20s
View workflow file
debug: add more SSE logging to trace message receiving
build-mips.yml #169
:
Commit
a9de8aeb5a
pushed by
admin
main
2026-02-09 19:27:02 +00:00
5m20s
View workflow file
fix: use .get() instead of .with() for RwSignal and fix indentation
build-mips.yml #168
:
Commit
79a88306c3
pushed by
admin
main
2026-02-09 19:17:30 +00:00
5m21s
View workflow file
debug: add TorrentTable logging to trace UI rendering
build-mips.yml #167
:
Commit
96ca09b9bd
pushed by
admin
main
2026-02-09 19:12:08 +00:00
2m11s
View workflow file
debug: add SSE logging to trace torrent loading issue
build-mips.yml #166
:
Commit
4d88660d91
pushed by
admin
main
2026-02-09 19:09:57 +00:00
2m10s
View workflow file
fix: remove modal module declaration from components/mod.rs
build-mips.yml #165
:
Commit
1c2fa499b8
pushed by
admin
main
2026-02-09 19:04:55 +00:00
5m21s
View workflow file
fix: remove unused Modal component
build-mips.yml #164
:
Commit
f121d5b220
pushed by
admin
main
2026-02-09 18:53:02 +00:00
1m18s
View workflow file
fix: move #[allow(dead_code)] after #[component] in modal.rs
build-mips.yml #163
:
Commit
449227d019
pushed by
admin
main
2026-02-09 18:51:43 +00:00
3m15s
View workflow file
fix: SSE connection not starting after login
build-mips.yml #162
:
Commit
bc47a4ac5c
pushed by
admin
main
2026-02-09 18:48:28 +00:00
2m43s
View workflow file
fix: remove unused scgi import from backend
build-mips.yml #161
:
Commit
a3bf33aee4
pushed by
admin
main
2026-02-09 18:45:44 +00:00
4m11s
View workflow file
fix: syntax error in recursion limit attribute
build-mips.yml #160
:
Commit
d7b1cef6d7
pushed by
admin
main
2026-02-09 18:39:17 +00:00
5m22s
View workflow file
fix: remove unused imports and suppress dead code warning
build-mips.yml #159
:
Commit
41bd4fcd1b
pushed by
admin
main
2026-02-09 18:31:21 +00:00
1m11s
View workflow file
fix: add recursion limit for leptos 0.8
build-mips.yml #158
:
Commit
4ed3f12d8b
pushed by
admin
main
2026-02-09 18:29:50 +00:00
1m11s
View workflow file
fix: upgrade to leptos 0.8 with compatible deps
build-mips.yml #157
:
Commit
cd7d21cd48
pushed by
admin
main
2026-02-09 18:27:23 +00:00
1m28s
View workflow file
fix(frontend): leptos 0.8 migration fixes - Callback::run, StoredValue::new_local, traits
build-mips.yml #156
:
Commit
95a0d59cc4
pushed by
admin
main
2026-02-09 17:40:49 +00:00
1m22s
View workflow file
fix(frontend): address move semantics and signal/callback types for Leptos 0.8
build-mips.yml #155
:
Commit
e1e8a89579
pushed by
admin
main
2026-02-09 17:26:06 +00:00
1m22s
View workflow file
refactor(frontend): partial fix for Leptos 0.8 migration (imports, view types)
build-mips.yml #154
:
Commit
9a3aae3f37
pushed by
admin
main
2026-02-09 17:20:18 +00:00
1m23s
View workflow file
modernize: migrate to Leptos 0.8 and Server Functions architecture, break backend->shared loop
build-mips.yml #153
:
Commit
e6d00e9d55
pushed by
admin
main
2026-02-09 17:08:57 +00:00
1m27s
View workflow file
perf: implement smart merge logic for FullList to preserve reactive references
build-mips.yml #152
:
Commit
5a8f5169ea
pushed by
admin
main
2026-02-08 21:44:36 +00:00
4m22s
View workflow file
perf: use keyed <For /> and fine-grained reactivity in torrent table
build-mips.yml #151
:
Commit
afdc34e131
pushed by
admin
main
2026-02-08 21:40:13 +00:00
23s
View workflow file
fix: add timeout to SCGI requests to prevent background loop hang
build-mips.yml #150
:
Commit
d15392e148
pushed by
admin
main
2026-02-08 21:32:34 +00:00
4m22s
View workflow file
fix: wake up background polling loop immediately when a client connects
build-mips.yml #149
:
Commit
f3121898e2
pushed by
admin
main
2026-02-08 21:26:54 +00:00
4m22s
View workflow file
ui: rename Down Speed to DL Speed in torrent table
build-mips.yml #148
:
Commit
e1370db6ce
pushed by
admin
main
2026-02-08 21:11:36 +00:00
4m26s
View workflow file
perf: implement dynamic polling interval based on active clients
build-mips.yml #147
:
Commit
1432dec828
pushed by
admin
main
2026-02-08 21:02:12 +00:00
4m35s
View workflow file
perf: optimize torrent store with HashMap for O(1) updates
build-mips.yml #146
:
Commit
1bb3475d61
pushed by
admin
main
2026-02-08 20:57:25 +00:00
4m57s
View workflow file
feat: add centralized API service layer for frontend
build-mips.yml #145
:
Commit
cffc88443a
pushed by
admin
main
2026-02-08 20:32:56 +00:00
5m18s
View workflow file
feat: add SCGI connection pooling with bb8
build-mips.yml #144
:
Commit
05d3a60d56
pushed by
admin
main
2026-02-08 20:22:12 +00:00
3m50s
View workflow file
feat: add centralized API service layer for frontend
build-mips.yml #143
:
Commit
3ffc7576a0
pushed by
admin
main
2026-02-08 20:09:08 +00:00
4m24s
View workflow file
refactor: replace magic indices with RtorrentField enum for type-safe parsing
build-mips.yml #142
:
Commit
ce10c5dfb2
pushed by
admin
main
2026-02-08 19:54:56 +00:00
4m22s
View workflow file
First
Previous
...
6
7
8
9
10
...
Next
Last