Skip to content
Snippets Groups Projects
  1. Oct 12, 2008
  2. Aug 17, 2008
    • Gabriel Birke's avatar
      Wrap user modifications in events · 7d3c8d42
      Gabriel Birke authored
      Adds a wrapper function in the basic auth class which is used by the core code
      to modify the user database. The wrapper function signals events and delegates
      the action to the auth backend.
      
      darcs-hash:20080817141121-79ce3-3300a4342b62a7a18ebcc9a765d87b30a0264621.gz
      7d3c8d42
  3. Apr 10, 2008
  4. Feb 23, 2008
  5. Feb 19, 2008
  6. Feb 15, 2008
  7. Feb 13, 2008
  8. Dec 03, 2007
  9. Aug 09, 2007
  10. Jul 30, 2007
    • Andreas Gohr's avatar
      PGSQL auth backend - connect via socket FS#1198 · 536552b1
      Andreas Gohr authored
      If the server field is empty in configuration  the postgres backend will
      try to connect via a local socket to the server
      
      darcs-hash:20070730171227-7ad00-83bb5c4e60fec79e116343b1043a0dfe9800f82b.gz
      536552b1
  11. Jun 21, 2007
  12. Jun 20, 2007
  13. May 13, 2007
  14. Apr 23, 2007
  15. Jan 03, 2007
    • henning.noren's avatar
      tf_rename_lower.patch · 44881bd0
      henning.noren authored
      Name the TRUE/FALSE-constants consistently as lowercase everywhere.
      This might also be an tiny optimization in some environments.
      
      darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
      44881bd0
  16. Oct 03, 2006
    • Andreas Gohr's avatar
      always bind as superuser for getting userinfo (LDAP) #751 · 01ca51fc
      Andreas Gohr authored
      Rebind as superuser even on a previous successful bind as normal user, when
      superuser credentials are available. LDAP access restrictions may need it.
      
      darcs-hash:20061003153018-7ad00-16a69e99f93433bd9e999086f8757a56f975a1ef.gz
      01ca51fc
    • Andreas Gohr's avatar
      use DOKU_URL as key for sessions and auth cookie #896 #581 #884 · e71ce681
      Andreas Gohr authored
      This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define.
      DOKU_COOKIE is now used as session key as well, making sessions no longer
      dependend on the title option. This should fix problems with multiple
      wikis on the same host (using the same title) and wikis accessed through
      different URLs.
      
      darcs-hash:20061003121546-7ad00-aea4c256b7752815ed422ce74a659152a601d267.gz
      e71ce681
    • Andreas Gohr's avatar
      force rebind after opening new LDAP connection #751 · 2d18445d
      Andreas Gohr authored
      This patch sets the private bound variable back to false if a new connection
      is opened.
      
      darcs-hash:20061003104320-7ad00-24370bcdc7beff5db7d7f2e68ea180763699ca5c.gz
      2d18445d
  17. Sep 16, 2006
  18. Aug 05, 2006
  19. Aug 03, 2006
  20. Jun 11, 2006
    • Andreas Gohr's avatar
      changed inheritance for pgsql auth backend · edb16ad5
      Andreas Gohr authored
      Because of incompatible SQL syntax the postgres backend can no longer
      inherit the retrieveUsers method from the MySQL backend
      
      darcs-hash:20060611170748-7ad00-83c69718da2f391e44504638b795956cf412fca0.gz
      edb16ad5
    • matthiasgrimm's avatar
      MySQL 3.23 compatibility issue · 2f3dc51d
      matthiasgrimm authored
      MySQL 3.23 doesn't support the keyword OFFSET in the LIMIT statement.
      This patch changes the code to the second alternative syntax.
      
      darcs-hash:20060611164347-7ef76-b38861cebe45604c253bd4436451825733fe7083.gz
      2f3dc51d
  21. May 22, 2006
    • matthiasgrimm's avatar
      MySQL Bug - PHP warning if query result is empty · adae7285
      matthiasgrimm authored
      If a database query has no result, the returned array is not
      valid. This caused a PHP warning in the user manager if the
      filter is set in a way that the result list is empty.
      
      darcs-hash:20060522162327-7ef76-d8fa89a047a9a159b600f11ccb189e845b2a5b8f.gz
      adae7285
  22. Mar 31, 2006
  23. Mar 14, 2006
  24. Mar 07, 2006
  25. Mar 03, 2006
  26. Mar 02, 2006
    • Andreas Gohr's avatar
      Allow non-ID names in ACLs · 6c2bb100
      Andreas Gohr authored
      Some auth backends allow special chars like whitespaces in user and group
      names. This made problems with the existing ACL checks and ACL manager.
      This patch makes the ACL system work with these cases by (url)encoding all
      special chars below 128.
      
      darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
      6c2bb100
  27. Mar 01, 2006
  28. Feb 17, 2006
    • Andreas Gohr's avatar
      file cleanups · 98c86858
      Andreas Gohr authored
      This patch cleans up the source code to satisfy the coding guidelines (see
      http://wiki.splitbrain.org/wiki:development#coding_style)
      
      It converts files to UNIX lineendings and removes tabs and trailing
      whitespace. Not all files were cleaned yet.
      
      darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
      98c86858
    • Andreas Gohr's avatar
      fixed password mail · 1d096a10
      Andreas Gohr authored
      There was an error which caused the mail aent on registration to
      contain the crypted password instead of the cleartext one.
      
      darcs-hash:20060217180715-7ad00-88b2e8f74ddbad41300ca53bbf79df3d8d8beebc.gz
      1d096a10
  29. Feb 11, 2006
  30. Feb 08, 2006
    • matthiasgrimm's avatar
      MySQL cando update · 715e553e
      matthiasgrimm authored
      This patch fixed the cando capabilities array.
      
      darcs-hash:20060208185913-7ef76-b6e999ebd2ecfbf3d3b50305cee88d6eb85a3b65.gz
      715e553e
  31. Feb 03, 2006
  32. Feb 01, 2006
    • matthiasgrimm's avatar
      optional READ Lock · b0a0ac79
      matthiasgrimm authored
      The option TablesToLock is no longer required for read operations.
      The small risk to feed invalid data into dokuwiki was accepted by
      the project leader.
      
      Nevertheless locks will be used for read operations too, if the
      option 'TablesToLock' is given.
      
      darcs-hash:20060201181422-7ef76-e89c5d9c305ca8c076281a58b6208e60dfce4c9f.gz
      b0a0ac79
  33. Jan 31, 2006
  34. Jan 30, 2006
    • matthiasgrimm's avatar
      MySQL canDo() patch · 24bc1a35
      matthiasgrimm authored
      This patch adds a canDo() function to the MySQL backend to
      give higher program levels the opportunity to find out what
      functions the MySQL backend provides.
      
      Furthermore the option encryptPass was renamed to
      forwardClearPass because the old name was misleading and not
      clear.
      
      Last but not least the mysql.conf.php was reorganized to make
      clear which SQL statements enable which functions.
      
      darcs-hash:20060130192750-7ef76-2ba9388ea56b17e4f26feda74a66b7d9b8da7333.gz
      24bc1a35
  35. Jan 26, 2006
    • matthiasgrimm's avatar
      MySQL getUserCount() optimizsation · a49c00b5
      matthiasgrimm authored
      The function getUserCount() uses SQL_CALC_FOUND_ROWS now if
      MySQL v4.0 or later is found. This will speed up this query
      with big user tables.
      
      darcs-hash:20060126205715-7ef76-e3a7009ad6be3659002b562bc055e4fe1cbd904a.gz
      a49c00b5
Loading