aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix manifestChocobozzz2021-01-191-1/+1
|
* Fix lintChocobozzz2021-01-181-1/+1
|
* Fix service workerChocobozzz2021-01-181-17/+4
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-153-18/+9
| | | | | | | | | | | | | | * 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
* Implement remote interactionChocobozzz2021-01-151-0/+5
|
* Remove unused tracker paramChocobozzz2021-01-151-1/+0
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+3
| | | | | | | * 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-131-0/+2
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-4/+33
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Fix tracker IP with reverse proxyChocobozzz2021-01-111-1/+1
|
* Retrieve user by id instead of usernameChocobozzz2021-01-111-1/+1
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Add missing audit log if the user deletes its accountChocobozzz2021-01-042-4/+9
|
* Support activeMonth and activeHalfyear in nodeinfoChocobozzz2020-12-301-2/+4
|
* Add AP statsChocobozzz2020-12-152-69/+11
|
* Refactor jobs stateChocobozzz2020-12-141-24/+16
|
* Add joblog at the end of ciChocobozzz2020-12-141-4/+4
|
* add display of logs matching any stateRigel Kent2020-12-131-3/+20
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-3/+2
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-082-29/+17
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* plugins: add optional authentication for routeskontrollanten2020-12-081-0/+3
|
* Use dedicated hooks for account/channel videosChocobozzz2020-12-082-4/+11
|
* server accounts/videos: trigger filter hookkontrollanten2020-12-081-2/+9
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-0733-98/+147
|
* Add permanent live supportChocobozzz2020-12-032-1/+4
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Fix cors on sha segment endpointChocobozzz2020-11-271-0/+2
|
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
|
* Fix migration and testChocobozzz2020-11-251-9/+6
|
* refactor scoped token serviceRigel Kent2020-11-251-58/+97
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-252-5/+58
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-2/+2
|
* Fix lintChocobozzz2020-11-201-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-207-50/+72
|
* Remove notifications of muted accounts/serversChocobozzz2020-11-183-4/+35
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-161-1/+35
|\
| * Implement video comment list in adminChocobozzz2020-11-131-1/+35
| |
* | add client overrides to nginx configuration (#3297)Kimsible2020-11-161-0/+1
|/ | | | Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Remove deprecated abuse apiChocobozzz2020-11-103-124/+2
|
* Fix muted accounts on overviewsChocobozzz2020-11-101-0/+1
|
* Fix jobs paginationChocobozzz2020-11-091-1/+1
|
* Handle views for live videosChocobozzz2020-11-091-12/+33
|
* Add live server hooksChocobozzz2020-11-091-0/+3
|
* Regenerate miniature on live saveChocobozzz2020-11-092-20/+20
|
* Begin live testsChocobozzz2020-11-093-4/+10
|
* Fix live infohash blockChocobozzz2020-11-091-1/+1
|
* Add max lives limitChocobozzz2020-11-091-0/+4
|
* Add ability to save live replayChocobozzz2020-11-091-6/+31
|
* Check live duration and sizeChocobozzz2020-11-092-3/+8
|
* Handle live federationChocobozzz2020-11-091-1/+0
|