ytptube/app
Copilot b9c5b0b7ad
Decouple queue from config endpoint; load via paginated API with correct ordering (#2)
* Initial plan

* Refactor: remove queue from /api/system/configuration, use existing paginated /api/history endpoint for queue data

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

* Remove accidentally committed package-lock.json and add to gitignore

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

* Simplify loadMoreQueue to use loadNextPage for reduced duplication

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

* Order in-progress downloads oldest-to-newest (order of processing)

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

* Fix queue ordering: remove client-side timestamp sort, rely on backend created_at ASC

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>

* Revert "Fix queue ordering: remove client-side timestamp sort, rely on backend created_at ASC"

This reverts commit 9b53112e0050a45e4db95c85064577d22ed47a50. Changes not needed

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>
Co-authored-by: Jesse Bate <noreply@idump.me>
2026-03-09 15:05:22 +10:30
..
features feat: improve task creation to support multiple URLs. 2026-02-17 20:03:27 +03:00
library feat: improve status tracking in downloads 2026-02-14 20:05:08 +03:00
migrations refactor: move presets to db model 2026-01-25 19:17:54 +03:00
routes Decouple queue from config endpoint; load via paginated API with correct ordering (#2) 2026-03-09 15:05:22 +10:30
schema refactor: migrate task definitions to db model 2026-01-23 23:38:59 +03:00
scripts refactor: use sqlalchemy as base for sqlite 2026-01-17 23:32:39 +03:00
tests Decouple queue from config endpoint; load via paginated API with correct ordering (#2) 2026-03-09 15:05:22 +10:30
yt_dlp_plugins feat: implement generic browser extractor with Playwright and Selenium support 2026-03-03 22:12:28 +03:00
__init__.py Fix upgrading and installing pip packages 2025-07-24 17:22:05 +03:00
local.py Fix: fixes for windows native 2025-12-27 23:58:36 +03:00
main.py refactor: use shared http clients 2026-01-26 17:42:24 +03:00
upgrader.py add build sha to .version file to be able to cleanup user python packages on master/dev builds. 2025-09-04 17:03:38 +03:00