31 Revīzijas (9ce3ea3368937f827171d1ee3aa6a202d93e6cd2)

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