| 9565908d | 07-Nov-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Don't return any data for non-existant users |
| 7f99c819 | 07-Nov-2011 |
Andreas Gohr <gohr@cosmocode.de> |
do not query AD for empty user name |
| 22ffffcf | 07-Nov-2011 |
Andreas Gohr <gohr@cosmocode.de> |
always check expire time when configured |
| 410bfddd | 06-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
improved $.browser usage in media panel fix |
| 84b1efdd | 06-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fixed resizing mediamanager panels in Chrome using browser sniffing (FS#2351) - any better solution welcome |
| 2fb7abe3 | 06-Nov-2011 |
Piyush Mishra <me@piyushmishra.com> |
renamed plugins.protected.php to plugins.required.php and added it cascade to allow overwriting as a local protected file |
| 8707b671 | 05-Nov-2011 |
Guy Brand <gb@unistra.fr> |
French strings minor fix and obsolete email address update |
| 4c7ecf15 | 05-Nov-2011 |
Guy Brand <gb@unistra.fr> |
Verify conf/ directory is writable in the do=check action |
| 14b217ab | 05-Nov-2011 |
André Neves <drakferion@gmail.com> |
pt: paraphrased '<' character in some language files to avoid XML errors
as per commit 34bc7405a09b0c63ed7eef338853e13d377c36e6 |
| 34bc7405 | 05-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
paraphrased '<' character in some language files (en, de, de-informal) to avoid XML errors -- please fix other languages |
| 67fd10d7 | 05-Nov-2011 |
Guy Brand <gb@unistra.fr> |
Remove font family declarations from css in the jquery update script |
| 1811609e | 05-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
re-added font-size to .ui-widget of jqueryui theme to make programmatical removing of font-family easier |
| c81eb132 | 05-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
removed font declarations from jquery-ui theme |
| 38b2bf35 | 04-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fixed media list options in new mediamanager to work without JavaScript again (FS#2363) |
| 48c5eff7 | 03-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fix widths of panels in fullscreen mediamanager to be 100% when resizing (FS#2351) -- please test in different screen sizes, etc |
| 1d045709 | 02-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
The Mailer class should work now
It's still not real world tested but the output *looks* right.
Plugin hook support is still missing. |
| bb01c27c | 02-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added Mailer class |
| abb56b33 | 28-Oct-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Check password expiry times in Active Directory backend
When a user logs in, the password expiry time is checked and compared to the $conf['auth']['ad']['expirywarn'] setting (in days). If the passw
Check password expiry times in Active Directory backend
When a user logs in, the password expiry time is checked and compared to the $conf['auth']['ad']['expirywarn'] setting (in days). If the password is about to expire in the specified timeframe, a warning is issued on login.
This patch adds a new method to the adLDAP class for querying domain parameters.
show more ...
|
| cc204bbd | 31-Oct-2011 |
Andreas Gohr <gohr@cosmocode.de> |
honor autopasswd setting for resend password
When autopasswd is disabled, the resend password option now asks for a new password instead of autogenerating a new one and sending it by mail.
Note to
honor autopasswd setting for resend password
When autopasswd is disabled, the resend password option now asks for a new password instead of autogenerating a new one and sending it by mail.
Note to translators: the wording for btn_resendpwd and resendpwd changed to be more universal. English and German language files where updated - other languages need to be adjusted.
Conflicts:
inc/lang/en/lang.php
show more ...
|
| 222298bc | 31-Oct-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Do not send empty changes to the AD backend
This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification shou
Do not send empty changes to the AD backend
This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification should not be done on password only changes.
show more ...
|
| ed993c3b | 30-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Better solution for updating files list in media manager on delete |
| d5a9514c | 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Remove references to (un)?subscribens. |
| 80d6fbc3 | 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix double-decoding in XMLRPC putAttachment |
| 3629bc8c | 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
MediaManager: Check DOKU_PREF cookie value for validness |
| 1888d1bb | 29-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Removed faulty <span> tags from translations (FS#2360) |