1791e29b | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed obsolete vendor prefixes (and fixed broken gradients) |
8f709990 | 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed very old left overs from IE7 (and even IE6) support |
dbd2b659 | 16-Apr-2016 |
David Roy <davidroyapp@gmail.com> |
translation update |
f18db579 | 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
copied language files from authmysql |
cdc8cdbc | 14-Apr-2016 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
95f42e65 | 02-Apr-2016 |
Adrian Vesa <adrianvesa@dotwikis.com> |
translation update |
c58f49ca | 24-Mar-2016 |
Viliam Dias <viliamjr@gmail.com> |
translation update |
f6a5c864 | 19-Mar-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
14529785 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted for scrutinizer hints |
67fe7d43 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at using reflection for remote export |
76f6b28e | 12-Mar-2016 |
Olivier Humbert <trebmuh@users.noreply.github.com> |
Fixes for the FR translation
A few fixes. |
8ef94e9e | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
obfuscate auth passwords in config. fixes #1487
we already do it for other passwords, so it makes sense to do it here as well. |
0cc11d97 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
obfuscate password in config #1487 |
1d46eaf1 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed accidentally checked in function
this was an intermediate woriking state but got replaced by indivdual dump skipping. forgot to remove it again |
c3f4c777 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
changed tests to use a data provider
this allows for each dump being run within its own test case which then can be skipped. This is needed to skip the django test on older PHP versions. |
44f1c4b7 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed another new feature from the postgres dump |
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. |