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
2011-11-09provide caching for file metadataRobin Appelman
2011-11-09remove OC_Filesystem::fromUploadedFileRobin Appelman
2011-11-09remove OC_Filesystem::fileatimeRobin Appelman
2011-11-09remove the need to register storage providers, pass the classname during moun...Robin Appelman
2011-11-09remove outdated remote storage prototypeRobin Appelman
2011-11-07Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file c...Florian Vichot
2011-11-06Display correctly the error message when nothing is retrieved from OCS serversBrice Maron
2011-11-06Avoid Huge error message when unable to read log fileBrice Maron
2011-11-03use database table prefix from installer, not the old configured valueRobin Appelman
2011-11-02attempt to manage some special chars in file listBrice Maron
2011-10-29Add sequence name in insertid to be more portableBrice Maron
2011-10-28Enable php display_errors settingBart Visscher
2011-10-23provide function for updating the database schemeRobin Appelman
2011-10-23improve detection of database backendRobin Appelman
2011-10-23improve mimetype detectionRobin Appelman
2011-10-23fix fopenRobin Appelman
2011-10-22change the error hint from suggesting to change the owner of a directory to c...Frank Karlitschek
2011-10-22change licencing headers for sqlite3 driverRobin Appelman
2011-10-22fix log level checkRobin Appelman
2011-10-21escape filenames for getMimeTypeRobin Appelman
2011-10-20Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloudRobin Appelman
2011-10-20prevent sql error while initializing apps on sqlite2Robin Appelman
2011-10-20Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer
2011-10-18make sharing work with the new mouting mechanismRobin Appelman
2011-10-18mount filesystems on demandRobin Appelman
2011-10-17Remove unnecessary exec for getting timezone and fix spacingsBrice Maron
2011-10-17prevent the remaining ob_clean related errorsRobin Appelman
2011-10-17fix now() function for sqlite3Robin Appelman
2011-10-17Fix bookmarks app to work with postgresql.Brice Maron
2011-10-16use OC_Log instead of error_logRobin Appelman
2011-10-16make log level configurableRobin Appelman
2011-10-16provide a logging mechanismRobin Appelman
2011-10-16some minor tweaks to oc_dbRobin Appelman
2011-10-16Fix typo in getting var from configBrice Maron
2011-10-16Fetch prefix from config at installation instead of a hardcoded valueBrice Maron
2011-10-16Fix installer for postgresql : correct table detection queryBrice Maron
2011-10-16Merge branch 'calendar' of gitorious.org:owncloud/owncloudGeorg Ehrke
2011-10-16merge database into masterRobin Appelman
2011-10-13Merge branch 'master' into calendarGeorg Ehrke
2011-10-13prevent error involving webdav workaroundRobin Appelman
2011-10-13webdav workaround for apache+php-cgiRobin Appelman
2011-10-13mimetype icon improvementsRobin Appelman
2011-10-13webdav workaround for apache+php-cgiRobin Appelman
2011-10-11Fixed a bug in checkWebserverUserJoar Wandborg
2011-10-10Merge branch 'master' into calendarGeorg Ehrke
2011-10-10merge master into databaseRobin Appelman
2011-10-10Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman
2011-10-10master is now on the way to ownCloud 3v3.0alpha1Frank Karlitschek
2011-10-08mimetype icon improvementsRobin Appelman
2011-10-07Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham