Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | authPDO: extend mysql test to ensure multiple groups are read | Andreas Gohr | 2022-01-02 |
| | | | | | I noticed that all our tests basically only ever used one group per user. This makes sure multiple groups work as intended. | ||
* | add needed type hints for phpunit8 | Andreas Gohr | 2021-02-04 |
| | | | | This will break a lot of plugin tests, but can't be avoided | ||
* | PSR-2 for authpdo plugin | Andreas Gohr | 2018-05-08 |
| | |||
* | mark some tests as non-risky | Andreas Gohr | 2017-03-31 |
| | | | | | | 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. | ||
* | authpdo: fix group filter | Andreas Gohr | 2016-12-20 |
| | | | | The filter passed by the user manager is called 'grps' not 'group' | ||
* | authpdo: fix return type of retrieveUsers() #1781 | Andreas Gohr | 2016-12-20 |
| | |||
* | authpdo: fix wrong return type for getUserCount() #1781 | Andreas Gohr | 2016-12-20 |
| | |||
* | skip tests if sqlite or pdo is missing | Andreas Gohr | 2016-01-30 |
| | |||
* | user listing and counting added | Andreas Gohr | 2016-01-30 |
| | |||
* | added user deletion | Andreas Gohr | 2016-01-30 |
| | |||
* | usermodification works now | Andreas Gohr | 2016-01-30 |
| | |||
* | user and group creation works now | Andreas Gohr | 2016-01-30 |
| | |||
* | added user group selection | Andreas Gohr | 2016-01-30 |
| | |||
* | began work on PDO auth plugin | Andreas Gohr | 2016-01-29 |