|
6e348892f2
|
refactor home view by inherinting from dedicated view classes, #115 #116
|
2021-12-26 22:49:00 +07:00 |
|
|
665d0a1b24
|
bump versions
|
2021-12-26 18:22:04 +07:00 |
|
|
42f4f4cb6f
|
improved sort order mobile layout on home
|
2021-12-18 18:38:01 +07:00 |
|
|
2d6cc43a9e
|
better label placement on toggle box
|
2021-12-18 18:22:57 +07:00 |
|
|
bf0b07f3d7
|
fix error when restarting player with same video
|
2021-12-18 17:15:53 +07:00 |
|
|
88ebb6d648
|
fix autodelete error on empty download queue
|
2021-12-18 17:05:49 +07:00 |
|
|
3015e59a29
|
fix styling of sub unsub frontent feedback with span tag
|
2021-12-18 16:56:32 +07:00 |
|
|
7a3609e611
|
add unstable tag to sync_docker deploy
|
2021-12-18 16:35:01 +07:00 |
|
|
ad8d75c3e8
|
add autodelete videos to ignore list, #112
|
2021-12-17 23:28:53 +07:00 |
|
|
f36ae6c4b9
|
hotfix: explicitly set DJANGO_DEBUG env, #111
|
2021-12-17 23:02:38 +07:00 |
|
|
8678cdcadb
|
add missing favicon to login template
|
2021-12-17 23:00:30 +07:00 |
|
|
1ac6da1f3e
|
bumb django version
|
2021-12-17 18:45:32 +07:00 |
|
|
e5b9b1caef
|
remove now unused favicon
|
2021-12-17 18:32:46 +07:00 |
|
|
8f80cf2d22
|
update roadmap
|
2021-12-17 18:29:25 +07:00 |
|
|
5f3d52c76a
|
update docs for v0.0.9 release
|
2021-12-17 16:59:52 +07:00 |
|
|
816c68464b
|
add unstable tag for docker deploy
|
2021-12-17 16:57:10 +07:00 |
|
|
a500f9ec63
|
add notifications and error messages to settings page
|
2021-12-17 15:09:21 +07:00 |
|
|
8e976922e9
|
add Scheduler Setup documentation
|
2021-12-17 11:52:32 +07:00 |
|
|
eb5483c6b2
|
bumb es version
|
2021-12-17 09:38:44 +07:00 |
|
|
3231dbe29a
|
the favicons the whole favicons and nothing but the favicons, #93
|
2021-12-16 21:23:54 +07:00 |
|
|
ae082eb309
|
add sync_redis_state before building schedule for update path
|
2021-12-16 21:22:05 +07:00 |
|
|
23f9894154
|
move validate_thumbnails out of startup has it's own schedule now
|
2021-12-16 21:20:14 +07:00 |
|
|
f6159a48d5
|
change sub and unsub to colored toggle button
|
2021-12-16 18:28:52 +07:00 |
|
|
ada2c1fe59
|
add autofocus and autocomplete to user form field, #104
|
2021-12-16 18:00:36 +07:00 |
|
|
5b59c3296f
|
port overwrite with TA_PORT and TA_UWSGI_PORT for collisions, #103
|
2021-12-16 17:42:59 +07:00 |
|
|
c9373eee15
|
add remember me checkbox to login view and set session expire, #77
|
2021-12-16 15:17:58 +07:00 |
|
|
e858bba944
|
fix linting, update doc string
|
2021-12-16 12:48:12 +07:00 |
|
|
9a2dead76c
|
implement autodelete watched videos after x days, #56
|
2021-12-16 12:44:37 +07:00 |
|
|
53f93a7bb9
|
fix missing average_rating due to lack of dislikes
|
2021-12-15 17:39:52 +07:00 |
|
|
7924f28ccb
|
implement backup rotate from config value
|
2021-12-14 19:40:46 +07:00 |
|
|
ff2de43752
|
update index restore information
|
2021-12-14 19:21:07 +07:00 |
|
|
275cf1263b
|
fix mobile backup-grid-row layout
|
2021-12-14 19:15:29 +07:00 |
|
|
f49895917a
|
change settings for backup restore
|
2021-12-14 19:06:47 +07:00 |
|
|
f7c73f7eba
|
change backup and restore to tag files
|
2021-12-14 19:05:58 +07:00 |
|
|
6ad1c8e73b
|
add reason to backup as file name tag
|
2021-12-13 21:20:48 +07:00 |
|
|
21f70493bb
|
add scheduler config to regular redis config
|
2021-12-13 20:28:41 +07:00 |
|
|
5cb6076a1c
|
use config check_reindex_days for refresh_interval
|
2021-12-13 19:19:49 +07:00 |
|
Wesley Mauk
|
f660b05a20
|
Make copyright year dynamic (#107)
Never have to update this again!
|
2021-12-13 19:10:11 +07:00 |
|
|
8f7179ad0c
|
fix some spacing issues
|
2021-12-13 10:57:29 +07:00 |
|
|
3df9a53a24
|
add scheduler settings with some sane defaults
|
2021-12-13 10:55:57 +07:00 |
|
|
fde1a37563
|
add check_reindex_days and run_backup_rotate fields to form
|
2021-12-13 10:54:54 +07:00 |
|
|
c475700cdd
|
store beat schedule on volume
|
2021-12-08 16:15:25 +07:00 |
|
|
9bb68aac66
|
extend theater mode to video id page template
|
2021-12-08 14:30:13 +07:00 |
|
|
279c4538ca
|
fix player wrapper and player channel links
|
2021-12-07 08:25:46 +07:00 |
|
|
42eec604a7
|
reimagining the video player in theater mode, #98
|
2021-12-06 22:14:42 +07:00 |
|
|
e2238c16f5
|
restructure html to allow for non boxed-content classes within content blocks, #98
|
2021-12-06 18:07:57 +07:00 |
|
|
8c5bb0bc1f
|
add missing mapping for playlist_last_refresh to fix empty index scan, #101
|
2021-12-06 16:56:56 +07:00 |
|
|
5c26be43e6
|
skip instead of cancle update
|
2021-12-06 16:55:55 +07:00 |
|
|
82a71ed75d
|
clean up playlist subscribe notification
|
2021-12-05 22:35:46 +07:00 |
|
|
7516090e14
|
handle findPlaylists notification and fix spacing
|
2021-12-05 22:15:10 +07:00 |
|