Commit Graph

2506 Commits

Author SHA1 Message Date
Simon 518ec6d931
update API docs as release step 2025-11-08 18:43:27 +07:00
Simon fa19c8cc3c
limit API docs to authenticated only 2025-11-08 18:42:54 +07:00
Simon 3f91d13fd2
bump TA_VERSION 2025-11-08 10:12:12 +07:00
Simon edc7e54e07
bump django 2025-11-07 18:18:30 +07:00
Simon 121cf847c7
discourage thirdparty links 2025-11-07 18:15:24 +07:00
Simon 59fbe8db2c
link to #build commits 2025-11-02 11:50:13 +07:00
Simon 80c823ca41
Treadsafe startup timestamp, #build
Changed:
- Fixed startup timestamp writing, move to ta_startap in single thread
- Bump frontend dependencies
2025-11-02 11:29:40 +07:00
Simon af630867f2
bump frontend deps 2025-11-02 11:28:42 +07:00
Simon 62b42af183
handle unittest failure 2025-11-02 11:18:49 +07:00
Simon 2abcb52a53
set startup timestam single thread in ta_startup 2025-11-02 11:13:36 +07:00
Simon e0d493ae6e
Add Deno, #build
Changed:
- Add deno runtime to container
- Add full metadata embedding
- Fix backend refresh timestamp offset
2025-11-01 22:04:53 +07:00
Simon d5cfbd03ca
clean up debug output 2025-11-01 12:26:59 +07:00
Simon 3e7baebec9
add deno, pin yt-dlp to master 2025-11-01 11:26:56 +07:00
Simon b6872d063f
round TA_START for multithread startup 2025-11-01 10:56:55 +07:00
Simon e1393fc67c
add metadata embed task and callback 2025-10-29 22:31:30 +07:00
Simon 79d994e460
handle embed error 2025-10-29 19:01:56 +07:00
Simon 815790e397
add full metadata embedding 2025-10-29 18:54:07 +07:00
Simon 94db7252ea
remove middleware outdated inheritance 2025-10-29 10:11:55 +07:00
Simon 9582b1db79
Frontend caching reload fix, #build
Changed:
- Fix frontend caching issue
- Better published date handling and parsing with mapping fixes
- bump yt-dlp
2025-10-27 17:23:49 +07:00
Simon f87d3b7d95 Merge branch 'develop' 2025-10-27 17:18:46 +07:00
Simon 0e6149cc50
Frontend caching reload fix, #build
Changed:
- Fix frontend caching issue
- Better published date handling and parsing with mapping fixes
- bump yt-dlp
2025-10-27 17:11:53 +07:00
Craig Alexander 9dafa81fac
Use correct date format when using upload_date (#1052)
* When falling back to uploaded date, create a date string that can be accepted by elasticsearch

* add tests

* Oh es actually always wants a timestamp

* Use timezone for final fallback as well

* Inspect response for errors flag

* Display failed video ids

* Fix precommit checks

* Fix assert

* Fix method names in tests

* update method names again
2025-10-27 14:24:02 +07:00
Simon 3164281fb7
bump requirements 2025-10-27 14:11:09 +07:00
Simon f8be724e70
refresh frontend on backend restart, fix caching statics 2025-10-27 13:14:26 +07:00
Ness LookAlike 968183d216
nesslookalike yt-dlp DL format suggestions update (#1062)
* re-word the example yt-dlp download format suggestions

* update to recommendation, more technical info added

* add av01 recommendation

* quotes

* re-formatted to pass prettier pre-commit check
2025-10-09 10:34:40 +07:00
Simon e139ec84a5
bump dependencies 2025-10-09 10:30:13 +07:00
Simon 7e35b7488f
fix mangled method naming 2025-10-09 10:25:26 +07:00
Simon 7358a0cdd5
add missing published mapping for ta_download, #1051 2025-10-09 10:13:08 +07:00
Simon 782862bce5
raise error on missing published date 2025-10-09 10:07:52 +07:00
Simon 0a92d3d0a4
revert lock update 2025-09-27 20:52:07 +07:00
Simon 876a4b3a2e Revert "downgrade swc (#11120)"
This reverts commit f599db005a.
2025-09-27 20:43:07 +07:00
Simon f599db005a
downgrade swc (#11120) 2025-09-27 20:40:36 +07:00
Simon c7651335ee
More unkown type fixing, #build
Changed:
- Fixed issue with unknown type extraction
- Fixed for bulk channel parsing
- Bump dependencies
2025-09-27 20:12:49 +07:00
Simon cc3828a6b2
add test_zero_config_overwrite 2025-09-27 19:53:56 +07:00
Simon 5efd6ff8f2
fix unknown type query building 2025-09-27 15:20:54 +07:00
Simon e716067429
update dependencies 2025-09-27 11:18:01 +07:00
Simon f4c78e32f7
fix health endpoint, avoid redirect 2025-09-04 10:39:49 +07:00
Simon 02b428b776
Playlist error handling, #build
Changed:
- Added collaborate error handling for playlist scan
- Refac channel query building, allowing more combinations
- Adding to queue field validation
2025-09-03 16:49:54 +07:00
Simon 7bae974aa6
ignore playlist error in post processing and channel indexing, #1032 2025-09-03 16:11:28 +07:00
Simon 94745c7f84
bump dependencies 2025-09-03 15:42:42 +07:00
Simon 1e94715442
disable inline play for similar videos, #1044 2025-09-03 15:20:13 +07:00
Simon 4adfea6e5c
refac channel query building, better handle overwrites, #1047, #1048 2025-09-03 15:06:30 +07:00
Simon 2d19d85b75
add debug var to template 2025-08-30 09:20:32 +07:00
Simon cadbdc791f
validate expected keys for adding to queue 2025-08-26 09:24:20 +07:00
Simon 005d2d1cf5
Separate watched filter, #build
Changed:
- Split watched state filter by home, channel videos and playlist videos
- Bumped yt-dlp
2025-08-23 12:33:31 +07:00
Simon bc3463bdd8
add unstable tag 2025-08-23 12:32:39 +07:00
Simon 39c66019eb
bump yt-dlp 2025-08-23 12:18:51 +07:00
Simon a9264e348f
watched filter split by channel and playlist 2025-08-23 12:17:55 +07:00
Simon ba44ab252e
bump TA_VERSION 2025-08-21 17:27:02 +07:00
Simon b6e95c6125
fix unittest workflow 2025-08-21 17:10:36 +07:00