| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | only trigger hooks for the default filesystem view | Robin Appelman | 2012-02-21 | 1 | -1/+2 |
* | | initial integration of encryption | Robin Appelman | 2012-02-21 | 1 | -2/+1 |
|/ |
|
* | Remove the keys in preferences when a user is deleted - Thanks rogerc | Michael Gapczynski | 2012-01-04 | 1 | -1/+2 |
* | Fix whitespace username | Georg Ehrke | 2012-01-02 | 1 | -1/+1 |
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -3/+4 |
* | remember changed not to store password in cookie | Bartek Przybylski | 2011-09-18 | 1 | -13/+19 |
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 1 | -4/+11 |
* | fix issue with login being case insensitve | Robin Appelman | 2011-08-25 | 1 | -9/+13 |
* | more work on encryption | Frank Karlitschek | 2011-08-11 | 1 | -0/+1 |
* | remove Log completely | Robin Appelman | 2011-08-10 | 1 | -2/+0 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -16/+16 |
* | Further improvements | Jakob Sack | 2011-07-27 | 1 | -4/+0 |
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -1/+0 |
* | remember login added | Bartek Przybylski | 2011-07-20 | 1 | -0/+16 |
* | fix creating users | Robin Appelman | 2011-06-23 | 1 | -9/+17 |