| d6d38cc2 | 01-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal: localization updates (delete user function) |
| 5537fd88 | 01-Aug-2013 |
Michael Hamann <michael@content-space.de> |
HTTPClient: Implement handling of two-dimensional data arrays |
| 38c7b2bf | 01-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Fix loading for helper components with loadHelper()
The check if the plugin is enabled is done later in the plugin controller anyway. |
| 39f00629 | 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
improved coding style on tpl_classes() |
| 9805efa0 | 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added aria roles to search and acl manager |
| 5a99d25b | 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added aria attributes to edit mode |
| b1af9014 | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Improve nofollow behaviour for ?do=index
In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitem
Improve nofollow behaviour for ?do=index
In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitemap.xml generation is disabled
show more ...
|
| 4eb3462f | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Change error message shown for incorrect current password on update profile form.
The current message confusingly mentions bad 'username' when username is not involved. The new message is the same
Change error message shown for incorrect current password on update profile 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)
show more ...
|
| 4ca55448 | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add html5 attributes to update profile form |
| ae2cab4f | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add html5 attributes to register form |
| 3e7e0277 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the medi
Remove search_references() and the refshow configuration option
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.
show more ...
|
| e5d09fdd | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Index media file usage in the metadata index and use it in ft_mediause() |
| 818d2283 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with u
Fix the useheading cache invalidation for hidden pages, add tests
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().
show more ...
|
| 40960973 | 31-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
include updateVersion in CSS/JS tseed to force reload on update |
| 3094862c | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
auth_en/decrypt: Add explanation and more efficient decryption
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
auth_en/decrypt: Add explanation and more efficient decryption
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.
show more ...
|
| 41878423 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
auth_random: remove exception comment as there is no exception |
| 865faf75 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add AES from phpseclib and use it for cookie encryption
This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security. |
| ae27e120 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Use a new, truly random secret for cookie encryption |
| 9c6747f2 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix and add type declarations for the auth system |
| b40098c3 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add truly random numbers and use them in places where randomness matters |
| 020ea9e1 | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
unit tests for self deleting of user accounts |
| 2a7abf2d | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2751 - self deletion of user account |
| 07ff0bab | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with u
Fix the useheading cache invalidation for hidden pages, add tests
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().
show more ...
|
| cd997f93 | 31-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
include updateVersion in CSS/JS tseed to force reload on update |
| 27058a05 | 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix and add type declarations for the auth system |