aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixes 2065: optimisation (#2073)John Livingston2019-08-231-1/+2
| | | | | | * fixes 2065: optimisation * Update peertube-socket.ts
* Merge branch 'release/1.4.0' into developChocobozzz2019-08-221-1/+1
|\
| * Try to fix video duplicationChocobozzz2019-08-221-1/+1
| |
| * Fix socket notification with multiple user tabsChocobozzz2019-08-221-6/+10
| |
| * email object -> email subjectChocobozzz2019-08-221-17/+17
| |
* | Fix html tag with blacklisted videoChocobozzz2019-08-221-2/+2
| |
* | Merge branch 'feature/strong-model-types' into developChocobozzz2019-08-2258-531/+671
|\ \
| * | Type toActivityPubObject functionsChocobozzz2019-08-211-3/+3
| | |
| * | Fix ownership changeChocobozzz2019-08-212-5/+8
| | |
| * | Type toFormattedJSONChocobozzz2019-08-203-17/+16
| | |
| * | Cleanup model typesChocobozzz2019-08-2011-43/+53
| | |
| * | Fix testsChocobozzz2019-08-201-3/+1
| | |
| * | Stronger model typingsChocobozzz2019-08-1958-513/+643
| |/
* | Fix socket notification with multiple user tabsChocobozzz2019-08-221-6/+10
| |
* | email object -> email subjectChocobozzz2019-08-221-17/+17
|/
* Fix redundancy exceeding the limitChocobozzz2019-08-121-1/+4
|
* Add avatar to prune scriptChocobozzz2019-08-091-1/+1
|
* Lazy load avatarsChocobozzz2019-08-094-52/+97
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0923-87/+104
|
* Remove comment federation by video ownerChocobozzz2019-08-072-4/+7
|
* Fix comment notificationsChocobozzz2019-08-071-1/+1
|
* Automatically remove bad followingsChocobozzz2019-08-067-137/+173
|
* Optimize watch endpointChocobozzz2019-08-061-1/+1
|
* Fix user notifications on new followChocobozzz2019-08-0215-34/+69
|
* Automatically update playlist thumbnailsChocobozzz2019-08-012-6/+23
|
* Fix like/dislike federationChocobozzz2019-08-012-16/+18
|
* Fix HLS transcodingChocobozzz2019-08-014-7/+13
|
* Fix multiple server testsChocobozzz2019-08-014-25/+28
|
* Add gitlab ci supportChocobozzz2019-07-299-21/+34
|
* Add plugin translation systemChocobozzz2019-07-261-2/+42
|
* Plugins can update video constantsChocobozzz2019-07-261-1/+121
| | | | Categories, licences and languages
* Add setting helper to client pluginsChocobozzz2019-07-261-0/+1
|
* Change plugin models namesChocobozzz2019-07-241-7/+7
|
* Correctly notify on auto blacklistChocobozzz2019-07-248-17/+23
|
* Fix auto blacklistChocobozzz2019-07-241-1/+1
|
* Refactor middleware helpersChocobozzz2019-07-242-1/+6
|
* Add plugin static files cacheChocobozzz2019-07-242-5/+12
|
* Log error on unknown hookChocobozzz2019-07-241-1/+6
|
* Add plugin table migration tableChocobozzz2019-07-242-1/+8
|
* Add filter hooks testsChocobozzz2019-07-243-14/+51
|
* Add hook filters testsChocobozzz2019-07-243-12/+22
|
* Add plugin API testsChocobozzz2019-07-243-8/+13
|
* Add CLI plugins testsChocobozzz2019-07-241-3/+3
|
* Provide logger to pluginsChocobozzz2019-07-241-39/+51
|
* Add plugins check params testsChocobozzz2019-07-241-2/+2
|
* Add server hooksChocobozzz2019-07-246-85/+186
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-5/+7
|
* Use process.env.npm_package_versionChocobozzz2019-07-241-4/+3
|
* Check latest plugins version with config intervalChocobozzz2019-07-241-1/+1
|
* Check latest plugins versionChocobozzz2019-07-242-16/+29
|