264 Commits

Author SHA1 Message Date
Admin9705
8c6c6e2265 refactor: change logging level from info to debug in auth, scheduler, web server, and common routes 2025-05-17 08:53:37 -04:00
Admin9705
9c4bf42d5c feat: check both local and proxy bypass settings when determining auth bypass status 2025-05-17 02:27:14 -04:00
Admin9705
b15efa7135 fix: ensure auth mode and bypass flags are consistent when saving general settings 2025-05-17 02:13:33 -04:00
Admin9705
085ae537ca refactor: replace auth bypass toggles with unified authentication mode dropdown 2025-05-17 01:21:48 -04:00
Admin9705
e134b6b5e9 feat: add proxy authentication bypass option for reverse proxy setups 2025-05-17 01:17:58 -04:00
jharder01
2c5db7b27f Implement SSL verification settings in route connection tests. Clarified language on settings page. 2025-05-16 22:46:14 -05:00
Admin9705
bc8cf22add feat: add community resources visibility setting and dispatch event on settings save 2025-05-16 17:29:30 -04:00
Admin9705
655ca1c813 refactor: remove deprecated series refresh functionality and related comments 2025-05-15 05:54:32 -04:00
Admin9705
ac252e3aba refactor: remove series refresh functionality and improve command status handling 2025-05-15 05:52:21 -04:00
Admin9705
1a556c715c feat: add skip_series_refresh parameter to Sonarr upgrade process 2025-05-15 05:34:08 -04:00
Admin9705
0786927b5a refactor: remove series refresh functionality before search to reduce API load 2025-05-15 05:29:37 -04:00
Admin9705
dc9b9f48a6 feat: add swaparr support and handle web directory permission errors gracefully 2025-05-14 23:27:39 -04:00
Admin9705
0bc4cda98d fix: support custom base URLs by using script_root for auth redirects and path checks 2025-05-14 22:32:56 -04:00
Admin9705
714ad6cb20 feat: add Docker health check endpoint and bump version to 6.5.11 2025-05-14 22:22:21 -04:00
Admin9705
8f6d504bbc refactor: remove unused skip_series_refresh parameter from missing episode functions 2025-05-14 18:54:40 -04:00
Admin9705
80f0e287a2 perf: remove refresh functionality across all apps to improve performance 2025-05-14 18:51:29 -04:00
Admin9705
4484de18d0 feat: add SSL verification setting to general settings and update API request handling across multiple apps 2025-05-14 18:06:22 -04:00
Admin9705
9a0c648c3c feat: improve history logging with detailed book and author information in Readarr 2025-05-14 16:28:16 -04:00
Admin9705
5d4e0a4956 refactor: remove redundant warning logs in scheduler engine 2025-05-14 16:19:50 -04:00
Admin9705
8cad092b4e feat: extend scheduler execution window from 1 to 4 minutes with hour rollover support 2025-05-14 06:35:48 -04:00
Admin9705
6a9ad130f8 refactor: improve scheduler timing precision with 1-minute execution window and stricter time validation 2025-05-14 06:30:57 -04:00
Admin9705
2e109160a1 feat: update instance-level enabled states and clear cache when enabling/disabling apps 2025-05-13 22:30:56 -04:00
Admin9705
d9a03f85f6 refactor: rename pause/resume actions to disable/enable throughout UI and backend 2025-05-13 22:21:01 -04:00
Admin9705
a6374d93c2 feat: add scheduler execution history with UI and API endpoint 2025-05-13 20:52:09 -04:00
Admin9705
b28bd3b6b9 feat: implement scheduler engine for managing scheduled app actions 2025-05-13 18:40:40 -04:00
Admin9705
0ca0c1540a refactor: rename load_app_settings to load_settings for consistency and add API cap warnings 2025-05-13 14:58:28 -04:00
Admin9705
b336762c01 feat: implement per-app API rate limiting with configurable hourly caps 2025-05-13 14:42:42 -04:00
Admin9705
ee6e1efdf8 feat: add scheduler API routes and blueprint registration for managing schedules 2025-05-13 08:44:57 -04:00
Admin9705
d5c636d7e0 feat: implement persistent schedule storage and consistent app ordering 2025-05-12 21:40:45 -04:00
Admin9705
c70847d05c feat: add display names for app instances and remove "All Instances" options 2025-05-12 21:26:07 -04:00
Admin9705
c090790c33 feat: implement auto-generated app instance list for scheduler UI 2025-05-12 21:18:32 -04:00
Admin9705
6ebaa97f8d refactor: remove sensitive API logging from config initialization 2025-05-12 08:14:36 -04:00
Admin9705
b7021ee311 feat: improve sleep cycle logging with next cycle timestamp and reduced verbosity 2025-05-12 08:07:31 -04:00
Admin9705
1f56bfc0fa refactor: change successful connection log level from info to debug across all apps 2025-05-12 08:01:26 -04:00
Admin9705
3c131597f9 refactor: downgrade instance name logging from info to debug level across all apps 2025-05-12 07:56:52 -04:00
Admin9705
6b871fd0b1 feat: add URL cleaning to prevent trailing slashes and special characters in API endpoints 2025-05-12 07:48:00 -04:00
Admin9705
e7b47af663 feat: add skip_episode_history flag to control history entry granularity 2025-05-11 18:50:59 -04:00
Admin9705
29e3046d90 refactor: remove shows upgrade mode from Sonarr settings and processing logic 2025-05-11 18:46:53 -04:00
Admin9705
82653f99e3 update 2025-05-11 18:35:41 -04:00
Admin9705
de2c14a028 refactor: standardize season pack ID format and operation type in Sonarr upgrade logging 2025-05-11 18:24:50 -04:00
Admin9705
ee9ee37399 feat: implement season pack search and logging for Sonarr upgrades 2025-05-11 18:19:08 -04:00
Admin9705
e5807f9b59 refactor: optimize show upgrades by using random page sampling and targeted series filtering 2025-05-11 16:57:12 -04:00
Admin9705
a1e157778e feat: add upgrade mode setting for Sonarr app configuration 2025-05-11 16:26:47 -04:00
Admin9705
2c1aaa2149 feat: add configurable upgrade mode for Sonarr quality upgrades 2025-05-11 16:03:02 -04:00
Admin9705
f631766a20 feat: add Huntarr User-Agent header to all API requests for better identification 2025-05-10 16:20:29 -04:00
Admin9705
564f6a886b feat: add hourly API cap check to background processing cycle 2025-05-10 11:51:26 -04:00
Admin9705
94d4a239ce feat: add API endpoint to retrieve hourly usage caps for apps 2025-05-10 10:28:44 -04:00
Admin9705
c2c72e78c5 feat: add hourly API usage monitoring and display for all apps 2025-05-10 10:05:08 -04:00
Admin9705
8003a12dfc feat: implement hourly API rate limiting with automatic cap reset scheduler 2025-05-10 09:53:28 -04:00
Admin9705
94f286b57d feat: add hourly API request cap setting to prevent rate limiting 2025-05-10 08:25:04 -04:00