aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix socket notification with multiple user tabsChocobozzz2019-08-221-6/+10
* email object -> email subjectChocobozzz2019-08-223-20/+20
* Relax plugin package.json validationChocobozzz2019-08-221-2/+6
* Fix redundancy testsChocobozzz2019-08-132-4/+7
* Fix redundancy exceeding the limitChocobozzz2019-08-123-13/+36
* Add avatar to prune scriptChocobozzz2019-08-096-6/+236
* Fix avatar url validationChocobozzz2019-08-091-1/+1
* Lazy load avatarsChocobozzz2019-08-0915-90/+306
* Stronger actor association typing in AP functionsChocobozzz2019-08-0931-90/+147
* Remove comment federation by video ownerChocobozzz2019-08-075-54/+49
* Deprecate Node 8Chocobozzz2019-08-072-2/+16
* Fix comment notificationsChocobozzz2019-08-071-1/+1
* Limit maximum actor follow scoreChocobozzz2019-08-071-1/+1
* Automatically remove bad followingsChocobozzz2019-08-0613-199/+291
* Optimize watch endpointChocobozzz2019-08-061-1/+1
* Fix user notifications on new followChocobozzz2019-08-0216-34/+78
* Fix broken follow notificationChocobozzz2019-08-022-0/+20
* Automatically update playlist thumbnailsChocobozzz2019-08-0113-33/+405
* Fix like/dislike federationChocobozzz2019-08-012-16/+18
* Fix HLS transcodingChocobozzz2019-08-015-8/+20
* Add since parameter to peertube-import-videos (#1991)Florent F2019-08-011-1/+35
* Fix multiple server testsChocobozzz2019-08-017-35/+102
* Fix broken playlist apiChocobozzz2019-08-0119-728/+1203
* Moderators can only manage usersChocobozzz2019-07-303-64/+181
* Fix quota in instance features tableChocobozzz2019-07-292-2/+3
* Improve static files cacheChocobozzz2019-07-293-11/+16
* Fix mocha commandsChocobozzz2019-07-292-2/+2
* Correctly import tags in CLIChocobozzz2019-07-292-7/+5
* Add gitlab ci supportChocobozzz2019-07-2921-36/+58
* Add plugin translation systemChocobozzz2019-07-2611-12/+212
* Plugins can update video constantsChocobozzz2019-07-266-1/+327
* Add public settings endpointChocobozzz2019-07-264-18/+58
* Add setting helper to client pluginsChocobozzz2019-07-261-0/+1
* Fix scheduled privacy and verify email validationsChocobozzz2019-07-254-12/+7
* Move controller in dedicated functionsChocobozzz2019-07-251-18/+22
* Fix express validatorChocobozzz2019-07-2548-97/+89
* Fix peertube auth helpChocobozzz2019-07-251-3/+3
* Sort on videoQuotaUsed in backendChocobozzz2019-07-252-1/+3
* Upgrade tools dependenciesChocobozzz2019-07-252-450/+214
* Upgrade server dependenciesChocobozzz2019-07-251-2/+3
* Change plugin models namesChocobozzz2019-07-246-19/+19
* Add hooks documentationChocobozzz2019-07-245-6/+6
* Add retries to travis mochaChocobozzz2019-07-245-6/+6
* Correctly notify on auto blacklistChocobozzz2019-07-2414-48/+46
* Fix auto blacklistChocobozzz2019-07-241-1/+1
* Refactor middleware helpersChocobozzz2019-07-2434-241/+311
* Add plugin static files cacheChocobozzz2019-07-245-20/+34
* Log error on unknown hookChocobozzz2019-07-241-1/+6
* Add plugin table migration tableChocobozzz2019-07-245-3/+50
* Add filter hooks testsChocobozzz2019-07-249-38/+257