summaryrefslogtreecommitdiff
path: root/inc/auth.php
Commit message (Expand)AuthorAge
* 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
* | avoid broken browser_uid on IEAndreas Gohr2012-10-18
* | 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
| | |/ | |/|
| * | Use mailprefix also for registration and resend password notification mails (...lupo492011-11-12
| |/
* / Replaced mail_send calls with new Mailer classAndreas Gohr2011-11-12
|/
* Merge pull request #19 from gbirke/masterDominik Eckelmann2011-08-18
|\
| * If cookiedir is configured, use it.Gabriel Birke2011-01-02
* | stay logged in when updating your passwordAndreas Gohr2011-04-11
* | bind non-sticky logins to the session id FS#2202Andreas Gohr2011-03-19
* | store session pass as hashAndreas Gohr2011-03-19
* | improved actionOK and its useAnika Henke2011-02-22
* | refactored passowrd hashing functions to a classAndreas Gohr2011-01-22
* | Handle renamed authorization variablesMichael Hamann2011-01-15
* | Added support for Wordpress' password hashing FS#2134Andreas Gohr2011-01-15
* | Merge branch 'master' of github.com:splitbrain/dokuwikiAdrian Lang2011-01-14
|\ \
| * | Fix handling of case in auth_isMember; add and fix test casesAdrian Lang2010-12-21
| |/
| * preg_quote namespaces in auth_aclcheckMichael Hamann2010-12-11
| * added auth_isMember()Andreas Gohr2010-12-08
* | tmpAdrian Lang2010-12-08
|/
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* a more correct fix for FS#2039Andreas Gohr2010-10-02
* properly encode user wildcard in ACLs FS#2039Andreas Gohr2010-10-02
* Do not allow empty strings as superuser or manager FS#2009Andreas Gohr2010-08-27