Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-03-09proper filename for "require version.php"Morris Jobke
2015-03-06use insertIfNotExist() in cache putThomas Müller
2015-03-06Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller
2015-03-0614719 without public APILukas Reschke
2015-03-05Sort resultsLukas Reschke
2015-03-05Fix totally broken AppStoreLukas Reschke
2015-03-05fix warning in gcRobin Appelman
2015-03-04Fix method signature for stable8Joas Schilling
2015-03-04Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling
2015-03-03Allow disabling the cache updaterRobin Appelman
2015-03-02Simplify codeLukas Reschke
2015-03-02Add detection for invalid CLI configuration for settings pageLukas Reschke
2015-02-27Merge pull request #14587 from owncloud/fix/14283Bernhard Posselt
2015-02-27Only read php://input when parameters are requestedLukas Reschke
2015-02-27Fix cache update when doing a rename that overwrites the targetRobin Appelman
2015-02-27add phpdocBernhard Posselt
2015-02-27make version check work on the lowest common version denominatorBernhard Posselt
2015-02-27Add "throws" lines to calling methods and interface aswellJoas Schilling
2015-02-27Check if we have a proper fileinfoRobin Appelman
2015-02-27Merge pull request #14504 from owncloud/stable8-quota-preventdatalossforfaile...Thomas Müller
2015-02-26Merge pull request #14518 from owncloud/backport-14282-stable8Thomas Müller
2015-02-26Delete target file for unsuccessful copy/renameVincent Petry
2015-02-26Cleanup garbage collection for global file cacheRobin Appelman
2015-02-26Merge pull request #14424 from owncloud/backport-13767Thomas Müller
2015-02-26Merge pull request #14484 from owncloud/backport/auth/14471Lukas Reschke
2015-02-263rd-party apps are only disabled in case core is upgradedThomas Müller
2015-02-26shipped and 3rd-party apps of type authentication and session will remain ena...Thomas Müller
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
2015-02-25Skip primary index if the table has oneVictor Dubiniuk
2015-02-25Return null when requesting tags for null userVincent Petry
2015-02-25Properly detect streamCopy errorsVincent Petry
2015-02-25Remove hacky Substring support for MSSQLLukas Reschke
2015-02-25Always load authentication appsLukas Reschke
2015-02-23Merge pull request #14423 from owncloud/backport/14275Thomas Müller
2015-02-23Merge pull request #14257 from owncloud/backport/14194Lukas Reschke
2015-02-23Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling
2015-02-23DAV authentication: also use Owncloud's internal user for short-circuitChristian Seiler
2015-02-23DAV authentication: use Owncloud's internal user instead of HTTP-supplied oneChristian Seiler
2015-02-19in some case charset can be in lower caseRealRancor
2015-02-19Remove old l10n filesJoas Schilling
2015-02-18Add mapping for a broken varchar type. Fixes #14247Victor Dubiniuk
2015-02-17URLEncode logout attributeLukas Reschke
2015-02-17Use APCu only if available in version 4.0.6 and higherLukas Reschke
2015-02-16Merge pull request #14259 from owncloud/fix-autoloader-message-stable8Lukas Reschke
2015-02-16Properly show the warning about the missing composer autoloaderMorris Jobke
2015-02-16Check if imageflip is availableMorris Jobke
2015-02-16Merge pull request #13987 from owncloud/group-share-collition-wrong-type-in-p...Lukas Reschke
2015-02-13App install behind a ProxyWitali Rott
2015-02-12catch any whitespaces which might get written to the output buffer while load...Thomas Müller
2015-02-12Merge pull request #14041 from owncloud/stable8-app-upgrade-orderMorris Jobke