aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model
AgeCommit message (Expand)Author
2013-04-09Handle updates if system group does not exist.v1.5.4.1_linarorepo_model_changesStevan Radaković
2013-04-03Merge branch 'dumb_http' of git://git.linaro.org/people/gesha/rhodecode into ...Milo Casagrande
2013-04-03Merge branch 'ldap' into linaroStevan Radaković
2013-04-02Small permission fix for repository ACL.ldapStevan Radaković
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-03-19Added support for clone/pull operations using dumb http protocol.Georgy Redkozubov
2013-03-11Pass in old groups data to CanWriteToGroup validator for later skipping group...Marcin Kuzminski
2013-03-06disallow cloning from different URI's that http[s]/svn/git/hgMarcin Kuzminski
2013-03-06fixed issue with renaming repos group together with changing parents with mul...Marcin Kuzminski
2013-03-04use password obfuscate in when clonning a remote repo with credentialsMarcin Kuzminski
2013-02-14fixes #762, LDAP and container created users are now activated based onMarcin Kuzminski
2013-02-25moved out password reset tasks from celery, it doesn't make any sense to keep...Marcin Kuzminski
2013-01-31git hook handler shouldn't ever use cache instancesMarcin Kuzminski
2013-01-26reposcann should skip directories with starting with '.'Marcin Kuzminski
2013-01-25fixes for issue #731, update-repoinfo sometimes failed to update data when ch...Marcin Kuzminski
2013-01-25update repo-info shouldn't allow setting empty values NEVER !Marcin Kuzminski
2013-01-25recursive mode of setting permission should skip private repositories, they s...Marcin Kuzminski
2013-01-24fix private flag switching default permissionMarcin Kuzminski
2013-01-23IP restrictions now also enabled for IPv6Marcin Kuzminski
2013-01-21improved extraction of user from changeset when sending notification.Marcin Kuzminski
2013-01-19show comments from pull requests into associated changesetsMarcin Kuzminski
2013-01-19set the status of changesets initially on pull request, and make sure we care...Marcin Kuzminski
2013-01-19added last_changeset information in get_repo API functionMarcin Kuzminski
2013-01-18implemented #725 Pull Request View - Show origin repo URLMarcin Kuzminski
2013-01-18remove log.exception callMarcin Kuzminski
2013-01-14API methods create_repo, fork_repo, delete_repo, get_repo, get_reposMarcin Kuzminski
2013-01-10fixes issue #658, my account edit was missing this functionalityMarcin Kuzminski
2013-01-09Use common function for generation of grid dataMarcin Kuzminski
2013-01-08fixed issues with getting repos by path on windowsMarcin Kuzminski
2013-01-05always update changeset cache after invalidation signalMarcin Kuzminski
2013-01-05white space cleanupMarcin Kuzminski
2013-01-05Added full last changeset info to lightweight dashboarddevMarcin Kuzminski
2013-01-04Full IP restrictions enabledMarcin Kuzminski
2012-12-31add ipaddresses to repo data on API callsMarcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-19fixes #691: Notifications for pull requests: move link to pull request to the...Marcin Kuzminski
2012-12-17Default parameters are now also used for creating repos using API calls, and ...Marcin Kuzminski
2012-12-13switch to defaultdict for counter implementationMarcin Kuzminski
2012-12-12fixed issue #644 When a user is both in read and write group, the permission ...Marcin Kuzminski