aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
* check email enabled for requiresEmailVer configJosh Morel2019-02-181-0/+18
* Refractor published date on video importChocobozzz2019-02-121-0/+3
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-115-10/+53
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1123-137/+808
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | * Add hls support on serverChocobozzz2019-02-111-4/+29
| | * Refractor videojs playerChocobozzz2019-02-111-1/+1
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+14
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+4
* | | Enable video upload and editclementbrizard2019-01-121-0/+5
| |/ |/|
* | Implement contact form in the clientChocobozzz2019-01-101-1/+1
* | Implement contact form on server sideChocobozzz2019-01-102-4/+64
* | Add notifications in the clientChocobozzz2019-01-091-2/+3
* | Add import finished and video published notifsChocobozzz2019-01-091-1/+17
* | Add user notification base codeChocobozzz2019-01-094-7/+74
* | Fix users update me param validationChocobozzz2018-12-181-4/+7
* | Add history on server sideChocobozzz2018-12-183-0/+38
* | Fix CSP on dev modeChocobozzz2018-12-171-6/+5
* | add Content Security Policy (#1252)Rigel Kent2018-12-133-1/+48
* | enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
* | Check follow constraints when getting a videoChocobozzz2018-11-162-11/+57
* | Do not host remote AP objectsChocobozzz2018-11-161-0/+7
* | Improve video upload error handlingChocobozzz2018-11-161-0/+2
* | Check activities hostChocobozzz2018-11-144-40/+95
* | Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-2/+3
* | Add HTTP signature check before linked signatureChocobozzz2018-10-192-22/+88
* | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-161-5/+40
* | Add user/instance block by users in the clientChocobozzz2018-10-161-1/+44
* | Add ability for users to block an account/instance on server sideChocobozzz2018-10-164-1/+136
* | Add ability to list all local videosChocobozzz2018-10-102-39/+53
* | Add explicit error message that changing video ownership only works with loc...Lucas Declercq2018-10-101-9/+4
|/
* Add user history and resume videosChocobozzz2018-10-0511-66/+98
* Check video channel name is unique on our instanceChocobozzz2018-10-012-2/+11
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+1
* Check current password on server sideChocobozzz2018-09-261-2/+19
* Refractor videos AP functionsChocobozzz2018-09-191-2/+2
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-192-33/+37
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-193-4/+4
* Basic video redundancy implementationChocobozzz2018-09-131-0/+80
* Fix feeds with channel filterChocobozzz2018-09-131-1/+1
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-042-2/+87
* Add sql trace in error log on sequelize errorChocobozzz2018-08-311-1/+3
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+45
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+4
* Improve error message on actor name conflictChocobozzz2018-08-271-1/+1
* Add ability to search video channelsChocobozzz2018-08-274-10/+40
* Add get subscription endpointChocobozzz2018-08-272-5/+5
* Add ability to set a name to a channelChocobozzz2018-08-272-15/+19
* Add subscriptions endpoints to REST APIChocobozzz2018-08-276-6/+83