No description
  • Python 95.8%
  • HTML 1.8%
  • C++ 1.4%
  • C 0.4%
  • CSS 0.3%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
scott cd74a1763f Isolate test_settings.py from the real .env file
update_settings_from_form() writes a .env file to os.getcwd(); running the
suite from the project root was silently clobbering the real .env with test
fixture values (SONARR_API_KEY, TAUTULLI_API_KEY, etc). chdir into a tmp_path
for the duration of these tests so they can never touch the real file again.
2026-07-06 17:20:21 +00:00
app Add on_deck_service to compute next-unwatched-episode per user 2026-07-06 17:17:53 +00:00
docs Add implementation plan for watch-history sync restoration 2026-07-04 22:12:15 +00:00
migrations Add DB columns for restored watch-history sync (Tautulli creds, sync interval, per-show watermark) 2026-07-06 17:11:52 +00:00
node_modules Initial commit: Janitarr application with Flask, Tailwind, SQLite, and service integrations. Added internal/external URL support and fixed Sonarr image/description display. 2025-07-26 23:07:10 +00:00
screenshots Restore original screenshots and revert README 2025-08-21 17:29:06 +00:00
setup Save current state before Plex API migration 2025-09-29 01:59:32 +00:00
static 🎨 Major UI/UX Improvements & User Progress Enhancement 2025-09-30 01:59:41 +00:00
templates Add manual full watch-history backfill trigger to settings page 2026-07-06 17:17:28 +00:00
tests Isolate test_settings.py from the real .env file 2026-07-06 17:20:21 +00:00
venv Save current state before Plex API migration 2025-09-29 01:59:32 +00:00
.env.backup 🚀 Fix Plex onboarding bug & add auto-fill IP helper 2025-09-30 02:30:15 +00:00
.env.example Remove unnecessary Tautulli API integration 2025-10-01 18:53:36 +00:00
.gitignore feat: Major UI/UX improvements and bug fixes 2025-08-08 21:47:49 +00:00
CHANGES_SUMMARY.md docs: Add comprehensive documentation for Tautulli performance fix 2025-09-30 15:07:32 +00:00
FINAL_STATUS.md docs: Add final status report - all performance issues resolved 2025-09-30 16:03:37 +00:00
fix_show_matching.py Save current state before Tautulli cleanup 2025-10-01 14:13:11 +00:00
FIX_VERIFICATION.md docs: Add comprehensive documentation for Tautulli performance fix 2025-09-30 15:07:32 +00:00
ONBOARDING_ISSUES.md Save current state before Tautulli cleanup 2025-10-01 14:13:11 +00:00
package-lock.json Initial commit: Janitarr application with Flask, Tailwind, SQLite, and service integrations. Added internal/external URL support and fixed Sonarr image/description display. 2025-07-26 23:07:10 +00:00
package.json Initial commit: Janitarr application with Flask, Tailwind, SQLite, and service integrations. Added internal/external URL support and fixed Sonarr image/description display. 2025-07-26 23:07:10 +00:00
PERFORMANCE_FIXES_SUMMARY.md docs: Add comprehensive performance fixes summary 2025-09-30 15:16:59 +00:00
PLEX_FIRST_SCAN.md Save current state before Tautulli cleanup 2025-10-01 14:13:11 +00:00
requirements.txt Run watch-history sync on a background APScheduler interval 2026-07-06 17:16:39 +00:00
run.py Fix: Disable debug mode to prevent session invalidation 2025-09-30 18:35:15 +00:00
setup.sh 🚀 Major update: Production deployment, screenshots, and comprehensive improvements 2025-08-16 19:27:34 +00:00
tailwind.config.js Merge remote-tracking branch 'origin/main' into main and resolve conflicts 2025-08-02 17:43:36 +00:00
TAUTULLI_CLEANUP_COMPLETE.md Remove unnecessary Tautulli API integration 2025-10-01 18:53:36 +00:00
TAUTULLI_CLEANUP_PLAN.md Add comprehensive Tautulli cleanup plan 2025-10-01 14:31:12 +00:00
TAUTULLI_CLEANUP_SUMMARY.md Add Tautulli cleanup summary 2025-10-01 14:32:10 +00:00
TAUTULLI_PERFORMANCE_FIX.md Fix: Disable Tautulli during sweep analysis to resolve scan performance issues 2025-09-30 15:02:53 +00:00
test_onboarding.py 🚀 Fix Plex onboarding bug & add auto-fill IP helper 2025-09-30 02:30:15 +00:00