summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | proper filename for "require version.php"Morris Jobke2015-03-091-1/+1
* | | | use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
* | | | Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller2015-03-061-33/+9
|/ / /
* | | 14719 without public APILukas Reschke2015-03-052-40/+24
* | | Sort resultsLukas Reschke2015-03-051-0/+1
* | | Fix totally broken AppStoreLukas Reschke2015-03-052-4/+54
|/ /
* | Merge pull request #14587 from owncloud/fix/14283Bernhard Posselt2015-02-271-10/+29
|\ \
| * | Only read php://input when parameters are requestedLukas Reschke2015-02-271-10/+29
* | | Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+6
|/ /
* | add phpdocBernhard Posselt2015-02-271-0/+20
* | make version check work on the lowest common version denominatorBernhard Posselt2015-02-271-6/+46
* | Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
* | Check if we have a proper fileinfoRobin Appelman2015-02-271-2/+16
* | Merge pull request #14504 from owncloud/stable8-quota-preventdatalossforfaile...Thomas Müller2015-02-272-10/+50
|\ \
| * | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-7/+37
| * | Properly detect streamCopy errorsVincent Petry2015-02-251-3/+13
| |/
* | Merge pull request #14518 from owncloud/backport-14282-stable8Thomas Müller2015-02-263-72/+79
|\ \
| * | 3rd-party apps are only disabled in case core is upgradedThomas Müller2015-02-251-0/+14
| * | shipped and 3rd-party apps of type authentication and session will remain ena...Thomas Müller2015-02-251-3/+11
| * | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-253-72/+57
| |/
* | Cleanup garbage collection for global file cacheRobin Appelman2015-02-262-28/+46
* | Merge pull request #14424 from owncloud/backport-13767Thomas Müller2015-02-261-3/+7
|\ \
| * | Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-231-3/+7
* | | Skip primary index if the table has oneVictor Dubiniuk2015-02-251-0/+3
| |/ |/|
* | Merge pull request #14423 from owncloud/backport/14275Thomas Müller2015-02-231-3/+6
|\ \
| * | DAV authentication: also use Owncloud's internal user for short-circuitChristian Seiler2015-02-231-1/+1
| * | DAV authentication: use Owncloud's internal user instead of HTTP-supplied oneChristian Seiler2015-02-231-2/+5
| |/
* | Merge pull request #14257 from owncloud/backport/14194Lukas Reschke2015-02-232-4/+3
|\ \ | |/ |/|
| * URLEncode logout attributeLukas Reschke2015-02-172-4/+3
* | 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