aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add audio support in uploadChocobozzz2019-05-162-0/+4
|
* Merge remote-tracking branch 'origin/pr/1785' into developChocobozzz2019-05-161-2/+18
|\
| * fixed formatting, added test caseFelix Ableitner2019-05-041-4/+19
| |
* | Don't use parallel tests with test suite 1 and 3Chocobozzz2019-05-152-2/+2
| |
* | Decrease max parallel tests for travisChocobozzz2019-05-154-4/+4
| |
* | All API tests in parallelChocobozzz2019-05-1529-197/+260
| |
* | Redundancy and search tests in parallel tooChocobozzz2019-05-1423-220/+247
| |
* | Try parallel check params testsChocobozzz2019-05-146-7/+14
| |
* | Fix thumbnail when listing my videosChocobozzz2019-05-131-2/+5
|/
* Fix user notifications testsChocobozzz2019-04-251-9/+13
|
* Fix overview endpointChocobozzz2019-04-242-6/+7
|
* Use test wrapper exit functionChocobozzz2019-04-2475-363/+371
|
* Try to fix travisChocobozzz2019-04-243-6/+31
|
* Use parallel testsChocobozzz2019-04-242-19/+19
|
* Cleanup testsChocobozzz2019-04-2481-495/+174
|
* Shared utils -> extra-utilsChocobozzz2019-04-2485-233/+245
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-1543-500/+710
|
* Add ability to delete old remote viewsChocobozzz2019-04-122-0/+114
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-2/+32
|
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-112-2/+2
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+79
|
* Add logs endpointChocobozzz2019-04-104-0/+211
|
* Add ability to disable trackerChocobozzz2019-04-101-3/+23
|
* Add check params account ratings testsChocobozzz2019-04-092-18/+46
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+31
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add notification on new instance follower (server side)Chocobozzz2019-04-085-6/+35
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-084-9/+162
|
* Add ability to forbid followersChocobozzz2019-04-084-24/+126
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-082-0/+79
|
* Fix notification testsChocobozzz2019-04-031-13/+39
|
* add quarantine videos feature (#1637)Josh Morel2019-04-027-10/+237
| | | | | | | | | | | | | | | | | | | | * 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-192-5/+5
|
* Refresh playlistsChocobozzz2019-03-191-32/+98
|
* Cleanup tmp directory at startupChocobozzz2019-03-191-0/+7
|
* Handle theater mode for playlistsChocobozzz2019-03-181-2/+2
|
* Fix unit testsChocobozzz2019-03-182-7/+17
|
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-6/+34
|
* Add playlist updatedAt testsChocobozzz2019-03-181-0/+31
|
* Add videos playlist exist testsChocobozzz2019-03-184-6/+92
|
* Add server migrationsChocobozzz2019-03-181-0/+10
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-0/+1
|
* Add playlist rest testsChocobozzz2019-03-184-597/+950
|
* Add playlist check param testsChocobozzz2019-03-183-28/+799
|
* Playlist server APIChocobozzz2019-03-182-0/+278
|
* Add request body limitChocobozzz2019-02-212-0/+49
|
* Add NSFW info in about pageChocobozzz2019-02-213-1/+7
|
* findById -> findByPkChocobozzz2019-02-213-3/+4
|
* Add isNSFW instance configuration keyChocobozzz2019-02-202-0/+4
|
* check email enabled for requiresEmailVer configJosh Morel2019-02-182-2/+21
|