- Aug 29, 2021
-
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
This reverts commit 019895fe.
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
This reverts commit 37dd5d82.
-
control.alt.coop eG (Peter) authored
release/0.5.0 -> main See merge request wahlkampf-app/wk-frontend!344
-
control.alt.coop eG (Peter) authored
CAC_FRONTEND-261 Fix error interceptor See merge request wahlkampf-app/wk-frontend!323
-
- Aug 27, 2021
-
-
control.alt.coop eG (Peter) authored
CAC_FRONTEND-265 CAC_FRONTEND-262 Add Flyer Event Type See merge request wahlkampf-app/wk-frontend!341
-
control.alt.coop eG (Peter) authored
Explicitly Disabling Push Notifications plugin See merge request wahlkampf-app/wk-frontend!343
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
Explicitly Disabling Push Notifications plugin See merge request wahlkampf-app/wk-frontend!342
-
control.alt.coop eG (Peter) authored
This seams to cause an warning from apple. To address this warning we deactivate it explicitly. relevant-links: - https://capacitorjs.com/docs/v2/apis/push-notifications#disabling-push-notifications-plugin
-
- Aug 26, 2021
-
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
`try` `catch` around an api call normally expect the http response encapsulated in the error as `response`, like: ```js try { apicall() } catch (e) { if (e.response.status === 400) { ... } } ``` Without this change it would be like: ```js try { [...] apicall() } catch (e) { if (e.status === 400) { ... } } ``` which would make it hard to distinguish between request/server/client errors.
-
control.alt.coop eG (Peter) authored
The `expiryDate()` function does not exist on all types of `authStores`. It jus exists on the `tokenAuthStore` and not on the `sessionAuthStore` This was producing an error that the `expiryDate()` function could not be found and so each request with an error response was creating an undefined error.
-
control.alt.coop eG (Peter) authored
Merge branch 'release/0.4.5' into 'main' See merge request wahlkampf-app/wk-frontend!340
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
Use different environment variables for iOS See merge request wahlkampf-app/wk-frontend!339
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
Display error message on bad token authentication CAC_FRONTEND-288 See merge request wahlkampf-app/wk-frontend!336
-
- Aug 25, 2021
-
-
control.alt.coop eG (Peter) authored
0.4.5 -> develop See merge request wahlkampf-app/wk-frontend!338
-
control.alt.coop eG (Peter) authored
0.4.5 -> main See merge request wahlkampf-app/wk-frontend!337
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
This reverts commit f1d57389.
-
ctrl.alt.coop authored
The app just uses https
-
Jonatan Zint authored
-
- Aug 24, 2021
-
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
Build only UI (skips creating Cordova/Capacitor/Electron executables) I think the flag will avoid the new env variable.
-
Jonatan Zint authored
Release/0.4.3 -> develop See merge request wahlkampf-app/wk-frontend!333
-
Jonatan Zint authored
0.4.3 > main See merge request wahlkampf-app/wk-frontend!332
-
control.alt.coop eG (Peter) authored
-
- Aug 23, 2021
-
-
control.alt.coop eG (Peter) authored
-
control.alt.coop eG (Peter) authored
0.4.2 -> main See merge request wahlkampf-app/wk-frontend!327
-