ralf
|
e72c2e492a
|
* Admin: allow to mark users as hidden, to show them only to admins e.g. to hide functional users from regular users
|
2024-11-05 17:40:50 +01:00 |
|
ralf
|
3fbd2dcdc8
|
fix not working changing password for account in SQL
|
2023-02-21 14:34:36 +01:00 |
|
nathan
|
0ad1934afc
|
Show "EPL Only" for quota in edit account & group dialogs
|
2022-12-19 13:26:22 -07:00 |
|
nathan
|
ad3a2472e8
|
Admin: Remove refresh, push will handle it
|
2022-11-14 13:17:04 -07:00 |
|
ralf
|
e5a6f195dc
|
fix delete-account did not show 0 entries for InfoLog, also give a total per InfoLog type
|
2022-03-15 10:50:57 +02:00 |
|
nathangray
|
3173cbb103
|
Admin: Exclude some apps from transfer list, even though they support the needed hook
|
2021-05-18 09:19:59 -06:00 |
|
nathangray
|
b32727df9b
|
Admin: Fix delete multiple user accounts did not display app options
|
2021-05-17 08:50:33 -06:00 |
|
nathangray
|
6d3ee808d6
|
Admin: Fix delete user account did not display existing records
|
2021-05-14 10:33:28 -06:00 |
|
Ralf Becker
|
58d57b99f3
|
Fix not working delete of single accounts from admin
|
2021-04-07 14:35:37 +02:00 |
|
Ralf Becker
|
f5b1e5a096
|
modernize config validation hooks a bit to allow to use static methods of namespaced classes
|
2021-02-26 12:16:00 +02:00 |
|
nathangray
|
8b86b2cf05
|
Fix lingering cache after deleting multiple accounts
|
2021-02-22 08:53:08 -07:00 |
|
nathangray
|
4b6551c5a3
|
- Fix missing quote when updating shares with VFS changes
- Fix user delete entry search for single user
|
2021-02-16 11:53:32 -07:00 |
|
nathangray
|
e89fe55882
|
Admin: Fix errors when deleting accounts
- Fix error when deleting a single account
- Fix account cache did not get cleared, so they came back
- Defer actual delete until after response
|
2021-02-11 15:07:04 -07:00 |
|
nathangray
|
1e15a6efc7
|
* Admin: Allow deleting multiple accounts at once
|
2021-02-09 16:53:51 -07:00 |
|
nathangray
|
5246e34638
|
Admin: Reset created / modified when copying account
|
2020-11-23 09:32:00 -07:00 |
|
nathangray
|
55c90c880c
|
* Api: Fix missing translation when deleting an account
|
2020-04-07 12:01:59 -06:00 |
|
nathangray
|
8590939709
|
* Admin: Add copy account action
|
2020-03-02 16:00:58 -07:00 |
|
Ralf Becker
|
d95894d530
|
use etemplate-exec-id as CSRF token for ajax requests
|
2020-01-29 11:08:44 +01:00 |
|
nathangray
|
8b503dbae3
|
Admin: change delete user filemanager hook to move home dir, but only search /home for other files
- Translation from Birgit
|
2019-11-19 10:19:04 -07:00 |
|
nathangray
|
a39d257eac
|
Admin: change delete user home directory back to special case, getting actual file count takes way too long.
|
2019-11-18 14:02:38 -07:00 |
|
nathangray
|
d8faef3503
|
Admin: Extend Vfs::deleteAccount hook to all the files it can find, not just home dir.
|
2019-11-07 13:46:14 -07:00 |
|
nathangray
|
1eda093753
|
* Admin: Add filemanager (home directory) as an option to move to new user when deleting an account
|
2019-11-06 09:49:51 -07:00 |
|
Ralf Becker
|
9e1b9f041d
|
* CE-Groups: fix error deleting groups
|
2019-09-26 22:31:52 +02:00 |
|
nathangray
|
f160c697e4
|
Admin - When deleting a user, separately list apps that cannot handle it through hook
|
2019-07-22 15:11:09 -06:00 |
|
nathangray
|
aefa8258a1
|
Admin - Ask which apps to transfer (others are discarded) when deleting account
|
2019-07-19 14:31:27 -06:00 |
|
nathangray
|
e08247d60a
|
Admin - show a count of how many entries a user owns in delete dialog
|
2019-06-19 10:34:09 -06:00 |
|
nathangray
|
ffa1102687
|
Change delete group handler to accept documentation data
|
2019-05-28 09:59:55 -06:00 |
|
Ralf Becker
|
6ba3dbbd33
|
fix unable to (re-)activate account
|
2019-03-14 15:14:25 +01:00 |
|
Ralf Becker
|
fd519b3c39
|
disable omitting of unchanged fields for non SQL account backends
as existing backend code then tries to remove the value, which fails with an error from LDAP server, as eg. last name is required
|
2019-01-30 17:28:42 +01:00 |
|
nathangray
|
924d03e7e0
|
Check that account passwords are the same, and fail if they aren't
|
2018-11-13 15:57:20 -07:00 |
|
nathangray
|
75e1a8bb3f
|
Cast extra to array to avoid error if documentation tab is not there
|
2018-09-06 10:42:33 -06:00 |
|
Ralf Becker
|
3161444d09
|
fix group memberships got lost editing primary-group of an account
|
2018-09-06 15:23:32 +02:00 |
|
Ralf Becker
|
a4b4bae571
|
fix creation of new accounts failed
|
2018-09-05 17:17:59 +02:00 |
|
Ralf Becker
|
c93719bc02
|
allow to document group deletion
|
2018-08-23 15:25:49 +02:00 |
|
Ralf Becker
|
51166dc338
|
allow to document account deletion
|
2018-08-23 12:11:33 +02:00 |
|
Ralf Becker
|
e53482289a
|
fix not displayed requrested and comment
|
2018-08-03 15:38:34 +02:00 |
|
Ralf Becker
|
7e4c23ca56
|
fix not being able to change memberships (array_diff_assoc compares everything as string)
|
2018-08-03 12:41:53 +02:00 |
|
Ralf Becker
|
7f662f8f70
|
fix edit user to log old values and only run if there is any change
|
2018-08-03 11:56:34 +02:00 |
|
Ralf Becker
|
250b56589c
|
WIP allow to document admin actions, if EPL policy app is installed
|
2018-08-02 11:43:56 +02:00 |
|
Ralf Becker
|
9b1cce9fcf
|
warn if admin tries to rename user anonymous, as it breaks file sharing and Collabora
|
2018-01-22 12:42:09 +01:00 |
|
Ralf Becker
|
f987caa5c2
|
* Admin: warn admin if passwords for new accounts / password reset lack in strength
|
2016-08-12 13:47:01 +02:00 |
|
Ralf Becker
|
d542785914
|
fix typo in 2. password
|
2016-04-29 11:45:01 +00:00 |
|
Ralf Becker
|
01c396e5d3
|
using new api for admin, though 3 classes still use old etemplate
|
2016-04-27 19:12:20 +00:00 |
|
Ralf Becker
|
8b53703b40
|
fix an old class-name accounts_ldap
|
2016-03-08 08:26:14 +00:00 |
|
Ralf Becker
|
0261dd0b82
|
server-side adds now urls for extra tabs incl. cache-buster, so we dont rely on app-code to add it
|
2016-02-03 15:20:50 +00:00 |
|
Ralf Becker
|
56c5db4fbc
|
visualize not existing ability to unset "must change password on next login", by making it readonly
|
2015-07-01 14:58:07 +00:00 |
|
Ralf Becker
|
dd6ddebb80
|
delete user by account_id, not account_lid, as there might be a group with same name
|
2014-10-29 16:03:22 +00:00 |
|
Ralf Becker
|
1df5500d28
|
* Admin/LDAP: LDAP extra attributes homedirector and loginshell were not stored (home set to /dev/null)
|
2014-10-21 08:58:08 +00:00 |
|
Ralf Becker
|
e2d6d75607
|
fix async jobs with scalar data (strings, int) got quoted over and over again
|
2014-10-17 13:51:28 +00:00 |
|
Ralf Becker
|
fa11f01258
|
* Admin/LDAP: show LDAP extra attributes shell/homedir, if enabled in setup
|
2014-10-14 08:52:11 +00:00 |
|