Aron Brown
5407d35779
Update settings.py ( #284 )
...
Add CSRF_TRUSTED_ORIGINS Django config settings and set it to environment variable TA_HOST.
This should fix login issues behind reverse proxies.
2022-07-30 21:03:58 +07:00
simon
36560735f2
better wording what TA_HOST represents, #275
2022-07-23 21:58:06 +07:00
simon
41972f64ad
update roadmap
2022-07-23 19:57:25 +07:00
simon
83866a0d79
clarify scope
2022-07-23 17:32:59 +07:00
simon
aa0739bfbe
bump TA_VERSION to v0.2.0
2022-07-23 16:35:18 +07:00
simon
d797f47bb8
remove synology link, remove security notification
2022-07-23 15:03:41 +07:00
simon
09f3ce0109
add TA_HOST and ES8 documentation
2022-07-23 14:38:50 +07:00
simon
2ba31a3937
add search help text
2022-07-23 14:10:16 +07:00
simon
31e2fcb322
update backup section for v0.2
2022-07-23 13:41:24 +07:00
simon
e69cd1129c
add result size info
2022-07-23 13:41:07 +07:00
simon
8a59b66a0f
finetune full text thumb width
2022-07-23 13:28:49 +07:00
simon
dcf7658972
add kibana quick start guide
2022-07-22 18:26:12 +07:00
simon
e79d64d707
update channel wiki page for v0.2
2022-07-22 18:15:27 +07:00
simon
503a4ed822
force es8 at startup
2022-07-22 17:22:06 +07:00
simon
f0a44678ed
unset video max-height max-width for fullscreen webkit, #264
2022-07-22 14:50:53 +07:00
simon
4b1ebf44c9
handle filenotfounderror for manual cookie import
2022-07-21 23:01:32 +07:00
simon
eb229440d4
load config into redis on fresh install at startup
2022-07-21 23:01:01 +07:00
simon
88b412a2e9
keyword search, #build
...
Changed:
- added keyword search queries
- added fulltext search
- authenticate all user created media
- reduce docker log output
2022-07-21 20:15:15 +07:00
simon
14d3a7586d
validate es8 at startup
2022-07-21 20:09:06 +07:00
simon
6ec65f9fe8
add search wiki page
2022-07-21 20:00:12 +07:00
simon
0ec6558282
jump to timestamp from full search
2022-07-21 17:15:36 +07:00
simon
52d31f9cca
simplify createVideo player link building
2022-07-21 15:51:33 +07:00
simon
07016f2cc5
ignore full: result without highlight
2022-07-21 15:47:29 +07:00
simon
55a73995c8
implement source and lang keywords for full text search
2022-07-21 15:39:27 +07:00
simon
a40ebc7bbc
tweak with for video-item.list
2022-07-21 15:36:36 +07:00
simon
e4dd47aed0
implement fulltext search keyword
2022-07-20 21:49:32 +07:00
simon
eb5a7338ab
search with and operator, increase result size
2022-07-20 18:25:39 +07:00
simon
b77d50d4ed
use queryType in populateMultiSearchResults to hide irrelevant
2022-07-20 18:01:57 +07:00
simon
b520a9bfb0
boost title result scores in multi_match
2022-07-20 16:20:23 +07:00
simon
242ca19586
return query_type from SearchParser
2022-07-20 16:10:57 +07:00
simon
6a6665bdf9
implement simple, aka none keyword query
2022-07-20 15:04:10 +07:00
simon
8e8c00af40
implement playlist keyword search, fix channel subscribed keyword
2022-07-20 14:58:04 +07:00
simon
ae3cf7eb80
add channel keyword search
2022-07-20 14:48:41 +07:00
simon
0a2b6ee90a
add keyword search framework, implement video search
2022-07-19 19:23:59 +07:00
simon
d065b5b90a
reduce uwsgi logging to errors only
2022-07-18 17:17:20 +07:00
simon
0528220b5e
authenticate media and thumb requests
2022-07-18 14:10:34 +07:00
simon
f0850522a7
Merge branch 'master' into testing
2022-07-18 11:49:42 +07:00
simon
cc2fff8bef
use info_dict for message, simplify cache template, #271
2022-07-18 11:37:43 +07:00
simon
2d13011866
bump yt-dlp
2022-07-18 11:29:28 +07:00
simon
146f17bf74
shutil.move fix take 2, #build
...
Changed:
- use shutil.copyfile for copy_function
- fixed typo
2022-07-17 07:48:54 +07:00
simon
b406250ae2
use shutil.copyfile for shutil.move calls
2022-07-17 07:47:27 +07:00
simon
ed9237b69d
fix typo
2022-07-17 07:46:52 +07:00
simon
393e00866b
Desc preview, nginx fix, #build
...
Changed:
- Requires new env var: TA_HOST, hostname of your application
- Showing preview for description text, by @p0358
- Fix nginx user permission, by @p0358
- Refactor IndexPaginate to take loop callback
- Fix backup for large index using loop callback
- Fix deactivating missing channels on reindex
2022-07-16 22:11:29 +07:00
p0358
411b09629a
Better description view for videos and playlists ( #272 )
...
* draft
* proper implementation of description line clamping
* use a JS event that's potentially faster for text expand button visibility update
* remove desc title text, move show button after desc
Co-authored-by: simon <simobilleter@gmail.com>
2022-07-16 22:06:26 +07:00
p0358
79996f6838
Fix permission/mount issues from #268 ( #270 )
...
* make nginx run as root within the container (#268 )
* move file to videos path with fallback to regular copy with no metadata copying (#268 )
* use `copy_function=shutil.copy` everywhere with `shutil.move`
2022-07-16 21:54:39 +07:00
simon
6bb7f80ea2
Refactor IndexPaginate
...
- add callback function
- implement callback for ElasticBackup
2022-07-16 17:55:18 +07:00
simon
3b17c01c6d
add TA_HOST env for ALLOWED_HOSTS
2022-07-14 17:26:10 +07:00
simon
91bccfd057
deactivate non existing channels on reindex
2022-07-12 11:41:03 +07:00
simon
8cca09e0ac
remove ta_json backup file, keep only es_ndjson
2022-07-07 12:34:57 +07:00
simon
1479516689
Reimagining the channel pages, #build
...
Changed:
- Split the channel-id page into subpages
- Channel videos, channel playlist, channel about
- Disable es startup check to test ES8
2022-07-04 21:23:50 +07:00