| 4931ae52 | 15-Apr-2013 |
Otto Vainio <otto@valjakko.net> |
Finnish language update |
| ba09710a | 15-Apr-2013 |
Martin Terber <mterber@gmx.net> |
German language update |
| 02ea0357 | 04-Apr-2013 |
André Koot <meneer@tken.net> |
Dutch language update |
| ba04585e | 04-Apr-2013 |
Aivars Miška <allefm@gmail.com> |
Latvian language update |
| 8ee04877 | 04-Apr-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| f6af1fe6 | 31-Mar-2013 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: language updates for the core, authldap, authmysql, authpgsql |
| 3bca6c65 | 26-Mar-2013 |
senorandy <senorandy@hotmail.co.uk> |
Update settings.php |
| 0bb7340a | 26-Mar-2013 |
senorandy <senorandy@hotmail.co.uk> |
Update metadata.php
Without this unable to access AD info. Also allows SSO. |
| 939baf40 | 26-Mar-2013 |
senorandy <senorandy@hotmail.co.uk> |
Update default.php
Wihtout this, unable to fetch any AD info.. also allows SSO. |
| f2b500f5 | 24-Mar-2013 |
Frank Loizzi <catchall@bacal.de> |
German (informal) language update |
| 14bc69e3 | 24-Mar-2013 |
이명진 <aranet100@gmail.com> |
Korean language update |
| e20faad8 | 24-Mar-2013 |
Victor Westmann <victor.westmann@gmail.com> |
Brazilian Portuguese language update |
| 421bfa82 | 11-Mar-2013 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| df60eba1 | 11-Mar-2013 |
Bruno Veilleux <bruno.vey@gmail.com> |
French language update |
| 5b84f8e9 | 11-Mar-2013 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional chinese language update |
| 03583750 | 06-Mar-2013 |
Kiril LastName <neohidra@gmail.com> |
Bulgarian language update |
| 292f6d8b | 24-Feb-2013 |
lainme <lainme993@gmail.com> |
Simplified Chinese language update |
| d00152be | 24-Feb-2013 |
Lorenzo Radaelli <lorenzo@mfr-trade.it> |
Italian language update |
| 00d58927 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix remaining missing $INPUT uses FS#2577
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to ma
Fix remaining missing $INPUT uses FS#2577
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
show more ...
|
| 45970804 | 16-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
Complete metadata and defaults of auth plugin configs |
| 52c3bef9 | 02-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
added config metadata to authad plugin |
| 32fd494a | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
authad fixes
* fixes incorrect $this->adldap calls * makes use of correct plugin config |
| 76ce1169 | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved adLDAP to authad plugin and fixed includes |
| 5a65cc7f | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
some comment cleanup in authad |
| 454d868b | 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
make all sub auth classes call the parent constructor
This does nothing currently but allows us adding certain things to the base class later. |