204 Commits

Author SHA1 Message Date
Admin9705
9f41a3cbe7 Logic Fix 2025-08-24 21:25:10 -04:00
Admin9705
bb64e45cbf update 2025-08-24 00:48:40 -04:00
Admin9705
ae8b1058d9 backup-restore 2025-08-23 22:12:43 -04:00
Admin9705
4ecf4f80d3 update 2025-08-23 12:52:03 -04:00
Admin9705
fe4ecfd829 Update version to 8.2.6 and implement background processing for cyclical apps only 2025-08-18 18:56:52 -04:00
Admin9705
b3c5d955ff Version Update 2025-08-18 11:57:07 -04:00
Admin9705
b122000c39 version update 2025-08-18 11:02:40 -04:00
Admin9705
3363c22abc udpate 2025-08-18 10:30:29 -04:00
Admin9705
ed1739d922 progressive requestarr 2025-08-17 12:30:32 -04:00
Admin9705
d0be597ec0 update 2025-08-17 11:27:45 -04:00
Admin9705
1085eb3516 Added Prowlarr 2025-08-17 10:40:47 -04:00
Admin9705
7f7e64f296 Fix Swaparr toggle behavior and version bump to 8.1.15
- Fixed critical bug where Swaparr settings weren't being hidden when Swaparr was disabled
- Added broadcasting mechanism to updateSwaparrFieldsDisabledState() after both auto-save and manual save
- Swaparr sections now properly hide/show across all app forms when toggle is changed
- Version bumped to 8.1.15
2025-07-16 13:51:47 -04:00
Admin9705
3c63f4959a Update version to 8.1.14 2025-07-16 10:46:28 -04:00
Admin9705
dfe621d694 Final Swaparr manual save system with unsaved changes warnings and enhanced UX 2025-07-16 08:14:10 -04:00
Admin9705
c5f1f5f329 Update version to 8.1.12 in version.txt 2025-07-15 16:05:37 -04:00
Admin9705
e2bbc33bb9 Update version to 8.1.11 2025-06-27 23:38:10 -04:00
Admin9705
95441a44ca Update version to 8.1.10 2025-06-27 19:20:11 -04:00
Admin9705
55c118e931 Update version to 8.1.9 2025-06-26 10:13:31 -04:00
Admin9705
3cd1406918 Update version to 8.1.8 - Sonarr state management and modular architecture improvements
- Added complete state management functionality to Sonarr
- Implemented modular JavaScript architecture for all apps
- Fixed connection testing and instance management
- Reduced settings_forms.js from 4,530 lines to 385 lines (90% reduction)
- Created individual app modules: sonarr.js, radarr.js, lidarr.js, readarr.js, whisparr.js, eros.js, swaparr.js
- Fixed JavaScript syntax errors and form validation issues
- Improved add instance functionality across all apps
- Enhanced debugging and error handling
2025-06-22 20:04:45 -04:00
Admin9705
d415996db4 Update version to 8.1.7 2025-06-21 19:24:26 -04:00
Admin9705
30ada1f609 Update version to 8.1.6 2025-06-20 10:49:14 -04:00
Admin9705
797a5b3b60 Update version to 8.1.5 2025-06-20 02:46:16 -04:00
Admin9705
0e4a6f7106 Update version to 8.1.4 in version.txt 2025-06-19 22:24:44 -04:00
Admin9705
9e1c652b17 Update version to 8.1.3 and enhance database configuration for Synology NAS support
- Bumped version number in version.txt to 8.1.3.
- Added detection for Synology NAS in database.py to apply performance optimizations.
- Implemented specific database settings for Synology, including adjusted synchronous mode, cache size, and memory mapping.
- Enhanced logging to monitor optimization status for Synology configurations.
2025-06-19 19:36:05 -04:00
Admin9705
bb19e21790 Fix logs pagination conflict and update development rules - Fixed critical logs pagination issue where template and LogsModule had conflicting pagination systems - Removed template pagination code from logs_section.html - LogsModule now handles all pagination via API calls - Updated huntarr-dev.mdc with pagination conflict patterns - Version bump to 8.1.2 2025-06-19 15:34:26 -04:00
Admin9705
37a0b78268 Update version to 8.1.1 and enhance state management with per-instance functionality
- Incremented version number in version.txt.
- Refactored JavaScript to improve state management display and reset functionality for individual instances.
- Added event listeners for per-instance reset buttons in settings_forms.js.
- Enhanced Python backend to support per-instance state management, including initialization, expiration checks, and reset capabilities.
- Updated database schema to include stateful_instance_locks for managing instance-specific state.
2025-06-19 13:35:34 -04:00
Admin9705
5d215f4ca9 Update version to 8.1.0 2025-06-19 10:12:41 -04:00
Admin9705
d4f54ae807 Fix Plex login authentication and dynamic button visibility + optimize login page spacing 2025-06-18 08:56:42 -04:00
Admin9705
57deb39cd6 Implement automatic subpath detection for reverse proxy support - Auto-detect base URL from HTTP headers during setup (X-Forwarded-Path, X-Script-Name, etc.) - Add manual detection API endpoint /api/settings/detect-base-url - Add Auto-Detect button in Settings UI for manual triggering - Support multiple reverse proxy configurations (nginx, Traefik, Apache) - No environment variables required - works automatically for new installations - Resolves GitHub issue #620 without requiring BASE_URL environment variable 2025-06-17 23:00:30 -04:00
Admin9705
cff972d84f Update version to 8.0.7 in version.txt 2025-06-17 21:47:48 -04:00
Admin9705
730b22a963 Update version to 8.0.6 in version.txt 2025-06-17 21:37:28 -04:00
Admin9705
55db36dace Update version to 8.0.5 in version.txt 2025-06-17 21:20:55 -04:00
Admin9705
e75671952f Remove check_logs.sh script and update version to 8.0.4 2025-06-16 12:19:39 -04:00
Admin9705
8bb39cbac0 Refactor logging and database management
- Consolidated logging functionality into a unified database system, replacing the previous logs_database.py and manager_database.py with a single database implementation.
- Updated main.py to initialize the new logging system and handle log cleanup scheduling.
- Enhanced frontend logs section to load and save user settings from localStorage, improving user experience.
- Updated version to 8.0.3 to reflect these changes.
2025-06-15 18:15:11 -04:00
Admin9705
8f81eb4a8c Update version to 8.0.2 2025-06-15 12:55:31 -04:00
Admin9705
7638c4ebc2 version update 2025-06-14 23:35:44 -04:00
Admin9705
0e189222a6 Update version to 8.0.0 in version.txt 2025-06-14 21:56:33 -04:00
Admin9705
bdf166ce67 Update versioning in version.txt from b8-01 to b8-05 to reflect the latest release. 2025-06-13 03:51:15 -04:00
Admin9705
325820efbc Update versioning scheme in version.txt from v8-01 to b8-01 to align with new release format. 2025-06-13 02:57:54 -04:00
Admin9705
e95d9b4bde Update versioning scheme in version.txt from 7.8.0 to v8-01 to reflect new release format. 2025-06-13 02:39:18 -04:00
Admin9705
3843826051 Remove Non-Existant Hunt Manager 2025-06-12 14:17:01 -04:00
Admin9705
0af697e048 version 2025-06-11 14:59:04 -04:00
Admin9705
3e9f67529d Version Update 2025-06-11 11:58:16 -04:00
Admin9705
e326f5ff35 version udpate 2025-06-11 11:22:48 -04:00
Admin9705
a0cae856b4 Verison Update 2025-06-11 08:57:43 -04:00
Admin9705
555eb52881 Update 2025-06-10 19:01:29 -04:00
Admin9705
306fd33016 Number Update 2025-06-10 08:43:15 -04:00
Admin9705
63d4c9c1a0 Update version to 7.6.10 and integrate Swaparr support across various components, including settings forms, logging, and app management. Enhance app tracking and processing capabilities by adding Swaparr to relevant lists and functionalities. 2025-06-08 19:02:50 -04:00
Admin9705
dff2aa02a9 Update version to 7.6.9 and modify tagging functionality across Eros, Lidarr, Radarr, Readarr, Sonarr, and Whisparr to use new tag labels ("huntarr-missing" and "huntarr-upgraded") for improved clarity and consistency in processing. 2025-06-08 16:25:01 -04:00
Admin9705
de156e8706 Update version to 7.6.8 and enhance missing book processing in Readarr by improving logging, switching from author-based to book-based processing, and adding checks for API configuration and stop signals. 2025-06-08 16:09:36 -04:00