- Jul 14, 2023
-
-
Henrich Neumann authored
Improve the tests.
-
- Jul 11, 2023
-
-
Henrich Neumann authored
When a sponsor creates a new guest invitation, and when a guest corrects their name they must now use transcribed characters.
-
- Apr 06, 2023
-
-
Jonas Braathen authored
-
- Mar 14, 2023
-
-
lass authored
-
- Mar 10, 2023
-
-
lass authored
-
- Mar 08, 2023
-
-
lass authored
-
- Mar 07, 2023
-
-
lass authored
-
- Feb 14, 2023
-
-
Marte Fossum authored
-
- Feb 08, 2023
-
-
Marte Fossum authored
-
- Jan 27, 2023
-
-
Marte Fossum authored
-
- Jan 25, 2023
-
-
Sivert Kronen Hatteberg authored
-
- Jan 24, 2023
- Jan 20, 2023
-
-
lass authored
-
- Jan 18, 2023
-
-
Sivert Kronen Hatteberg authored
- User prefetch_related to load data ahead of time - Adds a new simple serializer, that does not use properties that triggers new queries
-
- Nov 29, 2022
-
-
The old version of the client did not fetch short name correctly from the api response. This new one does, but shortname is now called short_name, forcing some small adjustments of the tests and their settings.
-
- Nov 28, 2022
-
-
Marte Fossum authored
-
- Nov 23, 2022
-
-
Marte Fossum authored
-
- Oct 25, 2022
-
-
Henrich Neumann authored
Add comments field for roles Removed contact_person_unit from read_only_fields for roles
-
- Oct 20, 2022
-
-
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.
-
- Oct 19, 2022
-
-
Henrich Neumann authored
Refactered the mail sending
-
- Oct 17, 2022
-
-
Andreas Ellewsen authored
We no longer email sponsors(hosts) if they don't need to verify any of the information provided by their guest.
-
- Oct 10, 2022
-
-
pka065 authored
-
- Oct 07, 2022
- 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
-
- Jul 29, 2022
-
-
Tore.Brede authored
-
- 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 18, 2022
-
-
Andreas Ellewsen authored
-
Andreas Ellewsen authored
If the sponsor writes a valid but non-existent email in a guest invite we retried sending this email indefinitely. Instead of leaving django q in an endless loop, we now send an email to the sponsor warning about the problem instead.
-
- Apr 07, 2022
-
-
Tore.Brede authored
-
- Mar 24, 2022
-
-
Andreas Ellewsen authored
-
- Mar 11, 2022
-
-
Andreas Ellewsen authored
Since we may not want to enable the identity check, it must be togglable. This commit adds environment variable REACT_APP_ENABLE_IGA_CHECK for toggling the check in the frontend, and django settings variable IGA_CHECK for toggling the check in the backend.
-
Jonas Braathen authored
-
Jonas Braathen authored
-
Jonas Braathen authored
Move serializers only used by gregui.
-
- Mar 08, 2022
-
-
Tore.Brede authored
-
- Mar 04, 2022
-
-
Andreas Ellewsen authored
Queries iga for an external id matching ours. If a match is found, the name of the owner is returend. Otherwise we return null. Uses the new iga module to fetch the data.
-
- Mar 02, 2022
-
-
Andreas Ellewsen authored
Was removed by mistake at some time in the past. Introduced a few tests to ensure that things work as expected. Resolves: GREG-223
-
Tore.Brede authored
-