aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/repos_group.py
AgeCommit message (Collapse)Author
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
--HG-- branch : beta
2012-10-26deleting a group now does same archive operation like deleting repositories. ↵Marcin Kuzminski
Improve prompt that show number of repos that will be archived together with a group. --HG-- branch : beta
2012-09-07Permissions on group can be set in recursive mode setting defined permission ↵Marcin Kuzminski
to all children - more explicit permissions - fixes for empty values in permission form --HG-- branch : beta
2012-08-28Recursive set locking on all children of a group.Marcin Kuzminski
--HG-- branch : beta
2012-08-08Added form for controlling mercurial extensionsMarcin Kuzminski
added hggit also for future --HG-- branch : beta
2012-07-18Added quick links for editing permissions for users from permission overviewMarcin Kuzminski
--HG-- branch : beta
2012-07-01Added functional test create repo with a groupMarcin Kuzminski
- unified calling Session in tests --HG-- branch : beta
2012-07-01Added associated classes into child modelsMarcin Kuzminski
--HG-- branch : beta
2012-06-17Switched forms to new validatorsMarcin Kuzminski
--HG-- branch : codereview
2012-06-09Share common getter functions in base model, and remove duplicated functions ↵Marcin Kuzminski
from other models --HG-- branch : codereview
2012-03-07utils/confMarcin Kuzminski
- created temporary utils2 - made config.conf for storing some configurations - fixed some dependency import problems - code cleanup - rc-extensions now properly work for celery --HG-- branch : beta
2012-02-28fixes issue #366 setting null on parent_group didn't propagate to actually ↵Marcin Kuzminski
db field. - added relevant test for this --HG-- branch : beta
2012-01-28#227 Initial version of repository groups permissions systemMarcin Kuzminski
- implemented none/read/write/admin permissions for groups - wrote more tests for permissions, and new permissions groups - a lot of code garden, splitted logic into proper models - permissions on groups doesn't propagate yet to repositories - deprecated some methods on api for managing permissions on repositories for users, and users groups --HG-- branch : beta
2012-02-02gardenMarcin Kuzminski
- unified logging formatting to use only % --HG-- branch : beta extra : rebase_source : 3e21b92e6102c14b6d395db12fbb62a753ca7373
2012-01-042012 copyrightsMarcin Kuzminski
--HG-- branch : beta
2011-12-29auto white-space removalMarcin Kuzminski
--HG-- branch : beta
2011-11-27another major refactoring with session managementMarcin Kuzminski
--HG-- branch : beta
2011-11-02refactoring of models names for repoGroup permissionsMarcin Kuzminski
--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-07[API] Create groups needed when creating repoNicolas VINOT
--HG-- branch : beta
2011-05-26#47 added editing of groups, and moving them between. Added check constraint ↵Marcin Kuzminski
for groups to prevent of loops --HG-- branch : beta
2011-05-25#47 implemented basic edition of groupsMarcin Kuzminski
--HG-- branch : beta
2011-05-23#47 implemented deleting of empty groups. Fixed problem with full paths on ↵Marcin Kuzminski
nested groups --HG-- branch : beta
2011-05-23#47 implemented Adding of new repo_groups+forms+validators. Fixed sorting of ↵Marcin Kuzminski
repo groups by main names in multiple locations. Removed some unneeded calls to self.sa for exchange to .query() methods. Added new db unique key for Group --HG-- branch : beta