Commit Graph

772 Commits

Author SHA1 Message Date
1fbd603374
frontend implementation for snapshot integration 2022-10-29 15:49:47 +07:00
749f61aba6
fix empty policy building 2022-10-29 15:32:08 +07:00
59f347c135
implement snapshot startup check 2022-10-28 16:47:50 +07:00
904f449d37
combine snapshot_stats for frontend 2022-10-27 18:40:27 +07:00
9b69a8dc91
fix mobile view-controls break 2022-10-27 16:15:32 +07:00
e7f960bf46
implement basics snapshot management 2022-10-26 23:17:55 +07:00
02ed521f21
bump uwsgi 2022-10-26 23:17:03 +07:00
Kevin Gibbons
39902cb1c6
Format/slightly modernize the JS (#345)
* add basic JS tooling

* fix accidental uses of global variables

* auto-format

* add and fix a couple more standard lint rules

* remove useless return false from settimeout callbacks

* document JS contributing

* fix whitespace in package.json

* add JS stuff to codespell skiplist

* codespell take two

* update github action and add comments about duplicated logic
2022-10-26 09:43:58 +07:00
725f17bcd2
fix playlist missing channel metadata 2022-10-25 11:13:14 +07:00
Kevin Gibbons
ff82690d3c
add keyboard shortcuts to video player (#342)
* add keyboard shortcuts to video player

* fix modal on the inline player
2022-10-24 20:11:00 +07:00
f0874b2d02
add timeout for sponsorblock api requests, handle 503 2022-10-23 12:46:10 +07:00
baacd3ee39
better message for running and indexing queue 2022-10-23 12:21:27 +07:00
9cd23c3666
error handeling for playlist_thumbnail extraction 2022-10-23 11:50:26 +07:00
0e17e2a6cf
bump TA_VERSION to v0.2.3 2022-10-23 10:55:57 +07:00
40eff8e30e
fix chrome compatibility issue for description text reveal, #327 2022-10-22 22:32:57 +07:00
0bba36cbc3
add watched_date for _update_by_query mark as watched, #309 2022-10-22 22:00:35 +07:00
a5788117de
add dropdown channel agg for download page 2022-10-22 21:23:57 +07:00
dea2688b49
handle UnidentifiedImageError in ThumbManager, #325 2022-10-17 19:26:01 +07:00
927e6fa909
create channel parameter for downloads api view 2022-10-17 18:58:21 +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
6eee762d3a
add status for sub refresh 2022-10-14 11:27:27 +07:00
a8c5773f81
fix is_live status check before adding to queue 2022-10-05 16:12:58 +02:00
fbb52dc93f
implement basic channel query string for downloads page 2022-10-05 15:47:17 +02:00
c9e936da21
bump libraries 2022-10-05 15:46:44 +02:00
c825e67f69
bump django and restframework 2022-09-30 18:02:44 +02:00
db6840639a
update TA_VERSION to v0.2.2 2022-09-19 15:21:55 +07:00
f28c47323f
cleanup channel info.json file after import 2022-09-19 15:10:41 +07:00
b25818dbc3
extend timeout, add retry to YtWrap 2022-09-17 10:31:51 +07:00
f2a8b070f2
add log output for add to queue 2022-09-17 10:30:27 +07:00
dfacc3039a
fix reindex task, skip inactive in _get_unrated_vids 2022-09-14 16:43:48 +07:00
2b8ec1f8cf
use grid_items for videos on download page 2022-09-13 16:47:31 +07:00
6d22e62642
downgrade django to fix django_debug env 2022-09-10 11:22:49 +07:00
1c3febc49d
force create thumb folder for manual import 2022-09-06 23:13:29 +07:00
a6dd927860
fix channel extraction to catch all alerts, #312 2022-09-06 23:12:49 +07:00
3c92de8e24
improved logging for manual import 2022-09-06 22:42:55 +07:00
e51a662da9
fix manual import splitext matching invalid extensions, #311 2022-09-06 22:27:18 +07:00
b2bf4ecc02
bump libs 2022-09-06 21:20:29 +07:00
8f2794a141 Merge branch 'master' into testing 2022-09-03 15:17:06 +07:00
DanielBatteryStapler
396b6b80cd
Add TA_LDAP_DISABLE_CERT_CHECK option (#314)
* add TA_LDAP_DISABLE_CERT_CHECK option

* add unstable disclaimer next to TA_LDAP_DISABLE_CERT_CHECK
2022-09-03 15:16:09 +07:00
e467beb1c7
fix manual import cleanup metadata, #331 2022-08-26 17:07:55 +07:00
f26d02919e
revert faulty django update 2022-08-20 14:14:14 +07:00
20ff465b94
bump TA_VERSION to v0.2.1 2022-08-19 18:28:34 +07:00
7d3a5cc699
add search api to readme 2022-08-19 18:26:27 +07:00
1b22e61384
New search API endpoint, #build
Changed:
- Switched search form to API
- Additional validations for RYD
- Additional log output for curl ES startup check
2022-08-19 18:00:35 +07:00
e6b673832f
bump yt-dlp 2022-08-19 17:53:18 +07:00
PrivateGER
57a9fff82b
Add API endpoint for searching (#303)
* Add API endpoint for searching + use it in frontend

* Fix linting warnings

* Remove multisearch API call

* Avoid 301 and fix up multiline comment
2022-08-19 17:52:37 +07:00
1896e982b9
codespell lint fixes 2022-08-18 18:51:11 +07:00
0e7e0a0560
fail open on ryd error 2022-08-18 18:45:46 +07:00
155439e228
add api Table of contents 2022-08-17 17:29:04 +07:00