Commit Graph

1844 Commits

Author SHA1 Message Date
Ralf Becker
df39e04e95 * Admin: fix fatal error in admin >> bulk password reset 2014-11-20 13:54:03 +00:00
Ralf Becker
cc049e25d0 sessions with status blocked or wrong password could not be deleted from access log (to unblock an account) 2014-11-10 16:49:39 +00:00
Ralf Becker
d0a6e91984 not show apps and context-menu entries for apps not available to user, hooks->single() did not check apps for new method-hooks 2014-10-30 15:16:10 +00:00
Ralf Becker
eae15c06fd delete user by account_id, not account_lid, as there might be a group with same name 2014-10-29 16:03:42 +00:00
Nathan Gray
c09c7b0c2e Add missing template file.
Fixes fatal error exporting users.
2014-10-28 20:38:37 +00:00
Nathan Gray
83fd536408 Add missing template file.
Fixes fatal error exporting users.
2014-10-28 20:37:15 +00:00
Nathan Gray
629c66d00e Use egw_customfields::update() instead of so->save(), since it handles the arrays and cache already. 2014-10-27 16:31:24 +00:00
Nathan Gray
bcbf679f64 More custom field UI work
- Application sub-type options
- Tracker & Infolog now use common UI
2014-10-23 17:33:03 +00:00
Nathan Gray
2f53633dca * Switch to nextmatch and edit dialog for customfield list 2014-10-22 19:55:27 +00:00
Ralf Becker
e0cf512f85 * Admin: if group was selected only active accounts were shown and show primary group in LDAP 2014-10-22 17:10:41 +00:00
Ralf Becker
bc864c4103 * Admin: if group was selected only active accounts were shown and show primary group in LDAP 2014-10-22 17:10:12 +00:00
Ralf Becker
8da3e37e73 * Admin/LDAP: LDAP extra attributes homedirector and loginshell were not stored (home set to /dev/null) 2014-10-21 08:58:37 +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
3f1721e904 add message to submit or postpone statistic first 2014-10-17 13:50:03 +00:00
Ralf Becker
f14d3b4c8b add message to submit or postpone statistic first 2014-10-17 13:49:42 +00:00
Ralf Becker
8a2a263f70 * Admin/LDAP: show LDAP extra attributes shell/homedir, if enabled in setup 2014-10-14 08:52:45 +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
Ralf Becker
4e89ed6520 allow to set $query[session_list]="active" to filter out sync sessions 2014-10-09 07:45:59 +00:00
Nathan Gray
ec2f474b16 If user changes the account or location, this changes the ACL ID. Remove the previous ID if it is an edit. 2014-10-07 23:21:58 +00:00
Nathan Gray
cdae84a3ba If user changes the account or location, this changes the ACL ID. Remove the previous ID if it is an edit. 2014-10-07 23:20:33 +00:00
Ralf Becker
00725d776c * Addressbook/Tracker/other apps: custom-fields were not saved (existing custom-fields and InfoLog worked) 2014-10-02 09:28:02 +00:00
Hadi Nategh
041f06c855 Adjust default width for categories nm columns 2014-09-26 11:27:32 +00:00
Ralf Becker
98b0578314 fixed not working refresh of user category list called via top-menu after adding/editing a category 2014-09-25 16:03:53 +00:00
Ralf Becker
3093cb6b85 fixed not working refresh of user category list called via top-menu after adding/editing a category 2014-09-25 16:03:28 +00:00
Hadi Nategh
e2fd522aee Adjust default width for categories nm columns 2014-09-25 12:31:52 +00:00
Ralf Becker
341e96fceb * Admin/PostgreSQL: adding new accounts failed
because they were added with account_id=0, which is stored literaly in postgres but created a new auto-id in mysql, unsetting it works of cause for both
2014-09-24 06:56:03 +00:00
Ralf Becker
1465d5065b * Admin/PostgreSQL: adding new accounts failed
because they were added with account_id=0, which is stored literaly in postgres but created a new auto-id in mysql, unsetting it works of cause for both
2014-09-24 06:55:44 +00:00
Hadi Nategh
4963e7c968 Change redirect after save/cancel custom fields, fixes unwanted iframe after save 2014-09-23 09:02:18 +00:00
Nathan Gray
06dd8b2adb Fix a few more redirects resulting in unwanted iframes. 2014-09-22 16:23:02 +00:00
Nathan Gray
76a76beb69 Fix a few more redirects resulting in unwanted iframes. 2014-09-22 15:25:23 +00:00
Ralf Becker
b02c771f4a pending updates from our translation server 2014-09-22 11:59:05 +00:00
Ralf Becker
2e8a353f3e pending translations from our translation server 2014-09-22 11:57:15 +00:00
Nathan Gray
b0907096bf UI improvements to Access dialog for non-admin users 2014-09-19 16:40:18 +00:00
Nathan Gray
3cb9049199 Make account selection read only for non-admins 2014-09-19 16:31:57 +00:00
Klaus Leithoff
0ea2d1ac7f pending translations from our translation server: thanks to all contributors 2014-09-19 08:31:38 +00:00
Klaus Leithoff
9555780834 pending translations from our translation server 2014-09-19 08:26:55 +00:00
Nathan Gray
9743c19318 Change redirect after save/cancel custom fields, fixes unwanted iframe after save 2014-09-18 18:45:46 +00:00
Nathan Gray
2ab51680be Fix access UI to take user's permissions into account, and not let them try to edit run rights 2014-09-18 15:01:08 +00:00
Ralf Becker
e7048d93db * Preferences: non-admin user was able to give himself run-rights to any app incl. admin 2014-09-18 13:54:09 +00:00
Ralf Becker
d0ac7525b6 * Preferences: non-admin user was able to give himself run-rights to any app incl. admin 2014-09-18 13:53:34 +00:00
Ralf Becker
b58d33ffe7 home-directory and login-shell dont need password fields 2014-09-06 09:57:25 +00:00
Ralf Becker
bb569e6db8 home-directory and login-shell dont need password fields 2014-09-06 09:56:51 +00:00
Ralf Becker
185133abe4 fixed check for extra ldap attributes to take into account current account-repository, to not show them for migrated instances 2014-09-05 12:23:53 +00:00
Ralf Becker
3dc11e4037 fixed check for extra ldap attributes to take into account current account-repository, to not show them for migrated instances 2014-09-05 12:23:36 +00:00
Ralf Becker
aca5c7948e * Spellchecker: marking "browser based" (default for new installs) and "No" as safer and fixing CSP policy for web-spell-checker 2014-09-04 09:59:17 +00:00
Ralf Becker
20179f1767 * Spellchecker: marking "browser based" (default for new installs) and "No" as safer and fixing CSP policy for web-spell-checker 2014-09-04 09:58:48 +00:00
Ralf Becker
5661201ee1 only generate default email address for new accounts, allows to set empty email address for existing accounts or by emptying it before save for new accounts 2014-09-04 07:41:58 +00:00
Ralf Becker
0d63cbbd93 only generate default email address for new accounts, allows to set empty email address for existing accounts or by emptying it before save for new accounts 2014-09-04 07:41:30 +00:00
Ralf Becker
203f24a282 set column width 2014-08-26 16:57:31 +00:00