aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/user.py
AgeCommit message (Collapse)Author
2011-10-31merge from bbMarcin Kuzminski
--HG-- branch : beta
2011-10-31fixed ldap_user active flag hardcodedMarcin Kuzminski
--HG-- branch : beta
2011-10-29Added basic automatic user creation for container authLiad Shani
--HG-- branch : beta
2011-10-27Added automatic logout of deactivated/deleted usersLiad Shani
--HG-- branch : beta
2011-10-24fixes #288Marcin Kuzminski
- added group management into non admin repo settings form - fixes also issues with groups after API codes merge - all tests passes ok. --HG-- branch : beta
2011-10-23Correct code styleNicolas VINOT
--HG-- branch : beta
2011-10-07Merge with upstreamNicolas VINOT
--HG-- branch : beta
2011-10-07fixes #256 fixes non ascii chars problems in base_dn on LDAP user creationMarcin Kuzminski
--HG-- branch : beta
2011-10-02Add API for repositories and groups (creation, permission)Nicolas VINOT
--HG-- branch : beta extra : transplant_source : %FE%CF%B4%3Au%F2i%8A%82%D1ml7%9B%BE%23.%CC%BE%BE
2011-07-04fixes #223 improve password reset formMarcin Kuzminski
--HG-- branch : beta
2011-04-19removed extra query for default userMarcin Kuzminski
--HG-- branch : beta
2011-04-19tries to fix issue #177 by fallback to user.user_id instead of fetching from ↵Marcin Kuzminski
db, user.user_id never have raise an exception so i will consider it safe. --HG-- branch : beta
2011-04-18user defined permission will update the global permissions, and overwrite ↵Marcin Kuzminski
default settings. --HG-- branch : beta
2011-04-04fixed license issue #149Marcin Kuzminski
--HG-- branch : beta
2011-04-03source code cleanup: remove trailing white space, normalize file endingsMarcin Kuzminski
--HG-- branch : beta
2011-03-09fixed some bugs in api key auth, added access by api key into rss/atom feeds ↵Marcin Kuzminski
in global journal and repositories feeds --HG-- branch : beta
2011-03-09Major rewrite of auth objects. Moved parts of filling user data into user model.Marcin Kuzminski
Rewrote AuthUser adding access by api key. --HG-- branch : beta
2011-03-06Added api_key into user, api key get's generated again after password changeMarcin Kuzminski
updated ini files --HG-- branch : beta
2011-02-03Improve LDAP authenticationThayne Harbaugh
* Adds an LDAP filter for locating the LDAP object * Adds a search scope policy when using the Base DN * Adds option required certificate policy when using LDAPS * Adds attribute mapping for username, firstname, lastname, email * Initializes rhodecode user using LDAP info (no longer uses "@ldap") * Remembers the user object (DN) in the user table * Updates admin interfaces * Authenticates against actual user objects in LDAP * Possibly other things. Really, this should be extended to a list of LDAP configurations, but this is a good start. --HG-- branch : issue-108
2011-01-25started working on issue #56Marcin Kuzminski
--HG-- branch : beta
2010-12-31fixed copyright year to 2011Marcin Kuzminski
--HG-- branch : beta
2010-12-05docs updatesMarcin Kuzminski
--HG-- branch : beta
2010-11-25ldap auth rewrite, moved split authfunc into two functions,Marcin Kuzminski
made ldap case insensitive for uids added some extra debug messages for ldap, and auth function added some docs for utils --HG-- branch : beta
2010-11-24fixed Example celery config to ampq,Marcin Kuzminski
fixed session problems on models and celery, implemented one base model as a parent for other --HG-- branch : beta
2010-11-24fixed security issue when saving ldap user saved plaintext passwordMarcin Kuzminski
--HG-- branch : beta
2010-11-23#78, fixed more reliable case insensitive searchesMarcin Kuzminski
--HG-- branch : beta
2010-11-18fixed #72 show warning on removal when user still is owner of existing ↵Marcin Kuzminski
repositories cleaned up exceptions --HG-- branch : beta
2010-11-17implements #60, ldap configuration and authentication.Marcin Kuzminski
fixes settings to use settings Model --HG-- branch : beta
2010-11-15#50 on point cache invalidation changes.Marcin Kuzminski
Created cacheInvalidation table cleaned up sa sessions from models, since it wasn't really needed. --HG-- branch : beta rename : rhodecode/model/permission_model.py => rhodecode/model/permission.py
2010-11-14fixes #59, notifications for user registrations + some changes to mailerMarcin Kuzminski
--HG-- branch : beta
2010-11-13fixed anonymous access bug.Marcin Kuzminski
--HG-- branch : beta
2010-11-11#49 Enabled anonymous access for web interface controllable from permissions ↵Marcin Kuzminski
pannel --HG-- branch : beta
2010-10-21Code refactoring,models renamesMarcin Kuzminski
cleaned up sqlalchemy sessions, added cache support to most queries in models fixed test.ini file --HG-- branch : beta rename : rhodecode/model/hg_model.py => rhodecode/model/hg.py rename : rhodecode/model/repo_model.py => rhodecode/model/repo.py rename : rhodecode/model/user_model.py => rhodecode/model/user.py