Skip to content
Snippets Groups Projects
  1. Dec 10, 2014
  2. Nov 25, 2014
  3. Oct 29, 2014
  4. Oct 28, 2014
  5. Sep 22, 2014
  6. Sep 18, 2014
  7. Sep 17, 2014
  8. Aug 31, 2014
  9. Aug 26, 2014
    • Lukas Reschke's avatar
      Add some security utilities · d26a9c3c
      Lukas Reschke authored
      This adds some security utilities to core including:
      - A library for basic crypto operations (e.g. to encrypt passwords)
      - A better library for cryptographic actions which allows you to specify the charset
      - A library for secure string comparisions
      
      Remove .htaccess
      
      Remove .htaccess
      
      Fix typo
      
      Add public API
      
      Use timing constant comparision
      
      Remove CBC constant
      
      Adjust code
      
      Remove confusing $this
      d26a9c3c
  10. Aug 11, 2014
    • Vincent Petry's avatar
      Fixed file list sorting · 173059f6
      Vincent Petry authored
      Now using a natural sort algorithm that is more consistent between JS
      and PHP (although not perfect in some corner cases)
      
      - added OC.Util.naturalSortComparator that uses the same algo that was
        used for the user list
      - changed user list and files list to use OC.Util.naturalSortComparator
      - removed toLowerCase() and changed the comparator to use
        String.localeCompare()
      - added unit tests
      - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
      173059f6
  11. Jul 25, 2014
  12. Jul 21, 2014
  13. Jun 18, 2014
    • Vincent Petry's avatar
      Prevent loadApps on upgrade · 79920548
      Vincent Petry authored
      Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible
      form the router.
      Moved maintenance + upgrade check to the router.
      79920548
  14. May 22, 2014
  15. May 19, 2014
  16. May 16, 2014
  17. May 13, 2014
  18. May 07, 2014
  19. Apr 21, 2014
  20. Mar 24, 2014
  21. Mar 20, 2014
  22. Mar 19, 2014
  23. Feb 18, 2014
  24. Jan 27, 2014
  25. Jan 24, 2014
    • Jens-Christian Fischer's avatar
      added function documentation · 0f6c6071
      Jens-Christian Fischer authored
      0f6c6071
    • Jens-Christian Fischer's avatar
      Add 'mail_from_address' configuration · 50639309
      Jens-Christian Fischer authored
      In environments where there are rules for the email addresses, the "from
      address" that owncloud uses has to be configurable.
      
      This patch adds a new configuration variable 'mail_from_address'.
      If it is configured, owncloud will use this as the sender of *all*
      emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by
      default). By using the 'mail_from_address' configuration, only this
      email address will be used.
      50639309
  26. Jan 13, 2014
  27. Dec 16, 2013
    • Vincent Petry's avatar
      Do not use L10n when logging exceptions · 2a1d6d31
      Vincent Petry authored
      In some specific situations, the L10N bundle isn't loadable yet (for
      example when there is an issue with the app_config table). In such case,
      we still want to be able to log the real exception.
      
      This fixes errors that say "OC_L10N_String::__toString must not throw
      exceptions"
      2a1d6d31
  28. Dec 08, 2013
  29. Nov 03, 2013
  30. Oct 31, 2013
  31. Oct 23, 2013
  32. Aug 12, 2013
  33. Jul 22, 2013
  34. Jul 19, 2013
  35. Jul 09, 2013
Loading