summaryrefslogtreecommitdiff
path: root/inc/auth.php
Commit message (Expand)AuthorAge
* removed tabsAndreas Gohr2013-06-16
* Increased strength of auto generated passwords a bitAndreas Gohr2013-06-14
* fixed syntax fuckupAndreas Gohr2013-06-09
* AUTH_PASSWORD_GENERATE event addedAndreas Gohr2013-06-09
* make password reset token completely randomAndreas Gohr2013-05-31
* use HMAC in password reset token FS#2794Andreas Gohr2013-05-31
* fixed wrong use of quotes in authtype warning messageAnika Henke2013-05-27
* Fix wrong config key in deprecated auth messageKlap-in2013-05-15
* restrict 'authtype deprecated' alert to superusers onlyChristopher Smith2013-04-01
* backward compatibility for old authtype settingsGuy Brand2013-03-17
* Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-02-20
* Fix handling of failed authentication loadingMichael Hamann2013-02-20
* fixed auth_browseruid on IE9Dominik Eckelmann2013-02-20
* introduced http_status() for sending HTTP status code FS#1698Andreas Gohr2013-02-16
* Merge branch 'master' into futureAndreas Gohr2013-02-03
|\
| * Merge branch 'subscription' Pull Request #125Andreas Gohr2013-01-26
| |\
| | * moved registration notification to subscription classAndreas Gohr2012-11-30
| | * fixed merge error in inc/auth.phpAndreas Gohr2012-11-30
| | * Merge branch 'master' into subscriptionAndreas Gohr2012-11-30
| | |\
| | * | consolidate more notification code in subscription classAndreas Gohr2012-09-21
| * | | Made auth_aclcheck always return intGuillaume Turri2013-01-06
| | |/ | |/|
| * | Fix case-insensitive match in ACL checkingKazutaka Miyasaka2012-11-25
* | | Merge branch 'master' into futureAndreas Gohr2012-11-04
|\| |
| * | avoid broken browser_uid on IEAndreas Gohr2012-10-18
* | | changed default auth to authplainAndreas Gohr2012-10-06
* | | Merge remote-tracking branch 'janschumann/master' into futureAndreas Gohr2012-10-06
|\ \ \ | |/ / |/| |
| * | Refactored auth system: All auth methods are now introduced as plugins.Jan Schumann2012-02-20
| * | Setup auth system from pluginsJan Schumann2012-01-03
* | | Prevent access to undefined $auth variableMichael Hamann2012-08-24
* | | more $INPUT use FS#2577Andreas Gohr2012-08-24
| |/ |/|
* | fixed ACL loading after the recent changes/messupAndreas Gohr2012-06-30
* | fixed group wildcards and added testsAndreas Gohr2012-06-30
* | removed another occurance of the obsolete config optionAndreas Gohr2012-06-29
* | simplified %GROUP% wildcard supportAndreas Gohr2012-06-29
* | Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76Andreas Gohr2012-06-29
|\ \
| * | Added support for the %GROUP% wildcard.romain2012-01-30
| |/
* | some code cleanup and php docsAndreas Gohr2012-06-25
* | Input wrapper for auth.phpAndreas Gohr2012-06-24
* | code cleanupAndreas Gohr2012-06-24
* | Merge branch 'master' into htmlmailAndreas Gohr2012-04-15
|\ \
| * \ Merge branch 'master' of https://github.com/dom-mel/dokuwiki into pull-reques...Andreas Gohr2012-03-23
| |\ \
| | * \ Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
| | |\ \
| | * \ \ Merge branch 'master' of github.com:dom-mel/dokuwikiDominik Eckelmann2011-11-19
| | |\ \ \ | | | | |/ | | | |/|
| | * | | use correct phpdoc @return tag.Dominik Eckelmann2011-10-22
| * | | | coding style updatesAndreas Gohr2012-03-16
| | |_|/ | |/| |
| * | | Merge branch 'resetpassword'Andreas Gohr2012-03-10
| |\ \ \
| | * | | added a timelimit for password reset tokensAndreas Gohr2012-02-19
| | * | | use correct lang string for password mismatchAndreas Gohr2012-02-17
| | * | | honor autopasswd setting for resend passwordAndreas Gohr2011-10-31
| | |/ /
| * | / use in_array to filter groups instead of preg_grep for aclDominik Eckelmann2011-12-20
| | |/ | |/|