Commit Graph

137 Commits (master)

Author SHA1 Message Date
Simon 40beb35f34
fix typo, better date parsing error 2 weeks ago
Simon d7818871a4
clean up 2 weeks ago
Simon 30c20b41d9
test and better handle invalid domains 2 weeks ago
Simon 21b79e7c8f Merge branch 'testing' into feat-delete-ignore 3 weeks ago
Simon 9366b8eab9
Feature beat model (#713)
* add django-celery-beat

* implement schedule migration

* fix version_check migration

* remove old schedule init

* better schedule migration

* fix task_config migration

* show task config on settings page

* fix notify url builder

* refactor celery initiation

* fix get task

* fix scheduler mig

* fix linter

* better task_config store on periodic task

* save new schedules

* fix task_config extraction from custom model

* implement auto schedule

* implement schedule delete

* refactor notifications to ES config storage

* downgrade redis

* better notification migration to ES

* add notification url handling

* fix worker start

* fix docs spelling

* don't resend form data on notification refresh

* fix type hints

* move TASK_CONFIG to separate module

* fix partial task config imports

* fix yt_obs typing

* delete schedule

* remove outdated instructions

* create initial schedules

* fix reindex days config key

* fix doc string

* unregister BeatModels
3 weeks ago
Simon 852abf254d
implement delete and ignore for video, #286 2 months ago
Greg 090d88c336
Feature 590 custom playlist (#620)
* add remove custom playlist

* custom playlist page, move video controls

* align to existing code patterns

* cleanup

* resolve merge conflict

* cleanup

* cleanup

* polish

* polish

* some fixes for lint

* resolve merge conflict

* bugfix on delete video/playlist/channel - preserve custom playlist but
delete corresponding videos in custom playlist

* cleanup

* ./deploy.sh validate isort fix - validate runs clean now

* sync to latest master branch

* sync to master

* updates per admin guidance. sync to master

* attempt to resolve merge conflict

* attempt to resolve merge conflict - reintroduce changes to file.

* validate playlist_type

* validate playlist custom action

* move custom id creation to view

* stricter custom playlist matching

* revert unreachable playlist delete check

* undo unneeded playlist matching

---------

Co-authored-by: Simon <simobilleter@gmail.com>
3 months ago
Simon a369be0f4a
split active videos tile, add duration 7 months ago
Simon d5676e5173
[API] remove primary endpoint, in favor of dedicated stats 7 months ago
Simon 02ac590caa
[API] add download stats 7 months ago
Simon a466c02304
[API] add playlist stats 7 months ago
Simon e74c26fe36
[API] add channel aggs 7 months ago
Simon 91bb0ed9c0
[API] add video aggregation 7 months ago
Simon 8b1324139d
pass time_zone to daily aggs 7 months ago
Simon 04124e3dad
add daily size download 7 months ago
Simon 0b920e87ae
[API] add user config endpoints 7 months ago
Simon 4b63c2f536
simplify return message 7 months ago
Simon 285e2042ae
[API] add backup endpoints 7 months ago
Merlin aa475c58aa
Refac settings dashboard (#577)
* Add padding to duration str text

* Add singular and plural to video in dailyStat

* Add code spacing for readability

* Refac Main overview in dashboard to be spaced evenly and use tables

* Refac simplify number padding

* Refac skip adding spacing rows on mobile

* Refac reorder watch progress to be in order of interest

* Fix that ther can be 0 Videos added a day

* Refac capitalize content keys
7 months ago
Simon 8247314d01
refactor admin permisson classes 7 months ago
Clark 4d111aff82
Move the startup application settings to a new class (#571)
* Move the startup application settings to a new class

* Replace settings methods with static fields

* Move Redis and ES configuration to the settings class

* Fix environment python imports

* Update envcheck to use the new settings
7 months ago
Simon 572b23169c
finetune limited permission user 8 months ago
Steve Ovens e1fce06f97
View only user (#539)
* Remove repo docs in favor of hosted docs (#537)

* updated base, channel, video htmls to hide elements based on if user is staff or in the group 'admin'

* added the load auth_extras

* updated auth_extras

* updated views.py to block api calls from deleting files from unprivileged users; The Templates needed to be updated to support the various group checks related to removing buttons an unprivileged user should not see

* bumped the channel templates to remove conflict

* fix linting issues

* more linting

---------

Co-authored-by: Merlin <4706504+MerlinScheurer@users.noreply.github.com>
8 months ago
Simon 57d8b060d2
fix spelling 8 months ago
Simon 77fef5de57
fix standard duration str agg 8 months ago
Simon a7fc7902f0
refactor single video page to use SearchProcess 9 months ago
Simon 879f5ab52f
refactor match_progress to use SearchProcess 9 months ago
Simon c6458c6ec1
add score to full text search 9 months ago
Simon 47c433e7c1
refactor search form to use new SearchProcess 9 months ago
Simon dc41e5062d
refactor duration class into separate helper functions 9 months ago
Merlin 317942b7e1
Refac biggest channels to be 3 seperate tables with ordering and right align (#536)
* Add right align to numbers on biggest channels in dashboard

* Refac biggest channels to be 3 seperate tables with ordering

* Fix aggs linting
9 months ago
Simon 4016e81f9a
add download history stats 9 months ago
Simon 5ee37eb0cb
add biggest chanel aggs 9 months ago
Simon 5acc1ea718
add all duration aggs 9 months ago
Simon 505f5b73c5
add primary aggs 9 months ago
Simon d491b0b347
[API] better primary stats 9 months ago
Simon 4ded8988c3
add channel aggregation 9 months ago
Simon 988c2b8af7
add download video histogram stats 9 months ago
Simon 3e9f1a392a
[API] add index count and video view progress stats views 9 months ago
Simon d42bd612d0
handle 404 video sponsorblock, #526 9 months ago
Simon f1e25c9a20
[API] add channel search endpoint 9 months ago
Simon a514dda1ff
[API] implement delete playlist endpoint 9 months ago
Simon b005b7bcfe
[API] validate sub type, add sub/unsub channel and playlist 9 months ago
Simon a2eb42ebb9
validate subscribe url type, #299 9 months ago
Simon 313bbe8b49
fix wrong resolve doc string 10 months ago
Simon 6022bdd3cd
fix doc string 10 months ago
lamusmaser 1be80b24c2
Implement #490 - Add version API and add local_version function. (#491)
* Add version API and add local_version function.

* Minor adjustments for linting.

* Add missing newlines for linter.

* Add missing comma to `urls.py`.

* Remove `version/` endpoint.

* Remove the `VersionView`.

* Prepare `PingView` for removal of the `is_static` response.

* Remove the `is_unstable` response from `ReleaseVersion`.

* Readd missing class instantiation for first call of `ReleaseVersion`.
11 months ago
simon efca460e9d
download now task handling 1 year ago
simon 8f3b832069
[API] add dl autostart query param 1 year ago
simon 790ba3d20e
fix linter 1 year ago