Skip to content
Snippets Groups Projects
  1. Nov 15, 2014
  2. Nov 13, 2014
    • michag86's avatar
      removal of wrong/double implemented check · 7e70c4ee
      michag86 authored
      Check already implemented in core/settings/ajax/changedisplayname.php
      7e70c4ee
    • Lukas Reschke's avatar
      Run preupdate before an update · 5f8fb8d1
      Lukas Reschke authored
      The update routine tries to test the database migration before actually performing the update.
      
      However, this will fail hard if the schema has changed (for example an unique key has been added). App developers can convert the DB in preupdate.php, however it is not called before and therefore the update fails.
      
      This actually breaks ownCloud updates from ownCloud 6 to ownCloud 7 when the files_antivirus app is enabled.
      5f8fb8d1
  3. Nov 12, 2014
  4. Nov 11, 2014
  5. Nov 10, 2014
    • Vincent Petry's avatar
      Convert StorageNotAvailableException to SabreDAV exception · cccedf6f
      Vincent Petry authored
      Convert \OCP\Files\StorageNotAvailableException to
      \Sabre\DAV\Exception\ServiceUnavailable for every file/directory
      operation happening inside of SabreDAV.
      
      This is necessary to avoid having the exception bubble up to remote.php
      which would return an exception page instead of an appropriate response.
      cccedf6f
  6. Nov 07, 2014
  7. Nov 06, 2014
  8. Nov 05, 2014
  9. Nov 04, 2014
  10. Nov 03, 2014
  11. Oct 31, 2014
  12. Oct 30, 2014
  13. Oct 29, 2014
  14. Oct 28, 2014
Loading