Commit Graph

1574 Commits (47c433e7c1554ed764429b6e31698acb3b0435c6)
 

Author SHA1 Message Date
simon b28773b3a0
add exmples, auth docs, and list endpoints 3 years ago
simon 50006e423c
implement channel list and subscribe api 3 years ago
simon 8d5b4ac242
implement api return status code 3 years ago
simon 52a54fbe31
add to queue api endpoint 3 years ago
simon 382e89abb7
implement api token auth 3 years ago
simon 917e73ec4d
new django api app, implementing basic get views 3 years ago
Nathan DeTar edc9f3fe15
Added a button to download a video to the local device. (#137)
* Add video download button.

* Swapped <a> and <button> tags to fix theme issue.

* Download button renamed to `Download File`
3 years ago
Sean 8410b9310f
feat(docker): uses named volumes in docker-compose (#133)
Closes #132
3 years ago
Crocs fb2a7d59d4
Update README.md (#136)
misspelled :)
3 years ago
simon ee2025664f
update roadmap 3 years ago
simon b8c2c67707 fix unstable build arch issue for docker_publish 3 years ago
Sean 28923ea9c7
docs: add helm chart alternative install method (#130) 3 years ago
simon 21a76595ec
fix new screenshot links in readme 3 years ago
simon e8a533bbbe
add social links and update to v0.1.0 3 years ago
simon 9ad8177b7a
retry failed commit 3 years ago
simon 709c7b88f5
wiki refresh for new search functionality 3 years ago
simon 8ba9ced833
move ryd to avoid celery missing redis var 3 years ago
simon f62e75f343
add social links 3 years ago
simon 1a95797997
improve scheduler validation with regex, #126 3 years ago
simon c660edd997
bump library versions 3 years ago
simon 9498cf94f3
fix playlist view_origin 3 years ago
simon 099f9dfe00
make search results follow default view styles 3 years ago
simon 1cbe0bbfc0
delete playlists of channel when deleting channel, #118 3 years ago
simon 49cd272557
size limit for ryd missing rating query 3 years ago
simon 1c27934d77
remove redundant lock 3 years ago
simon c85be45846
extend ryd to refresh when missing average_rating 3 years ago
simon 7a1f77e548
bump library versions 3 years ago
simon 3999d679e3
fix linting 3 years ago
simon dc2fb65312
add optin returnyoutubedislike.com integration 3 years ago
simon 6aef3dfb96
remove leftovers 3 years ago
simon 49eb565e2a
fix sort_by selected attribute and animation toggle 3 years ago
simon 2ce90077b6
fix notification for nownload now button 3 years ago
simon fd334bcafe
fix legacy import alias for yt-dlp 3 years ago
simon 6d16d75ef9
bump es version 3 years ago
simon d5b3b90202
fix missing auth of search, reduce nginx alias to relevant paths only 3 years ago
simon 37140551d2
improved build cache add nginx after pip 3 years ago
simon 08f74caef0
simplify the sort_order and sort_by and standardize player location in page 3 years ago
simon f7fce001c4
simplify the subscribe buttons 3 years ago
simon 4915aa0c11
remove now redundant search forms 3 years ago
simon 5616d3ee0d
add search page link to top move about to footer 3 years ago
simon e823d6e1b3
add multi search js functions to dynamically populate results 3 years ago
simon e8eb7077ed
add initial search endpoint and improve results$ 3 years ago
simon 5fb15b79a4
extend SearchForm class with multisearch method for frontend 3 years ago
simon 2a774c3d3e
add english analyzer for main text fields for serching 3 years ago
simon b6424e0e56
update requirements libs 3 years ago
simon 386220ee94
consolidate request attributes into parent class 3 years ago
simon 4c46f0bdbd
refactor playlist and playlist-id views inheritance, #116 3 years ago
simon 30cf54c49c
refactor channel and channel-id views inheritance, #116 3 years ago
simon fb512b26ea
further consolidate by adding query results in parent class 3 years ago
simon 2ae25540d1
refacter DownloadView to use new inheritance structure, #116 3 years ago