summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* set version number to 1.1v1.1Robin Appelman2010-10-311-1/+1
* fix some typo'sRobin Appelman2010-10-311-1/+1
* Fixed small bug, added global $SERVERROOT to OC_UTILKees Huiberts2010-10-211-1/+1
* plugin managerRobin Appelman2010-10-181-0/+77
* fix small bug in filesystem abstractionRobin Appelman2010-10-181-2/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudRobin Appelman2010-10-151-2/+2
|\
| * fix a couple of typosRiccardo Iaconelli2010-10-061-2/+2
* | plugin manager and plugin installerRobin Appelman2010-10-153-10/+68
|/
* fix bug in detecting mountpoints of file storages within chrooted filesystemRobin Appelman2010-10-031-0/+6
* make paths returned by OC_FILESYSTEM::getTree relative to the fakerootRobin Appelman2010-09-281-0/+1
* fix sqlite compatibility for webdav serverRobin Appelman2010-09-281-16/+22
* mergeRobin Appelman2010-09-281-10/+117
|\
| * automatically install databased of pluginsRobin Appelman2010-09-281-10/+119
* | add function to list all pluginsRobin Appelman2010-09-281-5/+23
|/
* Fix content type header in downloadsSteven2010-09-261-0/+2
* initial version for user managment tab in the settings pageRobin Appelman2010-09-207-50/+189
* use mysql instead of mysqli when creating mysql user/databaseRobin Appelman2010-09-201-20/+35
* Merge branch 'master' of http://git.gitorious.org/owncloud/owncloudRobin Appelman2010-09-192-0/+27
|\
| * add functions to get a list of all users or groupsRobin Appelman2010-09-152-0/+27
* | fix loading of plugin defined stylesheetsRobin Appelman2010-09-191-1/+1
|/
* use caching for user-group relationsRobin Appelman2010-09-121-24/+57
* do not initialize mdb2_scheme if we don't use it, saves a lot of timeRobin Appelman2010-09-111-2/+8
* fix fallback for mimetype detection using the 'file' commandRobin Appelman2010-09-081-13/+3
* provide a basic viewer for text filesRobin Appelman2010-09-082-0/+12
* provide a defealt, empty, filesystem configuration to suppress some errorsRobin Appelman2010-09-061-0/+1
* make the filesystem configurable (no gui yet)Robin Appelman2010-09-063-3/+73
* remove Admin Panel from the main menu since it's handeld by the new settings...Robin Appelman2010-09-061-3/+0
* fixed bug in filesystem abstraction that broke file uploadingRobin Appelman2010-09-061-1/+1
* fix some errors when trying to save the settingsRobin Appelman2010-09-051-9/+10
* mergeRobin Appelman2010-09-052-57/+110
|\
| * improved tooltip text (true this time)Steven2010-09-051-4/+4
| * improved appereance and clearability in system settings menu. However it does...Steven2010-09-051-55/+107
| * fix links in settings menu in all browsers except grome(ium)Steven2010-09-041-1/+2
* | remember the selected tab in the settings dialog when refreshing the page or ...Robin Appelman2010-09-042-3/+14
|/
* change the way the user is rooted in his own folder in order to make filesyst...Robin Appelman2010-09-022-63/+101
* new settings page that allows plugins to integrate their own settings dialogs...Robin Appelman2010-08-124-12/+64
* remove debug messagesRobin Appelman2010-08-121-2/+0
* fix problem when creating users with a non-empty userid cacheRobin Appelman2010-08-121-3/+3
* provide a function to load the data from a plugin.xml fileRobin Appelman2010-08-053-22/+93
* change the user backend after we load the pluginsRobin Appelman2010-08-031-0/+2
* update to comply with the OCS spec (lookup by application name too)Martin Sandsmark2010-08-021-6/+7
* fix warnings given by MDB2 if opendir is restricted by the hostRobin Appelman2010-07-301-2/+2
* comply with updated version of the plugin.xml syntaxRobin Appelman2010-07-283-3/+33
* use new plugin system for loading pluginsRobin Appelman2010-07-283-30/+136
* Merge commit 'refs/merge-requests/31' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-284-276/+676
|\
| * Moved LDAP authentication into a pluginAldo "xoen" Giambelluca2010-07-234-252/+32
| * Cleaned up and added some documentationAldo "xoen" Giambelluca2010-07-224-303/+407
| * Created class `OC_USER_BACKEND` for general user managmentAldo "xoen" Giambelluca2010-07-217-465/+590
| * OC_USER now is an abstract class (OC_USER_ABSTRACT)Aldo "xoen" Giambelluca2010-07-196-179/+154
| * Reverted to self::$classType syntax and fixed the use of self in non-objectAldo "xoen" Giambelluca2010-07-194-59/+57