31 Commits (9ce3ea3368937f827171d1ee3aa6a202d93e6cd2)

Autor SHA1 Nachricht Datum
  Christoph Wurst 9ce3ea3368
Update license headers vor 3 Jahren
  Tigran Mkrtchyan 4f2dc18f58 storage: update IStorage#file_put_contents docs to match usage vor 3 Jahren
  Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 vor 3 Jahren
  J0WI 68ce17e59b Unify links to php.net vor 3 Jahren
  Morris Jobke 063ac9d353
Do not fetch the normalized full path again if it is already available vor 3 Jahren
  Roeland Jago Douma 2bbb848c31
Add legacy scanning command vor 3 Jahren
  Robin Appelman 9735b5d61f
Add method to storage backends to get directory content with metadata vor 4 Jahren
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function vor 4 Jahren
  Christoph Wurst 14c996d982
Use elseif instead of else if vor 4 Jahren
  Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 vor 4 Jahren
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere vor 4 Jahren
  Christoph Wurst 5bf3d1bb38
Update license headers vor 4 Jahren
  Roeland Jago Douma 68748d4f85
Some php-cs fixes vor 4 Jahren
  Florian Schunk c2f8df0573 don't close input stream when writing in encrypted file vor 5 Jahren
  Robin Appelman c6a48110bf
allways fall back to fopen for encryption wrapper vor 5 Jahren
  Bjoern Schiessle 5d0fa12e12
allow to disable encryption vor 6 Jahren
  Arthur Schiwon 38a90130ce
move log constants to ILogger vor 6 Jahren
  Bjoern Schiessle a0923d9ffb
reset encryptionVersion to '1' if a file was stream copied, because this means that we basically write the file from scratch vor 6 Jahren
  Morris Jobke e2974f1133
Simplify return statement vor 6 Jahren
  Morris Jobke 6bbea33133
Simplify ternary operator statements vor 6 Jahren
  Morris Jobke 2a38605545
Properly log the full exception instead of only the message vor 6 Jahren
  Morris Jobke 0eebff152a
Update license headers vor 6 Jahren
  Lukas Reschke dfd8125aeb
Replace wrong PHPDocs vor 6 Jahren
  Piotr M dc78f1251e
Optimize put - Dont try to fetch filecache for not existing filecache in encription vor 7 Jahren
  Bjoern Schiessle 0f8fe77b3a
check if the file should really be encrypted before we update the file cache vor 7 Jahren
  Joas Schilling 0215b004da
Update with robin vor 8 Jahren
  Joas Schilling ba87db3fcc
Fix others vor 8 Jahren
  Lukas Reschke aba539703c
Update license headers vor 8 Jahren
  Roeland Jago Douma dedf392751
Move \OC\Files to PSR-4 vor 8 Jahren
  Björn Schießle 4f438eee56
preserve information if it is a rename operation or not vor 8 Jahren
  Bjoern Schiessle e4b451491b make sure that we always remove the file again from the cache after the version was created vor 8 Jahren
  Bjoern Schiessle 93ed965cbb fix creation of versions of encrypted files on external storages vor 8 Jahren
  Lukas Reschke c427bf3b5d Make sure that the encrypted version is set vor 8 Jahren
  Bjoern Schiessle 7b9d53b7ea no need to calculate the header size, if the first block contain a header we already know the size vor 8 Jahren
  Lukas Reschke 676041ba7e Ensure that stored version is at least 1 for cross-storage copy vor 8 Jahren
  Lukas Reschke 72c8187cbb Keep "encryptedVersion" when calling `\OC\Files\View::copy` vor 8 Jahren
  Lukas Reschke 933f60e314 Update author information vor 8 Jahren
  Bjoern Schiessle 834b51b83b recalculate unencrypted size if we assume that the size stored in the db is not correct vor 8 Jahren
  Vincent Petry a9e0cfad8b Check delete permission before attemping copy+delete vor 8 Jahren
  Bjoern Schiessle 9dc759b4dc remember signature version and only set it on update to make sure that other vor 8 Jahren
  Vincent Petry 3736f13826 Check if partial cache entry or not in encryption wrapper vor 8 Jahren
  Lukas Reschke 5ccb9dfa7e Use database for keeping track of the version vor 8 Jahren
  Björn Schießle cf3a8f274f make it backward compatible to work with signed and un-signed files vor 8 Jahren
  Vincent Petry 19980be116 Fix part file partial cache logic in encryption code vor 8 Jahren
  Robin Appelman 6d321f5f6b Return a class from cache operations instead of an array vor 8 Jahren
  Thomas Müller 682821c71e Happy new year! vor 8 Jahren
  Björn Schießle 6d0a324144 make sure that we update the unencrypted size for the versions vor 8 Jahren
  Lukas Reschke 8f09d5b67c Update license headers vor 8 Jahren
  Bjoern Schiessle dd6cb67030 check if fopen was successful before continue vor 8 Jahren
  Bjoern Schiessle c7883b1769 only wrap source if fopen was successful vor 8 Jahren