An error occurred while fetching the assigned milestone of the selected merge_request.
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
config
config.js +28 -24
routes
methods.js +20 -1
routes-account.js +29 -0
.gitlab-ci.yml +21 -2
package-lock.json +141 -154
package.json +3 -2
+ 28
- 24
@@ -9,28 +9,31 @@ module.exports = {
@@ -43,30 +46,31 @@ module.exports = {
\ No newline at end of file
+ 20
- 1
@@ -69,7 +69,7 @@ var methods = {
@@ -212,6 +212,25 @@ var methods = {
+ 29
- 0
@@ -10,6 +10,7 @@ const salt = 64; // salt length
@@ -180,6 +181,34 @@ module.exports = function (app, config, passport, i18n) {
+ 21
- 2
@@ -9,4 +13,19 @@ pages-testing:
\ No newline at end of file
\ No newline at end of file
+ 141
- 154
Files with large changes are collapsed by default.