aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/user.py
AgeCommit message (Expand)Author
2011-10-31merge from bbMarcin Kuzminski
2011-10-31fixed ldap_user active flag hardcodedMarcin Kuzminski
2011-10-29Added basic automatic user creation for container authLiad Shani
2011-10-27Added automatic logout of deactivated/deleted usersLiad Shani
2011-10-24fixes #288Marcin Kuzminski
2011-10-23Correct code styleNicolas VINOT
2011-10-07Merge with upstreamNicolas VINOT
2011-10-07fixes #256 fixes non ascii chars problems in base_dn on LDAP user creationMarcin Kuzminski
2011-10-02Add API for repositories and groups (creation, permission)Nicolas VINOT
2011-07-04fixes #223 improve password reset formMarcin Kuzminski
2011-04-19removed extra query for default userMarcin Kuzminski
2011-04-19tries to fix issue #177 by fallback to user.user_id instead of fetching from ...Marcin Kuzminski
2011-04-18user defined permission will update the global permissions, and overwrite def...Marcin Kuzminski
2011-04-04fixed license issue #149Marcin Kuzminski
2011-04-03source code cleanup: remove trailing white space, normalize file endingsMarcin Kuzminski
2011-03-09fixed some bugs in api key auth, added access by api key into rss/atom feeds ...Marcin Kuzminski
2011-03-09Major rewrite of auth objects. Moved parts of filling user data into user model.Marcin Kuzminski
2011-03-06Added api_key into user, api key get's generated again after password changeMarcin Kuzminski
2011-02-03Improve LDAP authenticationThayne Harbaugh
2011-01-25started working on issue #56Marcin Kuzminski
2010-12-31fixed copyright year to 2011Marcin Kuzminski
2010-12-05docs updatesMarcin Kuzminski
2010-11-25ldap auth rewrite, moved split authfunc into two functions,Marcin Kuzminski
2010-11-24fixed Example celery config to ampq,Marcin Kuzminski
2010-11-24fixed security issue when saving ldap user saved plaintext passwordMarcin Kuzminski
2010-11-23#78, fixed more reliable case insensitive searchesMarcin Kuzminski
2010-11-18fixed #72 show warning on removal when user still is owner of existing reposi...Marcin Kuzminski
2010-11-17implements #60, ldap configuration and authentication.Marcin Kuzminski
2010-11-15#50 on point cache invalidation changes.Marcin Kuzminski
2010-11-14fixes #59, notifications for user registrations + some changes to mailerMarcin Kuzminski
2010-11-13fixed anonymous access bug.Marcin Kuzminski
2010-11-11#49 Enabled anonymous access for web interface controllable from permissions ...Marcin Kuzminski
2010-10-21Code refactoring,models renamesMarcin Kuzminski