Skip to content
Snippets Groups Projects
  1. Nov 23, 2022
  2. Oct 25, 2022
  3. Oct 20, 2022
    • Andreas Ellewsen's avatar
      Switch text from National to Norwegian · 97db343d
      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.
      97db343d
  4. Oct 19, 2022
  5. Oct 17, 2022
  6. Oct 10, 2022
  7. Oct 07, 2022
  8. Aug 11, 2022
  9. Jul 29, 2022
  10. May 25, 2022
    • Andreas Ellewsen's avatar
      Show invalid email status for invites in frontend · d5984d30
      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
      d5984d30
  11. May 18, 2022
  12. Apr 07, 2022
  13. Mar 24, 2022
  14. Mar 11, 2022
  15. Mar 08, 2022
  16. Mar 04, 2022
    • Andreas Ellewsen's avatar
      Add identity checking endpoint · d0ba7877
      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.
      d0ba7877
  17. Mar 02, 2022
  18. Feb 24, 2022
  19. Feb 22, 2022
  20. Feb 21, 2022
  21. Feb 16, 2022
  22. Feb 15, 2022
    • Andreas Ellewsen's avatar
      80793d70
    • Andreas Ellewsen's avatar
      Handle wrong person following invitation link · 3c51ae60
      Andreas Ellewsen authored
      If someone that already exists in greg follows an invite, we are kind
      enough to give the new role to the existing person. This introduced a
      security risk if the invitation was actually meant for someone else.
      
      Because of this situation, we introduce a security mechanism where we
      disable the invitationlink if the name of the existing person is too
      different from the name used in the invitation.
      
      Resolves: GREG-166
      3c51ae60
  23. Feb 09, 2022
    • Andreas Ellewsen's avatar
      Add flag to prevent nin verification in frontend · a6dd5745
      Andreas Ellewsen authored and Jonas Braathen's avatar Jonas Braathen committed
      If a sponsor verifies a nin that is already in use by an account in
      cerebrum, the guest will gain access to that account, which in turn
      allows the guest to change the password of that account. This makes it
      possible to abuse the guest service to steal the account of users.
      
      A feature that checks for this problem, and helps the sponsor make a
      decision on it, will be introduced in the near future. At that point
      nin verification can be enabled again.
      
      Resolves: GREG-202
      a6dd5745
  24. Jan 27, 2022
  25. Jan 25, 2022
  26. Jan 24, 2022
    • Andreas Ellewsen's avatar
      Redirect invited guests to register · 616b4d76
      Andreas Ellewsen authored
      If the user logs in through the frontpage we now check if they have
      completed the registration process. If they have completed it halfway
      before, we find their info through the GregUserProfile of the user and
      redirect to the register page. If we dont find any profile connected to
      the user they are treated as anonymous users as before.
      
      Resolves: GREG-164
      616b4d76
  27. Jan 21, 2022
  28. Jan 14, 2022
Loading