An error occurred while fetching the assigned milestone of the selected merge_request.
config
config.js +37 -4
routes
dbconn.js +1 -1
mailer.js +1 -1
methods.js +95 -20
routes-account.js +235 -80
views/DE/account
home.pug +60 -30
profile.pug +9 -9
registration.pug +1 -21
security.pug +9 -9
services.pug +8 -8
verification.pug +35 -0
app.js +1 -1
+ 37
- 4
@@ -2,14 +2,48 @@ module.exports = {
@@ -22,7 +56,6 @@ module.exports = {
@@ -35,4 +68,4 @@ module.exports = {
\ No newline at end of file
+ 1
- 1
+ 1
- 1
+ 95
- 20
@@ -42,14 +42,26 @@ var methods = {
@@ -57,7 +69,20 @@ var methods = {
@@ -70,7 +95,7 @@ var methods = {
@@ -84,7 +109,7 @@ var methods = {
@@ -100,42 +125,92 @@ var methods = {
+ 235
- 80
@@ -142,10 +142,18 @@ module.exports = function (app, config, passport, i18n) {
@@ -155,63 +163,74 @@ module.exports = function (app, config, passport, i18n) {
@@ -219,9 +238,21 @@ module.exports = function (app, config, passport, i18n) {
@@ -474,16 +505,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -497,27 +523,156 @@ module.exports = function (app, config, passport, i18n) {
+ 60
- 30
@@ -7,35 +7,44 @@ html(lang="de")
@@ -43,4 +52,25 @@ html(lang="de")
\ No newline at end of file
\ No newline at end of file
+ 9
- 9
@@ -7,29 +7,29 @@ html(lang="de")
@@ -45,7 +45,7 @@ html(lang="de")
@@ -99,4 +99,4 @@ html(lang="de")
\ No newline at end of file
\ No newline at end of file
+ 1
- 21
@@ -7,26 +7,6 @@ html(lang="de")
@@ -94,4 +74,4 @@ html(lang="de")
\ No newline at end of file
\ No newline at end of file
+ 9
- 9
@@ -11,29 +11,29 @@ html(lang="de")
@@ -64,7 +64,7 @@ html(lang="de")
@@ -73,7 +73,7 @@ html(lang="de")
+ 8
- 8
@@ -7,29 +7,29 @@ html(lang="de")
@@ -41,4 +41,4 @@ html(lang="de")
\ No newline at end of file
\ No newline at end of file
views/DE/account/verification.pug
0 → 100644
+ 35
- 0
\ No newline at end of file
+ 1
- 1