aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Try to fix travis testsChocobozzz2019-02-151-1/+5
|
* Fix mention helper testChocobozzz2019-02-151-0/+2
|
* Fix from header in contact formChocobozzz2019-02-152-1/+9
|
* Fix mention notification with a remote accountChocobozzz2019-02-151-0/+14
|
* Refractor published date on video importChocobozzz2019-02-121-0/+1
|
* Add search by original publication dateAndrés Maldonado2019-02-122-1/+71
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-112-2/+20
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-11137-3317/+5903
|\
| * Fix reverse proxy testChocobozzz2019-02-111-1/+1
| |
| * Cleanup reset user password by adminChocobozzz2019-02-112-0/+34
| | | | | | | | And add some tests
| * Use a single file instead of segments for HLSChocobozzz2019-02-112-20/+18
| |
| * Add hls support on serverChocobozzz2019-02-116-67/+311
| |
| * remove .only from notifications testsJosh Morel2019-02-071-1/+1
| |
| * don't notify prior to scheduled updateJosh Morel2019-02-071-1/+37
| | | | | | | | also increase timeouts on user-notification test