98 Commits

Author SHA1 Message Date
Markbeep 7c549be1ef feat: allow editing of manual requests. Closes #73 2025-08-16 15:33:44 +02:00
Markbeep 1e93f725af feat: add counters to wishlist pages
fix: correctly always show all books on requests page as admin
2025-08-16 15:13:12 +02:00
Markbeep 5a8f24cec0 fix: wrong color scheme in login/init pages
fix: oidc config not outputting errors on invalid endpoint url
2025-08-16 12:00:09 +02:00
Markbeep 93a6315e30 feat: added env variables for forcing login type and initializing username/password 2025-08-16 11:20:34 +02:00
Markbeep c32d16b6f2 feat: add more replacement options for download notifications 2025-08-14 16:12:55 +00:00
Mark 22482b4855 Merge pull request #123 from Zeoic/main
Added Event Variables: bookASIN and torrentInfoHash
2025-08-14 16:50:22 +02:00
Markbeep 3e21d7476d fix: correct api key popup colors and cleanup unused code 2025-08-14 08:08:56 +00:00
Matthieu B 7d3e4fedc6 feat: add API: Users and Status/Health Endpoints (#117)
* Add API key management features and health check to Dockerfile

- Introduced API key model and related functions for creating, authenticating, and managing API keys.
- Updated FastAPI application to include a health check endpoint.
- Enhanced the settings page to allow users to create, delete, and toggle API keys.
- Updated README to document the new health check feature.

* Delete DOCKER_HEALTH_CHECK.md

* Refactor API Key implementation and update documentation

- Renamed ApiKey model to APIKey for consistency.
- Updated references to ApiKey in authentication and settings modules.
- Removed deprecated health check test script.
- Simplified API routes and removed unused endpoints.
- Enhanced API key management in settings with improved UI.
- Added comprehensive API documentation for key management and usage.
- Removed generate_openapi.py script as it is no longer needed.
- Created a new Alembic migration for API key table.
2025-08-14 09:25:26 +02:00
admin-lh 8ab2178e03 add bookASIN and torrentInfoHash as event variable options for notifications 2025-08-10 21:57:58 -04:00
Mark fa82de4578 fix overlapping border 2025-07-18 09:00:01 +02:00
Mark ef02295625 remove confusing placeholders 2025-07-17 17:24:03 +02:00
Markbeep 8beea52c60 add notification tutorial 2025-07-01 22:45:20 +02:00
Markbeep 94510a8663 make notification settings more general 2025-07-01 22:14:27 +02:00
Markbeep d734b4f12d add structlog 2025-07-01 19:52:43 +02:00
Markbeep 9ec55139a8 turn authors into links 2025-04-27 12:12:35 +02:00
Markbeep d329a5af01 add option to use custom fields in post request 2025-04-24 16:13:44 +02:00
Markbeep 4945d68d7a add gotify support 2025-04-24 15:13:24 +02:00
Markbeep 8221d8fc51 fix broken comment 2025-04-23 23:31:01 +02:00
Markbeep 6d0c0bb6ee format template files 2025-04-23 23:16:09 +02:00
Mark 9d380d890e fix prowlarr selections not working in chrome 2025-04-14 13:51:26 +02:00
Markbeep abb64f88b8 correctly handle missing/incorrect prowlarr settings 2025-04-13 17:48:54 +02:00
Markbeep 1ee93b5d34 allow configuring what indexers should be used 2025-04-13 00:06:56 +02:00
Markbeep a449a70724 add option to configure base url 2025-04-12 20:01:05 +02:00
Markbeep 004e1ccda6 added client side fetching for slow prowlarr sources request 2025-04-12 19:12:35 +02:00
Mark d5fdb39a60 allow enabling/disabling of notifications 2025-04-09 11:14:11 +02:00
Mark d0889d26ca allow editing of notifications 2025-04-09 10:57:48 +02:00
Mark 1ab8fef67a remove unnecessary quote_plus calls 2025-04-08 20:34:02 +02:00
Mark f3b3425914 add etag & cache-control headers to static files 2025-04-08 20:21:58 +02:00
Markbeep 9e5e21746a add js files to flake 2025-04-04 15:12:57 +02:00
Markbeep c834eb2058 load js dependencies into docker image 2025-04-04 14:58:42 +02:00
Markbeep 6b366320d3 add indexers page to configure indexers 2025-03-21 17:49:50 +01:00
Markbeep 84f650134c abstract configuration of indexers 2025-03-21 12:22:17 +01:00
Leandro Zazzi 13e611b839 Make indexer integration more modular/general 2025-03-17 22:49:56 +01:00
Leandro Zazzi 72a5be6b1f Merge branch 'integrate-mam' into main 2025-03-17 13:31:39 +01:00
Markbeep 00238c0ec4 make version readable in dark mode 2025-03-16 22:33:25 +01:00
Markbeep 778f532938 add options for using https on redirect url and adding logout url 2025-03-16 22:08:44 +01:00
Markbeep 3cd23700cb add version to settings pages 2025-03-16 18:52:52 +01:00
Markbeep cab046f21c add manual "done/downloaded" button 2025-03-16 17:29:44 +01:00
Mark e541e58b6a add downloaded functionality for manual requests 2025-03-16 10:07:03 +01:00
Markbeep c56663aa21 raise exception to show toasts on frontend 2025-03-15 01:21:29 +01:00
Mark 67aa4def8b Merge pull request #40 from markbeep/33-add-oidc-login
add OIDC login
2025-03-15 01:06:33 +01:00
Markbeep 43ae457002 fix unreadable top source in dark mode 2025-03-15 00:58:30 +01:00
Markbeep 77dbb1c96c logout oidc, more settings info, group claim is optional 2025-03-14 22:01:48 +01:00
Markbeep f2ade5c4ac make infourl optional and add logging 2025-03-14 18:25:15 +01:00
Markbeep 0f261e0ba5 fix typos and adjust hint texts 2025-03-14 16:25:26 +01:00
Markbeep 7cd0d1bebe access userinfo endpoint to support oidc without id_tokens 2025-03-14 14:10:03 +01:00
Markbeep 35833af4d1 add backup login 2025-03-14 13:40:33 +01:00
Mark 250000c5a7 added smelly oidc handling and settings 2025-03-13 16:33:14 +01:00
Markbeep 89553295a2 redirect back to previous page after login 2025-03-12 17:12:22 +01:00
Markbeep 08f7de3be5 refactor authentication and add session middlewares 2025-03-12 16:32:51 +01:00