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
2013-12-13ignore comments on schema as a quickfix for oc6Jörn Friedrich Dreyer
2013-12-13dont try to register background jobs if we haven't upgraded yetRobin Appelman
2013-12-13Merge pull request #6308 from owncloud/fix_webdav_session_login_user_comparisonblizzz
2013-12-13Merge pull request #6367 from owncloud/fix_expiration_date_conversionVincent Petry
2013-12-13Fix webroot for update pageVincent Petry
2013-12-12rely only on php DateTime to parse the db datetime stringJörn Friedrich Dreyer
2013-12-12Send "SET NAMES utf8" to MySQL for PHP below 5.3.6Andreas Fischer
2013-12-11coding styleArthur Schiwon
2013-12-11coding styleArthur Schiwon
2013-12-11On webdav sesssions, loginname was compared to username which does not need t...Arthur Schiwon
2013-12-09fix plural translation - fixes #6226Morris Jobke
2013-12-06remove background jobs if they are failingRobin Appelman
2013-12-06Catch exceptions from background jobs and log themRobin Appelman
2013-12-06reuse etags when doing a background scanRobin Appelman
2013-12-06XSendfile and encryption don't work togetherBart Visscher
2013-12-06Users of getFolderContent are mostly interested in the unecrypted file sizeBart Visscher
2013-12-06add a optional parameter to skip check for expired files, this is necessary t...Bjoern Schiessle
2013-12-05Fix user's displayName being overwritten by (old) cookieNico Kaiser
2013-12-04Added unit test for the test() methodVincent Petry
2013-12-04lower required php version to 5.3.3Frank Karlitschek
2013-12-03fixing PHPDoc and spellingThomas Mueller
2013-12-03Use getLastError() everywhere.Andreas Fischer
2013-12-03Add getLastError()Andreas Fischer
2013-12-03No function as oci_last_error. It's oci_error.Andreas Fischer
2013-12-03There is no property such as dbusername. It's 'dbuser'.Andreas Fischer
2013-12-03Correct property name. It's 'dbpassword', with the 'db' prefix.Andreas Fischer
2013-12-03Correct property name. It's just 'tableprefix', without the 'db' prefix.Andreas Fischer
2013-12-03check if a directory exists before we try to remove itRobin Appelman
2013-12-01Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller
2013-11-29[tx-robot] updated from transifexJenkins for ownCloud
2013-11-29Merge pull request #6129 from owncloud/chunking-fixtouchafterassembleFrank Karlitschek
2013-11-29Fixed touch after chunk assemblingVincent Petry
2013-11-29make 5.3.8 the minimum supported version. This fixes several issues with brok...Frank Karlitschek
2013-11-29Merge pull request #6077 from owncloud/fix-api-documentationFrank Karlitschek
2013-11-29Merge pull request #6099 from owncloud/fix_source_not_found_warningsMorris Jobke
2013-11-29Merge pull request #6106 from owncloud/fix_preview_creationMorris Jobke
2013-11-28correctFolder() already resolves the dirname internallyBjoern Schiessle
2013-11-28add PHPDoc for setMimetype()Bjoern Schiessle
2013-11-28we need to be able to set the mimetype manuallyBjoern Schiessle
2013-11-28make sure that we don't try to access an already deleted files, fixes some fi...Bjoern Schiessle
2013-11-28Merge pull request #6089 from owncloud/files-mimetyperefreshafterrenameFrank Karlitschek
2013-11-28Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6Frank Karlitschek
2013-11-28Merge pull request #6084 from owncloud/fix-app-routingThomas Müller
2013-11-28Redetect mime type whenever extension is renamedVincent Petry
2013-11-28Fix getRawPathInfo for the '/' edge caseRobin Appelman
2013-11-27Merge pull request #6086 from owncloud/incognito_modeMorris Jobke
2013-11-27[tx-robot] updated from transifexJenkins for ownCloud
2013-11-27return false if user is in incognito modeBjoern Schiessle
2013-11-27fix custom routes defined by appsRobin Appelman
2013-11-27Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke