aboutsummaryrefslogtreecommitdiff
path: root/rhodecode
AgeCommit message (Collapse)Author
2013-05-17Fixed file system permissions setting.Milo Casagrande
2013-05-17Bumped version, removed name from footer.Milo Casagrande
2013-05-17Added new system commands.Milo Casagrande
* Added a command to set sgid to directories. * Added command to fix permissions on the file system.
2013-05-17Fixed a problem with validators.Milo Casagrande
* We were getting a KeyError when the file system group does not exists.
2013-05-13Fixed cache mechanism.Milo Casagrande
2013-04-25Bumped linaro version number (forgot that).Milo Casagrande
2013-04-24Readded import: it is not used in the file. but in others.v1.5.4_linaro4Milo Casagrande
2013-04-24Added caching mechanism.Milo Casagrande
2013-04-24Added cache mechanism.Milo Casagrande
* Added caching of user auth request: with clone operations and the dumb HTTP protocol implemented, user auth request where performed each time, with no apparent caching. Due to this, clone operations were using too much CPU and taking too long to be completed.
2013-04-24Refactored and cleaned some code, added cache.Milo Casagrande
* Did some refactoring to clean up some code and avoid not necessary calls. * Added caching mechanism based on the Cache class to store "apps": in this case a couple of classes that are created every time for each similar request.
2013-04-24Added simple in-memory caching mechanism.Milo Casagrande
* Simple Cache class to store key-value pairs that need to be quickly accessed.
2013-04-17Infer mime type only if file exists.v1.5.4_linaro3Milo Casagrande
2013-04-17Bumped Linaro version.Milo Casagrande
2013-04-17Merge branch 'linaro' of ↵Milo Casagrande
ssh://git.linaro.org/srv/git.linaro.org/git/infrastructure/rhodecode into linaro
2013-04-17Use X-Sendfile for all requests.Milo Casagrande
* Not all requests were served with X-Sendfile, only few of them. * Guess mime type and encoding, and fallback in case.
2013-04-11Merge branch 'bug1167241' into linaroStevan Radaković
2013-04-11Remove return line for _email so name can be picked up from git changeset.bug1167241Stevan Radaković
2013-04-11Bumped linaro version.v1.5.4_linaro2Milo Casagrande
2013-04-11Use X-Sendfile to serve file in dumb HTTP.Milo Casagrande
2013-04-10Switch to new tag naming scheme take 2.footer_versionStevan Radaković
2013-04-10Switch to new tag naming scheme.Stevan Radaković
2013-04-10Change footer version.Stevan Radaković
2013-04-09Handle updates if system group does not exist.v1.5.4.1_linarorepo_model_changesStevan Radaković
2013-04-05Fixed checkbox to pass True when checked.Georgy Redkozubov
Enable toggle of checkbox.
2013-04-05Use instance variable instead, and do not re-create Repo object.Milo Casagrande
2013-04-05Merged fix for dumb http, fixed conflicts.Milo Casagrande
2013-04-05FIXED: Selecting dumb HTTP git protocol from web UIGeorgy Redkozubov
2013-04-04Applied upstream patch: fix IP address problem.Milo Casagrande
2013-04-04Fixed adding dumb git option to databaseGeorgy Redkozubov
2013-04-03Force the dumb git protocol in the code, LP bug #1163317.v1.5.4_linarolistMilo Casagrande
2013-04-03Merge branch 'dumb_http' of git://git.linaro.org/people/gesha/rhodecode into ↵Milo Casagrande
linaro
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-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-07fixed testsMarcin Kuzminski
2013-03-04catch errors in obfuscate password functionMarcin Kuzminski
--HG-- extra : source : 867c4d7fd2d83f660c9084ffc414586179ab6ec2