- Jan 16, 2023
-
-
Marte Fossum authored
-
Marte Fossum authored
-
- Jan 13, 2023
-
-
Marte Fossum authored
-
- Jan 11, 2023
-
-
Jonas Braathen authored
-
- Nov 23, 2022
-
-
Marte Fossum authored
-
- Nov 15, 2022
-
-
Marte Fossum authored
-
- Oct 20, 2022
-
-
Marte Fossum authored
-
Andreas Ellewsen authored
Calling norwegian fnr "National ID number" makes people input their id numbers from their home country in addition to their passport numbers. This text change hopefully makes it clearer for our non-norwegian friends.
-
- Aug 16, 2022
-
-
Tore.Brede authored
-
Tore.Brede authored
-
- Aug 11, 2022
-
-
Andreas Ellewsen authored
Sponsosr can now click a button next to passport/fnr values on the guest info page to see the source and verifier of the value. Resolves: GREG-275
-
- Aug 10, 2022
-
-
Andreas Ellewsen authored
By using onTouched mode validation does not complain about invalid values until the users have changed focus from the field. Doing it this way we don't complain about values until the user tries to use an invalid one. Does not work for all fields. For that to be the case, we will have to do some clean up of controlled and uncontrolled values.
-
- Jul 29, 2022
-
-
Tore.Brede authored
-
- Jul 25, 2022
-
-
Andreas Ellewsen authored
The intention of the setup is to trigger a new call to userinfo after an invite has been used to start a session in the backend. This is done by checking a state value. Due to an oversight we did not watch the state value itself, but instead the function used to updated it, which obviously does not change. Resolves: GREG-276
-
- Jul 22, 2022
-
-
Marte Fossum authored
-
- Jul 18, 2022
-
-
Sivert Kronen Hatteberg authored
-
Sivert Kronen Hatteberg authored
Using this mode we do not display any error msg before the first blur event. This avoids errors from a partially typed email address.
-
Sivert Kronen Hatteberg authored
-
Sivert Kronen Hatteberg authored
-
- Jul 08, 2022
-
-
Jonas Braathen authored
-
- Jul 06, 2022
-
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
- Jun 24, 2022
-
-
Marte Fossum authored
-
Marte Fossum authored
-
- Jun 23, 2022
-
-
Marte Fossum authored
-
- Jun 22, 2022
-
-
Andreas Ellewsen authored
By not having a .dockerignore file we are including the node_modules directory in the frontend image, and then installing all the packages a second time in the build phase when we run npm ci. We now let npm ci do that work as it's supposed to.
-
Andreas Ellewsen authored
-
- Jun 17, 2022
-
-
Marte Fossum authored
-
- Jun 10, 2022
-
-
Andreas Ellewsen authored
By moving the notifications to midnight on the day they expire we simplify the work of systems integrating with greg. The frontend has also been updated to say that end dates are "to (including)" to clarify that the roles are valid on their last day. Resolves: GREG-2688
-
- May 25, 2022
-
-
Andreas Ellewsen authored
Introduces the invalid field on the Identity model. The field is used to indicate that the Identity is in invalid. This is useful when a value is not a working value, even though the value passes validation checks, like unused national id numbers, emails tied to non-existing domains, etc. Resolves: GREG-252
-
- May 23, 2022
-
-
Marte Fossum authored
-
- May 09, 2022
-
-
Tore.Brede authored
-
- May 06, 2022
-
-
Tore.Brede authored
-
- May 05, 2022
-
-
Andreas Ellewsen authored
-
- May 04, 2022
-
-
Andreas Ellewsen authored
- Things that needed to be wrapped in act are now wrapped in act. - Things that were wrapped more tan once in act, no longer are.
-
- May 02, 2022
-
-
Marte Fossum authored
Issue: GREG-222
-
- Apr 22, 2022
-
-
Marte Fossum authored
- added Autocomplete for easier fill out - added function to concatenate strings for option label - removed unused function getOuName Issue: GREG-235
-
- Apr 19, 2022
-
-
Jump from 14 to 16 does not change anything for us
-
Refactors things to new syntax while not changing anything
-