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.
__tests__
gitlab.unit.test.js +32 -0
method.unit.test.js +52 -0
classes
project.js +51 -0
repo.js +9 -0
user.js +83 -0
website.js +9 -0
routes
api_TBD.js +0 -0
dbconn.js +0 -14
gitlab.js +130 -0
methods.js +12 -23
routes-account.js +340 -285
views/DE/account
contact.pug +6 -8
forgotPwd.pug +6 -8
home.pug +2 -2
newInformation.pug +116 -0
profile.pug +20 -14
registration.pug +6 -8
security.pug +7 -9
services.pug +54 -4
updateInformation.pug +103 -0
app.js +1 -9
package-lock.json +6282 -1114
package.json +6 -4
__tests__/gitlab.unit.test.js
0 → 100644
+ 32
- 0
\ No newline at end of file
__tests__/gitlab.unit.test.js
0 → 100644
+ 32
- 0
\ No newline at end of file
__tests__/method.unit.test.js
0 → 100644
+ 52
- 0
classes/project.js
0 → 100644
+ 51
- 0
\ No newline at end of file
classes/repo.js
0 → 100644
+ 9
- 0
classes/user.js
0 → 100644
+ 83
- 0
\ No newline at end of file
classes/website.js
0 → 100644
+ 9
- 0
File renamed with no changes. Show file contents
+ 0
- 14
@@ -17,13 +17,6 @@ userConnection.connect(function(err) {
@@ -62,13 +55,6 @@ projectConnection.connect(function(err) {
routes/gitlab.js
0 → 100644
+ 130
- 0
\ No newline at end of file
+ 12
- 23
@@ -70,22 +66,20 @@ var methods = {
@@ -96,34 +90,29 @@ var methods = {
+ 340
- 285
Files with large changes are collapsed by default.
+ 6
- 8
@@ -17,14 +17,12 @@ html(lang="de")