Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | do not hardcode profile link in AD pass expire message | Andreas Gohr | 2012-02-17 |
| | | | | Changing passwords might not be available. | ||
* | translatable AD expiry warning and link to update profile page | Andreas Gohr | 2011-11-07 |
| | |||
* | Don't return any data for non-existant users | Andreas Gohr | 2011-11-07 |
| | |||
* | do not query AD for empty user name | Andreas Gohr | 2011-11-07 |
| | |||
* | always check expire time when configured | Andreas Gohr | 2011-11-07 |
| | |||
* | Check password expiry times in Active Directory backend | Andreas Gohr | 2011-10-31 |
| | | | | | | | | | | 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. | ||
* | Do not send empty changes to the AD backend | Andreas Gohr | 2011-10-31 |
| | | | | | | 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. | ||
* | Remove references to (un)?subscribens. | Adrian Lang | 2011-10-30 |
| | |||
* | MediaManager: Check DOKU_PREF cookie value for validness | Adrian Lang | 2011-10-30 |
| | |||
* | Removed faulty <span> tags from translations (FS#2360) | Hakan Sandell | 2011-10-29 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-27 |
| | |||
* | Bulgarian language update | Kiril Velikov | 2011-10-27 |
| | |||
* | German language updates | Pierre Corell | 2011-10-27 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-23 |
| | |||
* | Norwegian language update | Jon Magne Bøe | 2011-10-23 |
| | |||
* | HTML compliant fix for missing ul wrapper in TOC (FS#2328) | Hakan Sandell | 2011-10-17 |
| | |||
* | Upgraded SimplePie library to 1.2.1 | Andreas Gohr | 2011-10-16 |
| | | | | | From the release notes: This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly. | ||
* | bind security token to username | Andreas Gohr | 2011-10-15 |
| | | | | | | | This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab). | ||
* | readded delete in popup and link to full mediamanager FS#2347 | Andreas Gohr | 2011-10-15 |
| | |||
* | French language update | Johan Guilbaud | 2011-10-15 |
| | |||
* | Latvian language update | Aivars Miska | 2011-10-15 |
| | |||
* | allow page unlocking based on session IDs FS#2262 | Andreas Gohr | 2011-10-15 |
| | |||
* | show accesskey also on actionlink title and add accesskey parameter only if ↵ | Anika Henke | 2011-10-15 |
| | | | | a key is defined (FS#2226) | ||
* | FS#2291 replace space with non-breaking space in utf8 special chars | Christopher Smith | 2011-10-15 |
| | |||
* | Fixed missing ul wrapper in TOC (FS#2328) | Hakan Sandell | 2011-10-15 |
| | |||
* | replace unset with array_pop | Andreas Gohr | 2011-10-15 |
| | | | | | unset does not reset the Array's internal pointer which messes up later calls. array_pop is still much faster than array_splice | ||
* | fix off-by-one error | Andreas Gohr | 2011-10-15 |
| | |||
* | removed remnants of old flash uploader (FS#2335) | Anika Henke | 2011-10-15 |
| | |||
* | added the missing bit to my last commit | Andreas Gohr | 2011-10-15 |
| | |||
* | Fix performance issue in close_paragraph | Andreas Gohr | 2011-10-15 |
| | | | | Looks like a for loop is faster than array_splice | ||
* | cleanup of handler.php | Andreas Gohr | 2011-10-15 |
| | | | | The file contained a few DOS lineendings and trailing spaces | ||
* | Treat a whitespace-only page as empty and delete it FS#2283 | Andreas Gohr | 2011-10-15 |
| | |||
* | Check if given file is really a file in JpegMeta FS#2322 | Andreas Gohr | 2011-10-14 |
| | |||
* | Fixed test and broken salt generation in PassHash class | Andreas Gohr | 2011-10-14 |
| | | | | | | | Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8. | ||
* | don't run SimplePie_File constructor FS#2348 | Andreas Gohr | 2011-10-14 |
| | |||
* | Dutch language update | Jeroen Roeterd | 2011-10-10 |
| | |||
* | German language update | Kaeptn Haddock | 2011-10-10 |
| | |||
* | Spanish language update | Rubén Figols | 2011-10-10 |
| | |||
* | Romanian language update | Marius-Alex Olar | 2011-10-10 |
| | |||
* | limit edit summaries to 255 characters | Andreas Gohr | 2011-10-10 |
| | |||
* | Fixes a problem with parsing overlong changelog lines | Andreas Gohr | 2011-10-10 |
| | | | | | | | | | | | | | When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation. This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found). However, limiting the summary makes sense and will be added in another patch. | ||
* | media manager: IE7 fixes (and other small improvements) | Anika Henke | 2011-09-27 |
| | |||
* | whitespace fixes: tabs to spaces | Anika Henke | 2011-09-25 |
| | |||
* | media manager: fixed and improved diff views | Anika Henke | 2011-09-25 |
| | |||
* | fix namespace cleaning FS#2295 | Andreas Gohr | 2011-09-25 |
| | | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended. | ||
* | More mediamanager reworking | Adrian Lang | 2011-09-24 |
| | |||
* | Resize images in fullscreen mediamanager using CSS | Adrian Lang | 2011-09-22 |
| | |||
* | media manager: improved the panel widths | Anika Henke | 2011-09-20 |
| | |||
* | Add file revision above file detail page | Adrian Lang | 2011-09-19 |
| | |||
* | Simplified Chinese language update | lainme | 2011-09-19 |
| |