Skip to content
Snippets Groups Projects
  1. Jan 27, 2023
  2. Jan 18, 2023
  3. Nov 29, 2022
    • Marte Fossum's avatar
      Upgrade orgreg client · e6240f6b
      Marte Fossum authored and Andreas Ellewsen's avatar Andreas Ellewsen committed
      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.
      e6240f6b
  4. Nov 28, 2022
  5. Nov 23, 2022
  6. Oct 25, 2022
  7. 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
  8. Oct 19, 2022
  9. Oct 17, 2022
  10. Oct 10, 2022
  11. Oct 07, 2022
  12. Aug 11, 2022
  13. Jul 29, 2022
  14. 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
  15. May 18, 2022
  16. Apr 07, 2022
  17. Mar 24, 2022
  18. Mar 11, 2022
  19. Mar 08, 2022
  20. 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
  21. Mar 02, 2022
  22. Feb 24, 2022
  23. Feb 22, 2022
  24. Feb 21, 2022
  25. Feb 16, 2022
  26. 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
  27. 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
  28. Jan 27, 2022
  29. Jan 25, 2022
Loading