Commit Graph

1798 Commits (master)
 

Author SHA1 Message Date
Simon 6bd06f61cf
Merge pull request #552 from ajgon/feat/forward-auth
Support for forward auth
8 months ago
Igor Rzegocki 6a83756fb4
support for auth forwarding proxy 8 months ago
Simon 515b724047
split json backup files, #406 8 months ago
Simon 77fef5de57
fix standard duration str agg 8 months ago
Simon 9d09d27fba
bump requirements 8 months ago
Simon 0e767e2f84
Merge pull request #551 from ajgon/fix/elasticsearch-ha
Support elasticsearch clusters
8 months ago
Simon 7801ed0d60
fix find_results through SearchProcess 8 months ago
Igor Rzegocki 6abec9401b
Mute urlib3 ssl warnings when SSL verification is disabled 8 months ago
Simon 1cdb9e1ad5
refactor find_results use ElasticWrap directly 8 months ago
Simon 7afeb41469
use SearchProcess for single_lookup 8 months ago
Simon bae11fe1f1
fix appconfig init 8 months ago
Simon 0cacaee213
merge testing 8 months ago
Simon dcbd8d2a55
update ES_DISABLE_VERIFY_SSL readme 8 months ago
Simon 892e81c185
refactor ElasticWrap dynamic kwargs 8 months ago
Igor Rzegocki f423ddc53a
add healthcheck endpoint (#553) 8 months ago
Igor Rzegocki b2bb7ea28e
Support wider spectrum of ElasticSearch configurations 8 months ago
Simon 38b3815a33
catch disabled old settings 8 months ago
Simon 92975a5c95
disable ta_config indexing 8 months ago
Joseph Liu a5b61bfaf6
Add "Mark Unwatched" to channels and playlists (#547) 8 months 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
8 months ago
Kevin Gibbons 8fa9e23c6e
Document how to update in the readme (#531)
* Document how to update in the readme

* Update README.md
9 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
Merlin 65d768bf02
Fix url to settings documentation (#535) 9 months ago
Merlin 0767bbfecf
Remove repo docs in favor of hosted docs (#537) 9 months ago
Simon 78d6699c68
update roadmap 9 months ago
Simon a807d53ff8
update TA_VERSION 9 months ago
Simon fa45cf08ba
fix mobile table layout 9 months 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
9 months ago
Simon 5cf5b4edb7
clean log 9 months ago
Simon 0c9c88fc0b
buildStats async 9 months ago
Simon 725bba0963
add randint sleep before version check 9 months ago
Simon 76981635dc
reset autostart on queue stop, #520 9 months ago
Simon b56316932f
fix kibana yml 9 months ago
Simon 8dba2e240e
handle empty download hist stat 9 months ago
Simon 4016e81f9a
add download history stats 9 months ago
Simon 5ee37eb0cb
add biggest chanel aggs 9 months ago
Simon 4650963cc7
add watch progress tiles 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 52d6c59f3f
fix incomplete messages outside of sendprogress task method 9 months ago
Simon 4afb605736
show all messages on settings pages 9 months ago
Clark fcc1c2a648
Split the settings page (#528)
* Split the settings page

* Add a dashboard page for future use

Create a settings base to keep all the settings pages consistent

* Correct Python formatting

* Fix snapshots not showing in new view
9 months ago
Simon 4ded8988c3
add channel aggregation 9 months ago
Simon 988c2b8af7
add download video histogram stats 9 months ago