Tim Gröger
53f053a294
[api] add filter for get_users
2021-11-22 15:08:28 +01:00
Tim Gröger
cc29893e04
Merge remote-tracking branch 'origin/develop' into develop
2021-11-21 19:43:49 +01:00
Ferdinand Thiessen
42800a9d99
[deps] Update dependencies, node 12 is close to unmaintained
2021-11-21 15:31:02 +01:00
Ferdinand Thiessen
f4650ffdeb
[api] update dependencies + new release
2021-11-21 15:11:25 +01:00
Ferdinand Thiessen
1158525abb
[api] Add clone function to utils
2021-11-21 15:08:58 +01:00
Ferdinand Thiessen
04e3c57397
[clean] Replace unneeded computed with initialized ref
2021-11-21 11:19:08 +01:00
Tim Gröger
2fc411d51d
[UI] Show menu drawer if on desktop
2021-11-21 11:13:51 +01:00
Tim Gröger
6061b37887
[users] delete avatar
2021-11-20 22:59:51 +01:00
Tim Gröger
efde9a2ee7
[cleanup] remove logs
2021-11-19 23:12:30 +01:00
Tim Gröger
e96d15bc66
[chore] show menu drawer auto if on desktop
2021-11-19 23:10:56 +01:00
Tim Gröger
dad88ec766
[api][fix] fixed setting roles
2021-11-19 23:10:28 +01:00
Ferdinand Thiessen
3e091fd02b
[plugins] Fix bug where not all plugins are loaded
2021-11-19 14:06:29 +01:00
Ferdinand Thiessen
fca79c36ef
[api] Pass Date objects to IsoDateInput validators instead of string.
2021-11-16 23:57:57 +01:00
Ferdinand Thiessen
34fcdbdb7f
[deps] Match dependencies with API
2021-11-16 21:40:56 +01:00
Ferdinand Thiessen
d84796b09d
[api] Fix dependencies and release new version
2021-11-16 21:36:42 +01:00
Ferdinand Thiessen
62af4f5026
[cleaup] No need for computed if directly derefed
2021-11-16 14:23:18 +01:00
Tim Gröger
36d6fdfb94
[fix] return correct permissions
2021-11-16 11:20:11 +01:00
Ferdinand Thiessen
a30da50b1d
[deps] FIX require correct version of types package
2021-11-12 10:31:01 +01:00
Ferdinand Thiessen
53951daa25
[notification] Ignore notifications for missing plugins, identify plugins by ID rather then name.
2021-11-11 15:27:57 +01:00
Ferdinand Thiessen
59920e23a5
[cleanup] Minor style cleanup + use MDIv6
2021-11-11 15:26:57 +01:00
Ferdinand Thiessen
5952c9b7f2
[deps] Update dependencies, Quasar is now more stable
2021-11-11 11:53:11 +01:00
Ferdinand Thiessen
73f50e9f4f
[cleanup] Fix some warnings of the vue eslint plugin
2021-11-11 11:52:20 +01:00
Ferdinand Thiessen
dfb924bb3f
[API] Update dependencies, fix error checking
...
Typescript now defaults to unknown instead of any for Errors (catch).
Implemented helper function to check AxiosErros.
2021-11-11 11:35:11 +01:00
Ferdinand Thiessen
bc9dba1c7b
[cleanup] Fix some minor formatting
2021-11-11 11:11:06 +01:00
Ferdinand Thiessen
1132bfd129
[deps] Update to rc pinia and fix TypeScript version for ESLint
2021-08-30 14:21:53 +02:00
Ferdinand Thiessen
fe1fae10f5
[plugins]: Allow ordering menu links, fixes #10
2021-07-29 18:26:38 +02:00
Ferdinand Thiessen
1c36399ac0
chore(config): Enable HMR for plugins
2021-07-02 15:18:18 +02:00
Tim Gröger
a38954cf70
Merge branch 'develop' of flaschengeist.dev:Flaschengeist/flaschengeist-frontend into develop
2021-06-29 09:37:48 +02:00
Ferdinand Thiessen
35d8433e23
[chore] Quasar is out of beta! (And pinia out of alpha)
2021-06-26 17:27:31 +02:00
groegert
731cc20a06
[core] removed some prettier lines
...
fixes #9
2021-05-27 12:53:18 +02:00
groegert
c38032085f
[core] added computation in EssentialExpansionLink
...
fixes #9
2021-05-27 12:35:25 +02:00
Ferdinand Thiessen
22f47bd34e
[docs][core] Move devel docs to wiki, use correct api package
2021-05-26 18:49:36 +02:00
Tim Gröger
16fd9201ae
Merge pull request 'Seperated plugin and api types into subprojects' ( #2 ) from seperate_plugins into develop
...
Reviewed-on: #2
2021-05-26 12:12:44 +00:00
Ferdinand Thiessen
873fee3301
[docs] Updated readme on how to install plugins
2021-05-25 22:09:26 +02:00
Ferdinand Thiessen
1802081ad2
Merge branch 'develop' into seperate_plugins
2021-05-25 22:01:13 +02:00
Ferdinand Thiessen
631e78acb3
[core] minor cleanup
2021-05-25 21:55:22 +02:00
Ferdinand Thiessen
d422380adc
[core] Fixed menu link title generation
2021-05-25 21:54:49 +02:00
Ferdinand Thiessen
0c279289b2
[test] enable all plugins
2021-05-25 21:54:09 +02:00
Ferdinand Thiessen
979eab05af
[api] Fixed session loading
2021-05-25 21:52:26 +02:00
Ferdinand Thiessen
fd918f5bb7
[core] Added vendor (always) required plugins
2021-05-25 16:27:10 +02:00
Ferdinand Thiessen
068dbdcc7b
[docs] README section about plugin development
2021-05-25 16:26:41 +02:00
Ferdinand Thiessen
8c9db67b95
[core] Seperated all plugins from the main source tree
2021-05-25 16:13:15 +02:00
groegert
86bad83e53
[core] added computation when accessing promised store in EssentialExpansionLink
...
fixes #9
2021-05-25 12:46:54 +02:00
groegert
625ac55b0a
[core] prevent recursive logouts on htto-401
...
fixes #7
2021-05-24 19:30:28 +02:00
groegert
9940589d1a
[core] prevent recursive logouts on htto-401
...
fixes #7
2021-05-24 19:21:49 +02:00
groegert
f2b7f3a3b4
[core] call api.delete(`auth/${token}`) within a valid session
...
fixes: #7
2021-05-21 10:17:56 +02:00
Ferdinand Thiessen
f9c9f6efbe
[core] Seperated plugin and api types into subproject
2021-05-21 01:42:41 +02:00
Ferdinand Thiessen
0873b2da22
[core][plugin] Fixed compatibility with Pinia
...
* API BREAK! Menu link title now must be a string or a function return a string
* Pinia unwraps Refs so we had to get rid of the ComputedRef
* Use current typescript
2021-05-20 20:31:37 +02:00
groegert
734a3e51c9
[core] added some hints to ease the initial development setup
2021-05-20 16:27:40 +00:00
Ferdinand Thiessen
cf1a5cc922
[core][deps] Updated deps and fix typescript errors
2021-05-19 15:37:50 +02:00