aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Expand)AuthorAgeFilesLines
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-2/+2
* Server: put config in constantsChocobozzz2016-08-192-6/+29
* Server: add user list sort/paginationChocobozzz2016-08-162-1/+2
* Server: optimize function to see if there are users or notChocobozzz2016-08-161-2/+2
* Implement user API (create, update, remove, list)Chocobozzz2016-08-042-4/+13
* Server: reorganize express validatorsChocobozzz2016-07-311-15/+20
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-271-0/+1
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-211-0/+5
* Server: implement refresh tokenChocobozzz2016-07-202-1/+7
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-3/+4
* Server: limit actions for each request between podsChocobozzz2016-07-061-0/+4
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-013-10/+28
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-302-3/+7
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
* Request model refractoring -> use mongoose apiChocobozzz2016-06-281-0/+2
* Video model refractoring -> use mongoose apiChocobozzz2016-06-242-1/+5
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-7/+6
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-071-2/+2
* Little refractoring of requests scheduler moduleChocobozzz2016-06-061-0/+4
* Add tag search support to serverChocobozzz2016-06-061-1/+1
* Add tags support to serverChocobozzz2016-06-061-9/+14
* Increase the interval for the friends requestsChocobozzz2016-06-051-2/+2
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-221-0/+6
* Add ability to sort videos listChocobozzz2016-05-171-0/+6
* Add check for the author username lengthChocobozzz2016-05-161-0/+3
* Add a check for the duration of videosChocobozzz2016-05-161-0/+5
* Use async series in installer for better readabilityChocobozzz2016-05-131-15/+17
* Move the count of results for the pagination in constants moduleChocobozzz2016-05-131-0/+4
* Add debug electron settingChocobozzz2016-05-131-1/+1
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-1/+9
* Generate passwords at initialization (client/admin passwords)Chocobozzz2016-04-191-5/+4
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-141-3/+3
* Create an "installer" module that create defaults clients/users...Chocobozzz2016-03-212-14/+111
* Use const/let now we use node 4.2Chocobozzz2016-03-163-22/+22
* Fix testsChocobozzz2016-03-071-1/+1
* Prepare folders structure for angular appChocobozzz2016-03-073-0/+117