| #
80b4f376 |
| 18-Oct-2012 |
Andreas Gohr <gohr@cosmocode.de> |
avoid broken browser_uid on IE
Internet Explorer 8 (and maybe others) seem to use different capitalization in the ACCEPT_CHARSET header between "normal" requests and AJAX requests. This causes a bro
avoid broken browser_uid on IE
Internet Explorer 8 (and maybe others) seem to use different capitalization in the ACCEPT_CHARSET header between "normal" requests and AJAX requests. This causes a browser UID mismatch and thus an unecessary reauthentication.
show more ...
|
| #
3094e817 |
| 06-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed default auth to authplain
We need to decide how to handle the renaming of the auth classes. Should this be done automatically somehow? Or is an admin expected to fix this manually when updat
changed default auth to authplain
We need to decide how to handle the renaming of the auth classes. Should this be done automatically somehow? Or is an admin expected to fix this manually when updating?
show more ...
|
| #
93a7873e |
| 06-Oct-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge remote-tracking branch 'janschumann/master' into future
This merge fixes all conflicts but is otherwise untested and might break funktionality in the auth system somewhere. It NEEDS MAJOR TEST
Merge remote-tracking branch 'janschumann/master' into future
This merge fixes all conflicts but is otherwise untested and might break funktionality in the auth system somewhere. It NEEDS MAJOR TESTING!
Some refactoring of the auth plugins is still needed:
* move to PHP5 style * fix comments * add plugin.info.txt
* janschumann/master: Refactored auth system: All auth methods are now introduced as plugins. Bugfix: auth types are now correcty added Setup auth system from plugins Added Auth-Plugin-Prototype to autoload Load auth types from plugins in settings_authtype class Added prototype for Auth-Plugins added plugin type 'auth'
Conflicts: inc/auth.php inc/auth/pgsql.class.php inc/init.php inc/load.php lib/plugins/auth.php lib/plugins/authad/auth.php lib/plugins/authldap/auth.php lib/plugins/authmysql/auth.php lib/plugins/authplain/auth.php
show more ...
|
| #
2ed38036 |
| 21-Sep-2012 |
Andreas Gohr <andi@splitbrain.org> |
consolidate more notification code in subscription class
This is untested and probably broken currently
|
| #
44982778 |
| 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Prevent access to undefined $auth variable
|
| #
64273335 |
| 24-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
more $INPUT use FS#2577
|
| #
9ce556d2 |
| 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed ACL loading after the recent changes/messup
|
| #
32e82180 |
| 30-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed group wildcards and added tests
|
| #
11f03531 |
| 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed another occurance of the obsolete config option
|
| #
d0f8d50b |
| 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
simplified %GROUP% wildcard support
|
| #
bca545e6 |
| 29-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76
* 'master' of git://github.com/Aorimn/dokuwiki: Change default groupwildcards option to 0 not to change behavior of
Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76
* 'master' of git://github.com/Aorimn/dokuwiki: Change default groupwildcards option to 0 not to change behavior of Added support for the %GROUP% wildcard.
Conflicts: inc/auth.php
show more ...
|
| #
3272d797 |
| 25-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some code cleanup and php docs
|
| #
bcc94b2c |
| 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
Input wrapper for auth.php
|
| #
ab5d26da |
| 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
code cleanup
|
| #
ae7c596c |
| 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into htmlmail
* master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they s
Merge branch 'master' into htmlmail
* master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ...
Conflicts: inc/auth.php inc/load.php
show more ...
|
| #
a2b7fdb8 |
| 23-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' of https://github.com/dom-mel/dokuwiki into pull-request-87
* 'master' of https://github.com/dom-mel/dokuwiki: (38 commits) removed requires, changed conf check in xmlrpc.php
Merge branch 'master' of https://github.com/dom-mel/dokuwiki into pull-request-87
* 'master' of https://github.com/dom-mel/dokuwiki: (38 commits) removed requires, changed conf check in xmlrpc.php removed require_once for autoloaded fulltext.php updated comment added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported added RPC_CALL_ADD event. replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function changed error code for unauthorized method calls. typo fixes moved plugin and core method calls to seperate function corrected comment added getapi methods to remote plugin removed unused class fixed testcase refactored RemoteAccessDenied to RemoteAccessDeniedException adjusted test cases delegate file and date transformation to remote library treat null as empty array added missing getTime added missing getVersion set login as public method ...
show more ...
|
| #
63703ba5 |
| 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
coding style updates
|
| #
3a6d7607 |
| 14-Mar-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
Conflicts: lib/exe/xmlrpc.php
|
| #
50fbf1b6 |
| 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'resetpassword'
No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online.
* resetpassword: added a timeli
Merge branch 'resetpassword'
No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online.
* resetpassword: added a timelimit for password reset tokens removed commented line use correct lang string for password mismatch removed outdated language string. it has to be retranslated German translation for password reset honor autopasswd setting for resend password
Conflicts: inc/lang/no/lang.php inc/lang/sl/lang.php
show more ...
|
| #
f4476bd9 |
| 20-Feb-2012 |
Jan Schumann <js@schumann-it.com> |
Refactored auth system: All auth methods are now introduced as plugins.
|
| #
8a9735e3 |
| 19-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
added a timelimit for password reset tokens
passwords now need to be reset within 3 days of requesting the password change mail
|
| #
451e1b4d |
| 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
use correct lang string for password mismatch
|
| #
b78bf706 |
| 30-Jan-2012 |
romain <romain.coltel@gmail.com> |
Added support for the %GROUP% wildcard.
%GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line.
|
| #
9c29eea5 |
| 03-Jan-2012 |
Jan Schumann <js@schumann-it.com> |
Setup auth system from plugins
|
| #
48d7b7a6 |
| 20-Dec-2011 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
use in_array to filter groups instead of preg_grep for acl
the usage of preg_grep can result in "regular expression is too large" warnings, which leads to errors in auth_aclcheck.
|