Commit Graph

1635 Commits

Author SHA1 Message Date
Simon
892e81c185
refactor ElasticWrap dynamic kwargs 2023-09-22 20:35:14 +07:00
Igor Rzegocki
f423ddc53a
add healthcheck endpoint (#553) 2023-09-22 15:01:47 +07:00
Igor Rzegocki
b2bb7ea28e
Support wider spectrum of ElasticSearch configurations 2023-09-22 09:50:47 +02:00
Simon
38b3815a33
catch disabled old settings 2023-09-21 23:17:25 +07:00
Simon
92975a5c95
disable ta_config indexing 2023-09-21 23:16:06 +07:00
Joseph Liu
a5b61bfaf6
Add "Mark Unwatched" to channels and playlists (#547) 2023-09-21 22:40:42 +07:00
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
2023-09-21 21:46:55 +07:00
Kevin Gibbons
8fa9e23c6e
Document how to update in the readme (#531)
* Document how to update in the readme

* Update README.md
2023-09-06 20:55:19 +07:00
Simon
a7fc7902f0
refactor single video page to use SearchProcess 2023-09-04 21:43:09 +07:00
Simon
879f5ab52f
refactor match_progress to use SearchProcess 2023-09-04 21:05:29 +07:00
Simon
c6458c6ec1
add score to full text search 2023-09-04 20:44:31 +07:00
Simon
47c433e7c1
refactor search form to use new SearchProcess 2023-09-04 20:22:00 +07:00
Simon
dc41e5062d
refactor duration class into separate helper functions 2023-09-04 18:49:10 +07:00
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
2023-09-04 17:51:06 +07:00
Merlin
65d768bf02
Fix url to settings documentation (#535) 2023-09-04 17:24:48 +07:00
Merlin
0767bbfecf
Remove repo docs in favor of hosted docs (#537) 2023-09-04 16:59:36 +07:00
Simon
78d6699c68
update roadmap 2023-09-03 13:26:20 +07:00
Simon
a807d53ff8
update TA_VERSION 2023-09-03 12:05:51 +07:00
Simon
fa45cf08ba
fix mobile table layout 2023-09-02 17:37:28 +07:00
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
2023-09-02 16:54:59 +07:00
Simon
5cf5b4edb7
clean log 2023-09-02 16:42:41 +07:00
Simon
0c9c88fc0b
buildStats async 2023-09-02 16:31:43 +07:00
Simon
725bba0963
add randint sleep before version check 2023-09-02 16:02:04 +07:00
Simon
76981635dc
reset autostart on queue stop, #520 2023-09-02 12:06:43 +07:00
Simon
b56316932f
fix kibana yml 2023-09-02 11:52:00 +07:00
Simon
8dba2e240e
handle empty download hist stat 2023-09-02 11:47:07 +07:00
Simon
4016e81f9a
add download history stats 2023-09-02 11:22:03 +07:00
Simon
5ee37eb0cb
add biggest chanel aggs 2023-09-01 09:28:56 +07:00
Simon
4650963cc7
add watch progress tiles 2023-08-31 22:28:36 +07:00
Simon
5acc1ea718
add all duration aggs 2023-08-31 21:31:47 +07:00
Simon
505f5b73c5
add primary aggs 2023-08-31 14:34:08 +07:00
Simon
d491b0b347
[API] better primary stats 2023-08-31 12:51:00 +07:00
Simon
52d6c59f3f
fix incomplete messages outside of sendprogress task method 2023-08-31 12:16:42 +07:00
Simon
4afb605736
show all messages on settings pages 2023-08-31 12:16:17 +07:00
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
2023-08-31 11:11:31 +07:00
Simon
4ded8988c3
add channel aggregation 2023-08-30 18:42:03 +07:00
Simon
988c2b8af7
add download video histogram stats 2023-08-30 17:42:10 +07:00
Simon
58ef8f753f
fix date epoch sec format 2023-08-30 11:54:02 +07:00
Simon
3e9f1a392a
[API] add index count and video view progress stats views 2023-08-29 15:45:55 +07:00
Simon
2563722f16
Channel Search API endpoint, #build
Changed:
- [API] Added channel search endpoint
- Added fullscreen hotkey
2023-08-26 21:17:54 +07:00
Simon
fb089dd3de
add unstable footer 2023-08-26 21:17:32 +07:00
dmynerd78
983612f460
Add fullscreen hotkey to video player (#524)
* Add fullscreen hotkey

* Run prettier formatting
2023-08-26 21:15:36 +07:00
Simon
d42bd612d0
handle 404 video sponsorblock, #526 2023-08-26 21:05:17 +07:00
Simon
41f6a03751
fix typing 2023-08-25 15:00:03 +07:00
Simon
f1e25c9a20
[API] add channel search endpoint 2023-08-24 22:46:35 +07:00
Simon
15794ebfc8
API extensions, #build
Changed:
- [API] Added endpoints for subscription toggle
- [API] Added endpoint for playlist delete
- Trigger bgsave when storing redis config
- Validate subscribe url Type, surface errors
- ignore eaDir folder
2023-08-24 00:06:54 +07:00
Simon
68928f5cb1
ignore eaDir folder, use ignore_filelist for clear_dl_cache, #523 2023-08-24 00:02:58 +07:00
Simon
a514dda1ff
[API] implement delete playlist endpoint 2023-08-23 23:54:36 +07:00
Simon
2bccb698e6
remove legacy process subscribe methods 2023-08-23 23:34:19 +07:00
Simon
076452c612
move subscribe buttons to API calls 2023-08-23 23:28:09 +07:00