summaryrefslogtreecommitdiff
path: root/inc/auth.php
Commit message (Expand)AuthorAge
...
* Fix for FS#1050Chris Smith2008-10-13
* FS#564 FS#1270 new option to disable the rememberme checkboxMichael Klier2008-10-12
* Fail silently if trying to login through supplied HTTP credentials (FS#1228)Gina Haeussge2008-10-12
* Empty breadcrumbs on logout (see FS#979)Guy Brand2008-10-11
* reopen the session in auth_logoff FS#1484Andreas Gohr2008-10-11
* more cookie security FS#1490Andreas Gohr2008-09-13
* Wrap user modifications in eventsGabriel Birke2008-08-17
* Enhancements for password hashing (maybe fixes FS#1440)Andreas Gohr2008-07-28
* check ACLs correctly if only groups but no user is given FS#1415Andreas Gohr2008-06-08
* reopen the session for storing the auth tokenAndreas Gohr2008-06-03
* authentication via session tokensAndreas Gohr2008-06-03
* Fix for password updates FS#1352Andreas Gohr2008-03-15
* Superuser and manager now can be comma separated listsGuy Brand2008-02-27
* fix usage of is_admin in auth_aclcheckAndreas Gohr2008-02-26
* Use auth backend to verify password on profile update FS#1328Andreas Gohr2008-02-15
* Make session reference file check overridable for auth backendsAndreas Gohr2008-02-15
* invalidate all user session cache when userdatabase is changed FS#1085Andreas Gohr2008-02-15
* make sure not supported profile fields are not accepted FS#1329Andreas Gohr2008-02-13
* Have aclcheck use auth_isadminGuy Brand2008-02-12
* fix problems if $USERINFO['grps'] is not setAndreas Gohr2007-11-02
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
* Part 2 of the SecurityToken patch to avaoid CSRF attacksAndreas Gohr2007-08-30
* quote fix in auth_nameencodeAndreas Gohr2007-08-19
* Protect auth_ismanager() from auth modules that don't always provide group da...Chris Smith2007-08-05
* fix for recent auth changeAndreas Gohr2007-06-25
* degrade to unauthed user when auth backen unavailable FS#1168Andreas Gohr2007-06-25
* never use full URL in cookie paths FS#1146Andreas Gohr2007-06-03
* Partial Fix FS#1085Chris Smith2007-05-28
* Fix broken if in previous patchGuy Brand2007-03-02
* Allow @USER@ variable in ACLsGuy Brand2007-03-02
* make sure cachekey is a string in auth_nameencode FS#1000Andreas Gohr2007-01-06
* Check cookie auth data silentlyAndreas Gohr2007-01-09
* manager user/groupAndreas Gohr2006-12-03
* HTML_EDITFORM_INJECTION event addedAndreas Gohr2006-11-14
* add standard username cleaning to resend password (fixes bug#961)chris2006-11-04
* don't allow commas in full name registration FS#960Andreas Gohr2006-11-03
* use DOKU_URL as key for sessions and auth cookie #896 #581 #884Andreas Gohr2006-10-03
* minor bugfix and boring error removalchris2006-09-23
* add authname memory cachechris2006-09-23
* move AUTH defines higher upAndreas Gohr2006-09-06
* bug #876, additional data for new user notification emailchris2006-08-22
* more unit test fixeschris2006-08-09
* fixed auth problem introduced in last unittest fixAndreas Gohr2006-08-05
* more unittest updateschris2006-08-05
* unittest fixeschris2006-08-04
* two-stage password resetAndreas Gohr2006-07-14
* disableactions supportAndreas Gohr2006-07-02
* register notify #826Sebastian Harl2006-06-15
* XSS bugfix #820Andreas Gohr2006-05-31
* optionally use HTTP credentials to log inAndreas Gohr2006-05-07