aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/authpdo
Commit message (Collapse)AuthorAge
* translation updateFekete Ádám Zsolt2025-01-15
|
* translation updatePeter Dave Hello2024-12-22
|
* translation updateFekete Ádám Zsolt2023-11-14
|
* translation updatetalal2023-10-27
|
* Use str_starts_with/str_ends_withfiwswe2023-09-15
|
* code style: line breaksAndreas Gohr2023-08-31
|
* code style: indent fixesAndreas Gohr2023-08-31
|
* Apply rector renamesAndreas Gohr2023-08-30
|
* Apply rector fixes to auth pluginsAndreas Gohr2023-08-29
|
* translation updatetake2023-07-27
|
* translation updateYves Nevelsteen2023-03-12
|
* Merge branch 'master' into lang_update_468_1658833217Gerrit Uitslag2022-07-26
|\
| * Merge pull request #3692 from dokuwiki-translate/lang_update_457_1655417429Phy2022-06-16
| |\ | | | | | | Translation update (pl)
| | * translation updateMarek Adamski2022-06-17
| | |
| * | Merge pull request #3627 from dokuwiki-translate/lang_update_394_1644782603Gerrit Uitslag2022-02-13
| |\ \ | | | | | | | | Translation update (ko)
| | * | translation updatemerefox2022-02-13
| | |/
| * | Merge pull request #3599 from dokuwiki-translate/lang_update_367_1641139031Andreas Gohr2022-01-22
| |\ \ | | | | | | | | translation update
| | * | translation updateViktor Horváth2022-01-02
| | |/
| * / authPDO: extend mysql test to ensure multiple groups are readAndreas Gohr2022-01-02
| |/ | | | | | | | | I noticed that all our tests basically only ever used one group per user. This makes sure multiple groups work as intended.
* / translation updateMarc Zulet2022-07-26
|/
* translation updatepavulondit2021-05-28
|
* Merge pull request #3404 from splitbrain/phpunit8Andreas Gohr2021-03-04
|\ | | | | Switch to phpunit 8 (fixes #2693)
| * add needed type hints for phpunit8Andreas Gohr2021-02-04
| | | | | | | | This will break a lot of plugin tests, but can't be avoided
* | translation updateMaWi2021-02-24
|/
* remove some obviously wrong strings from swedish translationsAndreas Gohr2021-01-12
| | | | | It seems these were introduced in #3379 or #3378. @viking-cat may want to recheck the state of the swedish translation.
* translation updatePatrik K Lundberg2021-01-11
|
* translation updateqezwan2020-10-07
|
* translation updateqezwan2020-10-05
|
* Merge pull request #3115 from moisesbr-dw/sort-with-collatorAndreas Gohr2020-08-26
|\ | | | | Sort with collator
| * Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2Moisés Braga Ribeiro2020-08-16
| | | | | | | | Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.
| * Authorization pluginsMoisés Braga Ribeiro2020-05-20
| | | | | | | | [enhancement] group sorting in authplain
* | translation updateThien Hau2020-06-14
| |
* | translation updateThien Hau2020-06-13
| |
* | translation updatePaulo Schopf2020-05-29
| |
* | translation updateThien Hau2020-05-06
|/
* Merge branch 'psr2'Andreas Gohr2019-10-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * psr2: (160 commits) fixed merge error Moved parts of the Asian word handling to its own class ignore snake_case error of substr_replace fixed some line length errors ignore PSR2 in the old form class fix PSR2 error in switch statement replaced deprecated utf8 functions formatting cleanup mark old utf8 functions deprecated some more PSR2 cleanup Some cleanup for the UTF-8 stuff Moved all utf8 methods to their own namespaced classes Create separate table files for UTF-8 handling Ignore mixed concerns in loader Use type safe comparisons in loader Remove obsolete include adjust phpcs exclude patterns for new plugin classes 🚚 Move Subscription class to deprecated.php ♻️ Split up ChangesSubscriptionSender into multiple classes Minor optimizations in PluginController ...
| * Merge branch 'master' into psr2Andreas Gohr2019-10-10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes from commit b15f23f6735eabb6dc7e4a996e4ae164139ab7f5 may have been lost, because the code changed to much. changes from commit df81ca99eeaf4753d6f09cbddbb529afe7ef71c7 need to be verified. we might need to do some more adjustments. * master: (49 commits) translation update translation update translation update translation update translation update translation update translation update Update config.class.php translation update translation update Update lang.php Add ugc hint to nofollow add UGC hint translation update translation update use a script to fetch the correct phpunit Revert "output travis php version for easier debugging" setup databases for unit tests in travis output travis php version for easier debugging translation update ...
| * \ Merge branch 'master' into psr2Andreas Gohr2019-07-14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (34 commits) fix color for noninstalled extensions show disabled extensions in gray warn about inaccessible repo api bugfix: access check was never cached First go on a CLI component for the extension manager use strict type comparison translation update translation update fix #dokuwiki__sitetools current item not in highlight due to Greebo change authplain: Add tests for group retrieval authplain: Add a simple method for retrieving user groups translation update Negative string offsets are allowed in PHP 7.1+ only improve memory check output fix and test php_to_byte() related to #2756 #2556 translation update translation update translation update translation update translation update ...
| * | | PSR2 adjustments for the PassHash classAndreas Gohr2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this case where the method name is auto-built from the hash type name.
| * | | Merge branch 'master' into psr2Michael Große2019-02-15
| |\ \ \
| * | | | PSR-2 for authpdo pluginAndreas Gohr2018-05-08
| | | | |
| * | | | remove DOKU_INC checksAndreas Gohr2018-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need for this check, since these files should not have any main code that is executed on direct call. Fixes PSR1.Files.SideEffects.FoundWithSymbols
* | | | | Merge pull request #2850 from splitbrain/fix-testsAndreas Gohr2019-10-10
|\ \ \ \ \ | |_|_|_|/ |/| | | | authpdo: Add multi-rowset support and fix mybb test
| * | | | authpdo: fix _query return type issue per Scrutinizer inspectionPhy2019-09-13
| | | | |
| * | | | authpdo: fix mybb schema for MySQL 5.7+Phy2019-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html > In MySQL 5.7.5, these SQL mode changes were made: ... Strict SQL mode for transactional storage engines (`STRICT_TRANS_TABLES`) is now enabled by default. https://dev.mysql.com/doc/refman/5.7/en/data-type-defaults.html > For data entry into a NOT NULL column that has no explicit DEFAULT clause, if an INSERT or REPLACE statement includes no value for the column, or an UPDATE statement sets the column to NULL, MySQL handles the column according to the SQL mode in effect at the time: > > If strict SQL mode is enabled, an error occurs for transactional tables and the statement is rolled back. For nontransactional tables, an error occurs, but if this happens for the second or subsequent row of a multiple-row statement, the preceding rows will have been inserted.
| * | | | authpdo: add support for multi-rowset to _queryPhy2019-09-09
| | | | | | | | | | | | | | | | | | | | This makes sure if user defined multiple query in one SQL, they are all executed rather than only the first one.
* | | | | translation updateBartek S2019-10-08
| | | | |
* | | | | translation updateBartek S2019-10-08
|/ / / /
* | | | translation updatePrzemek2019-08-06
| | | |
* | | | translation updatePaulo Ricardo Schopf2019-08-04
| | | |