]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/tests/api
Add ability to login with email
[github/Chocobozzz/PeerTube.git] / server / tests / api /
2017-10-03  ChocobozzzAdd migration script
2017-10-03  ChocobozzzImplement video transcoding on server side
2017-09-22  Green-StarHandle blacklist (#84)
2017-09-08  ChocobozzzFix request schedulers test
2017-09-08  ChocobozzzConvert real world script to typescript
2017-09-07  ChocobozzzUpload a video to /videos/upload
2017-09-07  Chocobozzzurls: makefriends/quitfriends -> make-friends/quit...
2017-09-06  ChocobozzzFix tests and user quota
2017-09-05  ChocobozzzBegin tests for user quota
2017-09-04  ChocobozzzConvert tests to typescript
2017-08-25  ChocobozzzUpgrade common server dependencies
2017-08-25  ChocobozzzMove video file metadata in their own table
2017-08-02  ChocobozzzFix tests
2017-08-02  Green-StarRemove one pod (#76)
2017-07-25  ChocobozzzAdd ability to limit user registrations
2017-07-12  ChocobozzzAdd previews cache system between pods
2017-07-11  ChocobozzzUse global uuid instead of remoteId for videos
2017-07-05  ChocobozzzMove to promises
2017-07-02  Green-StarFix test (#71)
2017-06-25  ChocobozzzRequests -> RequestSchedulers
2017-06-25  ChocobozzzOup's, forgot to increate timeout test
2017-06-25  ChocobozzzFix travis tests
2017-06-11  ChocobozzzUpdate client modules
2017-05-25  ChocobozzzType models
2017-05-05  ChocobozzzClient: fix update button displayed on non owned video
2017-05-05  ChocobozzzFix tests
2017-05-05  ChocobozzzServer: Fix video propagation with transcoding enabled
2017-05-04  ChocobozzzServer: add tests to video transcoder
2017-05-01  ChocobozzzServer: add tests for video blacklists
2017-04-09  ChocobozzzServer: fix tests
2017-04-09  ChocobozzzServer: add ability to register new user
2017-04-07  ChocobozzzServer: add video language attribute
2017-04-03  ChocobozzzServer: Add NSFW in user profile
2017-03-28  ChocobozzzServer: add nsfw attribute
2017-03-27  ChocobozzzServer: add licence video attribute
2017-03-26  ChocobozzzServer: refractoring upload/update video test utils
2017-03-22  ChocobozzzFix tag tests
2017-03-22  ChocobozzzRelax on tags (accept any characters and not required...
2017-03-22  ChocobozzzAdd video category support
2017-03-10  ChocobozzzServer: add config endpoint
2017-03-08  ChocobozzzAdd like/dislike system for videos
2017-03-03  ChocobozzzUpdate bittorrent-tracker and standard to v9
2017-02-26  ChocobozzzServer: implement video views
2017-02-26  ChocobozzzServer: make a basic "quick and dirty update" for videos
2017-02-18  ChocobozzzAdd email to users
2017-02-16  ChocobozzzAdd email to pods
2017-01-27  ChocobozzzServer: assert remoteId and host pair is unique
2017-01-27  ChocobozzzServer: error if we add a pod that already exists
2017-01-17  ChocobozzzServer: paths refractoring
2017-01-12  ChocobozzzMerge branch 'postgresql'
2017-01-12  ChocobozzzServer: fix single pod tests
2017-01-12  ChocobozzzTry to fix travis build
2017-01-12  ChocobozzzServer: fix update remote video infohash
2017-01-11  ChocobozzzServer: rights check for update a video
2017-01-04  ChocobozzzServer: add video abuse support
2016-12-30  ChocobozzzServer: split check params tests
2016-12-30  ChocobozzzServer: add updatedAt attribute to videos
2016-12-30  ChocobozzzServer: propagate video update to other pods
2016-12-29  ChocobozzzServer: add ability to update a video
2016-12-24  ChocobozzzMove tags in another table
2016-12-19  ChocobozzzFirst version with PostgreSQL
2016-11-16  ChocobozzzServer: adapt tests to host
2016-10-21  ChocobozzzServer: Uploads -> Videos
2016-10-14  ChocobozzzTry to fix travis
2016-10-07  ChocobozzzServer: forbid to remove the root user
2016-10-07  ChocobozzzServer: update to webseed implementation (tests, lint...)
2016-10-02  ChocobozzzMerge branch 'master' into webseed-merged
2016-09-21  ChocobozzzServer: fix unit tests again
2016-09-21  ChocobozzzServer: fix tests
2016-09-20  ChocobozzzFix client peer dependencies
2016-09-19  ChocobozzzServer: add requests stats endpoint
2016-08-26  ChocobozzzServer: add pod created date and score to the list...
2016-08-23  ChocobozzzServer: fix check user params tests
2016-08-23  ChocobozzzClient: fix error display for component
2016-08-21  ChocobozzzServer: fix makefriends validation and tests
2016-08-20  ChocobozzzServer: make friends urls come from the request instead...
2016-08-16  ChocobozzzServer: add user list sort/pagination
2016-08-15  ChocobozzzServer: test filenames with hyphens
2016-08-14  ChocobozzzServer: fix travis tests
2016-08-09  ChocobozzzServer: delete user with the id and not the username
2016-08-07  ChocobozzzServer: create requests utils module
2016-08-07  ChocobozzzServer: split tests utils in multiple files
2016-08-05  ChocobozzzServer: do not allow a user to remove a video of anothe...
2016-08-05  ChocobozzzServer: fix tests
2016-08-05  ChocobozzzServer: allow user to get its informations (/users/me)
2016-08-04  ChocobozzzImplement user API (create, update, remove, list)
2016-07-20  ChocobozzzServer: Add some cli tools to make it easy to upload...
2016-07-20  ChocobozzzServer: do not enable images tests by default because...
2016-07-20  ChocobozzzServer: implement refresh token
2016-07-18  ChocobozzzServer: udpate async to 2.0.0
2016-07-07  ChocobozzzFix tests
2016-07-05  ChocobozzzFix requests ordering between pods
2016-06-28  ChocobozzzRequest model refractoring -> use mongoose api
2016-06-24  ChocobozzzVideo model refractoring -> use mongoose api
2016-06-18  ChocobozzzTry to make a better communication (between pods) module
2016-06-06  ChocobozzzAdd tag search support to server
2016-06-06  ChocobozzzAdd tags support to server
2016-05-22  ChocobozzzExtends the search feature by customizing the search...
2016-05-21  ChocobozzzAdd total results field and wrap videos in data field...
2016-05-17  ChocobozzzFix tests for according to the sort
next