#
68c09842 |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
Bump version to 2025-05-29
|
#
6d3e34e4 |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
Fix incorrect link
|
#
224e5cdd |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
Fix static analysis warnings
|
#
f4aa129b |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
Catch PDOException instead of generic Exception
|
#
d46733c5 |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
Extend AuthPlugin class
Get rid of legacy DokuWiki_Auth_Plugin alias.
|
#
bdb9e9d4 |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
PHPDoc
|
#
c66ceb54 |
| 29-May-2025 |
Damien Regad <dregad@mantisbt.org> |
Coding guidelines
|
#
bc637d09 |
| 16-Apr-2025 |
Tim Oberländer <86679219+tim12312@users.noreply.github.com> |
Update auth.php to support new wp 6.8 hashs
|
#
666403ee |
| 05-Jan-2025 |
Damien Regad <dregad@mantisbt.org> |
Fix checking of passwords containing `\`, `'` or `"`
WordPress adds slashes to the password before generating the hash, so we need to do the same otherwise password containing `\`, `'` or `"` will n
Fix checking of passwords containing `\`, `'` or `"`
WordPress adds slashes to the password before generating the hash, so we need to do the same otherwise password containing `\`, `'` or `"` will not match.
Fixes #23
show more ...
|
#
e03e23f3 |
| 06-Jun-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix #20: Adopt PSR-12 coding standard
|
#
d7435096 |
| 06-Jun-2023 |
Damien Regad <dregad@mantisbt.org> |
Fix PHPDoc and static analysis warnings
|
#
308b48d3 |
| 06-Jun-2023 |
Damien Regad <dregad@mantisbt.org> |
Replace deprecated dbglog() calls
Use Logger::debug() instead
Fixes #19
|
#
5328ce4b |
| 06-Jun-2023 |
Damien Regad <dregad@mantisbt.org> |
Merge pull request #18 from susnux/master
Fix compatibility with MySQL 8+, fixes #17
|
#
493dbdc6 |
| 19-Aug-2021 |
Ferdinand Thiessen <rpm@fthiessen.de> |
Fix compatibility with MySQL 8+, fixes #17
|
#
acc20be0 |
| 02-May-2020 |
Damien Regad <dregad@mantisbt.org> |
Initialize variables to avoid PHP notices
|
#
5d099ac1 |
| 02-May-2020 |
Damien Regad <dregad@mantisbt.org> |
PHPDoc
|
#
02fbe6b4 |
| 03-Mar-2016 |
Damien Regad <dregad@mantisbt.org> |
Fix #9: DB connection with UTF8 charset
Without this, UTF8 characters in usernames are displayed as ???.
|
#
37a3480a |
| 13-Feb-2016 |
Damien Regad <dregad@mantisbt.org> |
Fix #8: error with PHP < 5.5
Avoid "Can't use method return value in write context" error.
|
#
b741ff68 |
| 23-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Fix #7: Adopt PSR-2 coding standards
|
#
9f5692a3 |
| 23-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Implement filtering
|
#
aa69c0cf |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Implement getUserCount capability
|
#
d35aa3ec |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Add caching for users
Wordpress users are stored in an array to avoid querying the database unnecessarily.
- wp2dw() function renamed to cacheUser() - new cacheAllUsers() function
|
#
2ef3e6a1 |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
User Manager now displays non-filterable list of users
Displays a warning message if filters are used.
|
#
d1f83a80 |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
New wp2dw() protected method
Convert a Wordpress DB User row to DokuWiki user info array
|
#
16ceb666 |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
User list referring to Wordpress admin
Implement getUsers capability (retrieveUsers() method).
For now, we just display an information message and an empty list.
|