Add email to users
[oweals/peertube.git] / server / tests /
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-23 ChocobozzzFix tests
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: add update case to real world script
2017-01-11 ChocobozzzServer: rights check for update a video
2017-01-11 ChocobozzzServer: do not break remote videos processing on error
2017-01-06 ChocobozzzServer: improve real world script
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-25 ChocobozzzFix real world script
2016-12-25 ChocobozzzUpdate migrations code
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-10 ChocobozzzServer: fix real world tools
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-10-02 ChocobozzzServer: remove useless hash affectations
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: fix real world simulation script
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-06 ChocobozzzServer: add script that try to simulate a real world...
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
2016-05-17 ChocobozzzAdd ability to sort videos list
2016-05-16 ChocobozzzAdd a check for the duration of videos
2016-05-13 ChocobozzzAdd createdDate to videos
2016-05-13 ChocobozzzIntroduce paginations in videos listing
2016-05-13 ChocobozzzFix adding twice a torrent in webtorrent
2016-05-13 ChocobozzzAuthenticate before make/quit friends (server + tests)
2016-05-13 ChocobozzzFix typos in server tests
2016-05-13 ChocobozzzUpdate to standard 7. Goodbye snake_case, I used to...
2016-05-10 Chocobozzzthumbnail_path -> thumbnailPath
2016-05-10 ChocobozzzAdd tests for thumbnails
2016-05-10 ChocobozzzRefractoring and add thumbnails support (without tests)
2016-05-03 ChocobozzzVideo duration support (server)
2016-05-03 ChocobozzzBetter tests for a better world
2016-04-30 ChocobozzzUse scripty instead of writing shell commands in packag...
2016-04-27 ChocobozzzDon't forget to test the client stuffs
2016-04-14 ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-18 ChocobozzzChange name of fields for add video api
2016-03-18 ChocobozzzChange api output for videos
2016-03-16 ChocobozzzUse const/let now we use node 4.2
2016-03-15 ChocobozzzFix tests
2016-03-07 ChocobozzzFix tests
2016-03-07 ChocobozzzPrepare folders structure for angular app