aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add ability to list all local videosChocobozzz2018-10-102-39/+53
| | | | | | | | Including private/unlisted for moderators/admins
* | Add explicit error message that changing video ownership only works with ↵Lucas Declercq2018-10-101-9/+4
|/ | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account
* 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
|