25 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
mahula
8a505bb1ba fix linting 2023-03-31 11:16:58 +02:00
mahula
01afe6a068
update admin/src/components/DeletedUserFormular.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
2023-03-31 10:32:45 +02:00
mahula
2f67f0634c
update admin/src/components/DeletedUserFormular.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
2023-03-31 10:27:49 +02:00
mahula
d685a01742 remove check data from delete user formular 2023-03-30 17:34:00 +02:00
mahula
17f7e8adf0 use msgBoxConfirm for user deletion modal 2023-03-28 18:10:27 +02:00
mahula
6d18fce4e8 remove toggle and add confirm modal to user (un)deletion in admin interface 2023-03-23 15:41:13 +01:00
mahula
3d220a99f5 remove success toast from deleted user form 2022-12-16 16:38:48 +01:00
Wolfgang Huß
96c168c854 Add 'ChangeUserRoleFormular.vue' to 'SearchUserTable' 2022-06-08 10:49:23 +02:00
Moriz Wahl
f7015ea11f move success toast after user delete/recover in UserSearch page 2022-03-03 20:01:57 +01:00
Moriz Wahl
bb4a237f18 bv toast in deleted user formular 2022-03-03 12:29:01 +01:00
Moriz Wahl
980d3cf96a test delete user component 2022-02-23 17:24:24 +01:00
ogerly
15b2bc30f7 add DeletedUserFormular.spec.js for tests 2022-02-23 14:12:10 +01:00
ogerly
08a7e2d00b Duplicate entry 'delete user' removed 2022-02-23 11:14:51 +01:00
ogerly
4d04731569 Code review by moriz, changes made 2022-02-23 10:12:31 +01:00
Alexander Friedland
c9cf12ae8b
Update admin/src/components/DeletedUserFormular.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-23 09:22:37 +01:00
ogerly
9cbaaa7302 Dynamic switching when user is deleted or restored 2022-02-22 20:00:51 +01:00
ogerly
3b656898e1 add isDeleted in backend, delete and undelete is activ by return 2022-02-22 14:45:43 +01:00
ogerly
539752b7ec
all admin functions disabled for a deleted user. creation not possible for deleted users. viewing of creations not possible. sending email not possible. 2022-02-22 12:18:07 +01:00
ogerly
f23b9431e8
add avatar icon for deleted user, all other icons are hidden 2022-02-22 12:18:07 +01:00
ogerly
d7b3e94343
change icon managment in adminarea nutzersuche 2022-02-22 12:18:07 +01:00
ogerly
9f4762647b
add deletedUser and unDeleteUser function in admin frontend 2022-02-22 12:18:06 +01:00
ogerly
3bd9e66079 add in backend deletedAt in UserAdmin.ts and AdminResolver.ts and in AdminFrontend add deletedAt in searchUser.js 2022-02-18 12:06:18 +01:00
ogerly
40bcc3ff8c prepared the deletion of a user in the admin area. 2022-02-17 20:17:16 +01:00