Commit Graph

973 Commits (17ddc95eb93e3df398a37bed298a89bd1e113b3f)
 

Author SHA1 Message Date
simon 36d0f08efb add FUNDING.yml 2 years ago
DanielBatteryStapler fd75def6c3 implement LDAP as authentication backend support (#274) 2 years ago
simon 61da0c8af3 WIP: extract thumb from mkv 2 years ago
simon 91a169fa3e add FUNDING.yml 2 years ago
DanielBatteryStapler e1c4702398
implement LDAP as authentication backend support (#274) 2 years ago
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.
2 years ago
simon 26cc7846c6
WIP: new import folder parser for offline import 2 years ago
simon 36560735f2
better wording what TA_HOST represents, #275 2 years ago
simon 41972f64ad
update roadmap 2 years ago
simon 83866a0d79
clarify scope 2 years ago
simon aa0739bfbe
bump TA_VERSION to v0.2.0 2 years ago
simon d797f47bb8
remove synology link, remove security notification 2 years ago
simon 09f3ce0109
add TA_HOST and ES8 documentation 2 years ago
simon 2ba31a3937
add search help text 2 years ago
simon 31e2fcb322
update backup section for v0.2 2 years ago
simon e69cd1129c
add result size info 2 years ago
simon 8a59b66a0f
finetune full text thumb width 2 years ago
simon dcf7658972
add kibana quick start guide 2 years ago
simon e79d64d707
update channel wiki page for v0.2 2 years ago
simon 503a4ed822
force es8 at startup 2 years ago
simon f0a44678ed
unset video max-height max-width for fullscreen webkit, #264 2 years ago
simon 4b1ebf44c9
handle filenotfounderror for manual cookie import 2 years ago
simon eb229440d4
load config into redis on fresh install at startup 2 years ago
simon 88b412a2e9
keyword search, #build
Changed:
- added keyword search queries
- added fulltext search
- authenticate all user created media
- reduce docker log output
2 years ago
simon 14d3a7586d
validate es8 at startup 2 years ago
simon 6ec65f9fe8
add search wiki page 2 years ago
simon 0ec6558282
jump to timestamp from full search 2 years ago
simon 52d31f9cca
simplify createVideo player link building 2 years ago
simon 07016f2cc5
ignore full: result without highlight 2 years ago
simon 55a73995c8
implement source and lang keywords for full text search 2 years ago
simon a40ebc7bbc
tweak with for video-item.list 2 years ago
simon e4dd47aed0
implement fulltext search keyword 2 years ago
simon eb5a7338ab
search with and operator, increase result size 2 years ago
simon b77d50d4ed
use queryType in populateMultiSearchResults to hide irrelevant 2 years ago
simon b520a9bfb0
boost title result scores in multi_match 2 years ago
simon 242ca19586
return query_type from SearchParser 2 years ago
simon 6a6665bdf9
implement simple, aka none keyword query 2 years ago
simon 8e8c00af40
implement playlist keyword search, fix channel subscribed keyword 2 years ago
simon ae3cf7eb80
add channel keyword search 2 years ago
simon 0a2b6ee90a
add keyword search framework, implement video search 2 years ago
simon d065b5b90a
reduce uwsgi logging to errors only 2 years ago
simon 0528220b5e
authenticate media and thumb requests 2 years ago
simon f0850522a7 Merge branch 'master' into testing 2 years ago
simon cc2fff8bef
use info_dict for message, simplify cache template, #271 2 years ago
simon 2d13011866
bump yt-dlp 2 years ago
simon 146f17bf74
shutil.move fix take 2, #build
Changed:
- use shutil.copyfile for copy_function
- fixed typo
2 years ago
simon b406250ae2
use shutil.copyfile for shutil.move calls 2 years ago
simon ed9237b69d
fix typo 2 years ago
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
2 years ago
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>
2 years ago