- 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.
-
- May 09, 2022
-
-
Tore.Brede authored
GREG-261: Default country code can be blank in form See merge request !324
-
Tore.Brede authored
-
- May 06, 2022
-
-
Tore.Brede authored
-
- May 05, 2022
-
-
Andreas Ellewsen authored
Support arbitrary UIDs in frontend container See merge request !323
-
Andreas Ellewsen authored
-
- May 04, 2022
-
-
Andreas Ellewsen authored
Fix various warnings from tests See merge request !317
-
Andreas Ellewsen authored
Force clean up of the virtual env before update and use python3.10 everywhere
-
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.
-
Andreas Ellewsen authored
Upgrade react-router-dom to v6 See merge request !308
-
- May 03, 2022
-
-
Andreas Ellewsen authored
Prepare for guest migration See merge request !322
-
Andreas Ellewsen authored
If an identity already exists in greg, but is tied to a different person, we tried to add it, causing an integrity error. We now check if the value already exists. If it is tied to the person we are adding info for, we simply update it. Otherwise we skip this value.
-
Marte Fossum authored
Show orgreg_id instead og id after ouUnit See merge request !321
-
Andreas Ellewsen authored
Introduces the new identity type migration id, meant to be used when migrating a person from another system. The cerebrum guest import script has been expanded to use this new migration id. The script has also gotten an option to import people without the necessary IDs (NIN/Passport) so that we can generate IDs for them in GREG. The can then be imported by cerebrum manually before we add the remaning info from a different source. In this case we use old info from UiO SAP.
-
- May 02, 2022
-
-
Marte Fossum authored
Issue: GREG-222
-
Marte Fossum authored
Add filter for role type under /person and test See merge request !320
-
Marte Fossum authored
* added filter for role type under /person to not list all persons * added test for new filter * updated python version in Makefile Issue: GREG-252
-
Tore.Brede authored
GREG-247: Make the org unit list sorted alphabetically in the admin interface See merge request !318
-
- Apr 26, 2022
-
-
Andreas Ellewsen authored
Make import_guests command more lenient on source See merge request !319
-
Andreas Ellewsen authored
The database constraint on the Identity model demands only one value per id type for each person. This means that a person with a pass number already in greg from a different source than the one we are trying to import will trigger an integrity error when we try to create it. The logic now instead checks for identities with other sources as well, and if a match is found from another source system, the source is updated to the one in the data we are importing. This will also mean that a previously entered manual entry, will be converted to one marked as automatic.
-
- Apr 25, 2022
-
-
Tore.Brede authored
-
Tore.Brede authored
-
- Apr 22, 2022
-
-
Marte Fossum authored
Autocomplete organisation for new register See merge request !316
-
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
-
- Apr 08, 2022
-
-
Marte Fossum authored
Lagt til datoformat i placeholder See merge request !312
-
Marte Fossum authored
Set Norway default country code See merge request !315
-
Marte Fossum authored
Issue: GREG-237
-
Jonas Braathen authored
GREG-204: Showing sponsor name for role See merge request !309
-
Marte Fossum authored
Issue: GREG-237
-
Marte Fossum authored
Issue: GREG-238
-
Marte Fossum authored
Issue: GREG-238
-
Marte Fossum authored
Flyttet 'legg til rolle'-knapp utenfor table See merge request !313
-
Marte Fossum authored
Lagt til høyde på tilbake-pil for estetikk See merge request !314
-
Marte Fossum authored
Issue: GREG-240
-
Marte Fossum authored
Issue: GREG-240
-
Marte Fossum authored
Issue: GREG-239
-