aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Add public settings endpointChocobozzz2019-07-261-8/+24
|
* Move controller in dedicated functionsChocobozzz2019-07-251-18/+22
|
* Change plugin models namesChocobozzz2019-07-241-2/+2
|
* Correctly notify on auto blacklistChocobozzz2019-07-243-14/+17
|
* Add plugin static files cacheChocobozzz2019-07-242-7/+18
|
* Add filter hooks testsChocobozzz2019-07-243-13/+27
|
* Add hook filters testsChocobozzz2019-07-243-9/+13
|
* Add plugin API testsChocobozzz2019-07-241-3/+6
|
* Add server hooksChocobozzz2019-07-242-18/+54
|
* Use process.env.npm_package_versionChocobozzz2019-07-242-32/+36
|
* Check latest plugins versionChocobozzz2019-07-241-0/+6
|
* Add ability to search available pluginsChocobozzz2019-07-241-3/+25
|
* WIP plugins: update pluginChocobozzz2019-07-243-16/+63
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-242-34/+12
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-7/+20
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-2/+2
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-242-0/+123
|
* WIP plugins: load theme on client sideChocobozzz2019-07-242-6/+9
|
* WIP plugins: add theme supportChocobozzz2019-07-242-15/+29
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-1/+18
|
* WIP plugins: static filesChocobozzz2019-07-241-7/+19
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-243-0/+78
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-042-5/+23
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-1/+1
| | | | | | | | * #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
* Add language filters in user preferencesChocobozzz2019-06-191-0/+1
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-1/+2
|
* Handle email update on serverChocobozzz2019-06-112-11/+23
|
* Improve registrationChocobozzz2019-06-071-2/+6
| | | | | | | * 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
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-072-6/+23
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-072-7/+11
| |
| * Try to fix remote mastodon interactionsChocobozzz2019-06-071-0/+13
| |
| * Fix search with bad webfinger handlesChocobozzz2019-05-281-2/+12
| |
* | Add ability to unpublish video/playlistChocobozzz2019-06-061-0/+6
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-3/+10
| |
* | Upgrade server dependenciesChocobozzz2019-06-061-1/+4
| |
* | Improve 4K video quality after transcodingChocobozzz2019-06-061-3/+3
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-311-5/+21
| |
* | Remove unused actor uuid fieldChocobozzz2019-05-312-8/+6
| |
* | Add ability to subscribe from the channel account pageChocobozzz2019-05-291-1/+1
| |
* | Add pagination to account video channels endpointChocobozzz2019-05-291-2/+14
| |
* | Add ability to specify channel on registrationChocobozzz2019-05-281-2/+3
| |
* | Fix search with bad webfinger handlesChocobozzz2019-05-281-2/+12
| |
* | Update config.tsLiPeK2019-05-281-1/+1
| | | | | | This should fix https://github.com/Chocobozzz/PeerTube/issues/1850
* | Add audio upload testsChocobozzz2019-05-171-2/+9
| |
* | Add audio support in uploadChocobozzz2019-05-163-13/+28
|/
* Fix optional privacy in upload endpointChocobozzz2019-04-251-1/+1
|
* Add default playlist imageChocobozzz2019-04-241-1/+1
|
* Fix ownership changesChocobozzz2019-04-241-4/+8
|
* Upgrade sequelizeChocobozzz2019-04-246-52/+31
|
* Update sequelizeChocobozzz2019-04-242-5/+4
|