Skip to content
Snippets Groups Projects
  1. Jul 22, 2022
  2. Jul 08, 2022
  3. Jul 06, 2022
  4. Jun 24, 2022
  5. Jun 23, 2022
  6. Jun 22, 2022
  7. Jun 17, 2022
  8. Jun 10, 2022
    • Andreas Ellewsen's avatar
      Move end role notifications to day after end · b055277a
      Andreas Ellewsen authored
      By moving the notifications to midnight on the day they expire we
      simplify the work of systems integrating with greg. The frontend has
      also been updated to say that end dates are "to (including)" to clarify
      that the roles are valid on their last day.
      
      Resolves: GREG-2688
      Verified
      b055277a
  9. 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
      Verified
      d5984d30
  10. May 23, 2022
  11. May 09, 2022
  12. May 06, 2022
  13. May 05, 2022
  14. May 04, 2022
  15. May 02, 2022
  16. Apr 22, 2022
  17. Apr 19, 2022
  18. Apr 08, 2022
  19. Apr 07, 2022
  20. Mar 24, 2022
  21. Mar 21, 2022
  22. Mar 15, 2022
  23. Mar 11, 2022
    • Andreas Ellewsen's avatar
      Add a toggle for the iga identity check · dd9b0369
      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.
      Verified
      dd9b0369
Loading