Skip to content
Snippets Groups Projects
  1. Jan 29, 2014
  2. Jan 27, 2014
    • Vincent Petry's avatar
      Added exception logger plugin for sabre connector · 11ef12a1
      Vincent Petry authored
      Whenever an exception occurs in the sabre connector code or code called
      by it, it will be logged.
      
      This plugin approach is needed because Sabre already catches exceptions
      to return them to the client in the XML response, so they don't appear
      logged in the web server log.
      
      This will make it much easier to debug syncing issues.
      11ef12a1
  3. Jan 24, 2014
    • Otto Sabart's avatar
      Add check for apc.enabled option · 2f8ebd03
      Otto Sabart authored
      Sometimes it's not possible to disable APC entirely and some of
      apc_functions are disabled. Only thing which is possible is
      to disable apc.enable option.
      2f8ebd03
    • 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
  4. Jan 23, 2014
  5. Jan 21, 2014
  6. Jan 20, 2014
  7. Jan 19, 2014
    • Vincent Petry's avatar
      Fixed quota wrapper to not wrap failed fopen streams · 1af7dab5
      Vincent Petry authored
      When calling fopen() on some storage types, these return false instead
      of throwing an exception.
      
      This fix makes sure that in case the stream wasn't opened (for example
      when a file doesn't exist any more) the stream isn't wrapped.
      
      Also added 'rb' as another case that doesn't need to be wrapped.
      
      Fixes #6832
      1af7dab5
  8. Jan 17, 2014
  9. Jan 16, 2014
    • Vincent Petry's avatar
      Added Javascript unit tests · 350214c6
      Vincent Petry authored
      - added karma utility to run jasmine unit tests
      - added Sinon library (for stubs/mocks/fakeserver)
      - added a few unit tests for core and files
      - added autotest-js.sh script
      350214c6
  10. Jan 15, 2014
  11. Jan 14, 2014
  12. Jan 13, 2014
  13. Jan 12, 2014
  14. Jan 10, 2014
  15. Jan 09, 2014
  16. Jan 08, 2014
  17. Jan 07, 2014
Loading