Commit Graph

1665 Commits (eced8200c198ef436d72b3e93b5f861866a5ae0f)
 

Author SHA1 Message Date
Simon fb853e6c73
yt-dlp requirements from commit, take 2, #build 1 year ago
Simon 57d8b060d2
fix spelling 1 year ago
Simon 6d1810946b
yt-dlp requirements from commit, #build 1 year ago
Simon 88f230c3f4
build yt-dlp from commit 1 year ago
Simon e9eddf06fb
error handling for playlist sub 1 year ago
Simon 8af7a3caf4
better playlist extract error message 1 year ago
Simon ad7f1f05b0
update roadmap 1 year ago
Simon e1fe8d1e29
Merge pull request #561 from XavierChevalier/patch-1
docs: typo in readme
1 year ago
Simon f8f01ac27f
Fix continue watching progress matching, #build 1 year ago
Simon 8e79cba7d5
fix continue watching progress matching 1 year ago
Simon 87e457401d
fix duplicated startup migration 1 year ago
Simon bb271e276c
validate backup before creating blank index 1 year ago
Simon 9967015eba
Fix none existing key migration, #build 1 year ago
Simon 3b7e4c9266
skip id_sb_id migration 1 year ago
Xavier Chevalier 1dd3fb9341
docs: typo on readme 1 year ago
Simon 120f9e468d Generic setup, additional auth, #build
Changed:
- Better biggest channel stats
- Refactor and consolidate serializer
- Score to full text search
- Move user configuration to ES
- Mark unwatched for channels and playlists
- Agnosic ES setup
- Add healthcheck endpoint
- Split json backup file
- Support forward auth
1 year ago
Simon 88f5c58b8e
add unstable tag 1 year ago
Simon 6bd06f61cf
Merge pull request #552 from ajgon/feat/forward-auth
Support for forward auth
1 year ago
Igor Rzegocki 6a83756fb4
support for auth forwarding proxy 1 year ago
Simon 515b724047
split json backup files, #406 1 year ago
Simon 77fef5de57
fix standard duration str agg 1 year ago
Simon 9d09d27fba
bump requirements 1 year ago
Simon 0e767e2f84
Merge pull request #551 from ajgon/fix/elasticsearch-ha
Support elasticsearch clusters
1 year ago
Simon 7801ed0d60
fix find_results through SearchProcess 1 year ago
Igor Rzegocki 6abec9401b
Mute urlib3 ssl warnings when SSL verification is disabled 1 year ago
Simon 1cdb9e1ad5
refactor find_results use ElasticWrap directly 1 year ago
Simon 7afeb41469
use SearchProcess for single_lookup 1 year ago
Simon bae11fe1f1
fix appconfig init 1 year ago
Simon 0cacaee213
merge testing 1 year ago
Simon dcbd8d2a55
update ES_DISABLE_VERIFY_SSL readme 1 year ago
Simon 892e81c185
refactor ElasticWrap dynamic kwargs 1 year ago
Igor Rzegocki f423ddc53a
add healthcheck endpoint (#553) 1 year ago
Igor Rzegocki b2bb7ea28e
Support wider spectrum of ElasticSearch configurations 1 year ago
Simon 38b3815a33
catch disabled old settings 1 year ago
Simon 92975a5c95
disable ta_config indexing 1 year ago
Joseph Liu a5b61bfaf6
Add "Mark Unwatched" to channels and playlists (#547) 1 year ago
Clark 85b56300b3
Move user configuration from Redis to ES (#533)
* ES Client must bootstrap itself to be the source of config

If this is not done a cyclic loop is created between the config loader and the ES client.
This lays the ground work for ES being the source of all app config.

* auto_download is not used anymore

* Add UserConfig class that encapsulates user config storage

This class will allow the rest of the code to 'not care' about how user properties are stored.
This requires the addition of a ta_users index in ES.

* Create migration task for user config transfer

* Replace getters and setters for each property

Strongly type the user configuration
Migrate missed sponsorblock ID

* Other DB settings will be another PR
1 year ago
Kevin Gibbons 8fa9e23c6e
Document how to update in the readme (#531)
* Document how to update in the readme

* Update README.md
1 year ago
Simon a7fc7902f0
refactor single video page to use SearchProcess 1 year ago
Simon 879f5ab52f
refactor match_progress to use SearchProcess 1 year ago
Simon c6458c6ec1
add score to full text search 1 year ago
Simon 47c433e7c1
refactor search form to use new SearchProcess 1 year ago
Simon dc41e5062d
refactor duration class into separate helper functions 1 year 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
1 year ago
Merlin 65d768bf02
Fix url to settings documentation (#535) 1 year ago
Merlin 0767bbfecf
Remove repo docs in favor of hosted docs (#537) 1 year ago
Simon 78d6699c68
update roadmap 1 year ago
Simon a807d53ff8
update TA_VERSION 1 year ago
Simon fa45cf08ba
fix mobile table layout 1 year ago
Simon c3da3e23af
Split settings pages, new dashbord, RC, #build
Changed:
- Changed split settings page
- Changed reset autostart on queue stop
- Added stats dashbord
- Fixed for wrong date epoch indexing
1 year ago