aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to filter my videos by liveChocobozzz2021-05-035-47/+54
|
* Ensure to install supported pluginsChocobozzz2021-04-121-1/+1
|
* Add server plugin helpersChocobozzz2021-04-092-246/+6
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+8
|
* Add banner testsChocobozzz2021-04-082-2/+2
|
* Add banners supportChocobozzz2021-04-087-32/+66
|
* Agnostic actor image storageChocobozzz2021-04-083-20/+25
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+3
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Add server hooks for search endpointChocobozzz2021-03-241-11/+26
|
* Add filter hook to forbid embed accessChocobozzz2021-03-242-1/+29
|
* Add hooks support for video downloadChocobozzz2021-03-241-11/+74
|
* Fix external on logout hookChocobozzz2021-03-241-1/+1
|
* Refactor auth flowChocobozzz2021-03-243-19/+75
| | | | | 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
|
* Bigger video thumbnails for feedsChocobozzz2021-03-241-5/+5
|
* 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
|
* Fix import testsChocobozzz2021-02-181-0/+1
|
* CleanupChocobozzz2021-02-182-1/+2
|
* Fix feedsChocobozzz2021-02-181-1/+1
|
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+3
|
* Dissociate video file names and video uuidChocobozzz2021-02-185-92/+105
|
* Remove previous thumbnail if neededChocobozzz2021-02-163-8/+23
|
* Generate a name for caption filesChocobozzz2021-02-163-36/+31
|
* Generate a name for thumbnailsChocobozzz2021-02-162-17/+16
| | | | Allows aggressive caching
* Remove deprecated static routesChocobozzz2021-02-161-19/+0
|
* 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
|
* Serve AP objects for default account/channel pagesChocobozzz2021-01-201-2/+4
|
* 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