aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* move from trending routes to alg paramRigel Kent2021-01-283-18/+21
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-283-3/+25
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+4
| | | | recommendation variant
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+1
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-211-5/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-0/+1
|
* Add user video list hooksChocobozzz2021-01-201-0/+4
|
* Fix (again) youtube importChocobozzz2021-01-191-2/+0
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+4
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-153-1/+32
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* Fix and add skipping ping log testsChocobozzz2021-01-131-0/+10
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+4
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-133-1/+11
|
* Fix testsChocobozzz2021-01-111-1/+1
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Add gl supportChocobozzz2020-12-161-0/+2
|
* Add AP statsChocobozzz2020-12-151-0/+4
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+1
|
* Refactor jobs stateChocobozzz2020-12-142-7/+15
|
* Prepare changelog v3Chocobozzz2020-12-141-1/+1
|
* Fix tests timeoutChocobozzz2020-12-141-1/+6
|
* Add joblog at the end of ciChocobozzz2020-12-142-2/+3
|
* Save logs on ci failureChocobozzz2020-12-142-3/+20
|
* Live views updateChocobozzz2020-12-092-2/+3
|
* Fix live testsChocobozzz2020-12-091-11/+12
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-086-98/+49
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Refactor a little bit client canonical URLChocobozzz2020-12-081-0/+1
|
* Use dedicated hooks for account/channel videosChocobozzz2020-12-081-0/+9
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-0735-206/+379
|
* Add permanent live supportChocobozzz2020-12-035-0/+14
|
* refactor 404 pageRigel Kent2020-12-031-1/+1
|
* Fix lintChocobozzz2020-12-031-1/+1
|
* more explicit error messages for file uploadsRigel Kent2020-12-032-0/+420
|
* Add logs to fixture generationsChocobozzz2020-12-011-0/+3
|
* Add inspect to test scriptChocobozzz2020-11-301-7/+13
|
* :sparkles: Add input-password #3375madmath032020-11-301-1/+1
|
* Add registered setting CLI plugin install testChocobozzz2020-11-271-0/+20
|
* Try to fix live testChocobozzz2020-11-261-0/+5
|
* Fix live FPS limitChocobozzz2020-11-261-0/+1
|
* Fix migration and testChocobozzz2020-11-252-12/+24
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-252-1/+18
|
* Add transcoding module commentsChocobozzz2020-11-251-2/+11
|
* Add live transcoding bit rate testsChocobozzz2020-11-255-29/+22
|
* Support encoding profilesChocobozzz2020-11-252-5/+9
|
* Do not transcode to an higher bitrateChocobozzz2020-11-202-2/+16
| | | | Thanks bkil https://github.com/bkil
* Update server dependenciesChocobozzz2020-11-191-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Fix live testsChocobozzz2020-11-171-1/+1
|
* Fix client buildChocobozzz2020-11-171-1/+1
|