summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22116 from nextcloud/bugfix/noid/transfer-ownership-share...Roeland Jago Douma2020-09-011-0/+5
|\
| * Transfer shares of the transferred root nodeJulius Härtl2020-08-311-0/+5
* | Merge pull request #16632 from nextcloud/bugfix/external-reshareRoeland Jago Douma2020-09-011-5/+1
|\ \
| * | trim slashesRobin Appelman2020-08-281-1/+1
| * | Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
| |/
* | Merge pull request #22514 from nextcloud/fix/s3/only_delete_new_failedRoeland Jago Douma2020-08-311-7/+27
|\ \
| * | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
| * | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
| |/
* / set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
|/
* Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2417-6/+24
|\
| * Update the license headers for Nextcloud 20Christoph Wurst2020-08-2417-6/+24
* | Merge pull request #21894 from nextcloud/fix-file-quotaJoas Schilling2020-08-241-2/+2
|\ \ | |/ |/|
| * fix: file quota was not applied in all caseskorelstar2020-08-201-2/+2
* | Merge pull request #20891 from cuppett/cuppett/issue#19790Roeland Jago Douma2020-08-201-6/+38
|\ \
| * | Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett2020-08-201-6/+38
| |/
* / Make Cache::removeChildren non recursiveRobin Appelman2020-08-202-15/+38
|/
* Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma2020-08-201-1/+1
|\
| * Allow writing empty content to new fileGeorg Ehrke2020-08-131-1/+1
* | Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-...Morris Jobke2020-08-191-1/+1
|\ \
| * | Cast float to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-1/+1
* | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma2020-08-191-0/+1
|\ \ \
| * | | Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+1
| |/ /
* / / Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-3/+3
|/ /
* | Improve recent file fetchingRoeland Jago Douma2020-08-181-6/+51
* | Properly add new methods to interface and document in PHPDoc for getRootMounts()Morris Jobke2020-08-171-0/+6
|/
* Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-0/+3
* Use fixed preview buckets that are postfixed with -preview-NUMBERMorris Jobke2020-08-061-2/+2
* Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-061-3/+48
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-063-0/+165
* Merge pull request #21677 from J0WI/clearstatcache-on-rmdirMorris Jobke2020-08-051-2/+4
|\
| * Only clear the realpath cacheJ0WI2020-07-031-2/+2
| * clearstatcache() on rmdirJ0WI2020-07-031-0/+2
* | dont update mimetype when moving to trashRobin Appelman2020-07-301-1/+5
* | fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-231-7/+10
* | use exceptions for error signaling in writeStreamRobin Appelman2020-07-232-5/+19
* | fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-9/+6
* | Extra white space to follow other ifslui87kw2020-07-151-1/+1
* | Avoid substr() error when strpos returns falsebladewing2020-07-151-6/+9
* | filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-1/+4
* | ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
* | Merge pull request #21636 from nextcloud/lock-exception-readable-pathMorris Jobke2020-07-051-1/+1
|\ \ | |/ |/|
| * add proper paths to locking exceptionsRobin Appelman2020-06-301-1/+1
* | Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
* | Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-022-0/+85
|\ \
| * | prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-112-0/+85
* | | Merge pull request #21588 from nextcloud/bug/21214/method-signatureRoeland Jago Douma2020-06-301-1/+2
|\ \ \
| * | | Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
| | |/ | |/|
* / | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
|/ /
* | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* | Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-151-2/+3
|/