| ad1ea089 | 11-Jan-2019 |
Phy <git@phy25.com> |
add test for utf-8 obfuscate #2665 |
| 6f9868d5 | 07-Jan-2019 |
Phy <git@phy25.com> |
fix sha512 failing test, and add test to crypt-style sha512 hash |
| 48ca2703 | 13-Dec-2018 |
Andreas Gohr <gohr@cosmocode.de> |
isAccessibleByCurrentUser() can run without $INFO
Because the isAccessibleByUser method can be run in contexts where $INFO is not available, an explicit check is needed. |
| 32adf586 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
fix test for adjusted minimum permissions |
| 211d00a0 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
fix unit test
The permissions are now checked also when trying to the title of the plugin. |
| 4069409e | 22-Sep-2018 |
peterfromearth <coder@peterfromearth.de> |
add test for hasRevision() |
| 102cdbd7 | 15-Sep-2018 |
LarsGit223 <lars_paulsen@web.de> |
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was
Auth/Mailer: properly handle usernames including a comma
Prevent splitting of e-mail addresses at the wrong point by enclosing a username in '"'. The "To" e-mail address in the notification mail was malformed if a new user was added and included a ',' in it's name. Fixes #1569.
show more ...
|
| d443762b | 27-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated JSON class
JSON is natively supported since years. This makes 2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again. |
| 2145bd4c | 27-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
upgraded JSON class to latest (2006) version
from http://mike.teczno.com/JSON/JSON.phps
This fixes a problem on PHP 7.2. However ultimately this class should be dropped in favor of the native json_
upgraded JSON class to latest (2006) version
from http://mike.teczno.com/JSON/JSON.phps
This fixes a problem on PHP 7.2. However ultimately this class should be dropped in favor of the native json_decode/json_encode functions.
show more ...
|
| 91a976ff | 21-Jun-2018 |
Christopher Smith <chris@jalakai.co.uk> |
Revert previous commit (made in error)
This reverts commit 4da13513aa3cd524af47ebe8f387ea892240a3b2.
|
| 4da13513 | 21-Jun-2018 |
Christopher Smith <chris@jalakai.co.uk> |
change marquee headline to building for the future |
| b78f68bc | 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
some small fixes for PSR2 |
| 0c3a5702 | 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
split changelog classes into their own namespace
The remaining functions in inc/changelog.php should be moved into a utility class. |
| 1a953a5b | 01-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
ignore side effects in a few more files |
| 2b2d0ba9 | 01-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for bin scripts |
| f823310a | 11-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
✅ Add unittest for deleteUsers remote API call
Remote API calls should have some unittest as this test would have caught the bug that was introduced in 96d46bf41a428b555c02f30f1bb496535d41bc5d and f
✅ Add unittest for deleteUsers remote API call
Remote API calls should have some unittest as this test would have caught the bug that was introduced in 96d46bf41a428b555c02f30f1bb496535d41bc5d and fixed in ebf1744911831ec6d15325039a040effa41e466c
show more ...
|
| 5d703e34 | 20-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
Also allow test files ending in Test.php
This makes it possible to give test files proper PSR-2 names where the file is named after the class name. |
| 1c0be3eb | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
reset config directory for every test
Our test suite did not reset the config directory for each test class as it does for the data directory. In addition it copied all files from the main config di
reset config directory for every test
Our test suite did not reset the config directory for each test class as it does for the data directory. In addition it copied all files from the main config directory over. Both may create an unpredictable state for tests.
This streamlines the initialization.
show more ...
|
| 2ef8deb5 | 16-May-2018 |
Christopher Smith <chris@jalakai.co.uk> |
Issue #1250, associated unit test |
| 82f7cb05 | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjust remote plugin handling in code check |
| e79ce394 | 08-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjusted phpcs config for plugins |
| d05f72d0 | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests for chunked encoding
Looks like the domain we used to test this on expired. |
| dd87735d | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR-2 compatibility for the remote API libs |
| d4d8fb18 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved Parser to Parsing namespace |
| be906b56 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved all parsing related namespaces to their own |