Nathan Gray
a9cd9ed96d
Restore 'All categories' for preferences
2011-06-22 19:59:22 +00:00
Nathan Gray
a7bccd968c
Admins can't edit global categories if they're not in Admin app
2011-06-22 19:54:41 +00:00
Nathan Gray
e4737a38a5
Fix child rows displayed multiple times
2011-06-22 19:40:35 +00:00
Nathan Gray
5424423f49
- Use separate session storage for each app
...
- Disable filter for Admin -> Global categories, there can't be personal categories there
2011-06-22 19:23:31 +00:00
Nathan Gray
1a7f460628
If admin edits a (private) category, it will now become public
2011-06-22 19:03:21 +00:00
Nathan Gray
bef50c4dbc
- Fix re-setting filter - set private to readonly if not in admin section, and user is not category owner
2011-06-22 19:01:00 +00:00
Nathan Gray
d9b12fd8ab
Make sure default filter is always properly set
2011-06-21 21:30:26 +00:00
Nathan Gray
a555588dbe
Use the same code for categories for preferences & admin, add context menu
2011-06-21 20:14:56 +00:00
Nathan Gray
1ab285100a
- Only show user to user, admins pick from groups
...
- Don't allow empty owner, use 0 if empty
2011-06-16 15:51:42 +00:00
Nathan Gray
3d9a9fc9de
Add filters for global / user to categories list
2011-06-15 22:27:40 +00:00
Nathan Gray
81f58ab129
- Change category group filtering to allow multiple groups
...
- Give warning when removing access from a group
2011-06-14 18:50:35 +00:00
Ralf Becker
e09444e4f6
- fixed silently not working statistic submit with Webkit browsers (Safari, Chrome, ...)
...
- changed submit url to https://www.egroupware.org/usage-statistic to overcome unsecure submit warnings
2011-05-31 09:25:36 +00:00
Klaus Leithoff
0b1e444325
do not use password on asetLastPwdChange in admin actions, as the use of passwords indicates the usage of the functionality in usermode; Handle params for egw_cache::getSession in the correct order
2011-05-19 10:32:46 +00:00
Ralf Becker
fe62956a96
allow to require custom fields to be filled out by users
2011-05-18 10:25:39 +00:00
Nathan Gray
ab63660111
Use default conversions, don't pass account_lid to create new groups
2011-04-26 14:43:57 +00:00
Ralf Becker
5495491e78
* Admin: session-list is generated now from egw_access_log table independent of readablity of sessions files in filesystem
...
- session_(dla|action) is stored in egw_access_log table
- notifications refresh via ajax set notification_heartbeat timestamp in egw_access_log
- if notification_heartbeat is set (happens only for browser sessions with popup notification) sessions get removed from session list one minute after browser is closed
- new static method egw_session::notifications_active($account_id) to check if given user has an open browser with notifications popup checking, to ensure popup notifications can fall back to email
--> REQUIRES DATABASE UPDATE / SETUP
2011-04-13 14:11:09 +00:00
Klaus Leithoff
5d41f54594
* Admin: fix for reported error regarding wrong count of lines in Admin -> view error log (note, not all errors are logged there, only some. Its only used for some error logging, most of error logging is done/directed to the webservers error log)
2011-04-13 10:07:42 +00:00
Nathan Gray
50296c519a
Fix import / export available and exported fields
2011-04-12 22:23:40 +00:00
Nathan Gray
64e2ada353
Add export plugins for users and groups
2011-04-12 15:38:27 +00:00
Ralf Becker
b91ffb709c
moved notify users via mail into action groupbox
2011-04-05 15:02:41 +00:00
Ralf Becker
972eb515c3
added "must change password" and "can change password" attribute to "Bulk password reset" command and added German translation
2011-04-01 18:49:42 +00:00
Ralf Becker
bab48aee0a
* method to reset passwords of multiple users to a random password and notify them about that, also allows to change from plaintext passwords to a different hash
2011-04-01 13:35:16 +00:00
Ralf Becker
c801bdf99e
identical lettersearch for etemplate and admin via central css file
2011-03-30 08:18:06 +00:00
Ralf Becker
4039fdf415
* give everyone implicit rights for home app, as taking them away makes to many support problems
2011-03-30 07:54:29 +00:00
Klaus Leithoff
9f5f60bd0f
handle account_last_change is string and 0
2011-03-16 16:26:02 +00:00
Klaus Leithoff
710c403d7c
read and evaluate auth systems password-last-changed information
2011-03-16 13:26:32 +00:00
Klaus Leithoff
8153a7ac98
read and evaluate auth systems password-last-changed information
2011-03-16 13:26:17 +00:00
Klaus Leithoff
4f0e104e27
more to the issue: fix to regard the password-last-changed information from the auth system - if provided, and thus be able to react on forced password changes triggered by auth system
2011-03-16 12:44:42 +00:00
Klaus Leithoff
a080404dab
fix to regard the password-last-changed information from the auth system - if provided, and thus be able to react on forced password changes triggered from auth system. set password-last-changed info in authsystem on password change. when trying to force the user to change his password upon next login as admin from within egrouware, try to set the 0 value within the authsystem as well (in ldap rights are required for admin (or user) to set/alter the shadowlastchange attribute)
2011-03-16 11:00:16 +00:00
Ralf Becker
a26a899ea0
* fixed not working deleted of application-global categories via "admin >> global categories" in applications
2011-02-15 12:51:21 +00:00
Ralf Becker
920f40ef46
added EventMgr account_id columns to admin_cmd_change_account_id
2011-02-10 10:23:06 +00:00
Nathan Gray
cd817bf4ed
Allow a key 'no_add' to turn off the ability to add a new [sub]type. If no add and no delete, the whole first line will be hidden.
2011-01-25 20:32:38 +00:00
Ralf Becker
938a999ab0
* dont give sql error in gathering statistic data, if table does not exists (eg. Gallery is not installed)
2011-01-05 08:32:16 +00:00
Klaus Leithoff
5144dd82e7
fix typo while checking old last-password-change
2010-10-25 15:30:01 +00:00
Klaus Leithoff
eb7143d8b9
checking for isset AND ==0 to determine if mustchangepassword is activated
2010-10-25 14:07:37 +00:00
Klaus Leithoff
249d2fb117
csv import of accounts: fix behavior for new accounts, after fix in rev.32587
2010-10-19 06:43:27 +00:00
Klaus Leithoff
e9e2312b06
csv import of accounts: fix behavior for new accounts, after fix in rev.32585
2010-10-18 16:32:45 +00:00
Klaus Leithoff
43e1f8b60c
fix typo while initalizing cmd_account object
2010-10-18 14:01:02 +00:00
Klaus Leithoff
ada6c74efe
allow the option mustchangepassword to be set via admin_cmd_edit_user
2010-10-18 13:09:38 +00:00
Klaus Leithoff
5c66c7d162
categories: better handling of editing/moving categories within the cat-tree
2010-10-14 15:33:10 +00:00
Nathan Gray
763e65e866
Change field mapping for groups to make more sense
2010-10-12 16:45:31 +00:00
Nathan Gray
e3e9c2085a
Don't need 2nd password field when importing
2010-10-07 15:34:01 +00:00
Nathan Gray
cb7fb29b2e
Basic support for importing groups from CSV
2010-09-29 17:31:36 +00:00
Nathan Gray
b1a6dd9732
Add basic support for importing users from CSV using admin_cmds
2010-09-28 22:45:57 +00:00
Klaus Leithoff
61812f4dc5
allow for forced passwordchange on next login at account creation time
2010-09-27 07:51:32 +00:00
Klaus Leithoff
3843c0b59b
Feature: to allow admins a) to set an allowed password age, to require all users to change their password regularily; b) force password change for a given user on the users next login; c) better control about the password strength required; Funded by Cricket
2010-09-22 09:48:27 +00:00
Klaus Leithoff
553152fc80
fix for expected parameter for data must be an array in set_timer, when starting async testjob; handling array as adr in send when creating messages
2010-09-13 08:41:04 +00:00
Ralf Becker
442bdbe564
- new admin-cli command --add-user like --edit-user, but runs addaccount hook for existing accounts too
...
- using --add-user instead of --edit-user in setup_cmd_admin
2010-08-20 20:28:59 +00:00
Ralf Becker
cff42abd07
modernising uiconfig a little bit and fixed mulitiple levels for framework for framed templates
2010-07-29 17:02:20 +00:00
Klaus Leithoff
4e1f3f31e5
fix bug regarding the CKEditor view of Main/Loginscreenmessages
2010-07-02 10:06:44 +00:00