Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -1/+5 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -24/+36 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -10/+3 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -3/+3 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -2/+2 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add originallyPublishedAt unit tests | Chocobozzz | 2019-02-11 | 1 | -1/+15 |
| | |||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 1 | -6/+15 |
|\ | |||||
| * | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -1/+6 |
| | | |||||
| * | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -3/+7 |
| | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
| * | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -2/+2 |
| | | |||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+2 |
|/ | |||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 1 | -4/+4 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -0/+29 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -14/+1 |
| | | | | publishing a video | ||||
* | Move fixtures in tests/ | Chocobozzz | 2018-06-07 | 1 | -16/+16 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 1 | -3/+3 |
| | |||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Add check channel update test in video update | Chocobozzz | 2018-05-11 | 1 | -0/+6 |
| | |||||
* | Fix tests | Chocobozzz | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 1 | -26/+0 |
| | |||||
* | Implement video channel views | Chocobozzz | 2018-04-25 | 1 | -1/+1 |
| | |||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 1 | -3/+70 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 1 | -4/+4 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 1 | -6/+22 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -2/+16 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -23/+127 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -0/+22 |
| | |||||
* | Improve check videos parameters tests | Chocobozzz | 2017-12-28 | 1 | -223/+151 |
| | |||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -2/+2 |
| | |||||
* | Fix test | Chocobozzz | 2017-12-08 | 1 | -3/+3 |
| | |||||
* | Make some fields optional when uploading a video | Chocobozzz | 2017-12-07 | 1 | -24/+0 |
| | |||||
* | Remove max duration/filesize constraints | Chocobozzz | 2017-11-28 | 1 | -8/+0 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -2/+2 |
| | |||||
* | Add tests and fix bugs for video privacy | Chocobozzz | 2017-10-31 | 1 | -360/+177 |
| | |||||
* | Lazy description and previews to video form | Chocobozzz | 2017-10-30 | 1 | -6/+2 |
| | |||||
* | Increase video attributes length | Chocobozzz | 2017-10-26 | 1 | -6/+10 |
| | | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120 | ||||
* | Add video channel tests | Chocobozzz | 2017-10-26 | 1 | -19/+104 |
| | |||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 1 | -21/+42 |
| | | | | This is an action, not a REST endpoint | ||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 1 | -0/+677 |