16133 Commits

Author SHA1 Message Date
MateuszMichalowski
bc9140de80
fix(admin): stylelint fix (#3329)
* initial dependency update with initial setup

* initial dependency update with initial setup

* lock update

* Revert "initial dependency update with initial setup"

This reverts commit aa71afc3eca20042a1e13066bee1730a15606dd2.

* admin - moved to vite

* feat(admin): migration packages update (#3327)

* bump apollo package

* extend vue config

* create useCreationMonths composable

* WIP

* temporary

* install dependencies

* adjust configs

* rework footer component

* remove not needed spaces,

* rework overview page

* rework component

* rework user search page

* rework navbar

* navbar adjustments

* add depenedencies

* style adjustment in footer

* composable adjustments

* update node version

* rework search and pagination

* feat(admin) - disable unit tests for migration time

* feat(admin) - update eslint

* wip on search user

* rework creation formular component

* feat(admin) - update eslint babel

* feat(admin) - change stylelint version, fix eslint errors

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency, update node

* feat(admin) - update icons

---------

Co-authored-by: Mateusz Michałowski <mateusz.michalowski@monterail.com>

* feat(admin) - update stylelint

* feat(admin) - updated stylelint, removed unused host entry

---------

Co-authored-by: Kamila Lach <80581523+unnunhexium@users.noreply.github.com>
2024-07-24 11:52:14 +02:00
MateuszMichalowski
a87dca89dc
feat(admin): setup migration environment (#3328)
* initial dependency update with initial setup

* initial dependency update with initial setup

* lock update

* Revert "initial dependency update with initial setup"

This reverts commit aa71afc3eca20042a1e13066bee1730a15606dd2.

* admin - moved to vite

* feat(admin): migration packages update (#3327)

* bump apollo package

* extend vue config

* create useCreationMonths composable

* WIP

* temporary

* install dependencies

* adjust configs

* rework footer component

* remove not needed spaces,

* rework overview page

* rework component

* rework user search page

* rework navbar

* navbar adjustments

* add depenedencies

* style adjustment in footer

* composable adjustments

* update node version

* rework search and pagination

* feat(admin) - disable unit tests for migration time

* feat(admin) - update eslint

* wip on search user

* rework creation formular component

* feat(admin) - update eslint babel

* feat(admin) - change stylelint version, fix eslint errors

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency, update node

* feat(admin) - update icons

---------

Co-authored-by: Mateusz Michałowski <mateusz.michalowski@monterail.com>

---------

Co-authored-by: Kamila Lach <80581523+unnunhexium@users.noreply.github.com>
2024-07-24 10:49:33 +02:00
Mateusz Michałowski
b551495799 layout update test push 2024-07-11 09:57:40 +02:00
Mateusz Michałowski
885c0c0d96 test push 2024-07-11 08:20:27 +02:00
einhornimmond
54c1bd4cdc
Merge pull request #3323 from gradido/admin_add_location_alongside_gms_api_key
feat(admin):  geo-coordinates for community
2024-06-28 08:15:22 +02:00
einhornimmond
8484dc6073 update test 2024-06-27 15:18:25 +02:00
einhornimmond
b6d8be7beb Merge branch 'master' into admin_add_location_alongside_gms_api_key 2024-06-27 15:08:34 +02:00
einhornimmond
aadd00f175 change from using geojson object fullstack to use Location model in admin frontend 2024-06-27 14:54:48 +02:00
einhornimmond
1cb1dda690
Merge pull request #3324 from gradido/speedup_transactionList
feat(backend): speedup listTransactions
2024-06-25 17:01:19 +02:00
einhornimmond
70f8b6d18b update tests 2024-06-24 15:18:57 +02:00
einhornimmond
f4d0d8cf7c fix locales 2024-06-24 12:42:36 +02:00
einhornimmond
5f1bd0faae fix lint 2024-06-24 12:38:33 +02:00
einhornimmond
1b4550b658 valid point only with two coordinates 2024-06-24 12:32:59 +02:00
einhornimmond
c2417f5ce9 Merge branch 'admin_add_location_alongside_gms_api_key' of github.com:gradido/gradido into admin_add_location_alongside_gms_api_key 2024-06-24 12:19:13 +02:00
einhornimmond
e1edec5678 change Point to nullable and validate return only true if two coordinates exist 2024-06-24 12:18:36 +02:00
einhornimmond
dc22da004d
Merge branch 'master' into admin_add_location_alongside_gms_api_key 2024-06-24 10:54:20 +02:00
einhornimmond
d6f58ef7d9 refactor a bit to remove strange behavior 2024-06-24 09:01:08 +02:00
einhornimmond
2e26ca4cd7 lint 2024-06-19 13:18:00 +02:00
einhornimmond
1cefe2df8e add migration for transactions.user_id index 2024-06-19 12:41:20 +02:00
einhornimmond
14300dc9b6 remove profiling logger messages 2024-06-19 12:36:16 +02:00
einhornimmond
1df250620b lint, fix 2024-06-19 12:13:18 +02:00
einhornimmond
d64ceedd04 let fetching gdt sum running parallel 2024-06-19 11:46:22 +02:00
einhornimmond
7f97ff6cf8 remove unnecessary join which slow down getLastTransaction call 2024-06-19 11:39:37 +02:00
einhornimmond
4f480faf75 lint, add and use BalanceLoggingView in BalanceResolver.balance 2024-06-19 11:27:46 +02:00
einhornimmond
91435656e0 add decayLoggingView use in balanceResolver.balance to compress log output 2024-06-19 11:16:56 +02:00
einhornimmond
43b0ac4511 move timing log messages from debug to info 2024-06-19 11:05:45 +02:00
einhornimmond
b3fab60970 implement coordinates for community 2024-06-18 17:05:59 +02:00
einhornimmond
befedf9cff
Merge pull request #3322 from gradido/bugfix_error_on_send_link
fix(frontend): link forwarding after using send with url parameters
2024-06-18 10:34:43 +02:00
einhornimmond
5008a60225 fix test 2024-06-17 11:53:58 +02:00
einhornimmond
337be6e00b fix link forwarding after using send with url parameters 2024-06-17 11:47:14 +02:00
einhornimmond
ab393f3428
Merge pull request #3321 from gradido/release-2_3_1-beta
chore(release): v2.3.1 beta
2024-06-11 11:34:43 +02:00
einhornimmond
dbea2888be release 2024-06-10 18:45:10 +02:00
einhornimmond
42210d2752
Merge pull request #3319 from gradido/static_humhub_auto_login_link
feat(frontend): more compatible humhub auto-login link
2024-06-05 08:47:40 +02:00
einhornimmond
b0cceed727
Merge branch 'master' into static_humhub_auto_login_link 2024-06-05 08:23:32 +02:00
einhornimmond
b579a2114a
Merge pull request #3320 from gradido/fix_contribution_test
fix(backend): fix test which will only fail at 31. of month, or 30.05
2024-06-05 08:22:42 +02:00
einhornimmond
9b06d9754c
Merge branch 'master' into fix_contribution_test 2024-06-04 18:45:22 +02:00
einhornimmond
f3e3e3825b
Merge branch 'master' into static_humhub_auto_login_link 2024-06-04 18:45:04 +02:00
einhornimmond
4f98e3d4fe
Merge pull request #3318 from gradido/remove_logout_toast
feat(frontend): remove automatically logged out message
2024-06-04 18:34:11 +02:00
einhornimmond
44dd0f28ea correct comment 2024-06-04 13:27:40 +02:00
einhornimmond
fc137c09b3 add additional tests for edge cases 2024-06-04 13:25:18 +02:00
einhornimmond
9f6da6f5a1 Merge remote-tracking branch 'origin/fix_contribution_test' into static_humhub_auto_login_link 2024-05-31 19:00:28 +02:00
einhornimmond
baca224a2a fix test which will only fail at 31. of month, or 30.05 2024-05-31 18:49:41 +02:00
einhornimmond
f36eb85411 add test for circles 2024-05-31 16:50:14 +02:00
einhornimmond
af24b0ef05 gradido_address link always gradido_id, static auto login humhub link 2024-05-30 16:47:58 +02:00
einhornimmond
04a5362051 remove automatically logged out message 2024-05-30 15:23:44 +02:00
einhornimmond
39d4264422
Merge pull request #3316 from gradido/release-2_3_0-beta
chore(release): v2.3.0 beta
2024-05-20 14:22:22 +02:00
einhornimmond
41d6e8215c beta releae 2024-05-15 13:20:51 +02:00
einhornimmond
71e73134b3
Merge pull request #3314 from gradido/fix_services
feat(frontend): conditional services menu entries
2024-05-13 20:55:16 +02:00
einhornimmond
a20a55cc8d fix 2024-05-13 18:31:27 +02:00
einhornimmond
066e817c51 fix 2024-05-13 14:58:23 +02:00