aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares
Commit message (Expand)AuthorAgeFilesLines
* Server: forbid to make friends with a non https serverChocobozzz2016-11-161-0/+7
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-164-39/+33
* Server: forbid to remove the root userChocobozzz2016-10-071-0/+2
* Server: remove useless hash affectationsChocobozzz2016-10-0214-27/+27
* Server: add port when making friends if it is not specifiedChocobozzz2016-10-012-0/+64
* Server: do not forget to check the signature when another pod wants toChocobozzz2016-10-011-20/+25
* Fix client peer dependenciesChocobozzz2016-09-201-1/+1
* Client: fix error display for componentChocobozzz2016-08-231-3/+12
* Server: catch JSON.parse exceptionsChocobozzz2016-08-231-2/+7
* Server: fix makefriends validation and testsChocobozzz2016-08-211-14/+15
* Server: fix remote videos requests validatorChocobozzz2016-08-211-1/+0
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-0/+5
* Server: add user list sort/paginationChocobozzz2016-08-162-0/+18
* Server: delete user with the id and not the usernameChocobozzz2016-08-091-2/+3
* Server: do not allow a user to remove a video of another userChocobozzz2016-08-051-0/+1
* Implement user API (create, update, remove, list)Chocobozzz2016-08-045-10/+94
* Server: reorganize express validatorsChocobozzz2016-07-311-3/+3
* Server: implement refresh tokenChocobozzz2016-07-201-0/+3
* Use dashes for filenamesChocobozzz2016-07-012-2/+2
* reqValidators --> validatorsChocobozzz2016-07-019-33/+33
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-012-5/+5
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-2/+4
* Video model refractoring -> use mongoose apiChocobozzz2016-06-242-11/+11
* Try to make a better communication (between pods) moduleChocobozzz2016-06-182-16/+16
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-071-1/+1
* Add tags support to serverChocobozzz2016-06-062-8/+10
* Handle error for the video uploadChocobozzz2016-06-041-1/+1
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-223-1/+20
* Thumbnail, author and duration support in clientChocobozzz2016-05-211-1/+1
* Add radix to parseIntChocobozzz2016-05-191-2/+2
* Add ability to sort videos listChocobozzz2016-05-175-3/+45
* Add a check for the duration of videosChocobozzz2016-05-161-1/+17
* Move the count of results for the pagination in constants moduleChocobozzz2016-05-131-1/+3
* Introduce paginations in videos listingChocobozzz2016-05-134-0/+43
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-131-0/+2
* Remove the cache middlewareChocobozzz2016-05-132-25/+0
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-133-7/+7
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-141-1/+25
* OAuth server: first draftChocobozzz2016-03-211-0/+11
* Use map instead of pluck (lodash)Chocobozzz2016-03-181-2/+2
* Change api output for videosChocobozzz2016-03-181-9/+7
* Use const/let now we use node 4.2Chocobozzz2016-03-168-31/+31
* Video lib/model/reqvalidator refractoringChocobozzz2016-03-161-7/+12
* Prepare folders structure for angular appChocobozzz2016-03-078-0/+283