- Mar 26, 2024
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Mar 08, 2024
-
-
Konrad Mohrfeldt authored
-
- Feb 14, 2024
-
-
Konrad Mohrfeldt authored
The dashboard should generally only check for permissions not flags.
-
- Feb 13, 2024
-
-
Konrad Mohrfeldt authored
-
- Feb 09, 2024
-
-
Konrad Mohrfeldt authored
refs #247
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
fixes #209
-
Konrad Mohrfeldt authored
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #127
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This should make the API functions more accessible for callers as there won’t be any loose undefined values that were sometimes needed to skip certain values in certain API endpoints. Instead, every positional argument is now required and all configurable options or extensions are part of the options object.
-
- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
- Jun 08, 2023
-
-
Konrad Mohrfeldt authored
API object attribute names are now: 1. camelCased (#164) 2. use Id / Ids suffix for object references (#172)
-
- Apr 06, 2023
-
-
Konrad Mohrfeldt authored
closes #138
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
Not all API endpoints will have the same behaviour. Some may only allow updates but can’t remove items, others will use a paginated result list instead of a plain result array.
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
This re-implements the auth store with pinia. Other notable changes: * the OIDC client configuration and setup is now part of separate module that can be included by the OIDC callback routes and ensures that we always use the same OIDC client configuration. * Authorization headers for the steering and tank REST APIs are now set with an axios interceptor instead of specifying them for each API store action. refs #127
-