Commit graph

138 commits

Author SHA1 Message Date
Lint Action
3d3bf6dba4 style: fix linting issues met Prettier 2025-03-13 08:36:15 +00:00
Joyelle Ndagijimana
0e2f9e5359 test: één van de test verbeterd 2025-03-13 09:35:35 +01:00
Lint Action
09bf765e8c style: fix linting issues met Prettier 2025-03-12 19:34:18 +00:00
Joyelle Ndagijimana
db582ee46a test: extra test bij learningObjects 2025-03-12 20:16:33 +01:00
Joyelle Ndagijimana
71cf652f28 test: alle functies in learningObjects.ts zijn getest en de testen slagen 2025-03-12 18:30:24 +01:00
Joyelle Ndagijimana
fca8e7ff7a test: alle functies in learningPaths.ts zijn getest en de testen slagen 2025-03-12 15:28:05 +01:00
Gabriellvl
2a7be32705 feat: voorbeeld test file 2025-03-11 12:12:39 +01:00
Lint Action
57cd8466fe style: fix linting issues met Prettier 2025-03-09 22:57:15 +00:00
Lint Action
b12c743440 style: fix linting issues met ESLint 2025-03-09 22:57:12 +00:00
Gerald Schmittinger
4a236a7397 fix(backend): Typfout in package.json opgelost 2025-03-09 23:55:43 +01:00
Gerald Schmittinger
de0199de96 Merge remote-tracking branch 'origin/dev' into chore/login
# Conflicts:
#	backend/.env.example
#	backend/package.json
#	backend/src/app.ts
#	backend/src/routes/login.ts
#	backend/src/routes/student.ts
#	docker-compose.yml
#	frontend/src/App.vue
#	frontend/src/views/HomePage.vue
#	frontend/src/views/LoginPage.vue
#	package-lock.json
2025-03-09 23:42:38 +01:00
d902d8a3e5
Merge pull request #92 from SELab-2/docs/keycloak
Breidt documentatie uit met Keycloak
2025-03-08 17:16:13 +01:00
763b72ad8c
docs(backend): Voeg keycloak configuratiestap toe 2025-03-06 16:43:35 +01:00
Lint Action
f347ec247d style: fix linting issues met Prettier 2025-03-06 13:37:42 +00:00
Lint Action
b8aae0ab1b style: fix linting issues met ESLint 2025-03-06 13:37:39 +00:00
96d6507073
fix: Zet arrow-body-style naar as-needed
Co-authored-by: Gerald Schmittinger <gerald.schmittinger@ugent.be>
2025-03-06 14:19:42 +01:00
a240e31d6e
fix: Verhoog printWidth
Co-authored-by: Gerald Schmittinger <gerald.schmittinger@ugent.be>
2025-03-06 14:13:51 +01:00
7a0d17652c
fix(backend): Rogue config.ts verwijderd/verplaatst 2025-03-06 14:00:59 +01:00
Gerald Schmittinger
355c0a4eda refactor(backend): Bestanden die enkel types of interfaces exporteren hernoemd naar *.d.ts 2025-03-06 13:28:24 +01:00
Gerald Schmittinger
03c6ada0e5 refactor(backend): Magic values vervangen door constanten. 2025-03-06 13:23:36 +01:00
Gerald Schmittinger
f2449969a7 docs(backend): Updated .env.example
... to contain an example configuration for the database and IDP
2025-03-06 13:11:40 +01:00
Lint Action
3e3c8e0587 style: fix linting issues met Prettier 2025-03-06 11:12:49 +00:00
Lint Action
8d4cbb5529 style: fix linting issues met ESLint 2025-03-06 11:12:46 +00:00
11e3dc6a3f
Merge branch 'dev' into chore/logging 2025-03-06 12:11:29 +01:00
Lint Action
5edf23c767 style: fix linting issues met Prettier 2025-03-04 20:46:27 +00:00
Lint Action
3a68fb3913 style: fix linting issues met ESLint 2025-03-04 20:46:24 +00:00
a4d34afcb3
Merge branch 'dev' into lint-action-setup 2025-03-04 21:45:46 +01:00
d9f7b500c8
fix: .js toevoegen aan imports 2025-03-04 21:17:42 +01:00
55ab0c0b47
chore(backend): translationHelper logger 2025-03-04 16:53:39 +01:00
6d05978568
Merge branch 'dev' into chore/logging 2025-03-04 16:53:29 +01:00
703e00efc7
chore(backend): Log apiHelper op debug niveau 2025-03-04 16:35:50 +01:00
57a16acbdd
chore(backend): Verander API call logging niveau
Als de Dwengo API fouten geeft, dan hoeft dit maar als warning
afgehandeld worden, niet als error.
2025-03-04 16:33:37 +01:00
Gerald Schmittinger
26d5c09bb4 chore(frontend): Refactoring
Refactoring zodat de structuur van de authenticatieservice in de client duidelijker is.
2025-03-02 21:02:17 +01:00
Gerald Schmittinger
a28ec22f29 feat(frontend): Added functionality to the frontend to log in. 2025-03-02 16:33:50 +01:00
74ecd34538
fix: .js toevoegen aan imports 2025-03-02 15:25:27 +01:00
ddee299b4a
style(backend): Format 2025-03-02 15:21:27 +01:00
c37d4d8e04
chore(backend): Export Logger class 2025-03-02 15:20:57 +01:00
c2e3886f3f
chore(backend): Switch console naar logger
Maak gebruik van custom logger
2025-03-02 15:14:26 +01:00
f82668148c
Merge branch 'dev' into chore/logging 2025-03-02 15:13:53 +01:00
ebf741a0d0
fix(backend): Ontbrekende .js in imports 2025-03-02 14:09:38 +01:00
eca8d89712
chore(backend): Duidelijkere MikroORM logging
Zorgt voor beter formaat en juiste labels
2025-03-02 13:59:38 +01:00
e6c03c1aca
chore(backend): Definieer logger voor MikroORM
Maak gebruik van juiste logging niveau voor elke taak (namespace)
2025-03-02 13:58:08 +01:00
Gabriellvl
1531fa36fe
Merge branch 'dev' into feat/home-data 2025-03-02 12:41:24 +01:00
Gabriellvl
a0c9d8ffc1
Merge pull request #54 from SELab-2/feat/leerpad-object-routes
Feat/leerpad object routes
2025-03-02 12:33:53 +01:00
Gabriellvl
e762621287 fix: format + lint 2025-03-02 12:18:08 +01:00
Gabriellvl
308661d72b fix: splits controller en service beter op met querries 2025-03-02 12:11:32 +01:00
Gabriellvl
6bf4193da9 fix: queries in routes van leer paden 2025-03-02 12:10:59 +01:00
Gabriellvl
3b689d8e09 fix: afsplitsing functies objects 2025-03-02 11:05:06 +01:00
Gabriellvl
484120ab50 feat: extra learning object routes 2025-03-02 11:04:30 +01:00
Gerald Schmittinger
69ba8c9567 feat(backend): Generic authentication checks.
Added support for deciding based on any predicate about the current AuthenticationInfo whether or not a request will be accepted.
2025-03-02 01:24:49 +01:00