summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Minor style changesAldo "xoen" Giambelluca2010-07-153-95/+97
| * Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style cha...Aldo "xoen" Giambelluca2010-07-151-164/+179
| * Minor style changesAldo "xoen" Giambelluca2010-07-152-172/+179
| * Abstract lib_userfabian2010-07-151-177/+46
| * Support for mod_auth addedfabian2010-07-153-0/+525
* | Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-281-5/+6
|\|
| * Improved OC_CONFIG::saveConfiguration()Aldo "xoen" Giambelluca2010-07-121-5/+6
* | use = instead of LIKE when selecting private attributesRobin Appelman2010-07-281-2/+1
* | more addslashes magic sauceMartin T. H. Sandsmark2010-07-251-1/+1
* | remove debug outputMartin T. H. Sandsmark2010-07-251-1/+0
* | fix mdb2 usage, add optional format variableMartin T. H. Sandsmark2010-07-251-12/+12
* | fix some, do not enjoy phpMartin T. H. Sandsmark2010-07-252-11/+18
* | some fixesMartin T. H. Sandsmark2010-07-252-6/+8
* | fix parsing of urlMartin T. H. Sandsmark2010-07-251-6/+8
* | fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-16135-1/+62
|/
* Call `saveConfiguration()` using self and fixed a typoAldo "xoen" Giambelluca2010-07-121-2/+2
* added `writeConfiguration()` method to OC_CONFIGAldo "xoen" Giambelluca2010-07-111-28/+51
* Added more MIME Types in `inc/lib_filestorage.php`Aldo "xoen" Giambelluca2010-07-111-24/+59
* Using camelCase for function names in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-101-13/+13
* Using camelCase for function names in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-101-9/+9
* Using camelCase for function names in 'inc/lib_files.php'Aldo "xoen" Giambelluca2010-07-101-3/+3
* Using camelCase for function names in 'inc/lib_base.php'Aldo "xoen" Giambelluca2010-07-101-10/+10
* Using camelCase for function names in 'inc/lib_config.php'Aldo "xoen" Giambelluca2010-07-101-8/+8
* Fixed validation of /settingsAldo "xoen" Giambelluca2010-07-101-2/+2
* Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into mergeRobin Appelman2010-07-0941-262/+8438
|\
| * Only connect to a remote ownCloud when we are actually using itRobin Appelman2010-07-071-2/+32
| * Initial version of remote ownCloud access through filesystem abstractionRobin Appelman2010-07-077-11/+458
| * Fix custom database namesRobin Appelman2010-07-061-1/+11
| * Initial work on transering files between serversRobin Appelman2010-07-062-0/+97
| * fix table prefix not being set correctly to an empty string on first run when...Robin Appelman2010-07-061-0/+1
| * Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-062-2/+9
| |\
| * | Do not use table perfix for sqliteRobin Appelman2010-07-052-2/+4
| * | Fix some database errorsRobin Appelman2010-07-053-5/+4
| * | mergeRobin Appelman2010-07-051-4/+12
| |\ \
| * \ \ Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou...Robin Appelman2010-07-056-31/+69
| |\ \ \
| | * | | Avoid creation of variables just to put the table names with prefixAldo "xoen" Giambelluca2010-07-045-70/+45