- Jan 24, 2023
- Jan 20, 2023
-
-
lass authored
-
- Jan 18, 2023
-
-
Sivert Kronen Hatteberg authored
Frontpage speedup See merge request !375
-
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
-
Sivert Kronen Hatteberg authored
-
Sivert Kronen Hatteberg authored
Enable us to render a spinner while the hook loads
-
Andreas Ellewsen authored
Remove remnant of Sponsor term See merge request !374
-
- Jan 17, 2023
-
-
Andreas Ellewsen authored
-
Marte Fossum authored
Show end date for role and filter on status See merge request !373
-
Marte Fossum authored
Show confimation box or error box for 'end role' See merge request !370
-
Marte Fossum authored
-
Marte Fossum authored
GREG-309: Show confirmation or error box when cancel invitation See merge request !371
-
Marte Fossum authored
-
- Jan 16, 2023
-
-
Marte Fossum authored
-
Marte Fossum authored
GREG-307: Show that new invitation is sent See merge request !368
-
Marte Fossum authored
-
Marte Fossum authored
Show confirmation or error box when changing role period See merge request !372
-
- Jan 13, 2023
-
-
Marte Fossum authored
-
- Jan 12, 2023
-
-
Jonas Braathen authored
Allow setting language via query string See merge request !369
-
- Jan 11, 2023
-
-
Jonas Braathen authored
-
- Jan 09, 2023
-
-
Marte Fossum authored
Greg 306 role ends email See merge request !365
-
Marte Fossum authored
-
- Jan 06, 2023
-
-
Jonas Braathen authored
Add a management command for migrating roles between OUs See merge request !367
-
Jonas Braathen authored
-
- Jan 05, 2023
-
-
Jonas Braathen authored
Change Cerebrum sponsor import to replace manual SponsorOrganizationalUnits with an automatic one See merge request !366
-
Jonas Braathen authored
-
- Jan 03, 2023
-
-
Jonas Braathen authored
-
Jonas Braathen authored
- Support running the OrgReg import directly via management command - Only log OUs as updated if there are changes - Log changed attributes with new and old value - Fix updating changed OU identifiers
-
- Dec 08, 2022
-
-
Jonas Braathen authored
Norwegian national id card See merge request !364
-
Jonas Braathen authored
-
Jonas Braathen authored
Change to Python 3.10 base image, require 3.10 and update all packages See merge request !363
-
- Dec 07, 2022
-
-
Jonas Braathen authored
-
- Dec 05, 2022
-
-
Andreas Ellewsen authored
Handle updates better in guest import See merge request !362
-
- Dec 01, 2022
-
-
Andreas Ellewsen authored
Introduces the --update-existing option, set to False by default. Thie option controls whether or not we want to update already imported information with the info from the file. This is usually not what we want since sponsors may have changed the end dates for already imported roles after the previous import. We choose to leave it as an option so that we CAN overwrite information if we really want. This commit also removes the ignore-id-req option since that only makes matter worse than not importing the person.
-
- Nov 29, 2022
-
-
Andreas Ellewsen authored
Fix orgreg import not seeing duplicates See merge request !361
-
Andreas Ellewsen authored
OuIdentifiers used to be restricted to the name+value combination to make sure that no two units could have the same legacy_stedkode. This becomes problematic when two units have the same short_name. This makes it possible for two units to have the same value for the same OuIdentifier name, and adds a constraint that makes it impossible for each unit to have more than one OuIdentifier with the same 'name', i.e multiple legacy_stedkode for one unit.
-
Andreas Ellewsen authored
The import script checked the source instead of the value when looking for existing values. This caused the unique constraint on the name+values combination to fail. We now check the value and name instead of value and source.
-
Andreas Ellewsen authored
Upgrade orgreg client See merge request !359
-