aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/repos_group.py
AgeCommit message (Expand)Author
2013-04-02Fix user/group relation fetch.Stevan Radaković
2013-04-02Group name fix during group creation.Stevan Radaković
2013-04-02Yet another separator fix.Stevan Radaković
2013-04-02Fix rsplit usage.Stevan Radaković
2013-04-01Add support for change-repo-ownership script.Stevan Radaković
2013-03-28Add system group operations for repositories. Change ownership once group is ...Stevan Radaković
2013-03-28Change default behaviour for group and repository ACL.Stevan Radaković
2013-03-28Add user to group only if it's not default user.Stevan Radaković
2013-03-28Fix variable name typo.Stevan Radaković
2013-03-28Wrong index for rsplit fixed.Stevan Radaković
2013-03-27Change SystemCommand class location.Stevan Radaković
2013-03-27Introduce LDAP system based acl.Stevan Radaković
2013-01-18remove log.exception callMarcin Kuzminski
2012-10-26deleting a group now does same archive operation like deleting repositories. ...Marcin Kuzminski
2012-09-07Permissions on group can be set in recursive mode setting defined permission ...Marcin Kuzminski
2012-08-28Recursive set locking on all children of a group.Marcin Kuzminski
2012-08-08Added form for controlling mercurial extensionsMarcin Kuzminski
2012-07-18Added quick links for editing permissions for users from permission overviewMarcin Kuzminski
2012-07-01Added functional test create repo with a groupMarcin Kuzminski
2012-07-01Added associated classes into child modelsMarcin Kuzminski
2012-06-17Switched forms to new validatorsMarcin Kuzminski
2012-06-09Share common getter functions in base model, and remove duplicated functions ...Marcin Kuzminski
2012-03-07utils/confMarcin Kuzminski
2012-02-28fixes issue #366 setting null on parent_group didn't propagate to actually db...Marcin Kuzminski
2012-01-28#227 Initial version of repository groups permissions systemMarcin Kuzminski
2012-02-02gardenMarcin Kuzminski
2012-01-042012 copyrightsMarcin Kuzminski
2011-12-29auto white-space removalMarcin Kuzminski
2011-11-27another major refactoring with session managementMarcin Kuzminski
2011-11-02refactoring of models names for repoGroup permissionsMarcin Kuzminski
2011-10-24fixes #288Marcin Kuzminski
2011-10-23Correct code styleNicolas VINOT
2011-10-07[API] Create groups needed when creating repoNicolas VINOT
2011-05-26#47 added editing of groups, and moving them between. Added check constraint ...Marcin Kuzminski
2011-05-25#47 implemented basic edition of groupsMarcin Kuzminski
2011-05-23#47 implemented deleting of empty groups. Fixed problem with full paths on ne...Marcin Kuzminski
2011-05-23#47 implemented Adding of new repo_groups+forms+validators. Fixed sorting of ...Marcin Kuzminski