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
30cf54c49c
refactor channel and channel-id views inheritance, #116
2021-12-27 15:23:52 +07:00
fb512b26ea
further consolidate by adding query results in parent class
2021-12-27 12:01:49 +07:00
2ae25540d1
refacter DownloadView to use new inheritance structure, #116
2021-12-27 10:58:49 +07:00
6e348892f2
refactor home view by inherinting from dedicated view classes, #115 #116
2021-12-26 22:49:00 +07:00
a500f9ec63
add notifications and error messages to settings page
2021-12-17 15:09:21 +07:00
c9373eee15
add remember me checkbox to login view and set session expire, #77
2021-12-16 15:17:58 +07:00
53f93a7bb9
fix missing average_rating due to lack of dislikes
2021-12-15 17:39:52 +07:00
f7c73f7eba
change backup and restore to tag files
2021-12-14 19:05:58 +07:00
c7d69b4fa1
use new notification for channel subscribe feedback
2021-12-05 20:26:39 +07:00
b35440253d
transform add to queue, rescan, and download progress to channel messages
2021-12-03 19:47:43 +07:00
1691bdadf5
transform progress message to list, change subscribe messages
2021-12-03 19:00:26 +07:00
b2861e0369
ScheduleBuilder config class for celery beat
2021-12-02 18:37:54 +07:00
b8359a4249
match_all to show all playlists, even when empty
2021-11-29 14:28:23 +07:00
eacfd4bc84
refactor and move frontend PostData class to dedicated module
2021-11-28 18:42:04 +07:00
64c9269ee2
fix channel info for playlistid view to use actual owner
2021-11-27 11:55:00 +07:00
3f31e50b69
add delete download queue pending or ignored, #85
2021-11-25 20:02:25 +07:00
39304ff2bd
add subscribe and unsubscribe buttons for channels and playlists, #81
2021-11-25 16:41:58 +07:00
bad129d630
consolidate subscribe to single task for channel and playlist
2021-11-25 15:49:08 +07:00
2ebd0a3e2f
extend unsubscribe for channels and playlists
2021-11-25 11:52:14 +07:00
220d020c76
delete playlist buttons to frontend
2021-11-20 18:27:10 +07:00
85d12d6c68
dont index playlists without videos
2021-11-19 16:57:07 +07:00
3881d305f9
add subscribe to playlist form and better task management
2021-11-19 11:52:27 +07:00
f26fbc0dc5
implement show_subed_only on playlist view
2021-11-18 17:14:11 +07:00
d2414434fb
implement playlist earch form
2021-11-15 13:08:32 +07:00
e450b38702
add video playlist navigation, previous and next
2021-11-14 19:34:57 +07:00
3d969c25fa
only show playlist if at least one entry
2021-11-14 15:51:55 +07:00
e3f0075132
use original sort order for playlist_id list
2021-11-13 18:36:48 +07:00
ac14cd5ebb
playlist relation take 2
2021-11-13 17:34:58 +07:00
b1c82759bb
extend playlist_id with metadata and links
2021-11-12 15:01:39 +07:00
94576b4b76
initial PlaylistIdView paths and basic template
2021-11-12 11:44:18 +07:00
2550016ac8
send playlist hits to template
2021-11-10 17:29:11 +07:00
1bfb912d09
basic routes and template for playlist page
2021-11-08 14:52:46 +07:00
b2a4f88980
add re_sync_thumbs to frontend
2021-11-01 16:42:07 +07:00