| 8114a075 | 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
less prominent styling of size changes
reusing the diff colors as suggested by @selfthinker |
| 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 |
| 4547e69e | 04-Apr-2016 |
lisps <lisps@users.noreply.github.com> |
add conf as global
restoring of mediafiles failed |
| 95f42e65 | 02-Apr-2016 |
Adrian Vesa <adrianvesa@dotwikis.com> |
translation update |
| c58f49ca | 24-Mar-2016 |
Viliam Dias <viliamjr@gmail.com> |
translation update |
| 588d2a2e | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
another tiny tab CSS addition
missed a line in my last commit |
| c4b143ef | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
minor change to make tabs more flexible
This makes it easier to create tabs with an active tab (no need for additional markup) |
| 1f0ef30d | 20-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
styled size changes |
| 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 ...
|
| 3a63c3f3 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
clean up the onselect callback
This makes sure the provided callback is using alphanumerics only. I'm not sure this is needed, but better safe than sorry. |
| 34b180e5 | 22-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Revert "Revert "make reuse of mediamanager popup easier""
because we actually want it in this branch ;-)
This reverts commit 38a2174b1dd098290d4b853df853c1072369377d. |