aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
Commit message (Collapse)AuthorAgeFilesLines
* Add hardware information in instance configChocobozzz2019-09-051-0/+1
|
* Add creation reasonChocobozzz2019-09-051-0/+1
|
* Add welcome modalChocobozzz2019-09-051-1/+19
|
* Add more attributes to about pageChocobozzz2019-09-051-0/+10
|
* Add auto follow back support for instancesChocobozzz2019-09-042-3/+23
|
* Fix broken playlist apiChocobozzz2019-08-013-36/+26
|
* Moderators can only manage usersChocobozzz2019-07-301-30/+136
|
* Add public settings endpointChocobozzz2019-07-261-5/+5
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Add plugin API testsChocobozzz2019-07-241-1/+13
|
* Add CLI plugins testsChocobozzz2019-07-241-1/+12
|
* Add plugins check params testsChocobozzz2019-07-242-0/+475
|
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+3
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-0/+1
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Add language filters in user preferencesChocobozzz2019-06-191-0/+23
|
* Fix notification overflowChocobozzz2019-06-131-1/+2
|
* Add more embed parametersChocobozzz2019-06-111-2/+1
|
* Improve registrationChocobozzz2019-06-071-0/+7
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Add ability to unpublish video/playlistChocobozzz2019-06-061-12/+0
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-2/+10
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-1/+23
|
* Multi step registrationChocobozzz2019-05-291-0/+7
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+26
|
* Add audio support in uploadChocobozzz2019-05-161-0/+1
|
* Fix overview endpointChocobozzz2019-04-241-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-2422-139/+152
|
* Try to fix travisChocobozzz2019-04-242-5/+30
|
* Use parallel testsChocobozzz2019-04-242-19/+19
|
* Cleanup testsChocobozzz2019-04-2424-230/+67
|
* Shared utils -> extra-utilsChocobozzz2019-04-2424-54/+54
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-1517-33/+54
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+79
|
* Add logs endpointChocobozzz2019-04-102-0/+118
|
* Add check params account ratings testsChocobozzz2019-04-091-0/+32
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+2
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-1/+82
|
* Add ability to forbid followersChocobozzz2019-04-082-0/+45
|
* add quarantine videos feature (#1637)Josh Morel2019-04-024-2/+20
| | | | | | | | | | | | | | | | | | | | * 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
* Fix unit testsChocobozzz2019-03-181-2/+4
|
* Forbid public playlists not assigned to a channelChocobozzz2019-03-181-6/+34
|
* Add videos playlist exist testsChocobozzz2019-03-181-0/+46
|
* Add playlist rest testsChocobozzz2019-03-182-541/+278
|
* Add playlist check param testsChocobozzz2019-03-182-24/+789
|
* Playlist server APIChocobozzz2019-03-181-0/+117
|
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* check email enabled for requiresEmailVer configJosh Morel2019-02-181-0/+19
|
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+6
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-111-1/+15
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1122-113/+1328
|\