autobrr/internal/database
martylukyy 1a23b69bcf
feat(web): move from react-router to @tanstack/router (#1338)
* fix(auth): invalid cookie handling and wrongful basic auth invalidation

* fix(auth): fix test to reflect new HTTP status code

* fix(auth/web): do not throw on error

* fix(http): replace http codes in middleware to prevent basic auth invalidation
fix typo in comment

* fix test

* fix(web): api client handle 403

* refactor(http): auth_test use testify.assert

* refactor(http): set session opts after valid login

* refactor(http): send more client headers

* fix(http): test

* refactor(web): move router to tanstack/router

* refactor(web): use route loaders and suspense

* refactor(web): useSuspense for settings

* refactor(web): invalidate cookie in middleware

* fix: loclfile

* fix: load filter/id

* fix(web): login, onboard, types, imports

* fix(web): filter load

* fix(web): build errors

* fix(web): ts-expect-error

* fix(tests): filter_test.go

* fix(filters): tests

* refactor: remove duplicate spinner components
refactor: ReleaseTable.tsx loading animation
refactor: remove dedicated `pendingComponent` for `settingsRoute`

* fix: refactor missed SectionLoader to RingResizeSpinner

* fix: substitute divides with borders to account for unloaded elements

* fix(api): action status URL param

* revert: action status URL param
add comment

* fix(routing): notfound handling and split files

* fix(filters): notfound get params

* fix(queries): colon

* fix(queries): comments ts-ignore

* fix(queries): extract queryKeys

* fix(queries): remove err

* fix(routes): move zob schema inline

* fix(auth): middleware and redirect to login

* fix(auth): failing test

* fix(logs): invalidate correct key

* fix(logs): invalidate correct key

* fix(logs): invalidate correct key

* fix: JSX element stealing focus from searchbar

* reimplement empty release table state text

* fix(context): use deep-copy

* fix(releases): empty state and filter input warnings

* fix(releases): empty states

* fix(auth): onboarding

* fix(cache): invalidate queries

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2024-02-12 13:07:00 +01:00
..
tools feat(autobrrctl): add db migrate/seed/reset functionality (#934) 2023-12-28 14:05:51 +01:00
action.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
action_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
api.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
api_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
download_client.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
download_client_test.go feat(clients): override arr download client by name (#1328) 2024-01-01 17:57:19 +01:00
feed.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_cache.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_cache_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
filter.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
filter_test.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
indexer.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
indexer_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
postgres.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
postgres_migrate.go feat(filters): implement min and max seeders/leechers filtering for Torznab feeds (#1342) 2024-01-12 17:08:18 +01:00
release.go feat(releases): show details in list view (#1337) 2024-01-02 21:53:38 +01:00
release_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
sqlite.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
sqlite_migrate.go feat(filters): implement min and max seeders/leechers filtering for Torznab feeds (#1342) 2024-01-12 17:08:18 +01:00
user.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
user_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00