Tim Gröger
ec5458bf7e
sort users (by lastname)
2024-10-08 13:23:43 +00:00
Tim Gröger
efc7c49a0b
update mdi version
2024-10-08 13:23:43 +00:00
Tim Gröger
b1e4879881
Merge pull request 'release v2.0.0' ( !4 ) from develop into master
...
Reviewed-on: #4
2024-01-18 15:15:06 +00:00
Tim Gröger
ee7e03ce28
update to version to 2.0.0
2024-01-16 19:52:45 +01:00
Tim Gröger
2928c241ad
fix prevention that click card when click on notification buttons
2024-01-16 19:36:49 +01:00
Tim Gröger
fe9ec96ce1
update behavior of left drawer
2024-01-16 14:37:38 +01:00
Tim Gröger
417689b725
update dependencies
...
for modify-source-webpack-plugin new operation function because of api-change
2023-06-14 12:10:33 +02:00
Tim Gröger
847e923265
update to v1.0.0-alpha.2
2023-05-15 23:58:54 +02:00
Tim Gröger
4cb0362bb7
fix capacitor
2023-05-15 23:57:56 +02:00
Tim Gröger
a46c41cb5b
better widget dashboard
2023-05-14 00:02:08 +02:00
Tim Gröger
3d55f2d2ae
fix hyphanation
2023-05-13 09:44:52 +02:00
Tim Gröger
3689da810c
add all plugins
2023-05-06 12:35:27 +02:00
Tim Gröger
e6d9054256
update dependencies
2023-05-06 11:51:24 +02:00
Tim Gröger
ab45bf3667
if capacitor only notification is used when backend is offline
2023-05-05 14:25:31 +02:00
Tim Gröger
857d07040b
update capacitor dependencies
2023-05-05 07:53:12 +02:00
groegert
e07df08822
eleminate permanent spinner on login
continuous-integration/woodpecker the build was successful
Details
2021-12-26 12:01:22 +01:00
Ferdinand Thiessen
ec28857af5
chore(deps): Update dependencies
continuous-integration/woodpecker the build was successful
Details
2021-12-23 03:21:33 +01:00
Ferdinand Thiessen
1c452e23fe
fix(api): Ensure everything is cleared on logout
2021-12-23 03:20:34 +01:00
Ferdinand Thiessen
195593ddc5
feat(ci): Added woodpecker CI
continuous-integration/woodpecker the build was successful
Details
2021-12-14 15:48:53 +01:00
Ferdinand Thiessen
2425e6cf2f
fix(boot): Fix navigation guards so users get redirected after logging in
2021-12-06 13:14:42 +01:00
Ferdinand Thiessen
a9edc12494
fix(api): Allow userid as parameter for avatarURL
2021-12-06 12:51:47 +01:00
Ferdinand Thiessen
1525de1469
chore(deps): Update dependencies
2021-12-06 00:41:13 +01:00
Ferdinand Thiessen
6a75d1bf51
chore(format): Fix formatting, enforce prettier style
2021-12-06 00:40:50 +01:00
Ferdinand Thiessen
f9f66e7172
chore(api): Update dependencies, cleanup, tag new version
...
No need for prettier stuff, it is done by flaschengeists package.json
2021-12-05 23:57:37 +01:00
Ferdinand Thiessen
e9c0086859
feat(api): Add component for displaying an users avatar with fallback image
2021-12-05 23:35:32 +01:00
Ferdinand Thiessen
b2c70a6657
feat(api): user store decides if data is outdated based on the last update rather then last local changes.
2021-12-05 20:57:57 +01:00
Ferdinand Thiessen
f27212f60e
feat(api): user store now handels deleted users.
...
`.users` now is a getter that filters out deleted users.
For all users, including deleted, use `_users` property (should not be needed as `getUser` will return the needed information as well).
2021-12-05 20:57:15 +01:00
Ferdinand Thiessen
9eb5412c14
fix(api): Session is required to load current user
2021-12-05 20:51:44 +01:00
Ferdinand Thiessen
8e552ba508
feat(app): Set lifetime to 14 days on capacitor.
...
Do not annoy users on capacitory apps with daily logging in again
2021-12-05 13:45:50 +01:00
Ferdinand Thiessen
49c3ec74ba
fix(api): Load current user in login function of mainStore
2021-12-05 13:45:50 +01:00
Ferdinand Thiessen
83f32ea82a
feat(api): Get current session
2021-12-05 13:30:44 +01:00
Ferdinand Thiessen
656d7a9e3c
feat(api): Add delete user function to user store
2021-12-02 21:32:43 +01:00
Ferdinand Thiessen
8fca175d39
chore(api) Tag a new api version
2021-11-29 18:18:00 +01:00
Ferdinand Thiessen
6c219c5226
feat(api) Added function to get the URL of an user avatar
2021-11-29 17:23:55 +01:00
Ferdinand Thiessen
cb43b8a39b
fix(core) Token should be added to headers instead of replacing them
2021-11-29 17:20:26 +01:00
Tim Gröger
acf1816b55
[core] logout on capicitor in drawer
2021-11-28 14:46:00 +01:00
Ferdinand Thiessen
02f60335d4
[api] tag new version
2021-11-27 02:47:14 +01:00
Ferdinand Thiessen
d9267bcc0a
[api] Save whole session in PersistantStore.
2021-11-27 02:44:40 +01:00
Ferdinand Thiessen
6732921ff7
[core] Improved backend setup on login page
2021-11-27 01:31:43 +01:00
Ferdinand Thiessen
7a705d5f9a
[core] Ensure everything is initialized in the correct order.
...
Make sure api is initialized before making any requests.
2021-11-27 01:18:58 +01:00
Ferdinand Thiessen
368ca23c56
General cleanup of unused code and small fixes
2021-11-27 00:49:12 +01:00
Tim Gröger
d82e025700
Merge branch 'capacitor' into develop
2021-11-26 22:14:51 +01:00
Tim Gröger
07e1966471
[capacitor] disable allowLinkPreview for ios
2021-11-26 22:13:35 +01:00
Ferdinand Thiessen
29c085bd2c
[core] Save baseURL into PersistentStorage
2021-11-26 20:55:45 +01:00
Ferdinand Thiessen
1b152b52f5
[core] Save session token in PersistentStorage.
2021-11-26 20:40:35 +01:00
Ferdinand Thiessen
6769e18ffa
[api] Add PersistentStorage
...
Wrapper for LocalStorage on browsers and Storage plugin on capacitor
2021-11-26 20:40:35 +01:00
Ferdinand Thiessen
88dd96c937
[app] Use capacitor instead of cordova
2021-11-26 20:40:26 +01:00
Ferdinand Thiessen
4887bc261b
[stores] Minor cleanup
2021-11-26 18:11:18 +01:00
Ferdinand Thiessen
d516839ad4
[utils] Add placeholder to datetime utils
2021-11-26 11:14:15 +01:00
Ferdinand Thiessen
c9df257bbf
[core] Fix minor linting error
2021-11-26 01:39:09 +01:00