Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed tabs | Andreas Gohr | 2013-06-16 |
| | |||
* | message increase for hotfix | Andreas Gohr | 2013-06-16 |
| | |||
* | Merge pull request #180 from splitbrain/FS#2415 | Andreas Gohr | 2013-06-16 |
|\ | | | | | FS#2415, add $INFO to mediamanager | ||
| * | fix comment grammar | Christopher Smith | 2013-03-03 |
| | | |||
| * | include image info in in detail.php; ensure populated before ↵ | Christopher Smith | 2013-03-03 |
| | | | | | | | | DETAIL_STARTED event | ||
| * | make global, ensure created in mediamanager is global and merged with any ↵ | Christopher Smith | 2013-03-03 |
| | | | | | | | | pre-existing | ||
| * | (incl. the refactored file) | Christopher Smith | 2013-02-25 |
| | | |||
| * | refactor info functions test | Christopher Smith | 2013-02-25 |
| | | | | | | | | | | | | | | | | pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn. basicinfo() and mediainfo() tests separated each into their own test file. | ||
| * | Merge branch 'master' into FS#2415 | Christopher Smith | 2013-02-25 |
| |\ | |||
| * | | another test todo | Christopher Smith | 2013-02-21 |
| | | | |||
| * | | some unit test, more required | Christopher Smith | 2013-02-18 |
| | | | |||
| * | | fix missing 'subscribed' key | Christopher Smith | 2013-02-17 |
| | | | |||
| * | | FS#2415 add to mediamanager (refactor pageinfo() and shift ↵ | Christopher Smith | 2013-02-16 |
| | | | | | | | | | | | | MEDIAMANAGER_STARTED after mediainfo() sets up ) | ||
* | | | Merge pull request #230 from splitbrain/pwgen-event | Andreas Gohr | 2013-06-16 |
|\ \ \ | | | | | | | | | AUTH_PASSWORD_GENERATE event added | ||
| * | | | Increased strength of auto generated passwords a bit | Andreas Gohr | 2013-06-14 |
| | | | | | | | | | | | | | | | | | | | | If you want better random initialization and more control over the password strength install the passpolicy plugin. | ||
| * | | | fixed syntax fuckup | Andreas Gohr | 2013-06-09 |
| | | | | |||
| * | | | AUTH_PASSWORD_GENERATE event added | Andreas Gohr | 2013-06-09 |
| | | | | | | | | | | | | | | | | | | | | This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147 | ||
* | | | | Swedish language update | Andreas Gohr | 2013-06-16 |
| | | | | |||
* | | | | correctly count deleted users in plain auth FS#2800 | Andreas Gohr | 2013-06-14 |
| | | | | | | | | | | | | | | | | | | | | reloading the user list after the delete action will make sure the count is always correct. | ||
* | | | | check for spam in summary as well, added common spam summary | Andreas Gohr | 2013-06-12 |
| | | | | |||
* | | | | update common_ml test for hash change | Klap-in | 2013-06-09 |
| | | | | |||
* | | | | Merge pull request #223 from splitbrain/rootids_in_ml | Andreas Gohr | 2013-06-08 |
|\ \ \ \ | |/ / / |/| | | | Clean internal ids in ml(), that it matches with fetch.php | ||
| * | | | Add some tests about handling of semicolons | Klap-in | 2013-05-21 |
| | | | | | | | | | | | | | | | | Informative as sample implementation too | ||
| * | | | Clean internal ids in ml(), that it matches with fetch.php | Klap-in | 2013-05-21 |
| | | | | | | | | | | | | | | | | The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id | ||
* | | | | fix problem when ldap returns no groups FS#2788 | Andreas Gohr | 2013-06-07 |
| | | | | |||
* | | | | fix ldap deref option FS2798 | Andreas Gohr | 2013-06-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | Do not pass timelimit and deref settings to ldap_search. These values should be set globally via ldap_set_option() instead (as we do for deref). | ||
* | | | | treat empty AD credentials as NULL values FS#2781 | Andreas Gohr | 2013-06-07 |
| | | | | |||
* | | | | Korean language update | 이명진 | 2013-06-07 |
| | | | | |||
* | | | | we now require PHP 5.2.0 at least | Andreas Gohr | 2013-06-02 |
| | | | | |||
* | | | | Merge pull request #226 from splitbrain/hmac | Andreas Gohr | 2013-06-02 |
|\ \ \ \ | | | | | | | | | | | Implement HMAC for signature tokens | ||
| * | | | | make password reset token completely random | Andreas Gohr | 2013-05-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need for HMAC here because there's no length attack vector here. We only care for the existance of the file and each reset request is completely (random) independent from each other. | ||
| * | | | | use HMAC in password reset token FS#2794 | Andreas Gohr | 2013-05-31 |
| | | | | | |||
| * | | | | use HMAC for CSRF security tokens FS#2794 | Andreas Gohr | 2013-05-31 |
| | | | | | |||
| * | | | | use hmac for external ressource hash FS#2794 | Andreas Gohr | 2013-05-31 |
| | | | | | |||
| * | | | | use HMAC in media_token FS#2794 | Andreas Gohr | 2013-05-30 |
| | | | | | |||
| * | | | | added HMAC support to PassHash class FS#2794 | Andreas Gohr | 2013-05-30 |
| | | | | | |||
* | | | | | moved X-UA-Compatible from meta tag to be sent by http header instead | Anika Henke | 2013-06-01 |
|/ / / / | |||
* | | | | fixed references from old mysql authtype to new mysql plugin in mysql.conf ↵ | Anika Henke | 2013-05-27 |
| | | | | | | | | | | | | | | | | example | ||
* | | | | fixed wrong use of quotes in authtype warning message | Anika Henke | 2013-05-27 |
| | | | | |||
* | | | | fixed broken default config options (FS#2789) | Anika Henke | 2013-05-27 |
|/ / / | |||
* | | | Merge branch 'master' of github.com:splitbrain/dokuwiki | Klap-in | 2013-05-15 |
|\ \ \ | |||
| * | | | Revert "fixed space of list points beside a floating image" | Dominik Eckelmann | 2013-05-15 |
| | | | | | | | | | | | | | | | | This reverts commit 37764cbb34237da3c96bab21102e44ffe2715cd9. | ||
* | | | | Fix wrong config key in deprecated auth message | Klap-in | 2013-05-15 |
|/ / / | |||
* | | | fixed space of list points beside a floating image | Dominik Eckelmann | 2013-05-15 |
| | | | |||
* | | | Release preparation | Guy Brand | 2013-05-10 |
| | | | |||
* | | | added missing test case files | Andreas Gohr | 2013-05-09 |
| | | | |||
* | | | tar library: another fix for lone zero blocks | Andreas Gohr | 2013-05-09 |
| | | | |||
* | | | updated dates in templates' and plugins' info.txt files | Anika Henke | 2013-05-06 |
| | | | |||
* | | | fixed test name | Andreas Gohr | 2013-05-06 |
| | | | |||
* | | | Merge pull request #218 from splitbrain/FS#2767 | Andreas Gohr | 2013-05-05 |
|\ \ \ | | | | | | | | | FS#2767, fix for missing security token |