summaryrefslogtreecommitdiff
path: root/inc/auth.php
Commit message (Expand)AuthorAge
* 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
* Use config_cascade for ACLs and plain auth users FS#1677Andreas Gohr2010-06-27
* fixed wildcard handling in ACL manager FS#1955Andreas Gohr2010-06-26
* new auth capability 'logout'Andreas Gohr2010-06-22
* Avoid broken ACL check if Auth Backend failsDominik Eckelmann2010-04-28
* Fixed selffail.Adrian Lang2010-03-24
* No warning for an undefined variableAdrian Lang2010-03-23
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
* Provide AFTER event for AUTH_LOGIN_CHECKAdrian Lang2010-01-19
* correctly check auth capabilities on update profile FS#1329Andy Webber2009-11-28
* Check whether $auth is setAdrian Lang2009-11-24
* Added isCaseSensitive() to auth backends FS#1657Andreas Gohr2009-11-15
* more work on user and group cleaningAndreas Gohr2009-11-14
* Added group and user sanitationAndreas Gohr2009-11-13
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
* Remove (unset) action param from AUTH_LOGIN_CHECK data, init $ACL before firi...Adrian Lang2009-10-23
* Coding Standard CleanupAndreas Gohr2009-10-20
* Support for kmd5 passcrypt methodAndreas Gohr2009-10-15
* encode parts in cookie seperatly. might fix FS#1437Andreas Gohr2009-10-04
* auth_(quick)aclcheck needs resolved and cleaned idmichael2009-10-04
* Change expensive uses of split to the much faster explode.Tom N Harris2009-05-28
* Make more use of clientIP() FS#1668Andreas Gohr2009-04-10
* pass correct event data in AUTH_LOGIN_CHECKAndreas Gohr2009-04-07
* Action Event wrappers around HTTP requests and authentication checksRobin Gareus2009-03-12
* do not close session in auth_logoff FS#1519Andreas Gohr2009-02-10
* fixed logoff cookie problemAndreas Gohr2009-01-30
* keep breadcrumbs for anonymous users FS#1519Andreas Gohr2009-01-16
* fixed corrupt if statement introduced by earlier patchAndreas Gohr2009-01-14
* make HTTP SSO possible for IIS or rewritingAndreas Gohr2009-01-14
* ACL user wildcard changed to %USER% FS#1504 :!:Andreas Gohr2008-12-16
* removed some illogical path setupsAndreas Gohr2008-12-13
* show update profile dialog only when logged inMichael Klier2008-11-17
* fixed missing global scope in auth_setCookie() FS#1530Oliver Geisen2008-11-08
* Ensure 'smd5' password hashing method is only triggered when availableChris Smith2008-10-13
* remove unused/redundant isvalidemail() functionChris Smith2008-10-13