aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Expand)AuthorAgeFilesLines
* Server: always check commit resultChocobozzz2017-01-112-13/+26
* Server: retry video abuse requests tooChocobozzz2017-01-101-12/+56
* Server: try to have a better video integrityChocobozzz2017-01-062-46/+124
* Server: add video abuse supportChocobozzz2017-01-044-59/+105
* Server: move remote routes in their own directoryChocobozzz2016-12-303-9/+23
* Server: split check params testsChocobozzz2016-12-301-1/+0
* Server: optimization for videoGet and videoRemoveChocobozzz2016-12-301-23/+5
* Server: add updatedAt attribute to videosChocobozzz2016-12-301-1/+3
* Server: propagate video update to other podsChocobozzz2016-12-302-21/+89
* Server: add ability to update a videoChocobozzz2016-12-291-1/+84
* Server: little refractoringChocobozzz2016-12-292-103/+22
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-292-4/+2
* Server: use video hook to send information to other pods when a video isChocobozzz2016-12-293-49/+9
* Server: add association between author and userChocobozzz2016-12-292-9/+14
* Server: add createdAt from remote video in databaseChocobozzz2016-12-251-1/+2
* Move tags in another tableChocobozzz2016-12-242-36/+158
* Server: rename Pods -> PodChocobozzz2016-12-191-2/+0
* First version with PostgreSQLChocobozzz2016-12-196-71/+148
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-271-2/+0
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-2/+3
* Server: fix logs when adding a remote videoChocobozzz2016-11-221-1/+1
* Server: fix thumbnail in remote videosChocobozzz2016-11-161-4/+8
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-162-14/+14
* Server: generate magnet uri on the flyChocobozzz2016-11-161-2/+2
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-162-5/+26
* Server: add log messages if the server refuses to serve local clients tokensChocobozzz2016-11-011-0/+2
* Server: host -> hostname (host = hostname + port)Chocobozzz2016-10-261-2/+2
* Server: remove v1 directory, we don't really need itChocobozzz2016-10-217-17/+17
* Server: Uploads -> VideosChocobozzz2016-10-211-1/+1
* Server: pod removing refractoringChocobozzz2016-10-211-23/+1
* Server: add npm run check to check CORS, bittorrent tracker...Chocobozzz2016-10-211-0/+5
* Update clean scriptChocobozzz2016-10-131-3/+0
* Add "max requests number" information for requests iterationsChocobozzz2016-10-011-0/+1
* Server: fix remaining milli seconds before the next requests featureChocobozzz2016-10-011-3/+1
* Server: add port when making friends if it is not specifiedChocobozzz2016-10-011-1/+7
* Server: do not forget to check the signature when another pod wants toChocobozzz2016-10-012-1/+7
* Client: add requests stats pageChocobozzz2016-09-231-1/+2
* Server: add requests stats endpointChocobozzz2016-09-192-0/+40
* Server: add pod created date and score to the list controllerChocobozzz2016-08-261-4/+16
* Do not wait the make friends process ends to send a response to theChocobozzz2016-08-231-2/+7
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-2/+4
* Server: put config in constantsChocobozzz2016-08-192-6/+6
* Server: add user list sort/paginationChocobozzz2016-08-161-4/+16
* Server: video.list -> video.listForApi (with pagination, sort...)Chocobozzz2016-08-161-1/+1
* Server: delete user with the id and not the usernameChocobozzz2016-08-091-2/+2
* Server: fix status code when updating/removing a userChocobozzz2016-08-051-2/+2
* Server: allow user to get its informations (/users/me)Chocobozzz2016-08-051-0/+9
* Server: move clients in its own fileChocobozzz2016-08-053-27/+43
* Implement user API (create, update, remove, list)Chocobozzz2016-08-042-5/+141
* Server: implement refresh tokenChocobozzz2016-07-201-0/+1