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 +246 -81
views
DE
account
contact.pug +2 -2
forgotPwd.pug +2 -2
home.pug +62 -31
profile.pug +12 -11
registration.pug +8 -25
reset.pug +2 -2
security.pug +7 -7
services.pug +11 -10
verification.pug +35 -0
project
addProjectOverview.pug +1 -1
landingpage.pug +1 -1
mailinglists.pug +1 -1
project-simplified.pug +1 -1
projectOverview.pug +1 -1
projects.pug +1 -1
videoconferences.pug +1 -1
404.pug +1 -1
500.pug +1 -1
EN
account
forgotPwd.pug +2 -2
home.pug +1 -1
profile.pug +1 -1
registration.pug +1 -1
reset.pug +2 -2
security.pug +1 -1
services.pug +1 -1
project
addProjectOverview.pug +1 -1
mailinglists.pug +1 -1
projects.pug +1 -1
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 = {
+ 246
- 81
@@ -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,20 @@ module.exports = function (app, config, passport, i18n) {
@@ -474,16 +504,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -497,27 +522,167 @@ module.exports = function (app, config, passport, i18n) {