An error occurred while fetching the assigned milestone of the selected merge_request.
__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
config
config.js +10 -2
const.js +19 -0
dbconn.js +1 -15
dbconn2.js +64 -0
mailer.js +3 -6
database
userdb_role.sql +0 -51
functions
gitlab.js +148 -0
helpers.js +0 -0
methods.js +228 -0
locales
de.json +0 -4
en.json +0 -4
public
default
logo.png +0 -0
js
headfootLogout.js +2 -2
routes
account.js +568 -0
api.js +0 -20
public.js +296 -0
routes-account.js +0 -773
views/DE/account
contact.pug +16 -21
forgotPwd.pug +6 -8
home.pug +6 -11
newInformation.pug +121 -0
profile.pug +24 -18
registration.pug +6 -8
security.pug +10 -12
services.pug +57 -7
updateInformation.pug +156 -0
verification.pug +3 -3
README.md +1 -1
app.js +10 -22
package-lock.json +13530 -1428
package.json +12 -6
__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