Skip to content
Snippets Groups Projects
  1. Feb 23, 2008
  2. Feb 19, 2008
  3. Feb 15, 2008
  4. Feb 13, 2008
  5. Dec 03, 2007
  6. Aug 09, 2007
  7. 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
  8. Jun 21, 2007
  9. Jun 20, 2007
  10. May 13, 2007
  11. Apr 23, 2007
  12. 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
  13. 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
  14. Sep 16, 2006
  15. Aug 05, 2006
  16. Aug 03, 2006
  17. 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
  18. 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
  19. Mar 31, 2006
  20. Mar 14, 2006
  21. Mar 07, 2006
  22. Mar 03, 2006
  23. 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
  24. Mar 01, 2006
  25. 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
  26. Feb 11, 2006
  27. 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
  28. Feb 03, 2006
  29. 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
  30. Jan 31, 2006
  31. 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
  32. 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
    • matthiasgrimm's avatar
      MySQL retrieveUsers() use LIMIT · 36eaa3eb
      matthiasgrimm authored
      The function retrieveUsers() uses the SQL statement LIMIT now
      to select a subset of tupel out of a result table instead of
      fetching the whole table and filter in PHP.
      
      darcs-hash:20060126195109-7ef76-79af82f95282d43b585a67b495bfa86c2f5e3a15.gz
      36eaa3eb
    • Andreas Gohr's avatar
      ldap auth fixes · d87e576a
      Andreas Gohr authored
      Adds a config option for the key using in groups as suggested on the wiki.
      Makes the debug outputs distinct. Removes commented, nonimplemented functions.
      
      darcs-hash:20060126214935-7ad00-e4ab08d9fcaa4f43bad7048e8bb9800107e32432.gz
      d87e576a
  33. Jan 24, 2006
Loading