Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
  2. Mar 03, 2016
    • Lukas Reschke's avatar
      Keep "encryptedVersion" when calling `\OC\Files\View::copy` · 72c8187c
      Lukas Reschke authored
      When calling `\OC\Files\View::copy` we should also keep the version to ensure that the file will always have the correct version attached and can be successfully decrypted.
      
      To test this the following steps are necessary (from https://github.com/owncloud/core/issues/22781#issuecomment-191328982):
      
      1. setup a new ownCloud 9.0 beta2
      2. enable encryption
      2. upload a docx (5.7MB large)
      3. upload the same file again and overwrite the existing file
      4. I can download the original file and the first version
      5. I restore the first version
      6. restored version can no longer be downloaded with the error described above
      
      The manual cache operation in `\OCA\Files_Versions\Storage` is unfortunately necessary since `\OCA\Files_Versions\Storage::copyFileContents` is not using `\OCP\Files\Storage::moveFromStorage` in the case when an object storage is used. Due to the workaround added in https://github.com/owncloud/core/commit/54cea05271b887f1c8062c034741df869bc0f055 the stream is directly copied and thus bypassing the FS.
      72c8187c
  3. Mar 01, 2016
  4. Feb 29, 2016
  5. Feb 26, 2016
  6. Feb 25, 2016
  7. Feb 23, 2016
  8. Feb 22, 2016
  9. Feb 19, 2016
    • Roeland Jago Douma's avatar
      When (re-)sharing an incomming federated share set the corrent owner · 2dcf887c
      Roeland Jago Douma authored
      Incomming federated shares are a special kind. We mount them as normal
      webdav shares but we do supply owner info with the federated cloud id of
      the share owner.
      
      Since we do not yet have the new resharing behaviour on federated shares
      we need to set the correct owner. Which will allow sharing and proper
      mounting for other users.
      
      fixes #22500
      2dcf887c
  10. Feb 18, 2016
  11. Feb 16, 2016
  12. Feb 15, 2016
  13. Feb 12, 2016
    • Lukas Reschke's avatar
      Add note if integrity check is disabled · 4b904291
      Lukas Reschke authored
      Our issue template states that users should post the output of `/index.php/settings/integrity/failed`, at the moment it displays that all passes have been passed if the integrity checker has been disabled.
      
      This is however a wrong approach considering that some distributions are gonna package Frankenstein releases and makes it harder for us to detect such issues. Thus if the integrity code checker is disabled (using the config switch)  it displays now: `Appcode checker has been disabled. Integrity cannot be verified.`
      
      This is not displayed anywhere else in the UI except these URL used for us for debugging purposes.
      4b904291
    • Roeland Jago Douma's avatar
      Fix unit tests · 759b1977
      Roeland Jago Douma authored
      759b1977
  14. Feb 11, 2016
  15. Feb 10, 2016
  16. Feb 09, 2016
  17. Feb 08, 2016
  18. Feb 06, 2016
Loading