aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * fix typo in test accounts api validatorsJosh Morel2019-01-281-1/+1
| |
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-153-479/+5
| | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-1/+2
| |
| * Increase abuse length to 3000Chocobozzz2019-01-141-3/+3
| | | | | | | | And correctly handle new lines
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-104-277/+333
| |
| * Update translationsChocobozzz2019-01-101-0/+2
| |
| * Implement contact form on server sideChocobozzz2019-01-108-8/+256
| |
| * Fix socket.io websocket connectionChocobozzz2019-01-095-5/+9
| |
| * Add notifications in the clientChocobozzz2019-01-094-32/+76
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-094-9/+251
| |
| * Add import finished and video published notifsChocobozzz2019-01-093-126/+291
| |
| * Add notification settings migrationChocobozzz2019-01-091-0/+5
| |
| * Add user notification base codeChocobozzz2019-01-094-0/+879
| |
| * 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
| | | | | |