Roardom
13422a553b
refactor: move Language class from models to helpers
...
It's not exactly an eloquent model.
2025-10-03 19:17:18 +00:00
HDVinnie
a1e45a4dca
add: ability to hide adult content
...
- closes #4866
- closes #4867
2025-09-17 14:35:00 -04:00
HDVinnie
170f704d0c
add: user homepage block ordering
...
- closes #4791
- uses alpinejs drag and drop function
- renames visible columns for better consistency
- eager loads user settings for block performance
2025-07-15 18:04:18 -04:00
HDVinnie
885e34d953
add: user homepage block settings
...
- Now users can fully customize which blocks they want to see on sites homepage by toggling them in the user settings page.
2025-06-19 11:43:20 -04:00
Roardom
7998c4a204
add: setting to automatically unbookmark torrents upon completion
...
Only every 15 minutes for now instead of upon immediate completion, but it makes the code much easier to implement.
2025-03-23 21:17:11 +00:00
Roardom
02adfdc8b5
add: user setting to disable torrent search autofocus
2024-06-04 12:08:37 +00:00
Roardom
d66f84dc4a
update: allow saving default torrent sort column
...
After 10+ hours of debugging and searching through livewire issues, it turns out that the query string doesn't update if you have `history: true` in the `#[Url()]` attribute.
2024-06-01 11:37:15 +00:00
Roardom
46240da36f
refactor: clean up user settings controllers
...
Use form requests
2024-05-29 10:40:15 +00:00