summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper/Encryption.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2020-12-301-0/+2
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-10/+10
|\
| * Unify links to php.netJ0WI2020-09-171-10/+10
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-2/+2
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
| |/
* / Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
|/
* Do not fetch the normalized full path again if it is already availableMorris Jobke2020-09-171-1/+1
* Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-29/+40
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-18/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
* allways fall back to fopen for encryption wrapperRobin Appelman2018-10-311-0/+9
* allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* Simplify return statementMorris Jobke2018-02-131-3/+1
* Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+5
* Update license headersMorris Jobke2017-11-061-0/+2
* Replace wrong PHPDocsLukas Reschke2017-08-011-8/+8
* Optimize put - Dont try to fetch filecache for not existing filecache in encr...Piotr M2017-04-121-2/+4
* check if the file should really be encrypted before we update the file cacheBjoern Schiessle2016-11-291-2/+30
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+993