| 503e913f | 30-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
authplain: Add tests for group retrieval |
| b2fcc742 | 30-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
authplain: Add a simple method for retrieving user groups |
| 53db1e95 | 25-Apr-2019 |
Alexander Kh <001.arx@gmail.com> |
translation update |
| 1935a891 | 21-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Move list of plugin types to plugin controller constant
There is no need to have them in a global variable. |
| 3a7140a1 | 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved plugin controller to Extension namespace |
| cbb44eab | 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated trigger_event() in favor of a static method on Event |
| e1d9dcc8 | 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace |
| e8407ed1 | 17-Apr-2019 |
HaoNan <haonan@zhuoming.info> |
translation update |
| e75dc655 | 17-Apr-2019 |
Roberto Bellingeri <bellingeri@netguru.it> |
translation update |
| 3f12f3da | 10-Apr-2019 |
Frederico Gonçalves Guimarães <frederico@teia.bio.br> |
translation update |
| 3a883e64 | 10-Apr-2019 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| b437b55c | 06-Apr-2019 |
Gerrit Uitslag <klapinklapin@gmail.com> |
translation update |
| 1ea8b6e2 | 05-Apr-2019 |
Liliana <lilianasaidon@gmail.com> |
translation update |
| a31c1fc0 | 01-Apr-2019 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 4809b236 | 31-Mar-2019 |
Maykon Oliveira <maykonoliveira850@gmail.com> |
translation update |
| 10ad58fb | 31-Mar-2019 |
Rut Kristin Aanestad <dark@met.no> |
translation update |
| 21b17bae | 23-Dec-2018 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Support "local" subdir when listing the smiley directory |
| 5a8d6e48 | 26-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename HTTPClient namespace to HTTP
This should make namespace a bit more flexible in scope and allow us to move more functionality there later. |
| 198564ab | 17-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Refactor HTTPClient into different files |
| fe36a27b | 13-Mar-2019 |
Phy <git@phy25.com> |
cookie.js when setValue‘s value parameter is false delete entry |
| bded2f50 | 13-Mar-2019 |
Phy <git@phy25.com> |
cookie.js add def parameter to getValue() |
| 40be5e7a | 12-Mar-2019 |
Phy <git@phy25.com> |
cookie.js convert value type to string
This prevents different type returned for DokuCookie.getValue():
DokuCookie.setValue('foo', false); console.log(DokuCookie.getValue('foo')); // false location
cookie.js convert value type to string
This prevents different type returned for DokuCookie.getValue():
DokuCookie.setValue('foo', false); console.log(DokuCookie.getValue('foo')); // false location.reload(); // pseudo code console.log(DokuCookie.getValue('foo')); // 'false'
show more ...
|
| e60ddb38 | 08-Mar-2019 |
mrclschstr <mrclschstr@users.noreply.github.com> |
Adding "recursive_groups" setting for authad-plugin in configuration-manager |
| c3cc6e05 | 06-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this case where the method name is auto-built from the hash type name.
show more ...
|
| 1b5fd977 | 01-Mar-2019 |
Magnús Ýmir Magnússon <mm@mck-dk.dk> |
translation update |