Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Bjoern Schiessle | 2012-07-09 | 1 | -6/+2 |
| | | | | creation | ||||
* | Uninitialized variable | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | Fixes a problem with the user creation ("User already existed" even if the ↵ | Lukas Reschke | 2012-07-07 | 1 | -3/+2 |
| | | | | user don't exists.) Thanks to Phil Reinhardt for pointing this out. | ||||
* | moved performance improvement from isLoggedIn() to userExists() to avoid ↵ | Bjoern Schiessle | 2012-07-05 | 1 | -8/+8 |
| | | | | webdav problems | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | | | | | | | - regenerate the session for every successful login - properly destroy a session Further information can be found on: https://en.wikipedia.org/wiki/session_fixation | ||||
* | 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 |
| | | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | 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 |
| | |||||
* | Use new user backend API | Dominik Schmidt | 2011-06-23 | 1 | -9/+10 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -0/+13 |
| | |||||
* | Multiply changes to user system | Robin Appelman | 2011-06-21 | 1 | -20/+79 |
| | | | | | | 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 | ||||
* | More error checking in user management | Jakob Sack | 2011-04-18 | 1 | -0/+5 |
| | |||||
* | Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP! | Jakob Sack | 2011-04-18 | 1 | -0/+11 |
| | |||||
* | Added tons of Hooks to OC_USER and OC_GROUP | Jakob Sack | 2011-04-18 | 1 | -7/+63 |
| |