This project is mirrored from https://:*****@github.com/iqb-berlin/testcenter-frontend.git.
Pull mirroring updated .
- Jun 27, 2021
- Jun 25, 2021
-
-
paf authored
That was necessary because the dependency injection was changed in teh new angular version. The encapsulated upload-module got it's own instance of http client und thus the interceptor did not kick in (even when http was injected with @SkipSelf). Tidy up the upload component, add types etc. Does not work properly yet.
-
paf authored
-
paf authored
-
- Jun 24, 2021
-
-
paf authored
-
paf authored
Otherwise the auth/error-handling-interceptor will not kick in. See: https://dev.to/angular/that-s-why-your-angular-errorinterceptor-may-not-work-5-seconds-fix-52m8 This have to be added be added to other modules as well I guess.
-
paf authored
-> compiles but does not work properly
-
paf authored
-
paf authored
-
Philipp F authored
-
paf authored
-
paf authored
-
paf authored
-
- Jun 23, 2021
-
-
ahoch authored
Compodoc is a documentation tool for Angular applications which generates static html documentation pages. A documentation of Testcenter Frontend can be build with ``` npm run compodoc ``` I can be viewed under http://127.0.0.1:8080
-
- Jun 14, 2021
-
-
-
paf authored
Make error-handling more consistent and expressive: In case of malformed serverUrl (like with missing trailing slash in docker-network) the error of type DOMException was swallowed completely.
-
Philipp F authored
-
Philipp F authored
-
Philipp F authored
-
Philipp F authored
-
Philipp F authored
-
- Jun 10, 2021
-
- Jun 09, 2021
- Jun 08, 2021
-
-
paf authored
-
paf authored
-
paf authored
Add a message for the case of files which can not be deleted because they where referenced by others. A player referenced in a unit can not be deleted without deleting the unit. A Unit used in a booklet can not be deleted without deleting the booklet. A booklet used in a Testtakers-File can not be deleted without that.
- Jun 02, 2021