Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | enable email notifications & alert messages for imported users | Christopher Smith | 2013-08-02 |
| | |||
* | add csv import functionality to the user manager | Christopher Smith | 2013-08-02 |
| | |||
* | add csv export functionality to the user manager | Christopher Smith | 2013-08-01 |
| | |||
* | update config metadata comments for parameter '_multiple' | Christopher Smith | 2013-08-01 |
| | |||
* | Merge pull request #241 from splitbrain/FS#2770 | Christopher Smith | 2013-08-01 |
|\ | | | | | FS#2770 - prevent <file> and <code> syntax regex matching too much | ||
| * | increase test coverage for code and file | Christopher Smith | 2013-08-01 |
| | | | | | | | | | | code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens | ||
| * | add html5 attributes to email fields of the config manager | Christopher Smith | 2013-08-01 |
| | | |||
| * | add html5 'email' type to the user manager forms | Christopher Smith | 2013-08-01 |
| | | |||
| * | Change error message shown for incorrect current password on update profile ↵ | Christopher Smith | 2013-08-01 |
| | | | | | | | | | | | | | | | | form. The current message confusingly mentions bad 'username' when username is not involved. The new message is the same as that introduced for an incorrect current password on the self delete profile form (FS#2751) | ||
| * | 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 |
| | | |||
| * | Fixed instructions on PHPunit | Guy Brand | 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 |
| | | |||
| * | updated intro text on wiki:dokuwiki | Anika Henke | 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 |
| | | |||
| * | Simple test cases for code and file token fix | Guy Brand | 2013-07-31 |
| | | |||
| * | FS#2770 - prevent <file> and <code> syntax regex matching token names which ↵ | Christopher Smith | 2013-07-30 |
| | | | | | | | | start '<file' or '<code' | ||
* | | Merge pull request #244 from splitbrain/mediause_index | Andreas Gohr | 2013-07-31 |
|\ \ | | | | | | | Index media usage data | ||
| * | | Remove search_references() and the refshow configuration option | Michael Hamann | 2013-07-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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-07-31 |
| | | | |||
* | | | Merge pull request #246 from splitbrain/profileform_improvements | Andreas Gohr | 2013-07-31 |
|\ \ \ | | | | | | | | | HTML5isation of some forms | ||
| * | | | add html5 attributes to email fields of the config manager | Christopher Smith | 2013-07-31 |
| | | | | |||
| * | | | add html5 'email' type to the user manager forms | Christopher Smith | 2013-07-31 |
| | | | | |||
| * | | | Change error message shown for incorrect current password on update profile ↵ | Christopher Smith | 2013-07-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | form. The current message confusingly mentions bad 'username' when username is not involved. The new message is the same as that introduced for an incorrect current password on the self delete profile form (FS#2751) | ||
| * | | | add html5 attributes to update profile form | Christopher Smith | 2013-07-31 |
| | | | | |||
| * | | | add html5 attributes to register form | Christopher Smith | 2013-07-31 |
| |/ / | |||
* | | | Merge pull request #242 from splitbrain/aes_prng | Andreas Gohr | 2013-07-31 |
|\ \ \ | |/ / |/| | | Add AES encryption and better random numbers FS#2685 | ||
| * | | auth_en/decrypt: Add explanation and more efficient decryption | Michael Hamann | 2013-07-31 |
| | | | | | | | | | | | | | | | | | | | | | 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-07-31 |
| | | | |||
| * | | Add AES from phpseclib and use it for cookie encryption | Michael Hamann | 2013-07-30 |
| | | | | | | | | | | | | | | | 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-07-30 |
| | | | |||
| * | | Add truly random numbers and use them in places where randomness matters | Michael Hamann | 2013-07-30 |
| | | | |||
* | | | Fix the useheading cache invalidation for hidden pages, add tests | Michael Hamann | 2013-07-31 |
| | | | | | | | | | | | | | | | | | | 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-07-31 |
| | | | |||
* | | | Fixed instructions on PHPunit | Guy Brand | 2013-07-31 |
| | | | |||
* | | | updated intro text on wiki:dokuwiki | Anika Henke | 2013-07-31 |
|/ / | |||
* / | Fix and add type declarations for the auth system | Michael Hamann | 2013-07-30 |
|/ | |||
* | Merge pull request #239 from braggg/master | Dominik Eckelmann | 2013-07-30 |
|\ | | | | | adding ACL handlers to xmlrpc | ||
| * | corrected coding style, deleted ?>, renamed function keys and used plugin_load | Mohamed Amine BERGAOUI | 2013-07-30 |
| | | |||
| * | moving ACL remote functions to the ACL plugin | Mohamed Amine BERGAOUI | 2013-07-30 |
| | | |||
| * | adding ACL handlers to xmlrpc | Mohamed Amine BERGAOUI | 2013-07-30 |
| | | |||
* | | Fix for the FS#1833 parser error | Guy Brand | 2013-07-30 |
| | |