f1b89345e2
refactor ElasticBackup and ElasticIndex for better startup handling
2022-11-27 15:41:59 +07:00
1fbd603374
frontend implementation for snapshot integration
2022-10-29 15:49:47 +07:00
a5788117de
add dropdown channel agg for download page
2022-10-22 21:23:57 +07:00
bd7cdb3942
append query parameters to pagination
2022-10-17 18:40:20 +07:00
9dfd967a32
implement downloads filter per channel
2022-10-17 13:29:21 +07:00
fbb52dc93f
implement basic channel query string for downloads page
2022-10-05 15:47:17 +02:00
4b1ebf44c9
handle filenotfounderror for manual cookie import
2022-07-21 23:01:32 +07:00
0ec6558282
jump to timestamp from full search
2022-07-21 17:15:36 +07:00
6e012383ab
toggle playlist subscribed filter
2022-07-04 21:12:54 +07:00
ef3abd01b1
implement channel_id_playlist, handle channel_id_about post
2022-07-04 20:25:52 +07:00
e664338845
implement basic channel_id_about view
2022-07-04 16:44:37 +07:00
2cf30e1127
refactor: default set_message in RedisArchivist to True
2022-06-16 10:37:46 +07:00
2ceb1b701a
consolidate config of cookie revoke
2022-06-15 15:39:24 +07:00
2ad093a9a8
handle cookiejar.LoadError dont import invalid cookie
2022-06-15 10:39:48 +07:00
5982932457
implement variable grid row size
2022-05-28 13:57:29 +07:00
c39f8a9cb8
refactor use cookie io_stream
2022-05-24 15:51:58 +07:00
3a21690309
implement post_process_updated for settings, import cookie
2022-04-30 18:35:04 +07:00
236215cc4c
add config var to video.html template
2022-04-08 22:10:16 +07:00
efa240440b
fix userspace for vide base config
2022-04-08 15:15:59 +07:00
b1a7a6a148
use cleaned_data for config form parser
2022-04-07 22:30:20 +07:00
1ac92254ad
add global vars for version and url
2022-04-05 18:43:15 +07:00
40d7e6da37
add secondary sort for channel and title, #193
2022-03-25 17:28:17 +07:00
fa25a56126
fail open for in continue watching videos building
2022-03-22 13:07:22 +07:00
875c601f4e
implement index channel playlist from form
2022-03-21 18:27:00 +07:00
774220ab1f
add channel overwrite form to frontend, store in es
2022-03-15 12:00:48 +07:00
8170d4913b
add fallback total video length if ffmpeg extraction failes
2022-03-12 21:53:03 +07:00
7595e7501f
sort continue watching videos
2022-03-12 20:29:26 +07:00
f6950a2ca5
list all in progress videos
2022-03-12 17:29:34 +07:00
437e83b2ae
add continue watching section to home page
2022-03-07 20:26:37 +07:00
36a2996cda
clean exit of progress builder when no videos in channel
2022-02-25 12:20:22 +07:00
806448624d
return if no in progress videos
2022-02-24 21:25:12 +07:00
df777104af
add video progress bar to channel_id and playlist_id views
2022-02-24 19:30:12 +07:00
d88d6d6a61
add video progress bar
2022-02-24 18:58:26 +07:00
7524691b79
implement API token revoke
2022-02-11 18:19:10 +07:00
2fc0cbacf5
update doc strings to represent new module structure
2022-01-23 19:32:08 +07:00
0fc0cc8e87
major refactor, split up modules
2022-01-22 22:13:37 +07:00
b64a2f8195
squash index.py refactor commits
2022-01-22 17:48:54 +07:00
68f19b1719
make SearchHandler use new ElasticWrap class
2022-01-18 13:37:22 +07:00
Nathan DeTar
b7922d171d
Improved Cast Support ( #143 )
...
* Added cast integration requirements.
HTTPS and a supported browser are required for this integration.
* Improved cast handeling.
* Theme cast button.
* Improved cast support.
* Added proper cast button.
* Moved cast button location
* Moved button location
* Reorder cast button
* Fix typo
* Revert cast setting description.
* Match master branch
* Added comments
* Added id `cast-script` to cast-videos.js
* Reworked event listener
* Add cast button to home player
* Check if active media on cast, pause browser video
* Commented out console logging
* Uncommented cast failed console log
* Cast video at current playback position
* use theme vars for cast color buttons
* add cast variable to base ArchivistViewConfig class
Co-authored-by: simon <simobilleter@gmail.com>
2022-01-15 13:33:16 +07:00
51f63f7b71
Merge api app from branch 'testing'
2022-01-11 18:43:03 +07:00
Nathan DeTar
45518dc3d2
Basic Google Cast Support ( #140 )
...
* Added Start and Stop cast buttons.
* Modified from the internet.
* Code to initialize casting
* Added `video-item` id to video
* Renamed function to make more sense
* Renamed cast functions to make more sense
* Renamed cast functions to make more sense
* Changed console logging message.
* Make cast buttons appear if enabled in settings.
* Make cast scripts only load if enabled in settings
* add cast configuration form, #140
* fix spelling
Co-authored-by: simon <simobilleter@gmail.com>
2022-01-11 18:31:22 +07:00
382e89abb7
implement api token auth
2022-01-11 14:15:36 +07:00
9ad8177b7a
retry failed commit
2022-01-08 23:57:51 +07:00
9498cf94f3
fix playlist view_origin
2022-01-07 18:30:40 +07:00
099f9dfe00
make search results follow default view styles
2022-01-07 18:29:25 +07:00
f7fce001c4
simplify the subscribe buttons
2022-01-01 17:25:57 +07:00
4915aa0c11
remove now redundant search forms
2021-12-31 13:42:07 +07:00
e8eb7077ed
add initial search endpoint and improve results$
2021-12-30 20:42:42 +07:00
386220ee94
consolidate request attributes into parent class
2021-12-27 17:23:39 +07:00
4c46f0bdbd
refactor playlist and playlist-id views inheritance, #116
2021-12-27 16:58:08 +07:00