aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add history on server sideChocobozzz2018-12-183-10/+153
| | | | Add ability to disable, clear and list user videos history
* throw error if MailDev doesn't runJosh Morel2018-12-172-4/+4
| | | | also allow calling in multiple file
* Keep old channel/user name constraintsChocobozzz2018-12-131-2/+2
| | | | In order to avoid compatibility issues
* Support additional video extensionsChocobozzz2018-12-116-5/+64
|
* Add test regarding tmp directoryChocobozzz2018-12-111-0/+9
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-07110-3206/+833
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Fix dependency issuesbuoyantair2018-11-201-5/+15
| |
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-206-13/+9
| |\ | | | | | | | | | move-utils-to-shared
| * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-184-2/+226
| |\ \ | | | | | | | | | | | | move-utils-to-shared
| * | | Fix dependency errors between modulesbuoyantair2018-11-165-7/+16
| | | |
| * | | Merge from upstreambuoyantair2018-11-1625-24/+1079
| |\ \ \
| * | | | Move utils to /sharedbuoyantair2018-10-29101-3091/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* | | | | username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character
* | | | | Fix AP testsChocobozzz2018-12-071-4/+4
| | | | |
* | | | | (well-known url) add change-passwordRigel Kent2018-12-071-0/+10
| | | | |
* | | | | Add sitemapChocobozzz2018-12-051-1/+71
| | | | |
* | | | | Create redundancy endpointChocobozzz2018-12-041-12/+15
| | | | |
* | | | | Fix thumbnail processingChocobozzz2018-12-041-0/+1
| | | | |
* | | | | Fix AP redirectionChocobozzz2018-11-302-9/+40
| | | | |
* | | | | enable email verification by admin (#1348)Josh Morel2018-11-213-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | | |
* | | | | Fix search titleChocobozzz2018-11-201-2/+1
| |_|_|/ |/| | |
* | | | Cleanup tests importsChocobozzz2018-11-1922-29/+28
| |_|/ |/| |
* | | 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-143-0/+96
| |
* | Clean up peertube authChocobozzz2018-11-141-0/+2
| |
* | Check activities hostChocobozzz2018-11-142-11/+11
| |
* | Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-1420-2/+925
| |
* | add cli option to run without clientRigel Kent2018-11-143-2/+39
|/
* 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 lint testRigel Kent2018-10-181-1/+0
|
* Fix optimize old videos scriptChocobozzz2018-10-184-22/+155
|
* 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-165-297/+851
|
* 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-166-8/+630
|
* rename News category into News & Politics (#1261)Adnane Belmadiaf2018-10-142-2/+2
|
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-132-0/+49
| | | | | | | | | | * add parseBytes utility function and tests make it parse TB MB fix parseBytes; * 1024 test bytes too, and make parseByte to parse quotas add test in travis.sh in misc * fix parseBytes and test to pass linting
* 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-102-3/+43
|
* Try to cache video_high_bitrate_1080p in travisChocobozzz2018-10-082-39/+44
|
* 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