| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.
Missing Features
- Doku_Block_Handler needs work (doesn't honur plugins yet)
- there is no way to specify the order of plugins and other modes yet
- useful output from the info plugin
- bug testing and fixing
- code cleanup
- documentation
darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
|
|
|
|
| |
darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz
|
|
|
|
| |
darcs-hash:20050517204540-9977f-ad23f3daa6503158c1068c3e28808a7cd2147e11.gz
|
|
|
|
|
|
|
|
| |
added a half second delay before the suggstions appear, moved the postion
to appear besides the browsers autocomplete...
I'm still not sure if this is useful at all.
darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added support for the new auth_cryptPassword() and the corresponding
verify functions
- $conf['auth']['pgsql']['userinfo'] is now used to verify passwords;
therefore it also needs to return the crypted passwords which in
turn makes $conf['auth']['pgsql']['passcheck'] obsolete
- changed the pass collumn in the users table from varchar(32)
to varchar(255); just to be on the safe side.
added support for an optional pgsql "port" option
($conf['auth']['pgsql']['port'])
added basic support for adding new users
this needs the $conf['auth']['pgsql']['createuser'] option including
a corresponding sql function
darcs-hash:20050516071100-c516d-8573af3850f5c4aa4f1ddc71be062a0e93fdacd4.gz
|
|
|
|
|
|
|
| |
This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
Patches welcome!
darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz
|
|
|
|
|
|
|
|
|
| |
This patch adds mor flexibility and security to the mysql_auth backend.
You now can omit the getgroupid and addusergroup configs if you don't need
them. The default groupname is available in addusergroup and adduser now, too.
Last but not least calls to addslashes were added to avoid SQL injection.
darcs-hash:20050514192208-9977f-d970834ca68a896e725c4911639a311217dee792.gz
|
|
|
|
| |
darcs-hash:20050514173404-9977f-01e016ca326d65bb339d1a339c3aa1506a375b2a.gz
|
|
|
|
| |
darcs-hash:20050514160609-9977f-37117d972cb6a61de5c9847c9d9e25a30867f33d.gz
|
|
|
|
| |
darcs-hash:20050514135518-9977f-217e9b111e8d42389e114a530209dbd3fdab3c76.gz
|
|
|
|
|
|
|
|
|
| |
This patch adds support for different hash algorithms to auth_mysql.
The SQL queries must be modified too and please keep an eye on the
password field width in your users database. Some hash values need
much more space than the good old md5 algorithm.
darcs-hash:20050513182619-7ef76-a363c735e34f18b0f2b88be48a1b261e4b50fab3.gz
|
|
|
|
|
|
| |
wrong variable used in ssha hash algorithm - fixed
darcs-hash:20050513182341-7ef76-ca2263503c39ed209ca38c86b295ea30cd0b11b1.gz
|
|
|
|
| |
darcs-hash:20050513152910-9977f-e9dfee8d6958db3e487edbba3b441da0d447c158.gz
|
|
|
|
|
|
|
|
|
|
| |
This patch allows the method for hashing (onewaycrypting) the user passwords to
be set with $conf['passcrypt']. Available are MD5, salted MD5, SHA1 salted SHA1 (SSHA)
and the old Unix crypt (2 char seed).
This change was inspired by a mail from Chris Brotherton (thanks for making me think about this)
darcs-hash:20050513152248-9977f-2358b26449ed865a981c8558308a2857ba17c12f.gz
|
|
|
|
| |
darcs-hash:20050513151255-9977f-ff7a5e5984c8e419654950bfb56b1d42b31937d5.gz
|
|
|
|
|
|
|
| |
The above function used to return NULL if a cached copy was required but
wasn't found. It now returns an empty array instead.
darcs-hash:20050513122255-9977f-193fcfcc12f676f355407358c6000e4a74999c03.gz
|
|
|
|
| |
darcs-hash:20050513121854-3d971-a2d7cf8b496f0eef637938a1574afbb6b800aa54.gz
|
|
|
|
| |
darcs-hash:20050513101858-45605-3b95334c8636ebfbbf8db099abda0c2e07095a28.gz
|
|
|
|
| |
darcs-hash:20050513094100-45605-db4bffe5e2fa91296c66d9bf87d3f8482ad11ee9.gz
|
|
|
|
| |
darcs-hash:20050512213519-9977f-37df66fbdeba1245e8b4e9ab02c54417a3794017.gz
|
|
|
|
| |
darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz
|
|
|
|
| |
darcs-hash:20050512204107-9977f-94e56edf182e0194f0965052126ee88778d0bbeb.gz
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
to use non std. LDAP's like MS without having to use a special login user.
darcs-hash:20050511195405-ee6b9-07c63cc0e096e22900a77fe8d044d2c3f2500589.gz
|
|
|
|
|
|
| |
makes it behave like the documentation says.
darcs-hash:20050511181943-ee6b9-13cfe24969f8cce4d22ab1bfb4de610218c3e125.gz
|
|
|
|
|
|
| |
about where to locate user, version 2.
darcs-hash:20050511181639-ee6b9-c4ffc656a4a6af7848bcbca30270d2a869c02da6.gz
|
|
|
|
| |
darcs-hash:20050511191229-9977f-86608b464b474e36ff1b4a059e2a0d88996537df.gz
|
|
|
|
| |
darcs-hash:20050511103440-45605-012290dd1e9ffc10d2d30a70b38b96eb4d9581f4.gz
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050510163354-9977f-9d0daa1ff8878899260f410f7e805d65a5fb3e46.gz
|
|
|
|
|
|
|
| |
It's AUTH_ADMIN not AUTH_AUTH ;-), Small formatting changes, removed
superfluous perm check in register()
darcs-hash:20050510163055-9977f-ca82569166a73bb657e82d3ffa525c1d1978f73e.gz
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050509204343-9977f-264ebc54c3dee9e8e9ee4368d9a06af1fb486168.gz
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050509162458-9977f-c1022acb2bb18a4c077b86948208d033d1173a27.gz
|
|
|
|
| |
darcs-hash:20050508095536-ee6b9-6b03d3d6656756f6c519f87defadd1cec4a9e7e2.gz
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050507132935-9977f-a90b9c67319edf113b44751addf5fbcf264c5907.gz
|
|
|
|
| |
darcs-hash:20050506145743-9977f-16cbd3c620a635fc49f965a7dd43baec38bf7200.gz
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050504192203-9977f-004cc04b0753fc5d36d4515519c54039e73e77de.gz
|
|
|
|
| |
darcs-hash:20050503201059-45605-8d4a3ff954edd165adfc5ae675859f0ec91fe96f.gz
|
|
|
|
| |
darcs-hash:20050501193908-9977f-e65b9b9bd123efaccc167f2e1ad9a1d4f51ba681.gz
|
|
|
|
| |
darcs-hash:20050501182348-9977f-a0653d07936820a7e1c251537f4b93556d88d4c8.gz
|
|
|
|
| |
darcs-hash:20050501174843-9977f-10aeb839e657f94ed9fead63db63a9b28137e3fc.gz
|
|
|
|
| |
darcs-hash:20050501161512-9977f-c74a1814bfc6844e019e27a32b2a459888172a0b.gz
|
|
|
|
| |
darcs-hash:20050501115305-9977f-e7ccfbf5b3f47c7f7ff5fb339ba40c0c50861a3c.gz
|
|
|
|
| |
darcs-hash:20050429211602-9977f-70bda6c598e239d227663a6c2ff1c19fbf069bb8.gz
|