aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/installer.js
Commit message (Expand)AuthorAgeFilesLines
* Server: add database field validationsChocobozzz2016-12-281-3/+7
* Update migrations codeChocobozzz2016-12-251-3/+2
* First version with PostgreSQLChocobozzz2016-12-191-13/+16
* Server: remove useless hash affectationsChocobozzz2016-10-021-4/+4
* Server: fix migration at installationChocobozzz2016-09-261-1/+4
* Server: encrypt password in databaseChocobozzz2016-08-251-2/+2
* Implement user API (create, update, remove, list)Chocobozzz2016-08-041-3/+6
* Server: implement refresh tokenChocobozzz2016-07-201-1/+1
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-3/+4
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-7/+20
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
* Use async series in installer for better readabilityChocobozzz2016-05-131-15/+17
* 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-211-0/+94