aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Add migration (for db, folders...) mechanismChocobozzz2016-09-262-0/+36
* Server: show user created date for the apiChocobozzz2016-09-231-1/+2
* Server: add requests stats endpointChocobozzz2016-09-191-3/+8
* Server: add pod created date and score to the list controllerChocobozzz2016-08-261-6/+22
* Server: encrypt password in databaseChocobozzz2016-08-251-12/+31
* Server: put config in constantsChocobozzz2016-08-191-15/+8
* Server: add user list sort/paginationChocobozzz2016-08-163-7/+43
* Server: optimize function to see if there are users or notChocobozzz2016-08-161-0/+5
* Server: video.list -> video.listForApi (with pagination, sort...)Chocobozzz2016-08-161-23/+5
* Server: delete user with the id and not the usernameChocobozzz2016-08-091-0/+5
* Implement user API (create, update, remove, list)Chocobozzz2016-08-042-6/+32
* Server: reorganize express validatorsChocobozzz2016-07-311-9/+9
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-272-4/+4
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-211-2/+2
* Server: implement refresh tokenChocobozzz2016-07-203-14/+35
* Server: udpate async to 2.0.0Chocobozzz2016-07-182-10/+13
* Server: limit actions for each request between podsChocobozzz2016-07-061-3/+3
* Server: fix videos paginationChocobozzz2016-07-061-1/+1
* Fix requests ordering between podsChocobozzz2016-07-051-1/+1
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-014-123/+95
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-302-79/+71
* Video model: namePath -> filenameChocobozzz2016-06-281-9/+9
* Re enable the "seed all videos" functionChocobozzz2016-06-281-2/+8
* Request model refractoring -> use mongoose apiChocobozzz2016-06-283-74/+286
* Video model refractoring -> use mongoose apiChocobozzz2016-06-242-162/+314
* Try to make a better communication (between pods) moduleChocobozzz2016-06-182-7/+40
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-071-0/+1
* Add tag search support to serverChocobozzz2016-06-061-1/+1
* Add tags support to serverChocobozzz2016-06-061-0/+1
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-221-2/+9
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-211-18/+24
* Add ability to sort videos listChocobozzz2016-05-171-4/+5
* Add createdDate to videosChocobozzz2016-05-131-3/+7
* Introduce paginations in videos listingChocobozzz2016-05-131-4/+5
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-133-16/+16
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-94/+32
* Video duration support (server)Chocobozzz2016-05-031-2/+4
* Rename pool requests --> requests schedulerChocobozzz2016-05-021-10/+10
* Make angular client load dynamically the generated client id/secretChocobozzz2016-04-271-0/+5
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-142-2/+3
* Create an "installer" module that create defaults clients/users...Chocobozzz2016-03-211-0/+10
* OAuth server: first draftChocobozzz2016-03-211-0/+108
* Use const/let now we use node 4.2Chocobozzz2016-03-163-30/+30
* Video lib/model/reqvalidator refractoringChocobozzz2016-03-161-34/+0
* Fix testsChocobozzz2016-03-071-1/+1
* Prepare folders structure for angular appChocobozzz2016-03-073-0/+377