aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Refactor auth flowChocobozzz2021-03-242-12/+68
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Add new plugin/peertube version notifsChocobozzz2021-03-241-1/+3
|
* Fix index searchChocobozzz2021-03-241-2/+2
|
* Fix request body limitChocobozzz2021-03-241-1/+0
|
* Add jobs tag to loggerChocobozzz2021-03-241-2/+2
|
* Use got instead of requestChocobozzz2021-03-241-5/+5
|
* Introduce tags to the loggerChocobozzz2021-03-241-5/+6
| | | | | That could help to filter unneeded logs and/or select particular components
* Fix emptying video tagsChocobozzz2021-03-031-6/+7
|
* Fix broken local actorsChocobozzz2021-02-262-5/+4
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Async torrent creationChocobozzz2021-02-251-7/+31
|
* Fix testsChocobozzz2021-02-191-2/+1
|
* Fix thread replies API responseChocobozzz2021-02-191-2/+0
|
* Optimize rate endpointChocobozzz2021-02-191-0/+3
|
* Fix video comments display with deleted commentsChocobozzz2021-02-191-3/+10
|
* Try to speed up server testsChocobozzz2021-02-192-3/+8
|
* CleanupChocobozzz2021-02-181-1/+1
|
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+3
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-2/+5
|
* Remove previous thumbnail if neededChocobozzz2021-02-163-8/+23
|
* Generate a name for caption filesChocobozzz2021-02-162-31/+29
|
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+2
|
* Add ability to update plugin authChocobozzz2021-02-011-0/+1
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-2/+9
|
* move from trending routes to alg paramRigel Kent2021-01-281-13/+13
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-2/+16
|
* Allow webp image uploadsChocobozzz2021-01-262-6/+6
|
* Add priority to transcoding jobsChocobozzz2021-01-252-4/+4
| | | | | | | | | | (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
* Support progress for ffmpeg tasksChocobozzz2021-01-211-9/+4
|
* Add user video list hooksChocobozzz2021-01-201-7/+15
|
* Fix (again) youtube importChocobozzz2021-01-191-2/+1
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-1/+2
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-152-17/+7
| | | | | | | | | | | | | | * 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
* 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
* 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
|
* Add AP statsChocobozzz2020-12-151-51/+5
|
* 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
|
* 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-0727-74/+117
|
* Add permanent live supportChocobozzz2020-12-032-1/+4
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-2/+2
|
* Fix 500 on unknown threadChocobozzz2020-11-271-0/+4
|