autobrr/internal/http
martylukyy 8120c33f6b
fix(auth): cookie expiry and renewal (#1527)
* fix(auth/web): logout when expired/invalid/no cookie is present

* fix(auth/web): specify error message in invalid cookie

* fix(auth/web): reset error boundary on login

* fix(auth/web): fix onboarding

* chore: code cleanup

* fix(web): revert tanstack/router to 1.31.0

* refactor(web): remove react-error-boundary

* feat(auth): refresh cookie when close to expiry

* enhancement(web): specify defaultError message in HttpClient

* fix(web): use absolute paths for router links (#1530)

* chore(web): bump `@tanstack/react-router` to `1.31.6`

* fix(web): settings routes

* fix(web): filter routes

* fix(web): remove unused ReleasesIndexRoute

* chore(web): add documentation for HttpClient

* chore(lint): remove unnecessary whitespace
2024-05-08 10:38:02 +02:00
..
action.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
apikey.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
auth.go fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
auth_test.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
config.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
download_client.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
encoder.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
feed.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
health.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
indexer.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc.go feat(irc): manually re-process announces (#1419) 2024-03-19 18:23:43 +01:00
logs.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
logs_sanitize_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
middleware.go fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
notification.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
release.go feat(releases): delete based on age/indexer/status (#1522) 2024-05-03 11:32:20 +02:00
server.go feat(irc): manually re-process announces (#1419) 2024-03-19 18:23:43 +01:00
update.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00