Fix standard lint
[oweals/peertube.git] / server / initializers / installer.js
2016-12-25 ChocobozzzUpdate migrations code
2016-12-19 ChocobozzzFirst version with PostgreSQL
2016-10-02 ChocobozzzMerge branch 'master' into webseed-merged
2016-10-02 ChocobozzzServer: remove useless hash affectations
2016-09-26 ChocobozzzServer: fix migration at installation
2016-08-25 ChocobozzzServer: encrypt password in database
2016-08-04 ChocobozzzImplement user API (create, update, remove, list)
2016-07-20 ChocobozzzServer: implement refresh token
2016-07-18 ChocobozzzServer: udpate async to 2.0.0
2016-07-01 ChocobozzzUse dashes for filenames
2016-07-01 ChocobozzzOAuth/User models refractoring -> use mongoose api
2016-06-30 ChocobozzzDo not generate a random password for test env
2016-05-13 ChocobozzzUse async series in installer for better readability
2016-04-19 ChocobozzzGenerate passwords at initialization (client/admin...
2016-04-14 ChocobozzzAdd authentications for routes that need it and adapts...
2016-03-21 ChocobozzzCreate an "installer" module that create defaults clien...