Skip to content
Snippets Groups Projects
  1. Jun 20, 2022
  2. Jun 14, 2022
  3. Jun 09, 2022
  4. Jun 07, 2022
  5. Jun 05, 2022
  6. Jun 02, 2022
  7. May 25, 2022
  8. May 24, 2022
  9. May 19, 2022
  10. May 18, 2022
  11. May 17, 2022
  12. May 12, 2022
  13. May 03, 2022
  14. May 01, 2022
  15. Apr 28, 2022
    • Reiter, Christoph's avatar
      app-shell: allow trailing paths in the router · f5581c78
      Reiter, Christoph authored
      In case the path ending with the activity ID has more trailing path elements, we don't fall
      back to the default route but just ignore them (and save them in the router state).
      
      This allows passing in extra information via the path without breaking the routing,
      and in case we want to forward the routing to the activities in the future we can use
      the extra path elements we store for that.
      
      For this to work with our current logic we have to stop comparing path strings and compare
      the resulting computed state everywhere instead.
      f5581c78
    • Bekerle, Patrizio's avatar
      Bump version · 212ad03e
      Bekerle, Patrizio authored
      212ad03e
    • Bekerle, Patrizio's avatar
      cc12b7e1
  16. Apr 27, 2022
  17. Apr 25, 2022
    • Reiter, Christoph's avatar
      auth: handle the case when the keycloak server is offline · 06350c06
      Reiter, Christoph authored
      Up until now it would throw and never set a login status. This would lead
      to the login process never completing, and in our case the app-shell
      would never show the app and only show a white page.
      
      Instead set the status to logged out and show a notification.
      06350c06
  18. Apr 24, 2022
Loading