summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Do not overwrite the shareType so the post hook is still correctJoas Schilling2015-02-091-5/+5
* Merge pull request #13948 from owncloud/cache-move-transactionLukas Reschke2015-02-081-0/+2
|\
| * Use transactions when renaming directory contentsRobin Appelman2015-02-061-0/+2
* | Merge pull request #12283 from oparoz/sfnt-fontsMorris Jobke2015-02-072-3/+5
|\ \
| * | Updated the media type of some font typesOlivier Paroz2015-01-242-3/+5
* | | Merge pull request #13830 from owncloud/fix-redirect-404Morris Jobke2015-02-071-2/+1
|\ \ \
| * | | Don't encode url unecessary twiceLukas Reschke2015-02-021-2/+1
* | | | Normalize before processingLukas Reschke2015-02-062-8/+20
| |_|/ |/| |
* | | Merge pull request #13932 from owncloud/revert-sabredav-etag-masterThomas Müller2015-02-063-20/+15
|\ \ \
| * | | Revert "adding OC-ETag header"Vincent Petry2015-02-053-20/+15
* | | | Merge pull request #13881 from owncloud/upload_to_root_of_mountpointBjörn Schießle2015-02-041-0/+5
|\ \ \ \
| * | | | detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+5
| |/ / /
* | | | Merge pull request #13843 from owncloud/fix-files-disabledThomas Müller2015-02-033-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | enabled disabled files app in repair stepMorris Jobke2015-02-033-2/+4
| * | | Disallow disabling of files appMorris Jobke2015-02-032-0/+7
* | | | Merge pull request #13791 from owncloud/extstorage-fixdavexceptionsThomas Müller2015-02-031-0/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix DAV exceptions, some will still return false nowVincent Petry2015-01-301-0/+22
* | | | Merge pull request #13822 from owncloud/include-core-version-in-js-version-tagThomas Müller2015-02-021-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | include core version into js/css version tag - fixes #13702Thomas Müller2015-02-021-2/+4
* | | | add libs which have no version numberThomas Müller2015-02-021-4/+1
|/ / /
* | | Merge pull request #13508 from owncloud/failed-delete-cacheMorris Jobke2015-01-301-3/+3
|\ \ \ | |/ / |/| |
| * | Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-2/+2
| * | Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-1/+1
* | | Merge pull request #13772 from owncloud/closecursor-allconfigVincent Petry2015-01-291-0/+1
|\ \ \
| * | | Close cursor after checking for existing config valuesVincent Petry2014-11-281-0/+1
| |/ /
* | | Merge pull request #13760 from owncloud/create_enc_key_for_remote_sharesMorris Jobke2015-01-291-9/+27
|\ \ \ | |/ / |/| |
| * | make sure that we always create a public share key for remote sharesBjoern Schiessle2015-01-291-9/+27
* | | Merge pull request #13757 from owncloud/issue/13686-scroll-to-file-when-using...Lukas Reschke2015-01-291-1/+1
|\ \ \
| * | | Scroll to file in folder, when using "search in other places" linkJoas Schilling2015-01-291-1/+1
* | | | Merge pull request #13762 from owncloud/ignore_trailing_slashBjörn Schießle2015-01-291-0/+1
|\ \ \ \
| * | | | remove trailing slashBjoern Schiessle2015-01-291-0/+1
| | |/ / | |/| |
* | | | Merge pull request #13752 from owncloud/closecursor1Morris Jobke2015-01-292-0/+4
|\ \ \ \
| * | | | Close cursor early in calculateFolderSizeVincent Petry2014-11-282-0/+4
| | |/ / | |/| |
* | | | Fix webdav put for single file webdav sharesRobin Appelman2015-01-291-3/+3
* | | | Fix resolving paths for views rooted in a fileRobin Appelman2015-01-291-1/+1
|/ / /
* | | Merge pull request #13667 from owncloud/rename-always-update-cacheRobin Appelman2015-01-282-12/+14
|\ \ \
| * | | Update the cache when renaming even if we dont emit hooksRobin Appelman2015-01-282-12/+14
| |/ /
* / / Reference module with `.c`Lukas Reschke2015-01-281-2/+2
|/ /
* | Merge pull request #13700 from owncloud/dav-objecttree-required-a-collectionMorris Jobke2015-01-281-2/+2
|\ \
| * | let init() take an INode - fixes PHP messageThomas Müller2015-01-271-2/+2
* | | Merge pull request #13717 from owncloud/storage-donotwrapnullstorageMorris Jobke2015-01-281-1/+20
|\ \ \
| * | | Prevent wrapping null storageVincent Petry2015-01-271-1/+20
* | | | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-282-2/+56
|\ \ \ \
| * | | | Replace OC_Log::ERROR with OCP\Util::ERRORVincent Petry2015-01-261-1/+1
| * | | | Catch storage exception in scanner for remote sharesVincent Petry2015-01-262-2/+56
* | | | | Merge pull request #13718 from owncloud/use-proper-namespaceBernhard Posselt2015-01-271-1/+1
|\ \ \ \ \
| * | | | | Use proper namespaceLukas Reschke2015-01-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-273-10/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-3/+10
| * | | | Apply wrappers to existing mounts before registering itRobin Appelman2015-01-232-8/+11