Skip to content
Snippets Groups Projects
  1. Oct 15, 2011
  2. Oct 14, 2011
  3. Sep 25, 2011
    • Andreas Gohr's avatar
      fix namespace cleaning FS#2295 · b680ea06
      Andreas Gohr authored
      This patch applies the correct pagename cleaning to namespaces as well.
      Namespaces should follow the same rules as pagenames but due to a bug it
      was possible to have namespaces ending in a underscore.
      
      If you used such a namespace it will be inaccessible after applying this
      patch. You should rename the namespace directory on the filesystem
      (removing the trailing underscore). You old links will then work
      automatically again. Rebuilding the search index is recommended.
      b680ea06
  4. Sep 13, 2011
  5. Sep 04, 2011
  6. Jun 05, 2011
  7. May 25, 2011
  8. Apr 21, 2011
  9. Apr 14, 2011
  10. Apr 09, 2011
  11. Apr 07, 2011
  12. Apr 01, 2011
  13. Feb 09, 2011
  14. Feb 06, 2011
  15. Jan 23, 2011
  16. Jan 22, 2011
    • Andreas Gohr's avatar
      refactored passowrd hashing functions to a class · 3a0a2d05
      Andreas Gohr authored
      this splits the long auth_cryptPassword() function into many member
      functions of a new class PassHash which should make it more
      maintainable and reusable for other projects.
      
      This also adds two new methods djangomd5 and djangosha1 as used by the
      popular python framework Django.
      
      Maybe the auth_cryptPassword() and auth_verifyPassword() functions
      should be deprecated in favor of using the class directly?
      3a0a2d05
  17. Jan 16, 2011
  18. Jan 15, 2011
  19. Jan 09, 2011
  20. Jan 03, 2011
  21. Dec 21, 2010
  22. Dec 08, 2010
    • Andreas Gohr's avatar
      added auth_isMember() · d6dc956f
      Andreas Gohr authored
      This function abstracts checking a given user and her groups against a
      given member list (as used in the superuser and manager options).
      
      It is also used in auth_isManager() and auth_isAdmin(), unlike the
      previous function, this one skips the nameencode step as it should be
      unnessary here (all input is given decoded).
      
      The test cases where extended by some non-ID user and group names.
      
      People with non-plain auth backends should check that their
      administrator and manager setups still work as expected
      d6dc956f
  23. Nov 29, 2010
  24. Oct 26, 2010
    • Adrian Lang's avatar
      Fix SafeFN-encoded file names · 8bddd94e
      Adrian Lang authored
      SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded.
      8bddd94e
  25. Oct 11, 2010
  26. Oct 03, 2010
  27. Sep 23, 2010
  28. Sep 20, 2010
    • Adrian Lang's avatar
      Remove odd .htaccess · e383b004
      Adrian Lang authored
      Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong.
      e383b004
  29. Aug 31, 2010
Loading