| 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. |
| 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 |
| 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 ...
|
| f2bbf30b | 31-Jul-2013 |
Guy Brand <gb@unistra.fr> |
Simple test cases for code and file token fix |
| 5f0edced | 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
added test case for FS#1442 |
| 51bd6f03 | 20-Jul-2013 |
Klap-in <klapinklapin@gmail.com> |
Fixed file names of test classes |
| 3fc4f829 | 19-Jul-2013 |
Klap-in <klapinklapin@gmail.com> |
Added tests for getRevisions and getRevisionInfo from page changelog |
| fa3ed26b | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update hashes in tests |
| 62765857 | 09-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
update common_ml test for hash change |
| f1b824b5 | 30-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
added HMAC support to PassHash class FS#2794 |
| 5287f99c | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
tests for media_isexternal |
| a38a6f25 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
fix some minor typos in fetch_imagetoken.test.php |
| ba9015b0 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
tests for fetch.php of external files |
| dcb2204b | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Add some tests about handling of semicolons Informative as sample implementation too |
| 826d2766 | 21-May-2013 |
Klap-in <klapinklapin@gmail.com> |
Clean internal ids in ml(), that it matches with fetch.php The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id |
| a27d8c74 | 09-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
added missing test case files |
| 0aa90d9a | 09-May-2013 |
Andreas Gohr <andi@splitbrain.org> |
tar library: another fix for lone zero blocks |
| c3ff531e | 06-May-2013 |
Andreas Gohr <gohr@cosmocode.de> |
fixed test name |
| a3d0aa22 | 06-May-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add some tests for ml() |
| 33b8a947 | 24-Mar-2013 |
Andreas Gohr <andi@splitbrain.org> |
stream select parameters need to be reset for each call |
| 3e8bad3a | 22-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add some dependency checks with test skips to fetch tests and tests which use TestResponse::headers |
| f56bb251 | 22-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add test for fetch using image tokens |
| fb0b3fbf | 22-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update TestResponse class to return specific headers & status codes (with tests) |
| 9894e7af | 22-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
extend TestRequest class to test fetch & detail; add a test to check it does |