summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* Merge pull request #253 from lupo49/masterAndreas Gohr2013-08-02
|\ | | | | de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821
| * de/de-informal updates: Replace "Nutzer" with more common word "Benutzer"Matthias Schulte2013-08-02
| | | | | | | | / fix several typos / Fixes FS#2821
* | Revert "translation update"Andreas Gohr2013-08-02
| | | | | | | | | | | | This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7. I guess it was a bit too early to think straight :-/
* | translation updateDokuWiki Translation2013-08-02
| |
* | Brazilian Portuguese language updateFrederico Guimarães2013-08-01
| |
* | Merge pull request #248 from splitbrain/ariaAndreas Gohr2013-08-01
|\ \ | |/ |/| Implemented some ARIA attributes
| * added aria roles to search and acl managerAnika Henke2013-08-01
| |
* | update config metadata comments for parameter '_multiple'Christopher Smith2013-08-01
| |
* | Merge pull request #244 from splitbrain/mediause_indexAndreas Gohr2013-07-31
|\ \ | | | | | | Index media usage data
| * | Remove search_references() and the refshow configuration optionMichael Hamann2013-07-31
| |/ | | | | | | | | | | | | | | The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
* | add html5 attributes to email fields of the config managerChristopher Smith2013-07-31
| |
* | add html5 'email' type to the user manager formsChristopher Smith2013-07-31
|/
* corrected coding style, deleted ?>, renamed function keys and used plugin_loadMohamed Amine BERGAOUI2013-07-30
|
* moving ACL remote functions to the ACL pluginMohamed Amine BERGAOUI2013-07-30
|
* Fix popularity data submission in the backend FS#2808Michael Hamann2013-07-29
| | | | | | The POST data contained the raw data instead of an array with the data that should be submitted like in the requests from the browser. The server backend has been fixed to be able to process both versions.
* Hungarian language updateMárton Sebők2013-07-28
|
* Polish language updateMaciej Matejczuk2013-07-28
|
* Korean language update이명진2013-07-28
|
* Brazilian Portuguese language updateVictor Westmann2013-07-12
|
* Informal German language updateVolker Bödker2013-07-12
|
* Merge pull request #231 from splitbrain/infopluginnewpluginsAndreas Gohr2013-06-18
|\ | | | | add newest plugin types to info plugin
| * add newest plugin types to info pluginKlap-in2013-06-18
| |
* | Merge pull request #230 from splitbrain/pwgen-eventAndreas Gohr2013-06-16
|\ \ | | | | | | AUTH_PASSWORD_GENERATE event added
| * | AUTH_PASSWORD_GENERATE event addedAndreas Gohr2013-06-09
| |/ | | | | | | | | This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147
* | Swedish language updateAndreas Gohr2013-06-16
| |
* | correctly count deleted users in plain auth FS#2800Andreas Gohr2013-06-14
|/ | | | | reloading the user list after the delete action will make sure the count is always correct.
* fix problem when ldap returns no groups FS#2788Andreas Gohr2013-06-07
|
* fix ldap deref option FS2798Andreas Gohr2013-06-07
| | | | | | Do not pass timelimit and deref settings to ldap_search. These values should be set globally via ldap_set_option() instead (as we do for deref).
* treat empty AD credentials as NULL values FS#2781Andreas Gohr2013-06-07
|
* Korean language update이명진2013-06-07
|
* fixed references from old mysql authtype to new mysql plugin in mysql.conf ↵Anika Henke2013-05-27
| | | | example
* fixed broken default config options (FS#2789)Anika Henke2013-05-27
|
* updated dates in templates' and plugins' info.txt filesAnika Henke2013-05-06
|
* Japanese language updateSatoshi Sahara2013-05-05
|
* Czech language updateMiroslav Kučera2013-05-05
|
* Russian language updateIvan I. Udovichenko2013-04-26
|
* Japanese language updateSatoshi Sahara2013-04-26
|
* authad: capabilities depend on userdomain specific configAndreas Gohr2013-04-25
|
* authad: added compatibility for old option namesAndreas Gohr2013-04-25
| | | | | | adLDAP renamed the ad_username and ad_password to admin_username admin_password recently. this makes our backend recognize the old settings
* authad: don't request empty fieldsAndreas Gohr2013-04-25
|
* Merge pull request #215 from splitbrain/authadlangdeAndreas Gohr2013-04-22
|\ | | | | fix ids in de lang of authAD
| * fix ids in de lang of authADKlap-in2013-04-22
| |
* | fix expiry check for adLDAP version FS#2759Andreas Gohr2013-04-22
| |
* | Japanese language update이명진2013-04-22
|/
* Merge pull request #213 from lupo49/masterMichael Hamann2013-04-21
|\ | | | | de/de-informal language updates for several components.
| * de/de-informal: Change "Vorlage" to "Template"lupo492013-04-21
| |
| * de/de-informal: Re-add TOC suffixes (Will be removed after the releaselupo492013-04-21
| | | | | | | | again)
| * de/de-informal: Re-apply the updates of ba09710ad34bb383ae3526e84490a3d545f78866Mateng Schimmerlos2013-04-21
| |
| * Revert "German language update"lupo492013-04-21
| | | | | | | | | | | | | | This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866. Conflicts: lib/plugins/authad/lang/de/settings.php
* | Rename ad_username to admin_usernameKlap-in2013-04-21
|/ | | | canDo getUsers to false when unavailable