aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Handle email update on serverChocobozzz2019-06-111-2/+16
|
* Improve registrationChocobozzz2019-06-071-10/+31
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Server: Bulk update videos support fieldChocobozzz2019-05-312-2/+15
|
* Remove old activities processorChocobozzz2019-05-312-19/+3
|
* More robust federationChocobozzz2019-05-314-10/+41
| | | | In particular when fetching pleroma outbox
* Remove unused actor uuid fieldChocobozzz2019-05-313-20/+18
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-13/+21
|
* Fix crash in files cacheChocobozzz2019-05-281-2/+2
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-3/+8
|\
| * Fix video viewsChocobozzz2019-05-211-3/+8
| |
* | Merge branch 'feature/audio-upload' into developChocobozzz2019-05-216-45/+114
|\ \
| * | Add audio support in uploadChocobozzz2019-05-166-45/+114
| | |
* | | Allow to control emails prefix and signature with config (#1789)Yohan Boniface2019-05-171-33/+33
|/ / | | | | | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review
* | transcode in STORAGE.TMP_DIR for s3fs compatibility (#147)libertysoft32019-05-161-6/+12
| |
* | Added comments for transcode functionsFelix Ableitner2019-05-131-0/+6
| |
* | fixed formatting, added test caseFelix Ableitner2019-05-041-1/+1
| |
* | Dont transcode videos when it is not required (fixes #1780)Felix Ableitner2019-05-041-3/+6
|/