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
feat(db): add migrations system and push subscriptions persistence
build-mips.yml #81
:
Commit
2c8a2d5956
pushed by
admin
main
2026-02-08 02:11:39 +00:00
33s
View workflow file
fix(mobile): add type=button and remove overlay
build-mips.yml #80
:
Commit
6acb299fbe
pushed by
admin
main
2026-02-08 01:41:30 +00:00
4m11s
View workflow file
fix(mobile): use pointerdown like statusbar
build-mips.yml #79
:
Commit
ab49c2ded5
pushed by
admin
main
2026-02-08 01:31:30 +00:00
4m15s
View workflow file
fix(mobile): fix sort dropdown button events
build-mips.yml #78
:
Commit
e4957e930d
pushed by
admin
main
2026-02-08 01:21:27 +00:00
4m14s
View workflow file
feat(torrent): add date sorting and display
build-mips.yml #77
:
Commit
ad2c6dc56e
pushed by
admin
main
2026-02-08 01:14:27 +00:00
4m15s
View workflow file
Auto-login user after setup and redirect to dashboard
build-mips.yml #76
:
Commit
9f009bc18b
pushed by
admin
main
2026-02-08 00:58:18 +00:00
4m14s
View workflow file
fix(mobile): fix sort dropdown event handling
build-mips.yml #75
:
Commit
8baf01c77b
pushed by
admin
main
2026-02-08 00:50:52 +00:00
4m13s
View workflow file
feat(torrent): add date sorting and display
build-mips.yml #74
:
Commit
275bb6e37a
pushed by
admin
main
2026-02-08 00:40:09 +00:00
4m14s
View workflow file
Auto-login user after setup and redirect to dashboard
build-mips.yml #73
:
Commit
9f009bc18b
pushed by
admin
main
2026-02-08 00:25:37 +00:00
4m14s
View workflow file
Add rate limiting to login endpoint (5 req/sec burst)
build-mips.yml #72
:
Commit
37d13f14d8
pushed by
admin
main
2026-02-07 17:35:07 +00:00
3m37s
View workflow file
Fix syntax errors in torrent table component (missing function and closing tags)
build-mips.yml #71
:
Commit
e23585dfea
pushed by
admin
main
2026-02-07 17:24:16 +00:00
4m23s
View workflow file
Update default sort to Date Added (Descending) and display Added column
build-mips.yml #70
:
Commit
9d5092649f
pushed by
admin
main
2026-02-07 17:17:50 +00:00
1m18s
View workflow file
Auto-login user after setup and redirect to dashboard
build-mips.yml #69
:
Commit
9f009bc18b
pushed by
admin
main
2026-02-07 16:58:34 +00:00
4m16s
View workflow file
Remove unused leptos_router imports from login and setup components
build-mips.yml #68
:
Commit
643b83ac21
pushed by
admin
main
2026-02-07 16:54:10 +00:00
4m8s
View workflow file
Restore required utoipa::OpenApi import
build-mips.yml #67
:
Commit
90b65240b2
pushed by
admin
main
2026-02-07 16:50:00 +00:00
2m51s
View workflow file
Redirect authenticated users away from login/setup pages
build-mips.yml #66
:
Commit
69243a5590
pushed by
admin
main
2026-02-07 16:43:25 +00:00
3m27s
View workflow file
Fix unused OpenApi import warning
build-mips.yml #65
:
Commit
10262142fc
pushed by
admin
main
2026-02-07 16:38:08 +00:00
3m25s
View workflow file
Fix compilation errors: Restore missing delete_session method and ApiDoc struct
build-mips.yml #64
:
Commit
858a1c9b63
pushed by
admin
main
2026-02-07 16:32:59 +00:00
4m8s
View workflow file
Add CLI password reset feature: --reset-password <USERNAME>
build-mips.yml #63
:
Commit
edfb7458f8
pushed by
admin
main
2026-02-07 16:21:37 +00:00
3m24s
View workflow file
Add 'Remember Me' feature to login (extends session to 30 days)
build-mips.yml #62
:
Commit
575cfa4b38
pushed by
admin
main
2026-02-07 16:10:03 +00:00
4m7s
View workflow file
Fetch and display actual username in sidebar profile section
build-mips.yml #61
:
Commit
9b18b97c49
pushed by
admin
main
2026-02-07 14:21:26 +00:00
4m8s
View workflow file
Fix sidebar overlap: Add bottom padding to account for fixed status bar
build-mips.yml #60
:
Commit
88723352fd
pushed by
admin
main
2026-02-07 14:11:44 +00:00
4m12s
View workflow file
Adjust sidebar layout to push profile section to the bottom and reduce avatar size
build-mips.yml #59
:
Commit
4231e0b3a7
pushed by
admin
main
2026-02-07 14:03:40 +00:00
4m7s
View workflow file
Add user profile and logout button to sidebar footer
build-mips.yml #58
:
Commit
1177412c87
pushed by
admin
main
2026-02-07 13:45:05 +00:00
4m7s
View workflow file
Lower bcrypt cost to 6 to improve login speed on low-end hardware
build-mips.yml #57
:
Commit
aed753c64f
pushed by
admin
main
2026-02-07 13:28:18 +00:00
4m9s
View workflow file
Refactor App routing to fix infinite recursion and stack overflow errors
build-mips.yml #56
:
Commit
9d0eb11f16
pushed by
admin
main
2026-02-07 13:14:17 +00:00
4m8s
View workflow file
Improve App initialization logic with better error handling and logging to prevent infinite loading state
build-mips.yml #55
:
Commit
3c13f99652
pushed by
admin
main
2026-02-07 12:49:59 +00:00
4m6s
View workflow file
Change cookie SameSite policy to Lax to fix login redirection issue
build-mips.yml #54
:
Commit
a948215538
pushed by
admin
main
2026-02-07 12:43:03 +00:00
4m6s
View workflow file
Demote 'Torrent status changed' log from INFO to DEBUG to reduce console noise
build-mips.yml #53
:
Commit
13424fceeb
pushed by
admin
main
2026-02-07 12:37:25 +00:00
4m6s
View workflow file
Add detailed logging to login handler and use full page reload for auth navigation
build-mips.yml #52
:
Commit
e3eb5fbca9
pushed by
admin
main
2026-02-07 12:32:55 +00:00
4m7s
View workflow file
First
Previous
...
9
10
11
12
13
Next
Last