Ferdinand Thiessen
a30da50b1d
[deps] FIX require correct version of types package
2021-11-12 10:31:01 +01:00
Ferdinand Thiessen
5952c9b7f2
[deps] Update dependencies, Quasar is now more stable
2021-11-11 11:53:11 +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
Ferdinand Thiessen
35d8433e23
[chore] Quasar is out of beta! (And pinia out of alpha)
2021-06-26 17:27:31 +02:00
Ferdinand Thiessen
22f47bd34e
[docs][core] Move devel docs to wiki, use correct api package
2021-05-26 18:49:36 +02:00
Ferdinand Thiessen
0c279289b2
[test] enable all plugins
2021-05-25 21:54:09 +02:00
Ferdinand Thiessen
fd918f5bb7
[core] Added vendor (always) required plugins
2021-05-25 16:27:10 +02:00
Ferdinand Thiessen
8c9db67b95
[core] Seperated all plugins from the main source tree
2021-05-25 16:13:15 +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
Ferdinand Thiessen
cf1a5cc922
[core][deps] Updated deps and fix typescript errors
2021-05-19 15:37:50 +02:00
Ferdinand Thiessen
6e503ed38f
[deps] Upgrade dependencies for webpack 5
2021-04-28 15:28:05 +02:00
Ferdinand Thiessen
4cbff6b077
[deps]: Update quasar, now uses webpack5 (Node14+ support!)
2021-04-27 15:16:58 +02:00
Ferdinand Thiessen
2b42dad617
[deps] Updated dependencies, dropped calendar submodule in favor of alpha release
2021-04-22 23:16:00 +02:00
Tim Gröger
18d0098bb3
[pricelist][ #6 ] draggable change of order of pricelist columns
2021-04-17 18:26:21 +02:00
Tim Gröger
2a11964c4b
[pricelist][electron] add electron
2021-04-17 12:36:19 +02:00
Ferdinand Thiessen
4e340e5bea
[core] Updates dependencies
2021-04-06 16:04:17 +02:00
Ferdinand Thiessen
7fb689b31f
[core] Added license and fixed links in package.json
2021-04-02 04:41:49 +02:00
Ferdinand Thiessen
927a5214b1
[deps] Update dependencies
2021-04-01 20:54:32 +02:00
Ferdinand Thiessen
718c6eaf9d
[deps] Upgrade quasar deps
2021-03-28 03:08:32 +02:00
Ferdinand Thiessen
84fe321ecc
[deps] Drop unneeded dependencies
2021-03-21 16:26:40 +01:00
Tim Gröger
73a5de021d
[pricelist][break] some cleanup code. update not work
2021-03-20 14:59:55 +01:00
Ferdinand Thiessen
51fcc6f9be
[Vue3][pinia] Make pricelist compile with vue3, needs more work!
2021-03-19 16:33:27 +01:00
Ferdinand Thiessen
dbcd1b2c5f
Fixed dependencies, calendar and submodule
2021-03-19 15:53:25 +01:00
Ferdinand Thiessen
4b198b6472
[pinia] Added Pinia, replaced vuex on user and session
2021-03-19 15:42:10 +01:00
Ferdinand Thiessen
62aa627f0c
Update Quasar deps
2021-03-19 15:34:46 +01:00
Ferdinand Thiessen
e4394db93b
Testing with custom quasar calendar
2021-03-19 15:33:31 +01:00
Ferdinand Thiessen
78427aa5d2
[quasar2] Updated depencies to fix TS Error.
...
* Fixed some merge issues
* Fixed minor issues
* Fixed some warnings
2021-03-19 15:32:22 +01:00
Ferdinand Thiessen
cb68f9ff7e
[Vue3][Quasar2] Update dependencies
...
* Update quasar to beta version
2021-03-19 15:27:49 +01:00
Ferdinand Thiessen
68fa8fa1a8
[Vue3] Fixed some more error and merge issues
2021-03-19 15:25:22 +01:00
Ferdinand Thiessen
6be07b1001
[Vue3] Fixed Components with components options definied. Fixed config files.
2021-03-19 15:19:52 +01:00
Ferdinand Thiessen
ba0696c3c0
Bundled prettier config in package.json
2021-03-19 15:19:52 +01:00
Ferdinand Thiessen
6e50a510eb
[Vue3] More fixes in setup and MainUserSettings
2021-03-19 15:19:52 +01:00
Ferdinand Thiessen
074fae4da3
[Vue3][Quasar2] Switch to new framework versions
2021-03-19 15:06:58 +01:00
Tim Gröger
b141c2e5c4
[pricelist] sorting
2021-03-18 21:10:54 +01:00
Tim Gröger
724ae66dd7
[Pricelist] break no backend new view
2021-03-14 20:37:41 +01:00
Dominik
0a2be0e5ff
Merge branch 'next' of groeger-clan.duckdns.org:newgeruecht-vue into next
2021-01-30 01:30:35 +01:00
Dominik
e2b4550411
added quasar calendar
2021-01-30 01:30:29 +01:00
Tim Gröger
797f7dd67a
add server settings for cordova
2021-01-29 11:51:56 +01:00
Ferdinand Thiessen
17e203b5c9
Revert usage of flatRoutes, use an empty parent component instead
2020-11-24 18:35:37 +01:00
Ferdinand Thiessen
c05fc5d877
Use yarn and updated dependencies
...
* Default to use yarn instead of npm
* Fixed eslintignore (do not lint hidden files)
* Replaced deprecated eslint-loader with eslint-webpack-plugin
* Use current eslint (v7) and upgraded vue plugin
* Set node to 12, as 11 is not supported anymore (12 is the LTS version)
* TODO: Drop package-lock.json as soon as we do not use npm anymore
2020-11-24 17:34:12 +01:00
Ferdinand Thiessen
1471f1a660
Limit avatar size and cleanup dependencies
...
* Limit avatar size to 200 KiB (really no body needs 4K resolution avatars
* Dropped cryptojs dependency as we do not use gravatar anymore
2020-11-16 13:36:55 +01:00
Ferdinand Thiessen
e26dc6c3a9
Update current API description, added dateTime filter alias.
...
* Build only for iOS since 12.1 (IPhone 5s+) so babel uses more recent ECMAScript and filesizes get reduced
2020-11-11 23:53:44 +01:00
Ferdinand Thiessen
cfc46dddd3
Added Dashboard as start page
...
* Plugins can register widgets on the dashboard
* Added dummy widget for schedule and user ("greeting")
* Added simple widget for balance
2020-11-10 01:33:55 +01:00
Ferdinand Thiessen
b479e3ad48
Some work on login process
...
* Forward already autheticated users
* If not auteticated forward back to login
* Clear current user if no valid session
2020-11-09 03:40:51 +01:00
Ferdinand Thiessen
1d598b5787
Update dependencies
2020-11-06 01:09:03 +01:00
Tim Gröger
dddafef3a1
Fixed Error und Warnings
2020-10-13 11:27:27 +02:00
Tim Gröger
6d56d5847f
Einfaches Plugin-Loading
...
Lädt alle Plugins aus dem Ordner src/plugins.
Bis jetzt werden nur die Routes hinzugefügt!
Es wird noch nicht mit dem Store gearbeitet.
2020-10-12 23:49:05 +02:00