Skip to content
Snippets Groups Projects
  1. Jan 16, 2023
  2. Jan 13, 2023
  3. Jan 11, 2023
  4. Nov 23, 2022
  5. Nov 15, 2022
  6. Oct 20, 2022
  7. Aug 16, 2022
  8. Aug 11, 2022
  9. Aug 10, 2022
    • Andreas Ellewsen's avatar
      Switch forms to onTouched mode · e0fcb3b1
      Andreas Ellewsen authored
      By using onTouched mode validation does not complain about invalid
      values until the users have changed focus from the field. Doing it this
      way we don't complain about values until the user tries to use an
      invalid one.
      
      Does not work for all fields. For that to be the case, we will have to
      do some clean up of controlled and uncontrolled values.
      e0fcb3b1
  10. Jul 29, 2022
  11. Jul 25, 2022
    • Andreas Ellewsen's avatar
      Fix bug in user info fetching on invite page · 8ea83754
      Andreas Ellewsen authored
      The intention of the setup is to trigger a new call to userinfo after an
      invite has been used to start a session in the backend. This is done by
      checking a state value. Due to an oversight we did not watch the state
      value itself, but instead the function used to updated it, which
      obviously does not change.
      
      Resolves: GREG-276
      8ea83754
  12. Jul 22, 2022
  13. Jul 18, 2022
  14. Jul 08, 2022
  15. Jul 06, 2022
  16. Jun 24, 2022
  17. Jun 23, 2022
  18. Jun 22, 2022
  19. Jun 17, 2022
  20. 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
      b055277a
  21. 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
  22. May 23, 2022
  23. May 09, 2022
  24. May 06, 2022
  25. May 05, 2022
  26. May 04, 2022
  27. May 02, 2022
  28. Apr 22, 2022
  29. Apr 19, 2022
Loading