aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Server: use _id for image and video files. Add remoteId fieldChocobozzz2016-11-162-5/+26
|
* Prerender opengraph tags in the serverChocobozzz2016-11-162-1/+88
|
* 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-218-20/+18
|
* 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
| | | | quit us
* 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
| | | | request
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-2/+4
| | | | configuration file
* 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
|
* Server: Don't make the host url check for client credentials if this is a ↵Chocobozzz2016-07-191-1/+4
| | | | test instance
* Server: udpate async to 2.0.0Chocobozzz2016-07-183-10/+12
|
* Fix requests ordering between podsChocobozzz2016-07-051-0/+10
|
* reqValidators --> validatorsChocobozzz2016-07-014-20/+21
|
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-013-10/+11
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-5/+14
|
* Video model: namePath -> filenameChocobozzz2016-06-281-1/+1
|
* Video model refractoring -> use mongoose apiChocobozzz2016-06-243-135/+51
|
* Try to make a better communication (between pods) moduleChocobozzz2016-06-185-119/+104
|
* Add tags support to serverChocobozzz2016-06-061-3/+5
|
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-221-2/+5
| | | | podUrl...)
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-211-8/+11
| | | | videos
* Don't send the "http(s)" for the podUrlChocobozzz2016-05-211-1/+1
|
* Return with callback with an errorChocobozzz2016-05-191-1/+1
|
* Add ability to sort videos listChocobozzz2016-05-171-2/+8
|
* Add a check for the duration of videosChocobozzz2016-05-161-19/+7
|
* Use async waterfall in pods controller for better readabilityChocobozzz2016-05-131-24/+59
|
* Use async waterfall in videos controller for better readabilityChocobozzz2016-05-131-60/+115
|
* getVideoThumbnail -> createVideoThumbnailChocobozzz2016-05-131-1/+1
|
* Add createdDate to videosChocobozzz2016-05-131-2/+5
|
* Introduce paginations in videos listingChocobozzz2016-05-131-8/+32
|
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-134-13/+14
|
* Remove the cache middlewareChocobozzz2016-05-134-18/+11
|