aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-23Added missing import.v1.5.4_linaro5Milo Casagrande
2013-05-23Need to pass along private property, we do not have a repo object.Milo Casagrande
2013-05-23Moved new funxtion to utils2, there are circular dependecies somewhere.Milo Casagrande
2013-05-23Renamed template file, should be a Python file.Milo Casagrande
2013-05-23Fixed file system level permissions setting.Milo Casagrande
* Avoid using change-repo-ownership external command: implemented internal chown/chmod command and call those accordingly. * Fixed how permissions on updates are set.
2013-05-22Add ACL support for private repositories for git ssh protocol.private_repo_system_aclStevan Radaković
2013-05-22Added post-update hook creation to enable git update-server-info.Milo Casagrande
2013-05-21Change ownership on repo needs to be run at the end.Milo Casagrande
2013-05-21Change ownership only in one case.Milo Casagrande
2013-05-21Fixed change_ownership call.Milo Casagrande
2013-05-21Fixed use of set_guid, create group before renaming old one.Milo Casagrande
2013-05-21Cread group before renaming, if new one does not exists.Milo Casagrande
2013-05-21Removed internal call to set_guid.Milo Casagrande
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-30Fixed wrong requirement version.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-24Removed extra dependencies: we already have them.Milo Casagrande
2013-04-24Removed mercurial as required.Milo 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ć