log rhodecode/model/user.py @ 4116:ffd45b185016 rhodecode-2.2.5-gpl

age author description
Wed, 02 Jul 2014 19:03:13 -0400 Bradley M. Kuhn Imported some of the GPLv3'd changes from RhodeCode v2.2.5. rhodecode-2.2.5-gpl
Mon, 01 Jul 2013 16:14:46 +0200 Marcin Kuzminski Removed redundant Exception catching
Mon, 01 Jul 2013 16:10:22 +0200 Marcin Kuzminski Added pre-create user hook.
Tue, 18 Jun 2013 21:54:28 +0200 Marcin Kuzminski formatting and small changes
Tue, 18 Jun 2013 21:54:14 +0200 Marcin Kuzminski Replaced fallback username from ? to None in hook loggers
Tue, 18 Jun 2013 10:37:49 -0400 Jonathan Sternberg Include the current user as a created_by/deleted_by attribute for USER_HOOK extensions.
Mon, 17 Jun 2013 18:09:50 -0400 Jonathan Sternberg User create/delete hooks for rcextensions.
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Mon, 06 May 2013 23:35:29 +0200 Marcin Kuzminski make the password optional in API calls beta
Tue, 23 Apr 2013 02:18:31 +0200 Marcin Kuzminski UserGroup on UserGroup permissions implementation. beta
Wed, 10 Apr 2013 23:15:00 +0200 Marcin Kuzminski Iteration on default permissions beta
Mon, 08 Apr 2013 22:47:35 +0200 Marcin Kuzminski - Manage User’s Groups: create, delete, rename, add/remove users inside. beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Wed, 03 Apr 2013 17:19:47 +0200 Mads Kiilerich Fix a lot of casings - use standard casing in most places beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich Fix 'repos group' - it is 'repository group' beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich follow Python conventions for boolean values beta
Mon, 25 Feb 2013 21:27:52 +0100 Marcin Kuzminski moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken
Wed, 27 Feb 2013 17:18:43 +0100 Mads Kiilerich further cleanup of UsersGroup beta
Wed, 27 Feb 2013 02:27:09 +0100 Marcin Kuzminski fixed tests and missing replacements from 5f1850e4712a beta
Wed, 27 Feb 2013 01:28:00 +0100 Mads Kiilerich "Users groups" is grammatically incorrect English - rename to "user groups" beta
Mon, 25 Feb 2013 21:27:52 +0100 Marcin Kuzminski moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Thu, 10 Jan 2013 23:09:17 +0100 Marcin Kuzminski fixes issue #658, my account edit was missing this functionality beta
Fri, 04 Jan 2013 23:34:53 +0100 Marcin Kuzminski Full IP restrictions enabled beta
Sun, 30 Dec 2012 23:06:03 +0100 Marcin Kuzminski Added UserIpMap interface for allowed IP addresses and IP restriction access beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Thu, 13 Dec 2012 14:38:45 +0100 Marcin Kuzminski switch to defaultdict for counter implementation beta
Wed, 12 Dec 2012 23:17:10 +0100 Marcin Kuzminski fixed issue #644 When a user is both in read and write group, the permission taken in account is the last saved permission beta
Fri, 23 Nov 2012 21:57:40 +0100 Marcin Kuzminski Implemented #658 Changing username in LDAP-Mode should not be allowed. beta
Fri, 28 Sep 2012 23:28:10 +0200 Marcin Kuzminski merged beta into stable
Sun, 23 Sep 2012 13:04:53 +0200 Marcin Kuzminski fixed #570 explicit users group permissions can overwrite owner permissions beta
Fri, 07 Sep 2012 23:20:33 +0200 Marcin Kuzminski merge with beta
Fri, 07 Sep 2012 02:20:02 +0200 Marcin Kuzminski Permissions on group can be set in recursive mode setting defined permission to all children beta
Sun, 02 Sep 2012 21:19:54 +0200 Marcin Kuzminski Merge beta branch into stable
Fri, 10 Aug 2012 03:09:36 +0200 Marcin Kuzminski RhodeCode now has a option to explicitly set forking permissions. ref #508 beta
Wed, 25 Jul 2012 00:38:05 +0200 Marcin Kuzminski fixed api issue with changing username during update_user beta
Wed, 04 Jul 2012 18:13:25 +0200 Marcin Kuzminski Renamed name to firstname in forms beta
Sun, 01 Jul 2012 12:44:54 +0200 Marcin Kuzminski Added associated classes into child models beta
Tue, 26 Jun 2012 21:57:31 +0200 Marcin Kuzminski Updated create_or_update method to not change API key when password is not updated beta
Tue, 19 Jun 2012 22:28:44 +0200 Marcin Kuzminski fix crypt password on update my account beta
Mon, 18 Jun 2012 21:25:49 +0200 Marcin Kuzminski Added validation into user email map beta
Mon, 18 Jun 2012 00:41:10 +0200 Marcin Kuzminski white space cleanup beta
Sun, 17 Jun 2012 21:37:07 +0200 Marcin Kuzminski Switched forms to new validators codereview
Sat, 09 Jun 2012 20:23:48 +0200 Marcin Kuzminski Share common getter functions in base model, and remove duplicated functions from other models codereview
Wed, 23 May 2012 00:58:37 +0200 Marcin Kuzminski Added simple UI for admin to manage emails map codereview
Wed, 16 May 2012 01:25:00 +0200 Marcin Kuzminski merge with beta
Wed, 16 May 2012 01:24:23 +0200 Marcin Kuzminski print statement cleanup beta
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Tue, 08 May 2012 23:59:27 +0200 Marcin Kuzminski fixed issue with empty APIKEYS on registration #438 beta
Fri, 13 Apr 2012 21:12:42 +0200 Marcin Kuzminski permission comments + out identation for better readability beta
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Thu, 22 Mar 2012 01:45:58 +0200 Marcin Kuzminski Improved message about deleting user who owns repositories beta
Wed, 21 Mar 2012 19:19:22 +0200 Marcin Kuzminski White space cleanup beta
Wed, 14 Mar 2012 18:51:00 +0200 Marcin Kuzminski #399 added inheritance of permissions for users group on repos groups beta
Tue, 13 Mar 2012 02:39:31 +0200 Marcin Kuzminski fixed #397 Private repository groups shows up before login beta
Wed, 07 Mar 2012 02:18:22 +0200 Marcin Kuzminski utils/conf beta
Fri, 02 Mar 2012 21:57:01 +0200 Marcin Kuzminski merged beta into stable
Thu, 01 Mar 2012 01:01:22 +0200 Marcin Kuzminski fixes issue when user tried to resubmit same permission into user/user_groups beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable