aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to hide plugin form fieldsChocobozzz2021-04-221-0/+3
|
* Add go-live example for plugin form fieldsChocobozzz2021-04-221-1/+1
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-222-1/+13
|
* Allow plugins to set short translation localeChocobozzz2021-04-201-3/+3
|
* Support async onSettingsChangeChocobozzz2021-04-201-1/+1
|
* More robust testsChocobozzz2021-04-152-4/+8
|
* Increase ffmpeg error test timeoutChocobozzz2021-04-151-1/+1
|
* Fix lintChocobozzz2021-04-121-1/+1
|
* Add plugin placeholder elements supportChocobozzz2021-04-122-0/+2
|
* add channel and playlist stats to server stats endpoint (#3747)Rigel Kent2021-04-121-0/+7
| | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats
* Add ability for plugins to specify scale filterChocobozzz2021-04-091-1/+4
|
* add option for transcode plugins to add video filters and make all options ↵Théo Le Calvar2021-04-091-2/+3
| | | | optional
* add support for inputOptions in trancode pluginsThéo Le Calvar2021-04-091-0/+1
|
* Update plugins docChocobozzz2021-04-091-1/+1
|
* Add ability to hide plugin settingsChocobozzz2021-04-092-0/+9
|
* Plugins can register html/select settingsChocobozzz2021-04-092-5/+11
|
* Add size info in db for actor imagesChocobozzz2021-04-081-0/+6
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+9
|
* Add banner testsChocobozzz2021-04-083-11/+29
|
* Add banners supportChocobozzz2021-04-083-2/+5
|
* Agnostic actor image storageChocobozzz2021-04-088-10/+13
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-0/+18
| | | | | | | | | | | | | * 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 auth user client hook actionsChocobozzz2021-03-241-0/+6
|
* Add client action hooks for pubish pagesChocobozzz2021-03-241-0/+9
|
* Add server hooks for search endpointChocobozzz2021-03-241-0/+10
|
* Add filter hook to forbid embed accessChocobozzz2021-03-241-1/+5
|
* Add hooks support for video downloadChocobozzz2021-03-242-2/+10
|
* Refactor auth flowChocobozzz2021-03-242-0/+10
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* Stricter email options typingsChocobozzz2021-03-241-8/+45
|
* Add new plugin/peertube version notifsChocobozzz2021-03-2410-12/+132
|
* Reduce bundle size using a const enumChocobozzz2021-03-241-1/+1
|
* Fix AP security testsChocobozzz2021-03-241-2/+2
|
* Use got instead of requestChocobozzz2021-03-242-4/+3
|
* Support sqChocobozzz2021-03-091-1/+2
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-034-3/+42
|
* Fix broken local actorsChocobozzz2021-02-261-0/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Add more AP stats to stats endpointChocobozzz2021-02-261-1/+29
| | | | It will help to understand if the federation correctly works or not
* Async torrent creationChocobozzz2021-02-251-3/+24
|
* Fix stats testsChocobozzz2021-02-191-0/+12
|
* Fix video comments display with deleted commentsChocobozzz2021-02-191-0/+4
|
* Try to speed up server testsChocobozzz2021-02-195-23/+61
|
* Fix feedsChocobozzz2021-02-181-2/+1
|
* Add ability to update torrents cache in clientChocobozzz2021-02-182-0/+7
|
* Don't guess remote tracker URLChocobozzz2021-02-182-3/+14
|
* Dissociate video file names and video uuidChocobozzz2021-02-182-4/+26
|
* Remove previous thumbnail if neededChocobozzz2021-02-161-1/+1
|
* Generate a name for caption filesChocobozzz2021-02-161-1/+1
|
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
|
* Painfully debug concurrent import jobsChocobozzz2021-02-091-1/+1
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-083-0/+6
|