aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* Begin moving video channel to actorChocobozzz2017-12-192-21/+2
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-192-0/+18
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Fix testsChocobozzz2017-12-141-7/+6
|
* Use sequelize scopesChocobozzz2017-12-142-4/+1
|
* Fix lintChocobozzz2017-12-082-2/+1
|
* Finish admin designChocobozzz2017-12-082-37/+46
|
* Begin admin designChocobozzz2017-12-081-2/+2
|
* Fix testChocobozzz2017-12-081-3/+3
|
* Optimise transaction for video uploadChocobozzz2017-12-081-8/+5
|
* Design second video upload stepChocobozzz2017-12-081-1/+4
|
* Make some fields optional when uploading a videoChocobozzz2017-12-072-46/+60
|
* Begin video watch designChocobozzz2017-12-065-17/+19
|
* Fix client searchChocobozzz2017-12-051-54/+58
|
* Add ability to list jobsChocobozzz2017-11-304-0/+150
|
* Better view counterChocobozzz2017-11-302-16/+22
|
* Users list only available when use is authenticatedChocobozzz2017-11-292-6/+28
| | | | And has a special right
* Upgrade server dep'Chocobozzz2017-11-281-1/+1
|
* Remove max duration/filesize constraintsChocobozzz2017-11-281-8/+0
|
* Fix undo like/dislike forwardingChocobozzz2017-11-281-1/+1
|
* Fix lintChocobozzz2017-11-271-2/+2
|
* Increase test timersChocobozzz2017-11-272-3/+4
|
* Better follows testsChocobozzz2017-11-272-2/+65
|
* Federate likes/dislikesChocobozzz2017-11-271-0/+1
|
* Fix multiple servers testChocobozzz2017-11-271-6/+6
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-1/+29
|
* Add follow testsChocobozzz2017-11-273-41/+218
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-3/+3
|
* Fix lintChocobozzz2017-11-272-8/+7
|
* Fix public video we set to public or unlistedChocobozzz2017-11-2711-58/+54
|
* Optimize signature verificationChocobozzz2017-11-2712-513/+325
|
* Fix video full descriptionChocobozzz2017-11-2710-610/+95
|
* Speed up activity pub http requestsChocobozzz2017-11-277-242/+278
|
* Optimize account creationChocobozzz2017-11-271-4/+6
|
* Make it compile at leastChocobozzz2017-11-271-1/+1
|
* Improve client mobile versionChocobozzz2017-11-061-5/+0
|
* Usernames are case insensitive nowChocobozzz2017-11-041-0/+12
|
* Split slow and fast api tests for travisChocobozzz2017-10-313-15/+19
|
* Upgrade server packagesChocobozzz2017-10-312-7/+7
|
* Add tests and fix bugs for video privacyChocobozzz2017-10-315-374/+360
|
* Lazy description and previews to video formChocobozzz2017-10-301-6/+2
|
* Add other video description testsChocobozzz2017-10-301-1/+27
|
* Add lazy description on serverChocobozzz2017-10-302-0/+87
|
* Add tests to user rolesChocobozzz2017-10-272-17/+76
|
* Increase video attributes lengthChocobozzz2017-10-262-6/+16
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
* Fix testsChocobozzz2017-10-261-2/+2
|
* Add channels to upload formChocobozzz2017-10-261-2/+2
|
* Fix lintChocobozzz2017-10-262-3/+0
|
* Add video channel testsChocobozzz2017-10-2611-108/+753
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-192-0/+4
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-192-3/+48
|