| 3ba793e2 | 12-May-2005 |
andi <andi@splitbrain.org> |
fix for undefined function error in scriptify patch
darcs-hash:20050512213519-9977f-37df66fbdeba1245e8b4e9ab02c54417a3794017.gz |
| 8c4f28e8 | 12-May-2005 |
jan <jan@jandecaluwe.com> |
Turn sensitive files into scripts that exit immediately
darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz |
| 7009a5a9 | 12-May-2005 |
andi <andi@splitbrain.org> |
fixed logout #319
darcs-hash:20050512204107-9977f-94e56edf182e0194f0965052126ee88778d0bbeb.gz |
| 7a4ea97b | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Why does ActiveDirectory have to be the only one how gets to fill in the uid field, besides it should not be needed anymore if the new flexible LDAP syntax is accepted. $gid is not needed anymore, yo
Why does ActiveDirectory have to be the only one how gets to fill in the uid field, besides it should not be needed anymore if the new flexible LDAP syntax is accepted. $gid is not needed anymore, you can get it with the new syntax.
darcs-hash:20050511195726-ee6b9-5d0546b7ce40040811baa4d7b89522dc16a7964c.gz
show more ...
|
| 2984f237 | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
More flexible LDAP syntax for the configuration, should also make it posible to use non std. LDAP's like MS without having to use a special login user.
darcs-hash:20050511195405-ee6b9-07c63cc0e096e2
More flexible LDAP syntax for the configuration, should also make it posible to use non std. LDAP's like MS without having to use a special login user.
darcs-hash:20050511195405-ee6b9-07c63cc0e096e22900a77fe8d044d2c3f2500589.gz
show more ...
|
| 2560aa4a | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Make this be the $user instead of cn as returned by ldap search, this also makes it behave like the documentation says.
darcs-hash:20050511181943-ee6b9-13cfe24969f8cce4d22ab1bfb4de610218c3e125.gz |
| fbe2891d | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Add option to not do anonymous bind and make i posible to be more script about where to locate user, version 2.
darcs-hash:20050511181639-ee6b9-c4ffc656a4a6af7848bcbca30270d2a869c02da6.gz |
| 88f522e9 | 11-May-2005 |
andi <andi@splitbrain.org> |
only show IP when username is not available
darcs-hash:20050511191229-9977f-86608b464b474e36ff1b4a059e2a0d88996537df.gz |
| eb5d07e4 | 11-May-2005 |
jan <jan@jandecaluwe.com> |
fix for autopasswd
darcs-hash:20050511103440-45605-012290dd1e9ffc10d2d30a70b38b96eb4d9581f4.gz |
| cab2716a | 08-May-2005 |
matthias.grimm <matthias.grimm@users.sourceforge.net> |
user registration without email
This patch extends the user registration with a more direct way without the need for an valid email address. The user password is queried in the registration form and
user registration without email
This patch extends the user registration with a more direct way without the need for an valid email address. The user password is queried in the registration form and not automatically generated and sent by email. This mode could be configured with the new option 'autopasswd'. Some new texts were added for translation but only english and german translation databases have been updated yet.
darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz
show more ...
|
| 7c37db8a | 08-May-2005 |
matthias.grimm <matthias.grimm@users.sourceforge.net> |
mysql create user function
This patch adds the missing function createuser in the mysql auth module. Some new SQL statements have to be defined so that it works: $conf['auth']['mysql']['getgroupid']
mysql create user function
This patch adds the missing function createuser in the mysql auth module. Some new SQL statements have to be defined so that it works: $conf['auth']['mysql']['getgroupid'] to get the ID of a given group $conf['auth']['mysql']['adduser'] to add a user to the database $conf['auth']['mysql']['addusergroup'] to let the user join a given group
darcs-hash:20050508183140-45302-de96a42fd79801a5e9ab14cb476f56b2c9432d7c.gz
show more ...
|
| 919eeb46 | 10-May-2005 |
andi <andi@splitbrain.org> |
added trailing slash when basedir is set
darcs-hash:20050510163354-9977f-9d0daa1ff8878899260f410f7e805d65a5fb3e46.gz |
| e1fcbe1e | 10-May-2005 |
andi <andi@splitbrain.org> |
small fixes to register from admin page
It's AUTH_ADMIN not AUTH_AUTH ;-), Small formatting changes, removed superfluous perm check in register()
darcs-hash:20050510163055-9977f-ca82569166a73bb657e
small fixes to register from admin page
It's AUTH_ADMIN not AUTH_AUTH ;-), Small formatting changes, removed superfluous perm check in register()
darcs-hash:20050510163055-9977f-ca82569166a73bb657e82d3ffa525c1d1978f73e.gz
show more ...
|
| 5e199953 | 09-May-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
fixing user registration from admin page
This patch fixes the user registration from the admin page. It removes the 'register' filter in act_clean() and enables act_permcheck() to handle permissions
fixing user registration from admin page
This patch fixes the user registration from the admin page. It removes the 'register' filter in act_clean() and enables act_permcheck() to handle permissions to 'register' differentially.
darcs-hash:20050509204423-7ef76-eeb3681e364b85690c342f8eabeb65d326cb0637.gz
show more ...
|
| 947fa198 | 09-May-2005 |
andi <andi@splitbrain.org> |
don't use static for footnote ids (bad in feed environment)
darcs-hash:20050509204343-9977f-264ebc54c3dee9e8e9ee4368d9a06af1fb486168.gz |
| bdc127a4 | 09-May-2005 |
andi <andi@splitbrain.org> |
use SCRIPT_NAME instead of REQUEST_URI in getBaseName
REQUEST_URI breaks on directory access (eg. /dokuwiki/) and with the internal rewrite. SCRIPT_NAME should always work. Counter-Examples welcome
use SCRIPT_NAME instead of REQUEST_URI in getBaseName
REQUEST_URI breaks on directory access (eg. /dokuwiki/) and with the internal rewrite. SCRIPT_NAME should always work. Counter-Examples welcome
darcs-hash:20050509204019-9977f-ff5220346347575449734d5fd80fe9b85e5517c2.gz
show more ...
|
| ec052310 | 09-May-2005 |
andi <andi@splitbrain.org> |
remove linefeed from version in meta header
darcs-hash:20050509162458-9977f-c1022acb2bb18a4c077b86948208d033d1173a27.gz |
| e015a61c | 08-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Support for /~tlb request uri's.
darcs-hash:20050508095536-ee6b9-6b03d3d6656756f6c519f87defadd1cec4a9e7e2.gz |
| 640145a5 | 08-May-2005 |
andi <andi@splitbrain.org> |
open register for admin, secure anything else
This adds a little more security to the "add user to admin page" the register function checks for open register or admin rights else returns false
darc
open register for admin, secure anything else
This adds a little more security to the "add user to admin page" the register function checks for open register or admin rights else returns false
darcs-hash:20050508200923-9977f-2826256b5ac72d5b19b3caa0e3fe8029e56ea05a.gz
show more ...
|
| ca3a6df1 | 08-May-2005 |
Matthias Grimm <matthiasgrimm@users.sourceforge.net> |
add user registration to admin page
If 'openregister' is not set the menue entry 'Add new user...' will be added to the admin page so that registering of new users is always possible through an GUI.
add user registration to admin page
If 'openregister' is not set the menue entry 'Add new user...' will be added to the admin page so that registering of new users is always possible through an GUI. If 'openregister is set the menu entry will be omitted to not to overload the admin page.
darcs-hash:20050508101344-4145d-cb3f9e10f4b8d26dec516ce796e54ed12a1e2b53.gz
show more ...
|
| d35041ba | 07-May-2005 |
andi <andi@splitbrain.org> |
fixed TOC to use translated string
darcs-hash:20050507132935-9977f-a90b9c67319edf113b44751addf5fbcf264c5907.gz |
| 4724a577 | 06-May-2005 |
andi <andi@splitbrain.org> |
small fixes
darcs-hash:20050506145743-9977f-16cbd3c620a635fc49f965a7dd43baec38bf7200.gz |
| a2488c3c | 05-May-2005 |
Matthias Grimm <matthiasgrimm@users.sourceforge.net> |
logininfo_fullname
This patch changes the userinfo display in the bottom left edge of the screen, right above the bottom bar. If the user is logged in his full name will be displayed instead of show
logininfo_fullname
This patch changes the userinfo display in the bottom left edge of the screen, right above the bottom bar. If the user is logged in his full name will be displayed instead of showing his user name.
darcs-hash:20050505122426-4145d-cdbde61bf70423a5e22bbf5f3f126ba96d4d2ca1.gz
show more ...
|
| 0b7c14c2 | 04-May-2005 |
andi <andi@splitbrain.org> |
local links added #297
darcs-hash:20050504192203-9977f-004cc04b0753fc5d36d4515519c54039e73e77de.gz |
| 0339c872 | 03-May-2005 |
jan <jan@jandecaluwe.com> |
Make useheading work with relative wiki names
darcs-hash:20050503201059-45605-8d4a3ff954edd165adfc5ae675859f0ec91fe96f.gz |