aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsChocobozzz2019-09-181-1/+1
|
* Hide video abuses from muted accountsChocobozzz2019-08-291-4/+73
|
* Fix ownership changeChocobozzz2019-08-211-1/+1
|
* Fix redundancy exceeding the limitChocobozzz2019-08-121-4/+2
|
* Remove comment federation by video ownerChocobozzz2019-08-071-13/+28
|
* Automatically update playlist thumbnailsChocobozzz2019-08-013-0/+264
|
* Fix broken playlist apiChocobozzz2019-08-011-601/+872
|
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
|
* Add retries to travis mochaChocobozzz2019-07-241-2/+2
|
* Fix lintChocobozzz2019-07-241-0/+2
|
* Improve registrationChocobozzz2019-06-071-1/+0
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-6/+52
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-071-6/+52
| |
| * Fix playlist get for classic usersChocobozzz2019-05-281-1/+14
| |
* | Add ability to unpublish video/playlistChocobozzz2019-06-061-0/+34
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-2/+24
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-311-6/+36
| |
* | Remove unused actor uuid fieldChocobozzz2019-05-311-4/+0
| |
* | Add pagination to account video channels endpointChocobozzz2019-05-291-3/+61
| |
* | Fix playlist get for classic usersChocobozzz2019-05-281-1/+14
| |
* | Update travis ffmpeg patch versionChocobozzz2019-05-173-4/+8
| |
* | Add audio upload testsChocobozzz2019-05-172-11/+81
| |
* | Merge remote-tracking branch 'origin/pr/1785' into developChocobozzz2019-05-161-2/+18
|\ \
| * | fixed formatting, added test caseFelix Ableitner2019-05-041-4/+19
| |/
* | All API tests in parallelChocobozzz2019-05-157-30/+31
| |
* | Redundancy and search tests in parallel tooChocobozzz2019-05-148-53/+50
|/
* Fix overview endpointChocobozzz2019-04-241-5/+6
|
* Use test wrapper exit functionChocobozzz2019-04-2421-79/+69
|
* Try to fix travisChocobozzz2019-04-241-1/+1
|
* Cleanup testsChocobozzz2019-04-2421-102/+42
|
* Shared utils -> extra-utilsChocobozzz2019-04-2421-55/+60
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-159-31/+149
|
* Add ability to delete old remote viewsChocobozzz2019-04-122-0/+114
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+32
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-2/+23
| | | | | | | | | | | | | | | | | | | | * 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-4/+4
|
* Fix unit testsChocobozzz2019-03-181-5/+13
|
* Add playlist updatedAt testsChocobozzz2019-03-181-0/+31
|
* Add videos playlist exist testsChocobozzz2019-03-182-4/+44
|
* Add server migrationsChocobozzz2019-03-181-0/+10
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-0/+1
|
* Add playlist rest testsChocobozzz2019-03-181-56/+672
|
* Playlist server APIChocobozzz2019-03-181-0/+161
|
* Try to fix travis testsChocobozzz2019-02-151-1/+5
|
* Refractor published date on video importChocobozzz2019-02-121-0/+1
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-1/+5
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1121-299/+782
|\
| * Use a single file instead of segments for HLSChocobozzz2019-02-111-11/+5
| |
| * Add hls support on serverChocobozzz2019-02-112-0/+146
| |
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-103-227/+265
| |