| #
8e7694e0 |
| 02-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
authPDO: extend mysql test to ensure multiple groups are read
I noticed that all our tests basically only ever used one group per user. This makes sure multiple groups work as intended.
|
| #
1c33cec3 |
| 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
add needed type hints for phpunit8
This will break a lot of plugin tests, but can't be avoided
|
| #
3213bf4e |
| 08-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR-2 for authpdo plugin
|
| #
1bff2aba |
| 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no ass
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no assertion.
show more ...
|
| #
12c7f5c3 |
| 20-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
authpdo: fix group filter
The filter passed by the user manager is called 'grps' not 'group'
|
| #
3e2a8145 |
| 20-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
authpdo: fix return type of retrieveUsers() #1781
|
| #
f3c1c207 |
| 20-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
authpdo: fix wrong return type for getUserCount() #1781
|
| #
29a1d291 |
| 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
skip tests if sqlite or pdo is missing
|
| #
6459f496 |
| 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
user listing and counting added
|
| #
e19be516 |
| 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
added user deletion
|
| #
4fb8dfab |
| 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
usermodification works now
|
| #
5de3a6a5 |
| 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
user and group creation works now
|
| #
70a89417 |
| 29-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
added user group selection
|
| #
f64dbc90 |
| 29-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
began work on PDO auth plugin
|