xpltd_admin
  • Joined on 2026-04-02
xpltd_admin opened issue xpltdco/tubearr#13 2026-04-04 03:04:55 -06:00
Platform Settings - add 'default view'
xpltd_admin opened issue xpltdco/tubearr#12 2026-04-04 03:00:40 -06:00
General review - audit for errors & undesired code
xpltd_admin opened issue xpltdco/tubearr#11 2026-04-04 02:59:29 -06:00
sometimes browsing between tabs or pressing back, the page goes blank
xpltd_admin opened issue xpltdco/tubearr#10 2026-04-04 02:57:27 -06:00
Toast notification transparency
xpltd_admin opened issue xpltdco/tubearr#9 2026-04-04 02:55:16 -06:00
channel list filter search & sort / group / filter options
xpltd_admin opened issue xpltdco/tubearr#8 2026-04-04 02:52:44 -06:00
Adjust collect all monitored icon
xpltd_admin opened issue xpltdco/tubearr#7 2026-04-04 02:50:37 -06:00
Move "Generate NFO Files" to Platform-specific settings
xpltd_admin opened issue xpltdco/tubearr#6 2026-04-04 02:48:28 -06:00
Channel > Scan and Playlists button can be combined
xpltd_admin opened issue xpltdco/tubearr#5 2026-04-04 02:45:26 -06:00
Settings > Platform Settings does not contain a "Generic" platform option
xpltd_admin opened issue xpltdco/tubearr#4 2026-04-04 02:42:43 -06:00
"Add URL"
xpltd_admin pushed to master at xpltdco/tubearr 2026-04-04 02:23:29 -06:00
ad16cc6141 fix: direct per-video enrichment and migration statement breakpoints
xpltd_admin pushed to master at xpltdco/tubearr 2026-04-04 02:03:44 -06:00
8d77ae248a fix: remove duplicate embed_thumbnail/sponsor_block_remove columns from migration 0013
xpltd_admin pushed to master at xpltdco/tubearr 2026-04-04 02:00:24 -06:00
f37cfde0a0 chore: auto-commit after complete-milestone
54e9041058 feat: Added RSS 2.0 podcast feed at /api/v1/feed/rss and media streamin…
c012425ceb fix: Created useTheme hook for App-level theme application, fixed hardc…
87cbfe87ee feat: Created useTimezone hook and timezone-aware format utilities, wir…
98c3d73c69 feat: Added timezone selector and dark/light theme toggle to Settings p…
Compare 31 commits »
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:34:07 -06:00
243a7a3eb6 feat: Follow system + tier config page (M022/S02)
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:22:43 -06:00
56920ae7c5 fix: remove leftover op.add_column/create_index calls from migration 020
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:20:50 -06:00
ed8bdedbc9 fix: make migrations 019/020 fully idempotent with IF NOT EXISTS guards
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:19:03 -06:00
f8fecf79ac fix: use pure SQL for migrations 019/020 — bypasses all SQLAlchemy enum hooks
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:17:36 -06:00
9c307c663d fix: use String column + ALTER TYPE cast for enum migrations (avoids SQLAlchemy before_create hook)
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:16:25 -06:00
b9f042f400 fix: use raw SQL for enum creation in migrations 019/020 to avoid SQLAlchemy double-create
xpltd_admin pushed to main at xpltdco/chrysopedia 2026-04-04 01:14:17 -06:00
198170d999 fix: prevent double enum creation in migrations 019/020 (create_type=False)