aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
* Fix playlist get for classic usersChocobozzz2019-05-281-1/+2
* Fix pleroma followChocobozzz2019-04-251-0/+2
* Use apicache instead of our broken implementationChocobozzz2019-04-251-65/+8
* Fix overview endpointChocobozzz2019-04-241-1/+2
* Upgrade sequelizeChocobozzz2019-04-242-0/+3
* Add user adminFlagsChocobozzz2019-04-151-0/+3
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+2
* Don't expose constants directly in initializers/Chocobozzz2019-04-1111-12/+11
* Move config in its own fileChocobozzz2019-04-118-13/+13
* Add logs endpointChocobozzz2019-04-102-5/+34
* Add check params account ratings testsChocobozzz2019-04-092-2/+1
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-093-3/+36
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-0/+14
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-3/+20
* Add ability to forbid followersChocobozzz2019-04-081-6/+9
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-3/+37
* add quarantine videos feature (#1637)Josh Morel2019-04-021-3/+22
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+1
* Refresh playlistsChocobozzz2019-03-191-2/+1
* Cleanup express locals typingsChocobozzz2019-03-1912-45/+33
* Better AP route checkerChocobozzz2019-03-191-17/+9
* Does existChocobozzz2019-03-1918-99/+99
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-7/+28
* Add videos playlist exist testsChocobozzz2019-03-181-3/+2
* Add to playlist dropdownChocobozzz2019-03-181-3/+20
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+1
* Refactor video playlist middlewaresChocobozzz2019-03-181-4/+4
* Add playlist rest testsChocobozzz2019-03-181-8/+40
* Add playlist check param testsChocobozzz2019-03-181-3/+41
* Playlist server APIChocobozzz2019-03-186-23/+314
* BREAKING: update CSP configurationChocobozzz2019-02-211-6/+4
* 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