aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib
AgeCommit message (Expand)Author
2013-04-11Remove return line for _email so name can be picked up from git changeset.bug1167241Stevan Radaković
2013-04-09Handle updates if system group does not exist.v1.5.4.1_linarorepo_model_changesStevan Radaković
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
2013-04-03Merge branch 'ldap' into linaroStevan Radaković
2013-04-01Add support for change-repo-ownership script.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-04catch errors in obfuscate password functionMarcin Kuzminski
2013-03-07handle all cases with proxy IP addresses, not only for X_FORWARDED_FORMarcin Kuzminski
2013-02-14fixes #762, LDAP and container created users are now activated based onMarcin Kuzminski
2013-02-12#763 gravatar helper function should fallback into default image if somehow e...Marcin Kuzminski
2013-02-25moved out password reset tasks from celery, it doesn't make any sense to keep...Marcin Kuzminski
2013-02-08fixes issue #756 cleanup repos didn't properly compose paths of repos to be c...Marcin Kuzminski
2013-01-31git hook handler shouldn't ever use cache instancesMarcin Kuzminski
2013-01-31don't invalidate cache before handling hookMarcin Kuzminski
2013-01-26reposcann should skip directories with starting with '.'Marcin Kuzminski
2013-01-24safe_int should also catch TypeErrorMarcin Kuzminski
2013-01-23IP restrictions now also enabled for IPv6Marcin Kuzminski
2013-01-20fixed bad merge on git fetch fixMarcin Kuzminski
2013-01-19adde cleanup username flag into get_container_username functionMarcin Kuzminski
2013-01-19added some more logging into get_container_username functionMarcin Kuzminski
2013-01-18whitespace cleanupMarcin Kuzminski
2013-01-15Enable all Markdown Extra in Python markdown library.xpol
2013-01-13Implemented API calls for non-admin users for locking/unlocking repositoriesMarcin Kuzminski
2013-01-10fixed fetch command for git repos, now it properly fetches from remotesMarcin Kuzminski
2013-01-10fixes issue #715 Meta-Tagging [requires => Repo-123] not workingMarcin Kuzminski
2013-01-08fix multiple ips addresses in X_FORWARDER_FOR headerMarcin Kuzminski
2013-01-05fixes issue #710 File view stripping empty lines from begininng and end of th...Marcin Kuzminski
2013-01-05white space cleanupMarcin Kuzminski
2013-01-05Migration upgrades cache for lightweight dashboardMarcin Kuzminski
2013-01-05Added full last changeset info to lightweight dashboarddevMarcin Kuzminski
2013-01-04Full IP restrictions enabledMarcin Kuzminski
2013-01-03diff view: don't mix css classes for new and old line numbersMads Kiilerich
2013-01-02email: fail nicely when no SMTP server has been configuredMads Kiilerich
2012-12-13logging: include more info in grant/deny log entriesMads Kiilerich
2013-01-02logging: clarify logging of db loggingMads Kiilerich
2013-01-02logging: include more info in action loggingMads Kiilerich
2013-01-02logging: make 'Creating a cache key for...' more readableMads Kiilerich
2013-01-02logging: make 'settings ui from db' look more like Mercurial ini file notationMads Kiilerich
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-18made update repoinfo script more failsafe when dealing with database entries ...Marcin Kuzminski
2012-12-17Default parameters are now also used for creating repos using API calls, and ...Marcin Kuzminski
2012-12-14- #683 fixed difference between messages about not mapped repositoriesMarcin Kuzminski