aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* enable email verification by admin (#1348)Josh Morel2018-11-212-0/+11
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Delete invalid or deleted remote videosChocobozzz2018-11-202-0/+85
|
* Cleanup tests importsChocobozzz2018-11-196-11/+10
|
* Fix images size when downloading themChocobozzz2018-11-161-2/+3
|
* Check follow constraints when getting a videoChocobozzz2018-11-162-0/+216
|
* Do not host remote AP objectsChocobozzz2018-11-161-0/+5
|
* Fix video channel videos url when scrollingChocobozzz2018-11-151-4/+4
|
* Remove wrong redundancy testChocobozzz2018-11-152-499/+16
|
* Fix server redundancy testsChocobozzz2018-11-151-9/+9
|
* Add AP fetch testsChocobozzz2018-11-142-0/+87
|
* Check activities hostChocobozzz2018-11-141-8/+8
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1415-0/+871
|
* add cli option to run without clientRigel Kent2018-11-142-0/+37
|
* Feature/description support fields length 1000 (#1267)BRAINS YUM2018-10-194-8/+8
| | | | | | | | | | | | | | | | | | * 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
* Fix optimize old videos scriptChocobozzz2018-10-181-20/+5
|
* Fix transcodingChocobozzz2018-10-182-8/+8
|
* Move redundancy in its own travis containerChocobozzz2018-10-165-1/+486
|
* Fix redundancy testChocobozzz2018-10-161-12/+8
|
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-161-10/+21
|
* Add ability to mute a user/instance by server in server apiChocobozzz2018-10-164-296/+755
|
* Add user/instance block by users in the clientChocobozzz2018-10-162-7/+27
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-163-0/+517
|
* rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-142-2/+2
|
* Add ability to list all local videosChocobozzz2018-10-104-0/+259
| | | | Including private/unlisted for moderators/admins
* Add ability to search on followers/followingChocobozzz2018-10-101-1/+39
|
* Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-081-38/+41
|
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file
* Add users search filterChocobozzz2018-10-081-1/+35
|
* Add user moderation in the account pageChocobozzz2018-10-051-0/+6
|
* Add user history and resume videosChocobozzz2018-10-054-0/+209
|
* Delete correctly redundancy filesChocobozzz2018-10-031-1/+18
|
* Try to fix travis redundancy testsChocobozzz2018-10-021-3/+10
|
* Try to improve redundancy testsChocobozzz2018-10-021-9/+16
|
* Check video channel name is unique on our instanceChocobozzz2018-10-011-0/+10
|
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-281-16/+53
|
* Check current password on server sideChocobozzz2018-09-262-5/+62
|
* Fix quota translationsChocobozzz2018-09-261-2/+2
|
* Fix redundancy testsChocobozzz2018-09-261-9/+10
|
* Fix redundancy totalVideos statsChocobozzz2018-09-251-5/+16
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-73/+191
|
* Fix jobs testsChocobozzz2018-09-191-1/+3
|
* Refractor audit user identifierChocobozzz2018-09-191-9/+13
|
* Refractor activities sendingChocobozzz2018-09-141-3/+0
|
* Add redundancy statsChocobozzz2018-09-142-20/+60
|
* Add recently added redundancy strategyChocobozzz2018-09-141-8/+55
|
* Add trending videos strategyChocobozzz2018-09-141-74/+131
|
* Basic video redundancy implementationChocobozzz2018-09-135-12/+249
|
* Fix nsfw filterChocobozzz2018-09-042-1/+4
|
* Add federation to ownership changeChocobozzz2018-09-042-34/+52
|
* Add trending sort testsChocobozzz2018-09-041-0/+8
|