| 3ca21440 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
remove postgres 9.3+ feature from dump
this hopefully fixes the tests on travis |
| 97e5bd24 | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed unnecessary travis file |
| 32a211c7 | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
added a postgres example database to the tests |
| 924cc11c | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. Thi
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
show more ...
|
| 0cec3e2a | 19-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
cache groups during a request |
| 36726b91 | 19-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
marked authmyslq and authpgsql as deprecated |
| 014eefaa | 14-Feb-2016 |
Masoud Sadrnezhaad <masoud@sadrnezhaad.ir> |
translation update |
| df01249e | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added fluxbb dump to the tests.
now all capabilities are covered |
| 07a11e2a | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
prepend default group
this makes sure manually assigned groups win on systems where only one group is supported. |
| 358942b5 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
skip leaving unknown groups |
| 745947b2 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
ignore whitespace in capability testing |
| 964d95c6 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added a few more tests for wordpress |
| 14119d44 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
make sure integers are quoted as integers
otherwise limit and offsets break in mysql |
| 3f4d1534 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
first go at using real database dumps for tests
this configures a minimal wordpress setup |
| f695c447 | 12-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
fix non-SELECT queries |
| e70ecfc9 | 11-Feb-2016 |
Romano <romanocl@outlook.com> |
translation update |
| a38bc7e6 | 03-Feb-2016 |
Masoud Sadrnezhaad <masoud@sadrnezhaad.ir> |
translation update |
| 1600c7cc | 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
finally not available on old PHP releases |
| c27579a6 | 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
added translations and metadata |
| 337d8a30 | 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed generic test
|
| 29a1d291 | 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
skip tests if sqlite or pdo is missing |
| 0d586afd | 30-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
capability checks added |
| 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 |