aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Stronger model typingsChocobozzz2019-08-1958-513/+643
|
* 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
|
* Add ability to search available pluginsChocobozzz2019-07-243-0/+128
|
* WIP plugins: add storage managerChocobozzz2019-07-241-1/+13
|
* WIP plugins: update pluginChocobozzz2019-07-241-40/+62
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-13/+12
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-242-40/+79
|
* WIP plugins: load theme on client sideChocobozzz2019-07-242-6/+13
|
* WIP plugins: add theme supportChocobozzz2019-07-242-4/+54
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+21
|
* WIP plugins: static filesChocobozzz2019-07-241-4/+59
|
* WIP plugins: install/uninstallChocobozzz2019-07-242-3/+134
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-242-1/+169
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-2/+2
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix redundancy exceeded quotaChocobozzz2019-06-201-1/+4
|