Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #213 from lupo49/master | Michael Hamann | 2013-04-21 |
|\ | | | | | de/de-informal language updates for several components. | ||
| * | de/de-informal: Change "Vorlage" to "Template" | lupo49 | 2013-04-21 |
| | | |||
| * | de/de-informal: Re-add TOC suffixes (Will be removed after the release | lupo49 | 2013-04-21 |
| | | | | | | | | again) | ||
| * | de/de-informal: Re-apply the updates of ba09710ad34bb383ae3526e84490a3d545f78866 | Mateng Schimmerlos | 2013-04-21 |
| | | |||
| * | Revert "German language update" | lupo49 | 2013-04-21 |
| | | | | | | | | | | | | | | This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866. Conflicts: lib/plugins/authad/lang/de/settings.php | ||
* | | Merge pull request #214 from splitbrain/authadfixes | Michael Hamann | 2013-04-21 |
|\ \ | |/ |/| | Rename ad_usernamepassword to admin_username/password | ||
| * | Rename ad_username to admin_username | Klap-in | 2013-04-21 |
|/ | | | | canDo getUsers to false when unavailable | ||
* | removed Satisfy All directive FS#2750 | Andreas Gohr | 2013-04-19 |
| | |||
* | strip specials from file name in codeblock downloads FS#2757 | Andreas Gohr | 2013-04-19 |
| | |||
* | adjusted authad language files for config option change | Andreas Gohr | 2013-04-19 |
| | |||
* | Merge pull request #204 from senorandy/master | Andreas Gohr | 2013-04-19 |
|\ | | | | | Correctly identify AD account | ||
| * | Update settings.php | senorandy | 2013-03-26 |
| | | |||
| * | Update metadata.php | senorandy | 2013-03-26 |
| | | | | | | Without this unable to access AD info. Also allows SSO. | ||
| * | Update default.php | senorandy | 2013-03-26 |
| | | | | | | Wihtout this, unable to fetch any AD info.. also allows SSO. | ||
* | | browser-based logo resizing in install.php FS#2763 | Andreas Gohr | 2013-04-19 |
| | | | | | | | | | | server side resizing now needs a security hash which we can' provide in the installer, yet. | ||
* | | LDAP: do not bind anonymously if superuser is set FS#2607 | Andreas Gohr | 2013-04-19 |
| | | |||
* | | Brazilian Portuguese language update | Victor Westmann | 2013-04-15 |
| | | |||
* | | Finnish language update | Otto Vainio | 2013-04-15 |
| | | |||
* | | German language update | Martin Terber | 2013-04-15 |
| | | |||
* | | indexer.php: disable the GIF output only with debug parameter and allowdebug | Michael Hamann | 2013-04-08 |
| | | | | | | | | | | | | | | Before this fix the debug parameter always prevent the GIF from being sent even though no actual debug information was returned unless the allowdebug configuration option was set. Now the GIF is only disabled if debugging is actually allowed. | ||
* | | Merge pull request #203 from splitbrain/fetchissues3 | Christopher Smith | 2013-04-07 |
|\ \ | | | | | | | prevent third-party requests from using fetch | ||
| * | | add some dependency checks with test skips to fetch tests and tests which ↵ | Christopher Smith | 2013-03-22 |
| | | | | | | | | | | | | use TestResponse::headers | ||
| * | | add test for fetch using image tokens | Christopher Smith | 2013-03-22 |
| | | | |||
| * | | update TestResponse class to return specific headers & status codes (with tests) | Christopher Smith | 2013-03-22 |
| | | | |||
| * | | extend TestRequest class to test fetch & detail; add a test to check it does | Christopher Smith | 2013-03-22 |
| | | | |||
| * | | code changes in the rest of the code base to support testing fetch | Christopher Smith | 2013-03-22 |
| | | | |||
| * | | refactor fetch to support unittesting | Christopher Smith | 2013-03-22 |
| | | | |||
| * | | add a token to fetch urls requiring image resize/crop to prevent external ↵ | Christopher Smith | 2013-03-22 |
| | | | | | | | | | | | | DDOS via fetch | ||
* | | | Merge pull request #201 from splitbrain/fetchissues | Christopher Smith | 2013-04-07 |
|\ \ \ | | | | | | | | | process a crop as a resize when possible | ||
| * | | | don't resize images when resize dimensions match native image dimensions | Christopher Smith | 2013-03-22 |
| | | | | |||
| * | | | avoid creating an intermediate crop image when the final image will match a ↵ | Christopher Smith | 2013-03-19 |
| | | | | | | | | | | | | | | | | resize | ||
* | | | | Merge pull request #199 from splitbrain/authcomp | Christopher Smith | 2013-04-07 |
|\ \ \ \ | | | | | | | | | | | backward compatibility for old authtype settings | ||
| * \ \ \ | Merge pull request #210 from splitbrain/authcomp_msg | Christopher Smith | 2013-04-07 |
| |\ \ \ \ | | | | | | | | | | | | | mechanism supporting "authtype deprecated" message for superusers only | ||
| | * | | | | change nomenclature from 'show' to 'allow' (fn from canshow to allowed) | Christopher Smith | 2013-04-07 |
| | | | | | | |||
| | * | | | | for completeness (& defensive coding), test ['show'] against MSG_PUBLIC in ↵ | Christopher Smith | 2013-04-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | case its redefined to a non-zero value | ||
| | * | | | | restrict 'authtype deprecated' alert to superusers only | Christopher Smith | 2013-04-01 |
| | | | | | | |||
| | * | | | | add capability to restrict recipients of dokuwiki 'msg' alerts. This is ↵ | Christopher Smith | 2013-04-01 |
| |/ / / / | | | | | | | | | | | | | | | | useful where message is added to the queue before authentication is initialized | ||
| * | | | | backward compatibility for old authtype settings | Guy Brand | 2013-03-17 |
| | | | | | |||
* | | | | | Merge pull request #206 from lupo49/master | Andreas Gohr | 2013-04-07 |
|\ \ \ \ \ | | | | | | | | | | | | | install.php: Add pack() to required functions (FS#2761) | ||
| * | | | | | install.php: Added pack() to required DokuWiki PHP functions (FS#2761) | lupo49 | 2013-03-31 |
| | |_|_|/ | |/| | | | |||
* | | | | | Merge pull request #209 from lupo49/localization | Andreas Gohr | 2013-04-07 |
|\ \ \ \ \ | | | | | | | | | | | | | de/de-informal language updates for several components. | ||
| * | | | | | de/de-informal: config plugin - Clean up the TOC in the configuration page / ↵ | lupo49 | 2013-03-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | No need to add "Konfiguration" or "Plugin" to every element if the heading tells you that. | ||
| * | | | | | de/de-informal: language updates for the core, authldap, authmysql, authpgsql | lupo49 | 2013-03-31 |
| |/ / / / | |||
* | | | | | fixed rfc interwiki url | Anika Henke | 2013-04-05 |
| | | | | | |||
* | | | | | Dutch language update | André Koot | 2013-04-04 |
| | | | | | |||
* | | | | | Brazilian Portuguese language update | Victor Westmann | 2013-04-04 |
| | | | | | |||
* | | | | | Latvian language update | Aivars Miška | 2013-04-04 |
| | | | | | |||
* | | | | | Chinese language update | 이명진 | 2013-04-04 |
| | | | | | |||
* | | | | | Korean language update | 이명진 | 2013-04-04 |
| | | | | | |||
* | | | | | fixed info/error messages in RTL languages | Anika Henke | 2013-04-03 |
| | | | | |