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/inc
AgeCommit message (Expand)Author
2010-10-31set version number to 1.1v1.1Robin Appelman
2010-10-31fix some typo'sRobin Appelman
2010-10-21Fixed small bug, added global $SERVERROOT to OC_UTILKees Huiberts
2010-10-19plugin managerRobin Appelman
2010-10-18fix small bug in filesystem abstractionRobin Appelman
2010-10-16Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman
2010-10-16plugin manager and plugin installerRobin Appelman
2010-10-06fix a couple of typosRiccardo Iaconelli
2010-10-04fix bug in detecting mountpoints of file storages within chrooted filesystemRobin Appelman
2010-09-29make paths returned by OC_FILESYSTEM::getTree relative to the fakerootRobin Appelman
2010-09-29fix sqlite compatibility for webdav serverRobin Appelman
2010-09-29mergeRobin Appelman
2010-09-29add function to list all pluginsRobin Appelman
2010-09-28automatically install databased of pluginsRobin Appelman
2010-09-26Fix content type header in downloadsSteven
2010-09-20initial version for user managment tab in the settings pageRobin Appelman
2010-09-20use mysql instead of mysqli when creating mysql user/databaseRobin Appelman
2010-09-19Merge branch 'master' of http://git.gitorious.org/owncloud/owncloudRobin Appelman
2010-09-19fix loading of plugin defined stylesheetsRobin Appelman
2010-09-15add functions to get a list of all users or groupsRobin Appelman
2010-09-12use caching for user-group relationsRobin Appelman
2010-09-11do not initialize mdb2_scheme if we don't use it, saves a lot of timeRobin Appelman
2010-09-08fix fallback for mimetype detection using the 'file' commandRobin Appelman
2010-09-08provide a basic viewer for text filesRobin Appelman
2010-09-06provide a defealt, empty, filesystem configuration to suppress some errorsRobin Appelman
2010-09-06make the filesystem configurable (no gui yet)Robin Appelman
2010-09-06remove Admin Panel from the main menu since it's handeld by the new settings...Robin Appelman
2010-09-06fixed bug in filesystem abstraction that broke file uploadingRobin Appelman
2010-09-05fix some errors when trying to save the settingsRobin Appelman
2010-09-05mergeRobin Appelman
2010-09-05improved tooltip text (true this time)Steven
2010-09-05improved appereance and clearability in system settings menu. However it does...Steven
2010-09-05remember the selected tab in the settings dialog when refreshing the page or ...Robin Appelman
2010-09-04fix links in settings menu in all browsers except grome(ium)Steven
2010-09-02change the way the user is rooted in his own folder in order to make filesyst...Robin Appelman
2010-08-12new settings page that allows plugins to integrate their own settings dialogs...Robin Appelman
2010-08-12remove debug messagesRobin Appelman
2010-08-12fix problem when creating users with a non-empty userid cacheRobin Appelman
2010-08-05provide a function to load the data from a plugin.xml fileRobin Appelman
2010-08-03change the user backend after we load the pluginsRobin Appelman
2010-08-02update to comply with the OCS spec (lookup by application name too)Martin Sandsmark
2010-07-30fix warnings given by MDB2 if opendir is restricted by the hostRobin Appelman
2010-07-29comply with updated version of the plugin.xml syntaxRobin Appelman
2010-07-28use new plugin system for loading pluginsRobin Appelman
2010-07-28Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou...Robin Appelman
2010-07-28Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman
2010-07-28use = instead of LIKE when selecting private attributesRobin Appelman
2010-07-25more addslashes magic sauceMartin T. H. Sandsmark
2010-07-25remove debug outputMartin T. H. Sandsmark
2010-07-25fix mdb2 usage, add optional format variableMartin T. H. Sandsmark