summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
...
| * improved appereance and clearability in system settings menu. However it ↵Steven2010-09-051-55/+107
| | | | | | | | does not make toast (yet).
| * 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
|/ | | | submiting forms
* change the way the user is rooted in his own folder in order to make ↵Robin Appelman2010-09-022-63/+101
| | | | filesystem managment easier
* new settings page that allows plugins to integrate their own settings ↵Robin Appelman2010-08-124-12/+64
| | | | dialogs more with the existing ones
* 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 ↵Robin Appelman2010-07-284-276/+676
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge
| * Moved LDAP authentication into a pluginAldo "xoen" Giambelluca2010-07-234-252/+32
| | | | | | | | | | Used the current plugin system to define `USER_OC_LDAP` class that can be used as backend for OC_USER
| * 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
| | | | | | | | | | | | It's possible to use `OC_USER` as normal but the real stuff is done by the `OC_USER::$_backend` class, setted using `OC_USER::setBackend()` (this is done in inc/lib_user.php)
| * OC_USER now is an abstract class (OC_USER_ABSTRACT)Aldo "xoen" Giambelluca2010-07-196-179/+154
| | | | | | | | | | | | | | | | | | | | At start the choosen user manager is created (e.g. OC_USER_DATABASE, OC_USER_LDAP) and put into the global variable `$userManager`. This is the variable to use instead of `OC_USER` class. TODO: A better name than $userManager?
| * 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
| | | | | | | | | | * camelCase * spaces here and there
| * Fixed a cache-check in `OC_USER_Database::getGroupName()` and minor style ↵Aldo "xoen" Giambelluca2010-07-151-164/+179
| | | | | | | | | | | | | | changes * Added spaces here and there * Using camelCase for same variable
| * Minor style changesAldo "xoen" Giambelluca2010-07-152-172/+179
| | | | | | | | | | | | * Using camelCase for `$classType` property * Using `self` keyword instead of class name * Added spaces here and there
| * 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
| | | | | | | | | | * Support numeric types too * $WEBROOT variable was not necessary
* | 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
| | | | | | This actually write all the key/value into the config.php. The code in `writeAdminLisener()` is cleaner. This is in prevision of new configuration options (e.g. plugin related)
* Added more MIME Types in `inc/lib_filestorage.php`Aldo "xoen" Giambelluca2010-07-111-24/+59
| | | | | | | | | | | | | | | | Here the types added: * Flac / Ogg [1] * GZip / Tar / Tar+GZip * PDF / SVG / Tiff * JavaScript Other little changes: * I changed the ordered to be alphabetical (by extension) * Using single quotes instead of double quotes for strings * Indentation [1]: http://wiki.xiph.org/MIME_Types_and_File_Extensions [2]: http://www.asciitable.it/mimetypes.asp
* Using camelCase for function names in 'inc/lib_user.php'Aldo "xoen" Giambelluca2010-07-101-13/+13
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Using camelCase for function names in 'inc/lib_ocs.php'Aldo "xoen" Giambelluca2010-07-101-9/+9
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Using camelCase for function names in 'inc/lib_files.php'Aldo "xoen" Giambelluca2010-07-101-3/+3
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Using camelCase for function names in 'inc/lib_base.php'Aldo "xoen" Giambelluca2010-07-101-10/+10
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Using camelCase for function names in 'inc/lib_config.php'Aldo "xoen" Giambelluca2010-07-101-8/+8
| | | | | PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
* Fixed validation of /settingsAldo "xoen" Giambelluca2010-07-101-2/+2
| | | | | | In 'inc/templates/configform.php' * action attribute of form specified * put the hidden input in a div for validation
* Merge git://gitorious.org/~icewind/owncloud/icewinds-owncloud into mergeRobin Appelman2010-07-0941-262/+8438
|\ | | | | | | | | | | | | | | | | Conflicts: inc/MDB2/Driver/Function/pgsql.php inc/MDB2/Driver/Manager/mysql.php inc/MDB2/Driver/Reverse/pgsql.php inc/MDB2/Driver/mysql.php inc/lib_base.php
| * 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 ↵Robin Appelman2010-07-061-0/+1
| | | | | | | | when using sqlite
| * Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2010-07-062-2/+9
| |\ | | | | | | | | | | | | Conflicts: inc/lib_log.php