aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
* add azure unit tests with azuriteRobin Appelman2018-06-041-1/+28
* add azure object storage backendRobin Appelman2018-06-041-0/+91
* Merge pull request #9395 from nextcloud/scanner-error-lock-cleanupMorris Jobke2018-05-231-9/+12
|\
| * cleanup locks in scanner on errorRobin Appelman2018-05-041-9/+12
* | Make Appdata staticRoeland Jago Douma2018-05-142-6/+13
* | Merge pull request #9397 from nextcloud/log-fileinfo-not-foundMorris Jobke2018-05-071-0/+1
|\ \
| * | Debug log file not found when getting fileinfoRobin Appelman2018-05-041-0/+1
| |/
* | Merge pull request #9388 from nextcloud/log-lock-state-on-conflictMorris Jobke2018-05-071-3/+1
|\ \
| * | always log locking errorsRobin Appelman2018-05-041-3/+1
* | | Merge pull request #9372 from nextcloud/bugfix/4577Morris Jobke2018-05-071-0/+8
|\ \ \
| * | | Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+8
| |/ /
* | | Merge pull request #9371 from nextcloud/bugfix/7444Morris Jobke2018-05-071-7/+7
|\ \ \ | |_|/ |/| |
| * | Cache is not part of the quotaRoeland Jago Douma2018-05-021-7/+7
| |/
* | Merge pull request #9387 from nextcloud/getcachentry-lockMorris Jobke2018-05-041-3/+1
|\ \
| * | remove unneeded locks in getCacheEntryRobin Appelman2018-05-041-3/+1
| |/
* | Merge pull request #9364 from nextcloud/log-invalid-storageMorris Jobke2018-05-041-0/+3
|\ \
| * | Log mount and storage issues in getFileInfoRobin Appelman2018-05-021-0/+3
| |/
* / Use better way to determine stream type in encryption stream wrapperRobin Appelman2018-05-011-3/+3
|/
* Merge pull request #9321 from nextcloud/bugfix/noid/return_root_folder_when_a...Morris Jobke2018-04-271-1/+5
|\
| * Actually return the root folder when traversing up the treeRoeland Jago Douma2018-04-261-1/+5
* | generateTokenFromCache is only valid for V3Roeland Jago Douma2018-04-261-2/+2
* | json_decode an associative array for the swift cached tokenRoeland Jago Douma2018-04-261-1/+1
|/
* move log constants to ILoggerArthur Schiwon2018-04-2610-20/+29
* Merge pull request #9280 from nextcloud/bugfix/noid/swift-v3-scopeRoeland Jago Douma2018-04-241-0/+4
|\
| * Swift v3 requires setting a scopeRoeland Jago Douma2018-04-231-0/+4
* | Fix undefined variable - found by phanMorris Jobke2018-04-231-1/+1
* | Fix undefined variable - found by PhanMorris Jobke2018-04-231-1/+1
|/
* Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-3/+5
* Fix testsRoeland Jago Douma2018-04-041-2/+2
* Add pathcacheRoeland Jago Douma2018-04-041-4/+19
* Make normalized cache path largerRoeland Jago Douma2018-04-041-1/+1
* Comparing stringlength is cheaper than strposRoeland Jago Douma2018-04-041-1/+1
* Cache the $foundMountPointLengthRoeland Jago Douma2018-04-041-1/+3
* InspectionsRoeland Jago Douma2018-04-041-8/+9
* Make the MountManager strictRoeland Jago Douma2018-04-041-13/+14
* Merge pull request #9018 from nextcloud/fix-copy-encrypted-filesBjörn Schießle2018-04-031-7/+8
|\
| * reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* | Throw an exception if file_put_contents failsRoeland Jago Douma2018-03-271-1/+5
* | Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
* | Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-1/+1
* | Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-192-12/+24
|\ \
| * | verify cached swift tokenRobin Appelman2018-03-162-12/+24
* | | Merge pull request #8830 from nextcloud/node_emit_readRoeland Jago Douma2018-03-151-0/+7
|\ \ \
| * | | Emit read for nodesRoeland Jago Douma2018-03-151-0/+7
* | | | Fix bucket and container usageRoeland Jago Douma2018-03-142-2/+6
|/ / /
* / / Properly cache swift v3 tokenRoeland Jago Douma2018-03-121-1/+6
|/ /
* | Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-0/+4
|\ \
| * | disable part files for object storesRobin Appelman2018-03-071-0/+4
| |/
* / don't read existing file when overwriting using object storeRobin Appelman2018-03-071-7/+13
|/