server/inc
Aldo "xoen" Giambelluca 9fe46ef093 OC_USER now is an abstract class (OC_USER_ABSTRACT)
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?
2010-07-19 21:33:29 +02:00
..
Archive commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
Console some more includes 2010-05-02 22:33:36 +02:00
docs/HTTP_WebDAV_Server commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
HTTP/WebDAV Initial version of remote ownCloud access through filesystem abstraction 2010-07-07 12:30:30 +02:00
Log commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
Mail commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
MDB2 fix line feeds 2010-07-09 13:39:33 +02:00
Net commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
OS commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
packages commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
PEAR commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
PHPUnit commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
templates Fixed validation of /settings 2010-07-10 05:43:41 +02:00
User OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00
XML use MDB2_Schema for the creation of the initial database 2010-06-18 20:08:24 +02:00
lib_base.php OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00
lib_config.php OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00
lib_connect.php Initial version of remote ownCloud access through filesystem abstraction 2010-07-07 12:30:30 +02:00
lib_fileobserver.php provide option for automatic backup 2010-05-08 21:32:20 +02:00
lib_files.php Using camelCase for function names in 'inc/lib_files.php' 2010-07-10 19:57:46 +02:00
lib_filestorage.php Added more MIME Types in inc/lib_filestorage.php 2010-07-11 19:51:26 +02:00
lib_filesystem.php Initial version of remote ownCloud access through filesystem abstraction 2010-07-07 12:30:30 +02:00
lib_log.php Merge branch 'master' of gitorious.org:owncloud/owncloud 2010-07-06 10:35:23 +02:00
lib_ocs.php Using camelCase for function names in 'inc/lib_ocs.php' 2010-07-10 19:59:18 +02:00
lib_remotestorage.php Only connect to a remote ownCloud when we are actually using it 2010-07-07 15:13:09 +02:00
lib_user.php OC_USER now is an abstract class (OC_USER_ABSTRACT) 2010-07-19 21:33:29 +02:00
Log.php commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
Mail.php commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
MDB2.php Fix some database problems, do not use the cache when creating users 2010-07-05 11:37:50 +02:00
package.dtd commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
PEAR.php commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
pearcmd.php commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
PHPUnit.php commiting ownCloud 1.0 beta 1 2010-03-10 13:03:40 +01:00
System.php some more includes 2010-05-02 22:33:36 +02:00