summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-231-3/+7
* in some case charset can be in lower caseRealRancor2015-02-191-1/+3
* Add mapping for a broken varchar type. Fixes #14247Victor Dubiniuk2015-02-181-0/+1
* Use APCu only if available in version 4.0.6 and higherLukas Reschke2015-02-171-0/+2
* Check if imageflip is availableMorris Jobke2015-02-161-1/+1
* Merge pull request #13987 from owncloud/group-share-collition-wrong-type-in-p...Lukas Reschke2015-02-161-5/+5
|\
| * Do not overwrite the shareType so the post hook is still correctJoas Schilling2015-02-091-5/+5
* | App install behind a ProxyWitali Rott2015-02-131-1/+1
* | catch any whitespaces which might get written to the output buffer while load...Thomas Müller2015-02-122-10/+9
* | Merge pull request #14041 from owncloud/stable8-app-upgrade-orderMorris Jobke2015-02-121-3/+37
|\ \
| * | Fix "other" app update stackVincent Petry2015-02-101-1/+1
| * | on ownCloud upgrade: upgrade all apps in order, load important onesArthur Schiwon2015-02-101-3/+37
| |/
* | check if cache files are readableJörn Friedrich Dreyer2015-02-092-2/+2
* | Check directory handle before we use itRobin Appelman2015-02-091-6/+8
|/
* 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
|\ \ \