Commit Graph

  • 8775e55762 Update jwt secret handling jwt_auth_refactor advplyr 2025-07-08 16:39:50 -05:00
  • d0d152c20d Seperate setUserToken from setUser in store advplyr 2025-07-08 09:45:24 -05:00
  • 4ff7355262 Fix hashPassword advplyr 2025-07-08 09:14:07 -05:00
  • 6cc7a44a22 Update oidc redirect to pass both new and old token in url advplyr 2025-07-07 17:21:25 -05:00
  • ad092ef8f8 Merge branch 'master' into jwt_auth_refactor advplyr 2025-07-07 16:50:58 -05:00
  • 4102ed8be4 Fix LazySeriesCard component test master advplyr 2025-07-07 16:49:20 -05:00
  • 691f291843 Update LibraryItemController unit test advplyr 2025-07-07 16:26:17 -05:00
  • ac381854e5 Add rate limiter for auth endpoints advplyr 2025-07-07 16:23:15 -05:00
  • 9c8900560c Seperate out auth strategies, update change password to return error status codes advplyr 2025-07-07 15:04:40 -05:00
  • d9cfcc86e7 Update oidc to return refresh token in response body for mobile advplyr 2025-07-07 09:16:07 -05:00
  • ce803dd6de Use getServerSetting to ensure serverSettings is set before accessing advplyr 2025-07-06 17:39:03 -05:00
  • 97afd22f81 Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC advplyr 2025-07-06 16:43:03 -05:00
  • e24eaab3f1 Log when token expiry is set via env var, api-keys create/update returns with user association advplyr 2025-07-06 13:10:14 -05:00
  • e201247d69 Handle socket re-authentication, fix socket toast to be re-usable, socket cleanup advplyr 2025-07-06 11:07:01 -05:00
  • a24dae5262 Merge branch 'master' into jwt_auth_refactor advplyr 2025-07-06 09:06:39 -05:00
  • e59babdf24 Force re-login if using old token, show alert if admin user, add isOldToken flag to user advplyr 2025-07-05 17:46:18 -05:00
  • 8dbe1e4e5d Fix express.json position advplyr 2025-07-04 16:49:45 -05:00
  • cdc37ddb0f Use x-refresh-token for alt method of passing refresh token, check x-refresh-token for logout advplyr 2025-07-04 13:54:37 -05:00
  • f127a7beb5 Update router for internal-api routes advplyr 2025-07-03 17:31:38 -05:00
  • df60aeb456 Update narrator name to be clickable to filter by narrator advplyr 2025-07-02 17:30:00 -05:00
  • 30c327d92a
    Merge pull request #4454 from advplyr/fix_mediaprogress_updatedat_2 advplyr 2025-07-01 17:08:50 -05:00
  • 596bddf791 Fix manually setting updatedAt of mediaProgresses using progress sync lastUpdate timestamp #4366 fix_mediaprogress_updatedat_2 advplyr 2025-07-01 16:48:07 -05:00
  • 44ff90a6f2 Update refresh endpoint to support override cookie token advplyr 2025-07-01 16:31:26 -05:00
  • 293851d931 Fix missing translation in remove podcast episode modal #4434 advplyr 2025-06-30 17:49:05 -05:00
  • 8b995a179d Add support for returning refresh token for mobile clients advplyr 2025-06-30 17:31:31 -05:00
  • 4d32a22de9 Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys advplyr 2025-06-30 14:53:11 -05:00
  • af1ff12dbb Add get all, update and delete endpoints. Add api keys config page advplyr 2025-06-30 11:32:02 -05:00
  • d96ed01ce4 Set up ApiKey model and create Api Key endpoint advplyr 2025-06-30 10:12:39 -05:00
  • 7610e97f0f
    Merge pull request #4416 from weblate/weblate-audiobookshelf-abs-web-client advplyr 2025-06-29 17:32:52 -05:00
  • 4f5123e842 Implement new JWT auth advplyr 2025-06-29 17:22:58 -05:00
  • d102065d02
    Translated using Weblate (Ukrainian) Eigen_art 2025-06-24 23:22:03 +02:00
  • 34315d4c10
    Translated using Weblate (Danish) Dan Johansen 2025-06-23 11:58:47 +02:00
  • 276a179446
    Translated using Weblate (German) Michael Förster 2025-06-20 17:02:12 +02:00
  • 4462d32e98
    Translated using Weblate (Italian) burghy86 2025-06-18 10:57:36 +02:00
  • 9722674072
    Translated using Weblate (Chinese (Simplified Han script)) SunSpring 2025-06-17 04:53:29 +02:00
  • 35bb77c9c2
    Translated using Weblate (Dutch) Mathias Franco 2025-06-16 09:45:06 +02:00
  • cf6f49ce75
    Translated using Weblate (Croatian) biuklija 2025-06-16 15:45:55 +02:00
  • d614373c64
    Translated using Weblate (German) Daniel Schosser 2025-06-16 08:45:17 +02:00
  • b9969c78a6
    Translated using Weblate (German) Stefan Ha 2025-06-17 20:30:48 +02:00
  • fbf482d6b6
    Translated using Weblate (German) B0rax 2025-06-17 20:33:27 +02:00
  • dd74d0a726
    Translated using Weblate (Danish) David Havndrup Munch 2025-06-16 08:07:46 +02:00
  • b13b80e011
    Translated using Weblate (Czech) petr-prikryl 2025-06-16 11:54:44 +02:00
  • e384863148 Add support for running in production with dev.js config, node index --prod-with-dev-env advplyr 2025-06-26 17:21:58 -05:00
  • d21fe49ce2
    Merge pull request #4430 from advplyr/experimental_next_client advplyr 2025-06-23 17:23:15 -05:00
  • a992400d6a Add ENV REACT_CLIENT_PATH to target a Nextjs frontend instead of Nuxt experimental_next_client advplyr 2025-06-23 16:56:08 -05:00
  • 108b2a60f5
    Merge pull request #4425 from Vito0912/feat/addExplicit advplyr 2025-06-21 17:03:25 -05:00
  • af684e6a69 Explicit library filter not shown for users without permission advplyr 2025-06-21 17:01:13 -05:00
  • 5336d0525e
    add explicit to podcasts Vito0912 2025-06-21 12:29:54 +02:00
  • bb4eec9355
    add explicit Vito0912 2025-06-21 12:02:44 +02:00
  • 28404f37b8
    Merge pull request #4422 from advplyr/podcast_episode_duration advplyr 2025-06-19 17:35:36 -05:00
  • 7b92c15a46 Include durationSeconds on RSS podcast episode parsed from duration podcast_episode_duration advplyr 2025-06-19 17:28:21 -05:00
  • c150ed4e98 Update view episode modal to include duration & episode feed modal to include duration & size advplyr 2025-06-19 17:14:56 -05:00
  • cb7632b216
    Merge pull request #4419 from advplyr/episode-timestamps-clickable advplyr 2025-06-18 17:28:55 -05:00
  • b8849677de Episode view modal makes timestamps in description clickable episode-timestamps-clickable advplyr 2025-06-18 17:20:36 -05:00
  • 9bf8d7de11 Fix server crash when FantLab provider request times out #4410 advplyr 2025-06-17 17:21:21 -05:00
  • 6634ce8fd4
    Merge pull request #4417 from advplyr/book_author_secondary_sort_title advplyr 2025-06-17 16:40:59 -05:00
  • 9d4303ef7b Update book library secondary title sort to use title ignore prefixes #4414 book_author_secondary_sort_title advplyr 2025-06-17 16:25:30 -05:00
  • 1f7be58124 Fix database cleanup query pulling duplicate mediaProgresses advplyr 2025-06-16 17:50:53 -05:00
  • 6b8b27b04f
    Merge pull request #4413 from HadrienPatte/nusqlite3-path advplyr 2025-06-16 17:22:21 -05:00
  • ba4061e5a4
    Make NUSQLITE3_PATH build arg configurable Hadrien Patte 2025-06-16 23:03:02 +02:00
  • 693dc00fa3 Update local session sync logs to help debug sync errors advplyr 2025-06-15 17:21:47 -05:00
  • f3f5f3b9bd Version bump v2.25.1 v2.25.1 advplyr 2025-06-14 17:57:19 -05:00
  • b515c6c746 Remove mediaProgresses duplicate check advplyr 2025-06-14 17:56:35 -05:00
  • 35e196238a Version bump v2.25.0 v2.25.0 advplyr 2025-06-14 17:18:53 -05:00
  • 2dc93258f1
    Merge pull request #4364 from weblate/weblate-audiobookshelf-abs-web-client advplyr 2025-06-13 17:32:53 -05:00
  • 5123f7d240
    Translated using Weblate (Slovenian) thehijacker 2025-06-12 13:19:05 +02:00
  • 06d3bd76a8
    Translated using Weblate (Arabic) Usama Khalil 2025-06-11 17:03:46 +02:00
  • 52196afd99
    Translated using Weblate (Russian) Ivan Smoliakov 2025-06-10 22:39:50 +02:00
  • 3e44ee6f50
    Translated using Weblate (Hungarian) ugyes 2025-06-10 21:42:31 +02:00
  • 9841826e10
    Translated using Weblate (Ukrainian) Максим Горпиніч 2025-06-10 07:17:34 +02:00
  • def93d18ec
    Translated using Weblate (Polish) Dawid Kuźnicki 2025-06-09 07:22:12 +02:00
  • 387a3d05b4
    Translated using Weblate (Dutch) Rekentek 2025-06-09 12:06:52 +02:00
  • 398d04fc08
    Translated using Weblate (German) Daniel Schosser 2025-06-09 09:02:28 +02:00
  • c5e5e516af
    Translated using Weblate (Danish) David Havndrup Munch 2025-06-09 09:48:23 +02:00
  • 1c6f99b876
    Translated using Weblate (Czech) Plazec 2025-06-09 18:29:55 +02:00
  • d0af82e71a
    Translated using Weblate (Polish) Grzegorz Orlowski 2025-06-08 23:01:37 +02:00
  • 76e7616439
    Translated using Weblate (Arabic) Usama Khalil 2025-06-07 16:07:45 +02:00
  • fe99a269bc
    Translated using Weblate (Russian) max grakov 2025-06-07 16:11:37 +02:00
  • 5315f65023
    Translated using Weblate (Slovenian) thehijacker 2025-06-06 08:41:26 +02:00
  • c2809808c3
    Translated using Weblate (Ukrainian) Максим Горпиніч 2025-06-04 11:11:22 +02:00
  • 204ac4f204
    Translated using Weblate (Norwegian Bokmål) Anders Norman 2025-06-01 20:27:08 +02:00
  • accd5d1096
    Translated using Weblate (German) Arieh Kellermann 2025-06-02 17:51:07 +02:00
  • 5025c6a3ea
    Merge pull request #4383 from JKubovy/improve-podcast-episode-search advplyr 2025-06-13 17:29:13 -05:00
  • 6d0d1415e4 Add fuse.basic.min.js in libs instead of full npm package, use lower threshold for quick matching advplyr 2025-06-13 17:23:24 -05:00
  • 514f5c2409
    Merge pull request #4394 from Vito0912/feat/addISBNAudible advplyr 2025-06-13 16:21:32 -05:00
  • 2cc58b2c8a
    Merge pull request #4404 from advplyr/podcast_useragents advplyr 2025-06-12 17:40:42 -05:00
  • 777a055fcd Update podcast episode downloads to have a fallback user agent string podcast_useragents advplyr 2025-06-12 17:31:12 -05:00
  • b45085d2d6 Update podcast episode download user agent to fix #4401 advplyr 2025-06-12 17:19:24 -05:00
  • 22f6e86a12 Fix pathexists filepath back to posix advplyr 2025-06-11 16:37:07 -05:00
  • dc6783ea76
    Merge pull request #4398 from advplyr/pathexists_user_access advplyr 2025-06-11 16:31:14 -05:00
  • a6f10ca48e Update upload endpoint to check user has access to library pathexists_user_access advplyr 2025-06-11 16:14:51 -05:00
  • aac01d6d9a Update pathexists endpoint to check user has access to library advplyr 2025-06-11 16:04:18 -05:00
  • a617994207
    added isbn Vito0912 2025-06-11 08:12:23 +02:00
  • 7a33a412fc
    Merge pull request #4393 from advplyr/fix_pathexists_join advplyr 2025-06-10 17:20:23 -05:00
  • 0135b3560c Fix filesystem pathexists path join fix_pathexists_join advplyr 2025-06-10 17:02:42 -05:00
  • 6968a5c02a
    Merge pull request #4378 from Vito0912/feat/PodcastNots advplyr 2025-06-09 16:25:19 -05:00
  • 5e2bb0b12c Fix notification js docs and update description/defaults advplyr 2025-06-09 16:21:05 -05:00
  • 7122756e58 Update notification description grammar advplyr 2025-06-09 15:51:14 -05:00
  • 8ecc912c2d
    Merge pull request #4388 from advplyr/book_author_secondary_sort advplyr 2025-06-08 17:38:45 -05:00
  • c8cea4e6af Update book library sort by author to use title as secondary sort #4380 book_author_secondary_sort advplyr 2025-06-08 17:28:19 -05:00