Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add html5 attributes to update profile form | Christopher Smith | 2013-08-01 |
| | |||
* | add html5 attributes to register form | Christopher Smith | 2013-08-01 |
| | |||
* | Remove search_references() and the refshow configuration option | Michael Hamann | 2013-08-01 |
| | | | | | | | | The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too. | ||
* | Index media file usage in the metadata index and use it in ft_mediause() | Michael Hamann | 2013-08-01 |
| | |||
* | Fix the useheading cache invalidation for hidden pages, add tests | Michael Hamann | 2013-08-01 |
| | | | | | | This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks(). | ||
* | include updateVersion in CSS/JS tseed to force reload on update | Andreas Gohr | 2013-08-01 |
| | |||
* | auth_en/decrypt: Add explanation and more efficient decryption | Michael Hamann | 2013-08-01 |
| | | | | | | | Added an explanation that what we do is like normal CBC but that we additionally encrypt the IV which is actually suggested by the NIST for non-random (but unique) IVs. In the decryption process it's not necessary to decrypt the IV, this should save some time. | ||
* | auth_random: remove exception comment as there is no exception | Michael Hamann | 2013-08-01 |
| | |||
* | Add AES from phpseclib and use it for cookie encryption | Michael Hamann | 2013-08-01 |
| | | | | | This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security. | ||
* | Use a new, truly random secret for cookie encryption | Michael Hamann | 2013-08-01 |
| | |||
* | Fix and add type declarations for the auth system | Michael Hamann | 2013-08-01 |
| | |||
* | Add truly random numbers and use them in places where randomness matters | Michael Hamann | 2013-08-01 |
| | |||
* | FS#2770 - prevent <file> and <code> syntax regex matching token names which ↵ | Christopher Smith | 2013-07-30 |
| | | | | start '<file' or '<code' | ||
* | Fix for the FS#1833 parser error | Guy Brand | 2013-07-30 |
| | |||
* | Hungarian language update | Márton Sebők | 2013-07-28 |
| | |||
* | Korean language update | 이명진 | 2013-07-28 |
| | |||
* | fix function call in feedcreator FS#2805 | Andreas Gohr | 2013-07-12 |
| | | | | the _redirect function is not used in DokuWiki anyway | ||
* | Informal German language update | Volker Bödker | 2013-07-12 |
| | |||
* | Merge pull request #225 from splitbrain/fetchftp | Andreas Gohr | 2013-06-16 |
|\ | | | | | Add media_isexternal | ||
| * | apply media_isexternal in ml() | Klap-in | 2013-06-09 |
| | | |||
| * | Merge remote-tracking branch 'origin/master' into fetchftp | Klap-in | 2013-06-09 |
| |\ | |||
| * | | apply media_isexternal | Klap-in | 2013-05-21 |
| | | | |||
| * | | Added media_isexternal() | Klap-in | 2013-05-21 |
| | | | |||
| * | | Update phpdocs of checkFileStatus | Klap-in | 2013-05-21 |
| | | | |||
| * | | Support handle of images from ftp. | Klap-in | 2013-05-21 |
| | | | | | | | | | | | | ml() can built url to these images, either fetch didn't accept them. | ||
* | | | Merge pull request #222 from hArpanet/patch-1 | Andreas Gohr | 2013-06-16 |
|\ \ \ | | | | | | | | | Added comment to DiffFormatter _escape() method | ||
| * | | | Added comment to DiffFormatter _escape() method | hArpanet | 2013-05-20 |
| |/ / | | | | | | | Clarify use of _escape() method in base class. | ||
* | | | removed tabs | Andreas Gohr | 2013-06-16 |
| | | | |||
* | | | Merge pull request #180 from splitbrain/FS#2415 | Andreas Gohr | 2013-06-16 |
|\ \ \ | | | | | | | | | FS#2415, add $INFO to mediamanager | ||
| * \ \ | Merge branch 'master' into FS#2415 | Christopher Smith | 2013-02-25 |
| |\ \ \ | |||
| * | | | | 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 |
| | | | | | | |||
* | | | | | | check for spam in summary as well, added common spam summary | Andreas Gohr | 2013-06-12 |
| |_|_|_|/ |/| | | | | |||
* | | | | | 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 | ||
| * | | | | 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 | ||
* | | | | Korean language update | 이명진 | 2013-06-07 |
| | | | | |||
* | | | | we now require PHP 5.2.0 at least | Andreas Gohr | 2013-06-02 |
| | | | | |||
* | | | | 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 |
| | | | | |||
* | | | | fixed wrong use of quotes in authtype warning message | Anika Henke | 2013-05-27 |
|/ / / | |||
* | | | Fix wrong config key in deprecated auth message | Klap-in | 2013-05-15 |
| | | |