summaryrefslogtreecommitdiff
path: root/inc/auth.php
Commit message (Expand)AuthorAge
* 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
* 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
| |/