| c083b3ca | 20-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create PluginUtils.test.php |
| 71160959 | 20-Jan-2020 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Languageable CC licenses |
| 2f5645ef | 19-Jan-2020 |
Phy <git@phy25.com> |
add trim, and polish test_quotes of css_compress, again
An edge case that space at the beginning won't get removed. |
| 74be1290 | 19-Jan-2020 |
Phy <git@phy25.com> |
polish test_quotes of css_compress
Now the testcase string should be clearer to read |
| c52c9e2b | 19-Jan-2020 |
Henry Pan <git@phy25.com> |
Add test_escapedQuotes to css_compress
Thank you @micgro42!
Co-Authored-By: Michael Große <mic.grosse@googlemail.com> |
| 868bf7c9 | 19-Jan-2020 |
rusly-id <rusly-id@users.noreply.github.com> |
translation update |
| 6527515c | 15-Jan-2020 |
Michael Große <mic.grosse@googlemail.com> |
Fix one remaining line being too long for PSR-12
This slipped in with #2957 between the checks on #2945 being run and that pull request being merged. |
| b9b08db0 | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
removed unused 'salt' parameter from function definition... |
| 38a4a86e | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Added password change support for argon2i/argon2id, added matching config options and hash_X functions |
| 1f993c33 | 09-Jan-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Added support for argon2i and argon2id password hashes to PassHash.php using php's own password_verify function. |
| 96f7b5b5 | 08-Jan-2020 |
Peter Mydliar <peto.mydliar@gmail.com> |
translation update |
| f640692e | 08-Jan-2020 |
Tuomo Hartikainen <tuomo.hartikainen@heksia.fi> |
translation update |
| 903d43fe | 31-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Check code style against PSR12
In 2019 PSR-12 was officially released and PSR-2 deprecated. We should adapt to that and check our files against that new coding standard. |
| 6225b270 | 28-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Extract dokuwiki\Search\Indexer class
Not sure why Doku_Indexer caused phpcs to complain about the class name not being in PascalCase, but Doku_Handler didn't.
The namespace and new class name w
Extract dokuwiki\Search\Indexer class
Not sure why Doku_Indexer caused phpcs to complain about the class name not being in PascalCase, but Doku_Handler didn't.
The namespace and new class name was selected to be compatible with the upcoming changes in #2943. This should hpopefully reduce the overall hassle of touching the same code base.
show more ...
|
| cc8fc761 | 28-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Ignore some more definitions
Some of the files are still having both logic and side-effects for legacy reasons. We are excluding them for now and might deal with them later. |
| e3cafdc2 | 28-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Check our code style for every PR
This excludes the currently failing checks with automatic fixes, as they are out of scope of this commit. The current goal is automatically reject pull requests tha
Check our code style for every PR
This excludes the currently failing checks with automatic fixes, as they are out of scope of this commit. The current goal is automatically reject pull requests that don't me the standards that the rest of our code base already follows.
show more ...
|
| 3f1a8e5d | 05-Jan-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 66df75b2 | 05-Jan-2020 |
Eric Haberstroh <ehaberstroh@gmail.com> |
translation update |
| 80a9d315 | 30-Dec-2019 |
leimerp <leimerp@users.noreply.github.com> |
allow windows shares for Edge browser |
| 9ec1015a | 11-Dec-2019 |
Phy <git@phy25.com> |
change default of passcrypt to bcrypt #2936 |
| 3a5cb034 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix: string offset out of range due to null |
| 4a52f4c5 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix: Array to string conversion for array_diff_key/assoc |
| 68491db9 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 5: Trying to access array offset on value of type bool/null |
| aac83cd4 | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 4: Trying to access array offset on value of type bool/null |
| 3e9ae63d | 01-Dec-2019 |
Phy <git@phy25.com> |
PHP8 fix part 3: Trying to access array offset on value of type bool/null |