Commit Graph

2123 Commits

Author SHA1 Message Date
d6fc78d3b4
clean up, consolidate config.json, celery hooks 2024-07-22 22:53:45 +02:00
7d4eecf603
consolidate in common app 2024-07-22 22:37:49 +02:00
899bdc950b
reset migrations, split user app 2024-07-22 21:34:03 +02:00
f368322fea
move notify module to task app 2024-07-22 17:59:00 +02:00
f869d0e46a Merge branch 'testing' into refactor-react-migration 2024-07-22 17:44:22 +02:00
1db738ce89
fix roadmap 2024-07-22 17:43:29 +02:00
adcd4f9245
split stats app 2024-07-22 17:40:49 +02:00
52ac5285b9
split appsettings app 2024-07-21 12:07:06 +02:00
d621008d31
split task app, migrate scheduler instances 2024-07-20 12:16:46 +02:00
f60411c7a4
split download app 2024-07-18 23:17:45 +02:00
7af9ba364b
split playlist app 2024-07-18 22:53:25 +02:00
528bc5f2ef
split to channel app 2024-07-18 22:37:11 +02:00
4c5f56e191
split video app 2024-07-18 12:34:48 +02:00
c37242ff4b
fix video channel icon 2024-07-18 11:59:37 +02:00
c687c0fd96
make application run outside of docker 2024-07-17 19:09:31 +02:00
kralverde
335e6f4b6f
add is_superuser, is_staff, and groups to /api/login (#764)
* add is_superuser, is_staff, and groups to /api/login

* fix linting
2024-07-17 20:57:45 +07:00
b97cb9d264
disable feature requests 2024-07-17 15:13:10 +02:00
12f9517838
update roadmap 2024-07-15 20:44:04 +02:00
eba40af1ab
bump ES 2024-07-15 20:37:57 +02:00
807c30caa0
bump TA_VERSION for release 2024-07-15 20:17:35 +02:00
24b57406ab
Update TZ in schedules, fix version check trigger, #build
Changed:
- Bumped yt-dlp
- Added migration to update TZ in schedule when changed
- Fixed issue where version check would never trigger
2024-07-12 16:59:54 +02:00
b0b72a6e6e
up ES memory default 2024-07-12 16:58:50 +02:00
93b921582d
bump requirements 2024-07-12 16:58:04 +02:00
437cd72f45
update TZ in schedule when changed 2024-07-12 16:57:28 +02:00
81bf614afa
fix version check not triggering 2024-07-12 14:30:39 +02:00
9b84169fab
Channel page size overwrite, download retry, #build
Changed:
- Added page size overwrite per channel
- Added retry logic for download failure
- Fixed download continue from cache logic
2024-07-06 16:52:52 +02:00
381f97e6d2
add unstable tag 2024-07-06 16:51:31 +02:00
039a49387c
remove workarounds for merged channel extraction failure 2024-07-06 16:50:29 +02:00
c9007431bf
add channel overwrite mappings to index 2024-07-06 16:49:36 +02:00
1fcea860c8
track dl failure, implement retry, continue from cache, #752 2024-07-06 16:15:33 +02:00
963d952dfa
bump requirements 2024-07-06 15:52:50 +02:00
cba6b0a33e Merge branch 'master' into testing 2024-07-01 21:30:12 +02:00
Heavybullets8
5fac26156b
remove TrueNAS SCALE (#754) 2024-07-02 02:27:46 +07:00
Boo1098
9eba3e278d
Add Page Size Overrides per Channel (#702)
This is a minimum viable product. Tested all 3 overrides and they
worked. The current method of resetting the override is clunk (setting
to negative number). I've also upended some of the build query in
subscriptions and haven't fully tested if that messes with things.

Moved query building into its own class

Based on bbilly1's code from their comment in #702
2024-06-08 01:13:39 +07:00
e3d5a0885b
fix spelling 2024-06-06 19:27:49 +02:00
9f484eca83
skip video not part of channel, #741 2024-06-06 19:17:53 +02:00
e8691a8edb Merge branch 'master' into testing 2024-06-06 17:50:13 +02:00
08346d6dc7
bump requirements 2024-06-06 16:01:09 +02:00
64016389f7
Fix arm64 build, add TARGETPLATFORM ARG, #build 2024-05-26 23:37:26 +02:00
a3afa23bc7
bump TA_VERSION for release 2024-05-22 18:40:16 +02:00
9068e4569d
add manual fix management commands 2024-05-22 18:34:18 +02:00
97b8439856
Add pytest, #build
Changed:
- Fixed running tests problem
- Added some simple unit tests
- Add to queue error handling improvement
- Fixed is_shorts from id
- Fixed logout
2024-05-22 00:05:54 +02:00
d4165327df
remove apt cache 2024-05-21 22:29:55 +02:00
9fe0aa85d0
add invalid watch url 2024-05-21 22:23:07 +02:00
87e3814751
fix locked files caching 2024-05-21 22:20:47 +02:00
a201d43bfd
chdir for tests, test reading mapping 2024-05-21 22:15:48 +02:00
200f5ed5a2
add apt caching, better structuring 2024-05-21 21:54:20 +02:00
7a265231bc
cache pip 2024-05-21 21:26:09 +02:00
ed3183b42c
remove comments 2024-05-21 21:17:45 +02:00
a1e3512bab
add test_helper 2024-05-21 21:10:21 +02:00