summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Allow disabling the cache updaterRobin Appelman2015-03-032-1/+27
| |/ / /
* | | | Merge pull request #14686 from owncloud/backport-14682Morris Jobke2015-03-111-6/+4
|\ \ \ \
| * | | | Fix method signature for stable8Joas Schilling2015-03-041-5/+2
| * | | | Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
| |/ / /
* | | | Merge pull request #14698 from owncloud/backport-14550Morris Jobke2015-03-111-1/+2
|\ \ \ \
| * | | | fix warning in gcRobin Appelman2015-03-051-1/+2
| |/ / /
* | | | Merge pull request #14760 from owncloud/backport-14713Morris Jobke2015-03-111-9/+10
|\ \ \ \
| * | | | Check whether the file id is valid, before using it to delete the previewsJoas Schilling2015-03-091-9/+10
| | |/ / | |/| |
* | | | Merge pull request #14756 from owncloud/backport-14750Morris Jobke2015-03-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | 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-053-50/+24
* | | Sort resultsLukas Reschke2015-03-051-0/+1
* | | Fix totally broken AppStoreLukas Reschke2015-03-053-4/+63
|/ /
* | 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-272-0/+41
* | 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
* | | Merge pull request #14484 from owncloud/backport/auth/14471Lukas Reschke2015-02-261-3/+4
|\ \ \
| * | | Always load authentication appsLukas Reschke2015-02-251-3/+4
| | |/ | |/|
* / | 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-233-6/+6
|\ \ | |/ |/|
| * URLEncode logout attributeLukas Reschke2015-02-173-6/+6
* | in some case charset can be in lower caseRealRancor2015-02-191-1/+3
* | Remove old l10n filesJoas Schilling2015-02-191-8/+0
* | 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
|/
* Merge pull request #14259 from owncloud/fix-autoloader-message-stable8Lukas Reschke2015-02-161-1/+4
|\
| * Properly show the warning about the missing composer autoloaderMorris Jobke2015-02-161-1/+4
* | 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