aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
Commit message (Collapse)AuthorAgeFilesLines
* Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+3
|
* Add user history and resume videosChocobozzz2018-10-052-0/+80
|
* Check video channel name is unique on our instanceChocobozzz2018-10-011-0/+10
|
* Check current password on server sideChocobozzz2018-09-261-1/+33
|
* Basic video redundancy implementationChocobozzz2018-09-133-12/+108
|
* add user account email verificiation (#977)Josh Morel2018-08-312-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Implement daily upload limit (#956)Felix Ableitner2018-08-282-3/+56
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Search video channel handle/uriChocobozzz2018-08-271-1/+26
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+40
|
* Fix testsChocobozzz2018-08-271-2/+0
|
* Add ability to search a video with an URLChocobozzz2018-08-271-3/+3
|
* Add get subscription endpointChocobozzz2018-08-271-4/+55
|
* Add ability to set a name to a channelChocobozzz2018-08-272-40/+26
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-272-0/+221
|
* Increase video import timeoutChocobozzz2018-08-141-1/+1
|
* Add tests when getting a blacklisted videoChocobozzz2018-08-141-11/+48
|
* Add blacklist reason fieldChocobozzz2018-08-141-10/+82
|
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-18/+97
|
* Implement user blocking on server sideChocobozzz2018-08-081-2/+14
|
* Add ability to delete our accountChocobozzz2018-08-081-1/+7
|
* Increase test timeout for importsChocobozzz2018-08-081-1/+1
|
* Add torrent testsChocobozzz2018-08-082-2/+2
|
* Add check param tests regarding video importsChocobozzz2018-08-082-5/+89
|
* Add import.video.torrent configurationChocobozzz2018-08-081-0/+3
|
* Merge branch 'release/beta-10' into developChocobozzz2018-08-061-0/+26
|\
| * Fix caption upload on Mac OSChocobozzz2018-08-061-0/+26
| |
* | Add tests regarding video importChocobozzz2018-08-061-5/+34
| |
* | Add import http enabled configurationChocobozzz2018-08-063-0/+254
|/
* Add videos list filtersChocobozzz2018-07-242-0/+123
|
* Handle .srt subtitlesChocobozzz2018-07-161-1/+34
|
* Implement captions/subtitlesChocobozzz2018-07-163-0/+227
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-2/+3
|
* API: Add ability to update video channel avatarChocobozzz2018-06-292-1/+69
|
* Increase test timeout for travisChocobozzz2018-06-271-1/+1
|
* Fix images size limitChocobozzz2018-06-221-4/+4
|
* Do not create a user with the same username than another actor nameChocobozzz2018-06-211-0/+24
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+29
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-14/+1
| | | | publishing a video
* Move fixtures in tests/Chocobozzz2018-06-072-19/+19
|
* Only use account name in routesChocobozzz2018-05-253-12/+8
|
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+1
|
* Add check channel update test in video updateChocobozzz2018-05-111-0/+6
|
* Add ability to embed a video in TwitterChocobozzz2018-05-111-0/+6
| | | | The instance should be whitelisted first
* Fix testsChocobozzz2018-05-092-6/+6
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-26/+0
|
* Add video channel managementChocobozzz2018-04-261-7/+7
|
* Implement video channel viewsChocobozzz2018-04-251-1/+1
|
* Update video-channel routes (again)Chocobozzz2018-04-251-35/+23
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-252-47/+99
|
* Update video channel routesChocobozzz2018-04-241-30/+71
|