- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- May 13, 2014
-
-
Robin McCorkell authored
-
Robin McCorkell authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Aug 26, 2012
-
-
Georg Ehrke authored
-
- Jul 20, 2012
-
-
Robin Appelman authored
-
- May 26, 2012
-
-
Frank Karlitschek authored
-
- May 16, 2012
-
-
Robin Appelman authored
-
- May 10, 2012
-
-
Bart Visscher authored
Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
-
- Jul 29, 2011
-
-
Jakob Sack authored
-
- Jul 27, 2011
-
-
Jakob Sack authored
-
- Jun 23, 2011
-
-
Dominik Schmidt authored
Move documented functions for reference into OC_USER_EXAMPLE class.
-
- Jun 21, 2011
-
-
Robin Appelman authored
keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
-
- Apr 18, 2011
-
-
Jakob Sack authored
-
Jakob Sack authored
-
- Apr 16, 2011
-
-
Jakob Sack authored
-
Robin Appelman authored
-
- Apr 15, 2011
-
-
Jakob Sack authored
-
- Mar 01, 2011
-
-
Jakob Sack authored
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
-
- Feb 09, 2011
-
-
Jonathan Riddell authored
-
Jonathan Riddell authored
-
- Jan 01, 2011
-
-
Elias Probst authored
-
- Sep 20, 2010
-
-
Robin Appelman authored
-
- Sep 15, 2010
-
-
Robin Appelman authored
-
- Jul 22, 2010
-
-
Aldo "xoen" Giambelluca authored
-
- Jul 21, 2010
-
-
Aldo "xoen" Giambelluca authored
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)
-
- Jul 19, 2010
-
-
Aldo "xoen" Giambelluca authored
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?
-
Aldo "xoen" Giambelluca authored
-
- Jul 16, 2010
-
-
Martin Sandsmark authored
-
- Jul 15, 2010
-
-
Aldo "xoen" Giambelluca authored
* camelCase * spaces here and there
-
Aldo "xoen" Giambelluca authored
* Using camelCase for `$classType` property * Using `self` keyword instead of class name * Added spaces here and there
-
fabian authored
-
- Jul 10, 2010
-
-
Aldo "xoen" Giambelluca authored
PHP function names is case-insensitive so this change isn't intrusive but improve readability of the code.
-
- Jul 06, 2010
-
-
Robin Appelman authored
-
- Jul 05, 2010
-
-
Robin Appelman authored
-
- Jul 04, 2010
-
-
Aldo "xoen" Giambelluca authored
-
- Jul 03, 2010
-
-
Aldo "xoen" Giambelluca authored
-