summaryrefslogtreecommitdiff
path: root/inc/auth.php
Commit message (Expand)AuthorAge
* correctly handle usergroups arraySascha Klopp2015-07-18
* Fix scrutinizer issues with authPatrick Brown2015-05-07
* Report more meaningful errors when an auth backend fails. closes #1093Patrick Brown2015-05-06
* Remove error supression for file_exists()Andreas Gohr2015-01-07
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\
| * do not use Accept-Encoding in browser UIDAndreas Gohr2014-10-06
* | PHPDocs and some improvementsGerrit Uitslag2014-10-02
* | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
* | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
|/
* Merge pull request #868 from splitbrain/authcleanAndreas Gohr2014-09-27
|\
| * do not allow empty passwordsAndreas Gohr2014-09-26
| * clean user credentials from control charsAndreas Gohr2014-09-23
* | Merge remote-tracking branch 'origin/auth_getUserData_improvements'Andreas Gohr2014-09-26
|\ \
| * | KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace ...Christopher Smith2014-05-04
| * | Allow user info to be retrieved without groupsChristopher Smith2014-03-12
* | | Added @ALL handeling in auth_isMemberJurgen Hart2014-07-30
| |/ |/|
* | fix AUTH_USER_CHANGE event in profile updatesAndreas Gohr2014-07-26
|/
* amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
* use isset() + ?: or error suppression where value may not be setChristopher Smith2014-03-05
* removed pre PHP 5.2 code wrt setcookie and session settingGerrit Uitslag2014-03-04
* PHPDocs auth.phpGerrit Uitslag2014-02-20
* AUTH_ACL_CHECK event around ACL checkingAndreas Gohr2014-01-05
* replace \s, \S with [ \t], [^ \t] in regexs used with aclsChristopher Smith2013-10-21
* replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* update for deprecated '/e' flag in preg_replace (php 5.5)Christopher Smith2013-10-16
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
* Fix CodeSniffer violationsMatt Perry2013-08-22
* Fix CodeSniffer violationsMatt Perry2013-08-20
* Fix a couple of bugs in ACL substitution mechanismChristopher Smith2013-08-03
* Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-requ...Andreas Gohr2013-08-02
|\
| * coding corrections. correct type hint, remove unused variable assignmentChristopher Smith2013-08-02
| * FS#2751 - self deletion of user accountChristopher Smith2013-07-31
* | Merge pull request #246 from splitbrain/profileform_improvementsAndreas Gohr2013-07-31
|\ \
| * | Change error message shown for incorrect current password on update profile f...Christopher Smith2013-07-31
| |/
* | auth_en/decrypt: Add explanation and more efficient decryptionMichael Hamann2013-07-31
* | auth_random: remove exception comment as there is no exceptionMichael Hamann2013-07-31
* | Add AES from phpseclib and use it for cookie encryptionMichael Hamann2013-07-30
* | Use a new, truly random secret for cookie encryptionMichael Hamann2013-07-30
* | Add truly random numbers and use them in places where randomness mattersMichael Hamann2013-07-30
|/
* Fix and add type declarations for the auth systemMichael Hamann2013-07-30
* 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