log rhodecode/model/repo.py @ 4147:1c8f818787b3 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
Tue, 16 Jul 2013 21:54:28 +0200 Marcin Kuzminski Fixed spelling of get's to gets
Tue, 18 Jun 2013 21:54:14 +0200 Marcin Kuzminski Replaced fallback username from ? to None in hook loggers
Tue, 18 Jun 2013 02:06:01 +0200 Marcin Kuzminski Fixed bug with log_delete hook didn't properly store
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Sun, 12 May 2013 23:41:40 +0200 Simon Lopez Repo type can't be changed. Fixes issue 836 beta
Sun, 12 May 2013 23:41:40 +0200 Simon Lopez Repo type can't be changed. Fixes issue 836
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Tue, 23 Apr 2013 16:07:28 +0200 Marcin Kuzminski Add flag for permission check in _update_permissions function beta
Tue, 23 Apr 2013 02:55:50 +0200 Marcin Kuzminski managing users groups enforce permissions checks. beta
Wed, 10 Apr 2013 14:33:04 +0200 Marcin Kuzminski New default permissions definition for user group create 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
Fri, 05 Apr 2013 23:16:21 +0200 Marcin Kuzminski repo rescann should detach forks of zombie repos, beta
Sun, 31 Mar 2013 16:18:09 +0200 Marcin Kuzminski recursive forks detach beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Thu, 28 Mar 2013 02:57:05 +0100 Marcin Kuzminski #749 and #516 Removed dupliciting of repo settings for rhodecode admins and repo admins beta
Thu, 28 Mar 2013 02:11:26 +0100 Marcin Kuzminski moved permission management into separate entity. beta
Tue, 26 Mar 2013 15:53:11 +0100 Mads Kiilerich breadcrumbs: make repo names link to summary pages beta
Mon, 04 Mar 2013 18:44:36 +0100 Marcin Kuzminski use password obfuscate in when clonning a remote repo with credentials
Mon, 04 Mar 2013 18:44:36 +0100 Marcin Kuzminski use password obfuscate in when clonning a remote repo with credentials beta
Fri, 01 Mar 2013 17:56:31 +0100 Marcin Kuzminski Update changeset cache should use non-cache version of repo if given attribute is empty, it's easier to controll how changesets are udpated beta
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
Sun, 03 Feb 2013 23:29:59 +0100 Marcin Kuzminski fix reset statistics call if there are no statistics yet beta
Sun, 03 Feb 2013 21:03:40 +0100 Marcin Kuzminski Added missing migrations, and move update_repoinfo to RepoModel beta
Wed, 30 Jan 2013 04:10:58 +0100 Marcin Kuzminski repository extra fields implementation beta
Mon, 28 Jan 2013 21:14:46 +0100 Marcin Kuzminski fixes issue #739 Delete/Edit repositories should only point to admin links if the user is an super admin. beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Mon, 14 Jan 2013 00:38:24 +0100 Marcin Kuzminski API methods create_repo, fork_repo, delete_repo, get_repo, get_repos beta
Wed, 09 Jan 2013 01:59:43 +0100 Marcin Kuzminski Use common function for generation of grid data beta
Mon, 17 Dec 2012 22:46:50 +0100 Marcin Kuzminski Default parameters are now also used for creating repos using API calls, and initial repo scanner beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Thu, 13 Dec 2012 03:34:19 +0100 Marcin Kuzminski Fixed some issues with edit form beta
Mon, 03 Dec 2012 02:55:08 +0100 Marcin Kuzminski Implemented #379 defaults settings page for creation of repositories beta
Mon, 22 Oct 2012 14:26:00 +0200 Marcin Kuzminski Fixed issue with rm__ system that put removed repos in root location, it can lead to making a heavy copy, and remove operation. beta
Tue, 09 Oct 2012 00:41:32 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.4.4
Tue, 09 Oct 2012 00:08:35 +0200 Marcin Kuzminski #595 add rcextension hook for repository delete 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
Tue, 28 Aug 2012 21:45:03 +0200 Marcin Kuzminski inherit locking from parent beta
Sun, 22 Jul 2012 01:15:53 +0200 Marcin Kuzminski Refactored create fork function to use new RepoModel functions instead of old beta
Wed, 18 Jul 2012 22:07:46 +0200 Marcin Kuzminski Added quick links for editing permissions for users from permission overview beta
Mon, 16 Jul 2012 16:01:15 +0200 Marcin Kuzminski Removed stupid code that assumed we have vcs instance after just creating it in database. beta
Mon, 16 Jul 2012 02:28:02 +0200 Marcin Kuzminski Created install_git_hook more verbose version of previos code. beta
Wed, 11 Jul 2012 22:49:44 +0200 Marcin Kuzminski fill miliseconds with 0 since it can return <6 digit number beta
Fri, 06 Jul 2012 00:09:10 +0200 Marcin Kuzminski removed %f from datetime formatting doesn't work on py25 :/ beta
Sun, 01 Jul 2012 18:06:34 +0200 Marcin Kuzminski Added functional test create repo with a group beta
Sun, 01 Jul 2012 15:47:54 +0200 Marcin Kuzminski New repo model create function beta
Sun, 01 Jul 2012 12:44:54 +0200 Marcin Kuzminski Added associated classes into child models beta
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
Thu, 07 Jun 2012 13:09:07 +0200 Marcin Kuzminski chmod the hooks to 755, like all other githooks. beta
Wed, 06 Jun 2012 22:23:27 +0200 Marcin Kuzminski Change git & hg hooks to post. They shouldn't block as they are used just for logging actions. Futhermore post hooks have access to changesets, so it's much better flexible beta
Wed, 06 Jun 2012 21:32:19 +0200 Marcin Kuzminski Git Hooks are automatically installed in new repos beta
Tue, 22 May 2012 20:35:54 +0200 Marcin Kuzminski don't disable .git directory for bare repos on deleting, ref #413 beta
Mon, 21 May 2012 20:42:21 +0200 Marcin Kuzminski init bare repos for git now by default. This is recommended setup for remotes repositories beta
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Fri, 13 Apr 2012 00:30:06 +0200 Marcin Kuzminski fixed repo_create hooks for forks beta
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch