aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-31Fix lines removed by auto-merge take three.Stevan Radaković
2013-03-31Fix lines removed by auto-merge take two.Stevan Radaković
2013-03-31Fix lines removed by auto-merge.Stevan Radaković
2013-03-31Merge from upstream.Stevan Radaković
2013-03-28Add system group operations for repositories. Change ownership once group is ↵Stevan Radaković
created.
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 ↵Marcin Kuzminski
group checks. This will be a part of refactoring done to do user permissions changes without messing with main repo form data --HG-- extra : source : af96fb19b53ab2b7146e27640647217b43ddb58a
2013-03-10Added tag v1.5.4 for changeset 3447862ad8c9Marcin Kuzminski
2013-03-10changelog updatev1.5.4Marcin Kuzminski
2013-03-07fixed testsMarcin Kuzminski
2013-03-04catch errors in obfuscate password functionMarcin Kuzminski
--HG-- extra : source : 867c4d7fd2d83f660c9084ffc414586179ab6ec2
2013-03-07version bumpMarcin Kuzminski
2013-03-07handle all cases with proxy IP addresses, not only for X_FORWARDED_FORMarcin Kuzminski
--HG-- extra : source : 64371c42e2f1ca9a6e7c01ad749657bd433567ba
2013-03-06disallow cloning from different URI's that http[s]/svn/git/hgMarcin Kuzminski
--HG-- extra : source : 8ee36513efaed9b5fb408484ddf5c5fcf9105719
2013-03-06fixed issue with renaming repos group together with changing parents with ↵Marcin Kuzminski
multiple nested trees added regresion tests for such cases --HG-- extra : source : 94f251fda314627cdc51a20018ad2319ff75add0
2013-03-04use password obfuscate in when clonning a remote repo with credentialsMarcin Kuzminski
--HG-- extra : source : d778ed1c945fbe362fcb4961b22785b7fe0504e9
2013-02-14fixes #762, LDAP and container created users are now activated based onMarcin Kuzminski
the registration settings in permissions --HG-- extra : source : fdb0f59b21891c21c9b71d8d945d096a1f6a665d
2013-02-13Merge branch 'master' into linaroMilo Casagrande
Fixed conflicts: setup.py
2013-02-12#763 gravatar helper function should fallback into default image if somehow ↵Marcin Kuzminski
email provided is empty. --HG-- extra : source : e6c551663a54ace461db238cdf3064c6a74dafe1
2013-02-25moved out password reset tasks from celery, it doesn't make any sense to ↵Marcin Kuzminski
keep them there, additionally they are broken in when executing _(), and url() calls. This fixes issue #572 --HG-- extra : source : 5c310b7b01cec6472e9c144123ce13ebbec83148
2013-02-26fix webtest dependencyMarcin Kuzminski
--HG-- extra : source : 4e9f00ddde4a3a0e7bd5c13c3b93159a7aa785e7
2013-02-12Added tag v1.5.3 for changeset 1a498b11f154Marcin Kuzminski
2013-02-12Docs updatesv1.5.3Marcin Kuzminski
--HG-- extra : amend_source : 0cf153f93b1a10e763bbeb4feab895c296de4bef
2013-02-12version bumpMarcin Kuzminski
2013-02-08fixes issue #756 cleanup repos didn't properly compose paths of repos to be ↵Marcin Kuzminski
cleaned up. - it just worked on repos on root filesystem --HG-- extra : source : f62d805544a4cc8712d987aa4de00be741351ae1
2013-02-01fixed #746 unicodeDedode errors on feed controllersMarcin Kuzminski
--HG-- extra : source : 2464ac75d77a3452ec54bba662e590d86e58eda5
2013-01-31git hook handler shouldn't ever use cache instancesMarcin Kuzminski
- moved cache invalidation into finally block so we invalidate at latest possible stage - added scm_instance_no_cache property to get non cached scm instances always --HG-- extra : source : c2bf0fa7b3cbd19020b3a7ef245b16b9cc85d61d
2013-01-31don't invalidate cache before handling hookMarcin Kuzminski
--HG-- extra : source : 5440ea1d0628534a8e5c37508aa47bc71e9f2f97
2013-01-26added argparse for python version <2.7Marcin Kuzminski
--HG-- extra : source : bda2bd2558b175a50f73d8c9c2c7233cb117c82c
2013-01-26reposcann should skip directories with starting with '.'Marcin Kuzminski
some code cleanup, moved all skipping to get_repos function --HG-- extra : source : ba2e2514a01a53f6e8af014540135c76956eb7b6
2013-01-25fixes for issue #731, update-repoinfo sometimes failed to update data when ↵Marcin Kuzminski
changesets were initial commits --HG-- extra : source : 99ce5d097a09e0d4cb53ff42ac1ea5dcc3f4ec2e
2013-01-25update repo-info shouldn't allow setting empty values NEVER !Marcin Kuzminski
--HG-- extra : source : 226013bac9719c3fa26935a9c15d35c635f7986c
2013-01-25recursive mode of setting permission should skip private repositories, they ↵Marcin Kuzminski
should remain private, it's proper thing to do ! --HG-- extra : source : dd0ee9119aa9c24c0df380049012278482542885
2013-01-24Commented mercurial support.Milo Casagrande
2013-01-24safe_int should also catch TypeErrorMarcin Kuzminski
--HG-- extra : source : c0b0351233ec593c040638970acb13b6adb5eaf5
2013-01-24fix private flag switching default permissionMarcin Kuzminski
--HG-- extra : source : f5c5095c702896d1fa668976b334018eae13d989
2013-01-23IP restrictions now also enabled for IPv6Marcin Kuzminski
--HG-- extra : source : 6c28533d122c4ca94538f16c8852a83bc3d38952
2013-01-23fixes stupid git ci call that can break on systems that don't have this aliasMarcin Kuzminski
--HG-- extra : source : 9f57b5624ec4e336187e3af2ce2aaf5ff5970d4e
2013-01-23Removed py-bcrypt from pip installation.Milo Casagrande
2013-01-23Reworked the requirements section.Milo Casagrande