Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 1 | -3/+7 |
| | |||||
* | Better videos redundancy config error handling | Chocobozzz | 2019-03-19 | 1 | -0/+2 |
| | |||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 1 | -3/+10 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -1/+3 |
| | |||||
* | Increase refresh interval to 2 days | Chocobozzz | 2019-03-19 | 1 | -2/+2 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Add server migrations | Chocobozzz | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Rename streaming playlists routes/directories | Chocobozzz | 2019-03-18 | 1 | -5/+5 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -0/+7 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 1 | -1/+22 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -1/+5 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | Improve channel and account SEO | Chocobozzz | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Add isNSFW instance configuration key | Chocobozzz | 2019-02-20 | 1 | -0/+1 |
| | |||||
* | Increase thumbnails size | Chocobozzz | 2019-02-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 1 | -4/+20 |
|\ | |||||
| * | Update migration version for download enabled | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | | |||||
| * | 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 | -1/+13 |
| | | |||||
| * | Try to fix Mac video upload | Chocobozzz | 2019-01-24 | 1 | -1/+3 |
| | | |||||
| * | Youtube DL update every 24 hours | Chocobozzz | 2019-01-21 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Chocobozzz | 2019-01-21 | 1 | -1/+1 |
| | | |||||
| * | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 1 | -3/+3 |
| | | | | | | | | And correctly handle new lines | ||||
| * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -1/+1 |
|/ | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -0/+11 |
| | |||||
* | Add notification settings migration | Chocobozzz | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -1/+3 |
| | |||||
* | Optimize index sizes | Chocobozzz | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Fix federation of some videos | Chocobozzz | 2018-12-19 | 1 | -1/+1 |
| | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video | ||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -1/+1 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Keep old channel/user name constraints | Chocobozzz | 2018-12-13 | 1 | -2/+2 |
| | | | | In order to avoid compatibility issues | ||||
* | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -31/+65 |
| | |||||
* | username/display_name/video_channel_name min length 1 and max length 50 (#1265) | BRAINS YUM | 2018-12-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character | ||||
* | Add sitemap | Chocobozzz | 2018-12-05 | 1 | -0/+1 |
| | |||||
* | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -0/+2 |
| | |||||
* | Update dependencies | Chocobozzz | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 1 | -5/+10 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 1 | -1/+4 |
| | |||||
* | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Add HTTP signature check before linked signature | Chocobozzz | 2018-10-19 | 1 | -0/+7 |
| | | | | | | 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 | ||||
* | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | ||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -1/+1 |
|\ | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -8/+0 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -1/+9 |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -1/+4 |
| | | |||||
* | | rename News category into News & Politics (#1261) | Adnane Belmadiaf | 2018-10-14 | 1 | -1/+1 |
|/ |