aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)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 /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* 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
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* 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
| | | | Disable it by default and add ability to specify a custom report uri
* 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
| | | | | | | | | | | | And add some tests
| | * Add hls support on serverChocobozzz2019-02-111-4/+29
| | |
| | * Refractor videojs playerChocobozzz2019-02-111-1/+1
| | | | | | | | | | | | Add fake p2p-media-loader plugin
| | * 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
| | | | | | | | Add ability to disable, clear and list user videos history
* | Fix CSP on dev modeChocobozzz2018-12-171-6/+5
| |