mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 01:29:24 +00:00
Merge branch 'testing' into refactor-app-split
This commit is contained in:
@@ -158,10 +158,10 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex
|
|||||||
- [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/tubearchivist/tubearchivist/issues/144))
|
- [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/tubearchivist/tubearchivist/issues/144))
|
||||||
- [ ] Search comments
|
- [ ] Search comments
|
||||||
- [ ] Search download queue
|
- [ ] Search download queue
|
||||||
- [ ] Configure shorts, streams and video sizes per channel
|
- [ ] Per user videos/channel/playlists
|
||||||
|
|
||||||
Implemented:
|
Implemented:
|
||||||
- [X] Per user videos/channel/playlists [2024-07-15]
|
- [X] Configure shorts, streams and video sizes per channel [2024-07-15]
|
||||||
- [X] User created playlists [2024-04-10]
|
- [X] User created playlists [2024-04-10]
|
||||||
- [X] User roles, aka read only user [2023-11-10]
|
- [X] User roles, aka read only user [2023-11-10]
|
||||||
- [X] Add statistics of index [2023-09-03]
|
- [X] Add statistics of index [2023-09-03]
|
||||||
|
|||||||
@@ -292,4 +292,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
|
|||||||
|
|
||||||
# TA application settings
|
# TA application settings
|
||||||
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
|
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
|
||||||
TA_VERSION = "v0.4.9"
|
TA_VERSION = "v0.4.10-unstable"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apprise==1.8.0
|
apprise==1.8.1
|
||||||
celery==5.4.0
|
celery==5.4.0
|
||||||
Django==5.0.7
|
Django==5.0.7
|
||||||
django-auth-ldap==4.8.0
|
django-auth-ldap==4.8.0
|
||||||
@@ -6,9 +6,9 @@ django-celery-beat==2.6.0
|
|||||||
django-cors-headers==4.4.0
|
django-cors-headers==4.4.0
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
Pillow==10.4.0
|
Pillow==10.4.0
|
||||||
redis==5.0.7
|
redis==5.0.8
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
ryd-client==0.0.6
|
ryd-client==0.0.6
|
||||||
uWSGI==2.0.26
|
uWSGI==2.0.26
|
||||||
whitenoise==6.7.0
|
whitenoise==6.7.0
|
||||||
yt-dlp==2024.7.9
|
yt-dlp==2024.8.1
|
||||||
|
|||||||
Reference in New Issue
Block a user