log rhodecode/model/user.py @ 1818:cf51bbfb120e beta

age author description
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Tue, 06 Dec 2011 04:06:01 +0200 Marcin Kuzminski fixed repo_create permission by adding missing commit statements beta
Fri, 02 Dec 2011 22:31:13 +0200 Marcin Kuzminski commit less models beta
Sun, 27 Nov 2011 00:50:19 +0200 Marcin Kuzminski another major refactoring with session management beta
Sat, 26 Nov 2011 21:13:33 +0200 Marcin Kuzminski implements #222 registration feedback beta
Sat, 26 Nov 2011 18:51:16 +0200 Marcin Kuzminski implements #236 forking copy permission option beta
Sat, 26 Nov 2011 17:51:03 +0200 Marcin Kuzminski - fixes celery sqlalchemy session issues for async forking beta
Wed, 23 Nov 2011 22:46:14 +0200 Marcin Kuzminski notification to commit author + gardening beta
Wed, 23 Nov 2011 15:36:57 +0200 Marcin Kuzminski Tests updates, Session refactoring beta
Fri, 18 Nov 2011 15:35:32 +0200 Marcin Kuzminski remove cache from default user lookup beta
Thu, 17 Nov 2011 18:52:48 +0200 Marcin Kuzminski fix for api key lookup, reuse same function in user model beta
Wed, 16 Nov 2011 21:31:14 +0200 Marcin Kuzminski fixed issues with not unique emails when using ldap or container auth. beta
Wed, 16 Nov 2011 21:25:41 +0200 Marcin Kuzminski fix fo empty email passed in attributes of ldap account. beta
Fri, 11 Nov 2011 19:42:10 +0200 Marcin Kuzminski moved caching query to libs beta
Wed, 02 Nov 2011 22:19:47 +0200 Marcin Kuzminski merged upto rev 019026a8cf67
Wed, 02 Nov 2011 16:19:51 +0200 Marcin Kuzminski User usermodel instead of db model to manage accounts beta
Wed, 02 Nov 2011 03:08:33 +0200 Marcin Kuzminski refactoring of models names for repoGroup permissions beta
Mon, 31 Oct 2011 21:42:41 +0200 Marcin Kuzminski Some code cleanups and fixes beta
Mon, 31 Oct 2011 20:51:29 +0200 Marcin Kuzminski merge from bb beta
Mon, 31 Oct 2011 20:50:34 +0200 Marcin Kuzminski fixed ldap_user active flag hardcoded beta
Sat, 29 Oct 2011 17:03:33 +0200 Liad Shani Added basic automatic user creation for container auth beta
Thu, 27 Oct 2011 20:40:49 +0200 Liad Shani Added automatic logout of deactivated/deleted users beta
Mon, 24 Oct 2011 22:40:43 +0200 Marcin Kuzminski fixes #288 beta
Sun, 23 Oct 2011 01:16:55 +0200 Nicolas VINOT Correct code style beta
Fri, 07 Oct 2011 21:57:24 +0200 Nicolas VINOT Merge with upstream beta
Sun, 02 Oct 2011 17:39:52 +0200 Nicolas VINOT Add API for repositories and groups (creation, permission) beta
Fri, 07 Oct 2011 17:54:21 +0200 Marcin Kuzminski merge beta fixes into stable
Fri, 07 Oct 2011 13:47:55 +0200 Marcin Kuzminski fixes #256 fixes non ascii chars problems in base_dn on LDAP user creation beta
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Mon, 04 Jul 2011 10:59:01 +0200 Marcin Kuzminski fixes #223 improve password reset form beta
Tue, 19 Apr 2011 17:23:02 +0200 Marcin Kuzminski removed extra query for default user beta
Tue, 19 Apr 2011 17:21:19 +0200 Marcin Kuzminski tries to fix issue #177 by fallback to user.user_id instead of fetching from db, user.user_id beta
Mon, 18 Apr 2011 20:55:37 +0200 Marcin Kuzminski user defined permission will update the global permissions, and overwrite default settings. beta
Tue, 05 Apr 2011 18:04:06 +0200 Marcin Kuzminski fixes for issue #149
Mon, 04 Apr 2011 20:01:45 +0200 Marcin Kuzminski fixed license issue #149 beta
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Wed, 09 Mar 2011 19:47:52 +0100 Marcin Kuzminski fixed some bugs in api key auth, added access by api key into rss/atom feeds in global journal beta
Wed, 09 Mar 2011 16:34:29 +0100 Marcin Kuzminski Major rewrite of auth objects. Moved parts of filling user data into user model. beta
Sun, 06 Mar 2011 00:06:28 +0100 Marcin Kuzminski Added api_key into user, api key get's generated again after password change beta
Wed, 16 Feb 2011 11:05:35 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes
Thu, 03 Feb 2011 16:34:40 -0700 Thayne Harbaugh Improve LDAP authentication issue-108
Tue, 25 Jan 2011 18:59:20 +0100 Marcin Kuzminski started working on issue #56 beta
Fri, 31 Dec 2010 19:46:56 +0100 Marcin Kuzminski fixed copyright year to 2011 beta
Sun, 05 Dec 2010 17:22:57 +0100 Marcin Kuzminski docs updates beta
Thu, 25 Nov 2010 22:58:28 +0100 Marcin Kuzminski ldap auth rewrite, moved split authfunc into two functions, beta
Wed, 24 Nov 2010 17:15:33 +0100 Marcin Kuzminski fixed Example celery config to ampq, beta
Wed, 24 Nov 2010 03:38:48 +0100 Marcin Kuzminski fixed security issue when saving ldap user saved plaintext password beta
Tue, 23 Nov 2010 14:15:45 +0100 Marcin Kuzminski #78, fixed more reliable case insensitive searches beta
Thu, 18 Nov 2010 03:29:23 +0100 Marcin Kuzminski fixed #72 show warning on removal when user still is owner of existing repositories beta
Wed, 17 Nov 2010 22:00:36 +0100 Marcin Kuzminski implements #60, ldap configuration and authentication. beta
Mon, 15 Nov 2010 02:26:19 +0100 Marcin Kuzminski #50 on point cache invalidation changes. beta
Sun, 14 Nov 2010 19:57:14 +0100 Marcin Kuzminski fixes #59, notifications for user registrations + some changes to mailer beta
Sat, 13 Nov 2010 02:50:32 +0100 Marcin Kuzminski fixed anonymous access bug. beta
Thu, 11 Nov 2010 01:05:43 +0100 Marcin Kuzminski #49 Enabled anonymous access for web interface controllable from permissions pannel beta
Thu, 21 Oct 2010 01:38:14 +0200 Marcin Kuzminski Code refactoring,models renames beta base rhodecode/model/user_model.py@451275c6d2fb