| Commit message (Expand) | Author | Age | Files | Lines |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
* | fix function documentation | Björn Schießle | 2012-10-27 | 1 | -2/+1 |
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
* | Delete user files in /data/ after deleting a user | Lukas Reschke | 2012-10-16 | 1 | -0/+4 |
* | Set oc_token to httponly | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
* | delete all tokens on password change | Michael Göhler | 2012-10-14 | 1 | -0/+2 |
* | Make the lifetime of the remember login cookie | Bart Visscher | 2012-10-14 | 1 | -3/+4 |
* | add proper error logging in OC_User database queriesv4.5.0beta3 | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -10/+33 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -52/+52 |
* | Whitespace fixes in lib | Bart Visscher | 2012-09-07 | 1 | -1/+1 |
* | allow configuring user backends in config.php | Robin Appelman | 2012-09-01 | 1 | -0/+25 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -3/+3 |
* | fix c&p fail from earlier commit today | Georg Ehrke | 2012-08-26 | 1 | -1/+1 |
* | implement getHome in OC_User | Georg Ehrke | 2012-08-26 | 1 | -0/+21 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -44/+79 |
|\ |
|
| * | Change limit parameter in OC_User as well | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| * | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -6/+6 |
| * | Methods to disable and enable users | Tom Needham | 2012-07-29 | 1 | -2/+35 |
| * | define an interface for the User Backend | Arthur Schiwon | 2012-07-25 | 1 | -2/+2 |
| * | add option to clear user backends | Robin Appelman | 2012-07-23 | 1 | -1/+7 |
| * | allow a more flexible way of using user backends | Robin Appelman | 2012-07-19 | 1 | -17/+21 |
| * | Delete old session files, suggested by Torben Nehmer, see bug oc-736 | Michael Gapczynski | 2012-07-15 | 1 | -1/+1 |
| * | revert performance improvements in userExists() because it breaks new user cr... | Bjoern Schiessle | 2012-07-09 | 1 | -6/+2 |
| * | Uninitialized variable | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| * | Fixes a problem with the user creation ("User already existed" even if the us... | Lukas Reschke | 2012-07-07 | 1 | -3/+2 |
| * | moved performance improvement from isLoggedIn() to userExists() to avoid webd... | Bjoern Schiessle | 2012-07-05 | 1 | -8/+8 |
| * | Remember result of OC_User::isLoggedIn, can be very expensive to check | Bart Visscher | 2012-06-19 | 1 | -2/+6 |
| * | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -13/+7 |
| |\ |
|
| | * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 1 | -13/+7 |
| * | | load authentication apps before checking wether user exists. fixes oc-910 | Arthur Schiwon | 2012-06-04 | 1 | -6/+7 |
| * | | Verify user exists when checking if logged in, fix for bug oc-863 | Michael Gapczynski | 2012-06-02 | 1 | -1/+1 |
| * | | Extended class comment | Sam Tuke | 2012-06-01 | 1 | -1/+3 |
| * | | sort users and groups. fixes oc-779 | Frank Karlitschek | 2012-06-01 | 1 | -0/+1 |
| * | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
* | | | Delete old session files, suggested by Torben Nehmer, see bug oc-736 | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
* | | | Remember result of OC_User::isLoggedIn, can be very expensive to check | Bart Visscher | 2012-06-21 | 1 | -2/+6 |
* | | | load authentication apps before checking wether user exists. fixes oc-910 | Arthur Schiwon | 2012-06-04 | 1 | -6/+7 |
* | | | Verify user exists when checking if logged in, fix for bug oc-863 | Michael Gapczynski | 2012-06-02 | 1 | -1/+1 |
* | | | sort users and groups. fixes oc-779 | Frank Karlitschek | 2012-06-01 | 1 | -0/+1 |
|/ / |
|
* | | update documentation of oc_user::checkpassword | Robin Appelman | 2012-05-17 | 1 | -1/+2 |
* | | prevent user creation with empty password | Robin Appelman | 2012-05-13 | 1 | -0/+5 |
|/ |
|
* | Provide feedback when user creation fails | Michael Gapczynski | 2012-05-06 | 1 | -3/+3 |
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | OC_User: handle success properly | Arthur Schiwon | 2012-05-01 | 1 | -1/+1 |
* | OC_User: don't say password changed when it is not true | Arthur Schiwon | 2012-05-01 | 1 | -2/+3 |
* | tiny typo | Frank Karlitschek | 2012-04-30 | 1 | -1/+1 |
* | Fix a session fixation vulnerability | Florian Preinstorfer | 2012-04-12 | 1 | -2/+4 |
* | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -1/+4 |
|\ |
|
| * | prevent errors when a user backends gives an invalid result | Robin Appelman | 2012-02-24 | 1 | -1/+4 |