Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -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/shares | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 12 | -45/+33 |
| | |||||
* | Better AP route checker | Chocobozzz | 2019-03-19 | 1 | -17/+9 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 18 | -99/+99 |
| | |||||
* | Forbid public playlists not assigned to a channel | Chocobozzz | 2019-03-18 | 1 | -7/+28 |
| | |||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 1 | -3/+2 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -3/+20 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -4/+4 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -8/+40 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 1 | -3/+41 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 6 | -23/+314 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -6/+4 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | check email enabled for requiresEmailVer config | Josh Morel | 2019-02-18 | 1 | -0/+18 |
| | |||||
* | Refractor published date on video import | Chocobozzz | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 5 | -10/+53 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 23 | -137/+808 |
| |\ | |||||
| | * | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | | | | | | | | | | | | And add some tests | ||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -4/+29 |
| | | | |||||
| | * | Refractor videojs player | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Add fake p2p-media-loader plugin | ||||
| | * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -1/+14 |
| | | | |||||
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+4 |
| | | | |||||
* | | | Enable video upload and edit | clementbrizard | 2019-01-12 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Implement contact form in the client | Chocobozzz | 2019-01-10 | 1 | -1/+1 |
| | | |||||
* | | Implement contact form on server side | Chocobozzz | 2019-01-10 | 2 | -4/+64 |
| | | |||||
* | | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -2/+3 |
| | | |||||
* | | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -1/+17 |
| | | |||||
* | | Add user notification base code | Chocobozzz | 2019-01-09 | 4 | -7/+74 |
| | | |||||
* | | Fix users update me param validation | Chocobozzz | 2018-12-18 | 1 | -4/+7 |
| | | |||||
* | | Add history on server side | Chocobozzz | 2018-12-18 | 3 | -0/+38 |
| | | | | | | | | Add ability to disable, clear and list user videos history | ||||
* | | Fix CSP on dev mode | Chocobozzz | 2018-12-17 | 1 | -6/+5 |
| | | |||||
* | | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 3 | -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 Morel | 2018-11-21 | 1 | -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 video | Chocobozzz | 2018-11-16 | 2 | -11/+57 |
| | | |||||
* | | Do not host remote AP objects | Chocobozzz | 2018-11-16 | 1 | -0/+7 |
| | | |||||
* | | Improve video upload error handling | Chocobozzz | 2018-11-16 | 1 | -0/+2 |
| | | |||||
* | | Check activities host | Chocobozzz | 2018-11-14 | 4 | -40/+95 |
| | | |||||
* | | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 1 | -2/+3 |
| | | |||||
* | | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 2 | -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 api | Chocobozzz | 2018-10-16 | 1 | -5/+40 |
| | | |||||
* | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 1 | -1/+44 |
| | | |||||
* | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 4 | -1/+136 |
| | | |||||
* | | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 2 | -39/+53 |
| | | | | | | | | Including private/unlisted for moderators/admins | ||||
* | | Add explicit error message that changing video ownership only works with ↵ | Lucas Declercq | 2018-10-10 | 1 | -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 videos | Chocobozzz | 2018-10-05 | 11 | -66/+98 |
| | |||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 2 | -2/+11 |
| | |||||
* | Fix redundancy with videos already duplicated with another instance | Chocobozzz | 2018-10-01 | 1 | -1/+1 |
| |