An error occurred while fetching the assigned milestone of the selected merge_request.
__tests__
gitlab.unit.test.ts +1 -1
method.unit.test.ts +2 -2
classes
project.ts +16 -9
repo.js +0 -9
repo.ts +9 -0
user.ts +97 -0
website.js +0 -9
website.ts +9 -0
config
config.ts +4 -4
const.ts +1 -1
dbconn.ts +5 -5
dbconn2.ts +5 -5
mailer.js +0 -39
mailer.ts +40 -0
functions
gitlab.ts +47 -67
helpers.ts +2 -2
methods.ts +58 -69
public/js/jquery-ui/i18n
datepicker-de.js +0 -37
routes
account.ts +596 -0
public.js +0 -296
public.ts +303 -0
views/DE
account
newInformation.pug +1 -1
updateInformation.pug +9 -9
404.pug +2 -2
500.pug +2 -2
layout.pug +0 -12
.gitignore +2 -2
.gitlab-ci.yml +13 -5
app.ts +93 -0
package-lock.json +740 -550
package.json +26 -7
tsconfig.json +11 -0
@@ -28,24 +35,24 @@ class Project {
\ No newline at end of file
\ No newline at end of file
classes/repo.js deleted
100644 → 0
+ 0
- 9
classes/repo.ts
0 → 100644
+ 9
- 0