-
- Since Grav v1.7.0 has a built-in interface for managing users and groups, it's time to say goodbye! Thanks for using my plugin!
-
- It's now possible to do simple searches rather than advanced searches in the user and group manager. (#69)
-
- German translation (Thanks: https://github.com/Markus00000 PR #73)
- Event hook for user removal: AAUM_onUserRemove
- Event hook for group removal: AAUM_OnGroupRemove
-
- Full name column is now shown in the User Manager list display (#77)
-
- Fixed an issue when Grav pages folder is mounted on docker causing the plugin to malfunction (#75)
-
- Chinese translation (Thanks: https://github.com/dallaslu PR #68)
-
- Replace deprecated User::load (#66)
- Updated dependencies
- Better compatibility with v1.7
-
- Brazilian Portuguese translation (Thanks: https://github.com/diegomagikal PR #61)
- Added "Enabled" toggle to user editor
-
- Fixed avatar upload
-
- French translation (Thanks: https://github.com/Miaourt PR #58)
-
- Fixed a problem with saving groups (#59)
-
- Serbian translation (Thanks: https://github.com/tomaja-linuxo PR #47)
- Russian translation (Thanks: https://github.com/Lufog-git PR #50)
- Ukrainian translation (Thanks: https://github.com/Lufog-git PR #51)
-
- Fixed some non-translatable strings (Thanks: https://github.com/Lufog-git PR #52)
-
- Validate user object on save
-
- Fixed unset user permissions being pushed into the access array with an empty string value. Causing inherited permissions to be overwritten. (#38)
-
- Norwegian translation (Thanks: https://github.com/achwell PR #37)
-
- Czech translation (Thanks: https://github.com/07pepa Issue #29)
- Spanish translation (Thanks: https://github.com/filisko PR #31)
-
- Fixed user editor using wrong task when saving, which caused save error when you didn't have 'admin.super'. (#34)
- Added a temporary fix for user editor's permission area. The toggles moved below the permission's name at a specific width. (#22)
- Minor bugfixes
-
- Fixed wrong redirection after deleting an user (#28)
- Added missing translation for user delete confirmation
-
- 'Login As' button
-
- Fixed being redirected to the deleted user, now redirects to the user manager
- The delete button now shows up when editing the user
- Avatar upload now works
-
- Fixed 'Memory leak when using non-ascii character (?) to create group' (#26)
- Fixed being redirected to the deleted group, now redirects to the group manager
-
- Using custom blueprint for user editing (#23)
- Using custom request handler for saving user data (#23)
-
- Fixed removing of user from group not working. (#16, #17 Moonlight63 https://github.com/Moonlight63)
-
- Users count are now shown at group manager
- Users now can be added and/or removed from the group you are currently editing
-
- Users to be shown per page is now configurable
- Default list style is now configurable
-
- Refactored code a bit
-
- Performance is improved when admin cache is disabled
-
- Fixed plugin not working when admin cache is disabled
-
- Redirects to last URL after user delete
- Prevents cache refresh after user delete (performance improvement)
-
- Params are now validated