aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | add Content Security Policy (#1252)Rigel Kent2018-12-133-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* | enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* | 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
| | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
* | 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
| |