aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix banner error in actor jsonChocobozzz2021-04-131-1/+1
|
* Fix lintChocobozzz2021-04-121-0/+2
|
* Upgrade server dep'Chocobozzz2021-04-121-1/+1
|
* Dissociate frameguard from cspChocobozzz2021-04-123-0/+40
|
* Don't save other attributes when set as refreshedChocobozzz2021-04-122-4/+15
|
* add channel and playlist stats to server stats endpoint (#3747)Rigel Kent2021-04-124-22/+184
| | | | | | | * add channel and playlist stats to nodeinfo * add tests for active video channels stats * fix tests for active channel stats
* Ensure to install supported pluginsChocobozzz2021-04-125-9/+29
|
* Don't retry failed transaction for refreshChocobozzz2021-04-091-1/+1
| | | | | | It's just a refresh and could lead to some issues in our tests. If there is a transaction conflict, it means that the same video is already beeing updated so aborting should be fine
* Fix print transcode command scriptChocobozzz2021-04-091-1/+2
|
* Add scale filter to documentationChocobozzz2021-04-093-10/+7
|
* Add ability for plugins to specify scale filterChocobozzz2021-04-093-71/+126
|
* add tests for inputOptions and videoFilters in trancode pluginsThéo Le Calvar2021-04-092-2/+75
|
* add option for transcode plugins to add video filters and make all options ↵Théo Le Calvar2021-04-091-8/+11
| | | | optional
* add support for inputOptions in trancode pluginsThéo Le Calvar2021-04-092-5/+10
|
* Add server plugin helpersChocobozzz2021-04-099-249/+326
|
* Also decache configChocobozzz2021-04-092-9/+11
|
* Fix #3940: unload all children from the plugin module on updates.John Livingston2021-04-091-1/+3
|
* Tests that show the bug.John Livingston2021-04-095-0/+126
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-083-2/+25
|\
| * Fix outbox fetch with subtitled videosChocobozzz2021-04-081-1/+1
| |
| * Remove duplicate captionsChocobozzz2021-04-082-1/+24
| |
| * Fix subtitles importChocobozzz2021-04-081-1/+1
| |
* | Add size info in db for actor imagesChocobozzz2021-04-0810-45/+118
| |
* | Update data in DB when regenerate thumbnailsChocobozzz2021-04-085-21/+33
| |
* | Fix static ffmpeg version checkChocobozzz2021-04-082-3/+3
| |
* | Display banner on channel pageChocobozzz2021-04-081-1/+1
| |
* | Add ability to update the bannerChocobozzz2021-04-084-3/+31
| |
* | Add banner migrationsChocobozzz2021-04-082-1/+51
| |
* | Add banner testsChocobozzz2021-04-0815-114/+181
| |
* | Add banners supportChocobozzz2021-04-0830-236/+385
| |
* | Agnostic actor image storageChocobozzz2021-04-0820-112/+149
| |
* | Fix testsChocobozzz2021-04-081-1/+8
| |
* | Remove libxmljs in favour of pure JS implemChocobozzz2021-04-061-7/+10
| |
* | add sort select to my videos, change default sort to -publishedAtRigel Kent2021-04-061-0/+8
| | | | | | | | fixes #3779
* | Fix import testsChocobozzz2021-04-061-0/+0
| |
* | Fix testsChocobozzz2021-04-058-2/+2
| |
* | Increase thumbnail size on serverChocobozzz2021-04-051-2/+2
| |
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-314-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 client action hooks for pubish pagesChocobozzz2021-03-241-2/+1
| |
* | Add server hooks for search endpointChocobozzz2021-03-243-12/+111
| |
* | Add filter hook to forbid embed accessChocobozzz2021-03-245-4/+102
| |
* | Add hooks support for video downloadChocobozzz2021-03-244-13/+174
| |
* | Fix external on logout hookChocobozzz2021-03-242-3/+9
| |
* | Add regenrate thumbnails scriptsChocobozzz2021-03-242-0/+111
| |
* | Refactor auth flowChocobozzz2021-03-2419-238/+471
| | | | | | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* | Stricter email options typingsChocobozzz2021-03-241-29/+24
| |
* | Add new plugin/peertube version notifsChocobozzz2021-03-2426-21/+598
| |
* | Reduce bundle size using a const enumChocobozzz2021-03-241-3/+2
| |
* | Check ffmepg version on startupChocobozzz2021-03-244-13/+54
| |
* | Fix AP security testsChocobozzz2021-03-244-15/+34
| |