summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3892 from nextcloud/downstream-27101Joas Schilling2017-03-171-1/+5
|\
| * Redirect unlink to rmdir (#27101)Vincent Petry2017-03-161-1/+5
* | Skip FailedStorage in background scanVincent Petry2017-03-171-0/+12
|/
* Merge pull request #3838 from Xuanwo/basename-fixRoeland Jago Douma2017-03-141-1/+2
|\
| * [OC/Files/Cache]: Fix wrong usage of basenameXuanwo2017-03-141-1/+2
* | Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-142-0/+14
|\ \ | |/ |/|
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-142-0/+14
* | dont allow empty wildcard searchRobin Appelman2017-03-131-0/+4
* | Allow searching for favoritesRobin Appelman2017-03-083-7/+60
* | Implement webdav SEARCHRobin Appelman2017-03-018-25/+175
* | add icewind/searchdavRobin Appelman2017-02-285-0/+322
* | Refactor files' CacheEntry object creation to call cacheEntryFromData() all t...Frédéric Fortier2017-02-221-36/+16
* | Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-0/+2
* | Merge pull request #3495 from nextcloud/dav-protectedRoeland Jago Douma2017-02-151-7/+7
|\ \
| * | Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
* | | Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-152-1/+10
|\ \ \
| * | | also apply permissions mask in getMetaDataRobin Appelman2017-02-102-1/+10
* | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-idRoeland Jago Douma2017-02-153-7/+3
|\ \ \ \
| * | | | Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-253-7/+3
* | | | | Merge pull request #3465 from nextcloud/storage-log-locksLukas Reschke2017-02-142-3/+84
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-132-0/+6
| * | | | Add storage to log item as wellLukas Reschke2017-02-131-3/+33
| * | | | Add option to enable locking debug loggingRobin Appelman2017-02-131-3/+48
| | |/ / | |/| |
* / | | bug when connect to yandex webdav servervkuimov2017-02-101-1/+1
|/ / /
* | | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-302-0/+117
|\ \ \
| * | | Add a more powerful notify mechanismRobin Appelman2017-01-272-0/+117
* | | | remove obsolete hack (#26928)Jörn Friedrich Dreyer2017-01-271-12/+1
|/ / /
* | | Merge pull request #3238 from nextcloud/dav-testLukas Reschke2017-01-262-5/+9
|\ \ \ | |/ / |/| |
| * | Make DAV external storage test more reliableRobin Appelman2017-01-242-5/+9
* | | Merge pull request #3030 from nextcloud/filesapi-renamefailcaseMorris Jobke2017-01-243-109/+82
|\ \ \ | |/ / |/| |
| * | Fix files node API failed rename/copyVincent Petry2017-01-123-108/+81
| * | Refactor files node API for more code reuseVincent Petry2017-01-111-1/+1
* | | Merge pull request #3212 from mwalbeck/mimetype-hidden-filesRobin Appelman2017-01-231-0/+4
|\ \ \
| * | | Reduced code for filename trimMagnus Walbeck2017-01-231-3/+1
| * | | Mimetype detection for hidden filesMagnus Walbeck2017-01-231-0/+6
| |/ /
* / / Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+2
|/ /
* | Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\ \
| * | Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
* | | Only check for local shared storagesRoeland Jago Douma2017-01-101-2/+3
* | | Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry2017-01-101-5/+15
* | | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-063-144/+14
* | | Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-74/+20
|\ \ \
| * | | remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-74/+20
* | | | log a warning when trying to use a non basic fopen modeRobin Appelman2017-01-051-14/+11
| |/ / |/| |
* | | remove static:// stream wrapperRobin Appelman2017-01-041-171/+0
|/ /
* | remove no longer used fakedir stream wrapperRobin Appelman2017-01-031-67/+0
* | Nuke the legacy storage fallback from orbitVincent Petry2016-12-232-12/+2
* | always use numeric storage id in cacheentryRobin Appelman2016-12-132-5/+3
* | fix cacheentry return wrong storage idRobin Appelman2016-12-132-1/+2
* | also compare storage ids when checking for changed mountsRobin Appelman2016-12-131-1/+6