Commit Graph

111 Commits (0e1e544feed2efc060346b15d59a804fad8dbbc5)

Author SHA1 Message Date
crocs 0e1e544fee
update imagery (#507)
* Update script.js

* Update README.md

updated banner photo

* Add files via upload

* Delete tube-archivist-banner.jpg

* Delete tube-archivist-banner.jpg.jpg

* Add files via upload

* Delete tube-archivist-banner.jpg

* Add files via upload

* Delete tube-archivist-banner.jpg

* Add files via upload

* Update README.md

* Delete tube-archivist-screenshot-channels.png

* Delete tube-archivist-screenshot-download.png

* Delete tube-archivist-screenshot-home.png

* Delete tube-archivist-screenshot-single-channel.png

* Delete tube-archivist-screenshot-video.png

* Add files via upload

* Update SHOWCASE.MD

* Delete tube-archivist-screenshot-channels.png

* Delete tube-archivist-screenshot-download.png

* Delete tube-archivist-screenshot-single-channel.png

* Delete tube-archivist-screenshot-video.png

* Add files via upload

* Update SHOWCASE.MD

* Add files via upload

* Update SHOWCASE.MD

* Add files via upload

* Delete tube-archivist-search.png

* Add files via upload

* Update SHOWCASE.MD

* Update SHOWCASE.MD
10 months ago
Simon 4c681d813d
fix lint 10 months ago
simon 280c773441
add download now to form 1 year ago
simon 76535c6304
move add to queue to api call 1 year ago
simon 5d524e5110
fix reindex notification filter 1 year ago
simon 1e96c3211f
remove unused functions 1 year ago
simon 20a39895f9 New task backend, #build
Changed:
- major refactor of how tasks are handled in the backend
- major refactor on how notifications are returned to UI
- [API] remov old task endpoints
- [API] add endpoints for task-name and task-id
- [API] add token delete endpoint
1 year ago
Kevin Gibbons efdffb365a
prevent keyboard events from reaching player (#459) 1 year ago
simon 8fc9afbad9
restructure progress update notification content 1 year ago
simon 8cf41a4043
merge redis backend branch into testing 1 year ago
simon 0e726af2de
switch task creation to api posts 1 year ago
simon 3e2b2f2be1
fix linter 1 year ago
simon 5ffc2046d4
add task stop and kill to frontend 1 year ago
simon 16862df71e
update progress frontend to use api 1 year ago
Gavin Palmer 9afd81b372
reset token api refactor (#446)
* move reset-token from home to api

* cleanup

* cleanup markdown

* more dev readme cleanup

* remove dev files

* format

* make robot happier

---------

Co-authored-by: Gavin Palmer <gavin@herolfg.com>
1 year ago
p0358 7e9fed3d26
Add search usage summary on the search page and improve the search docs (#426)
* add search usage summary on the search page

* fix JS linter and switch multi-search-results elements from class to id

* changes according to feedback

* finetune colors

---------

Co-authored-by: simon <simobilleter@gmail.com>
1 year ago
simon 72f091b85e
fix download filter for ignored videos, #401 1 year ago
simon 46229db64c
[API] add download now endpoint, fix vid_type 1 year ago
simon 0b60377e19
cleanup, fix lint 1 year ago
simon 6ed2308f99
[API] add watched state endpoints 1 year ago
simon 09556dbf21
switch deleteQueue to API call 1 year ago
simon 470ecb007d
switch re-add to queue to API call 1 year ago
simon 8af10f8c07
switch ignore to API call 1 year ago
simon 7a9f5e5685
[API] add and use DELETE channel endpoint 1 year ago
simon bad4b48573
switch forget ignored to API call 1 year ago
simon db21ee8bcb
[API] add and use DELETE video endpoint 1 year ago
simon 18f6455eb2
add reindex buttons to templates 1 year ago
simon fa518c029c
frontend similar videos 2 years ago
simon a1fbc0b436
fix linter 2 years ago
simon e052935e2d
add comment reply toggle 2 years ago
simon b5ceb264ec
format comment like number 2 years ago
simon ad016df105
implement comment frontend 2 years ago
simon 476d4d4909
add create snapshot now button 2 years ago
simon b425e7d75c
frontend API button to restore snapshot 2 years ago
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
2 years ago
Kevin Gibbons ff82690d3c
add keyboard shortcuts to video player (#342)
* add keyboard shortcuts to video player

* fix modal on the inline player
2 years ago
simon 40eff8e30e
fix chrome compatibility issue for description text reveal, #327 2 years ago
simon a5788117de
add dropdown channel agg for download page 2 years ago
simon fbb52dc93f
implement basic channel query string for downloads page 2 years ago
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
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 e4dd47aed0
implement fulltext search keyword 2 years ago
simon b77d50d4ed
use queryType in populateMultiSearchResults to hide irrelevant 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
simon c93e935b9c
move delete download queue button to settings page 2 years ago
simon c6d696a91b
timeout search as you type 2 years ago
simon 5982932457
implement variable grid row size 2 years ago
Nathan DeTar 4eba36f7a0
Cookie Validation Button (#242)
* Added cookie validate button & message placeholder

* Added handleCookieValidate(), postCookieValidate()

* show validation only if enbled, add processing message for immediate feedback

Co-authored-by: simon <simobilleter@gmail.com>
2 years ago