aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib
AgeCommit message (Expand)Author
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-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
2012-12-14default permissions can get duplicated after migration from 1.4.X. check and ...Marcin Kuzminski
2012-12-13fixed issue with passing IP address to log action logger for gitMarcin Kuzminski
2012-12-12remove unused function get_repo_pathsMads Kiilerich
2012-12-12rename search_recursively to search_up - that is what it isMads Kiilerich
2012-12-12don't recurse into '.hg' of removed repositoriesMads Kiilerich
2012-12-12added option to ini file to define lightweight dashboard items per page befor...Marcin Kuzminski
2012-12-12fixed migrationsMarcin Kuzminski
2012-12-11fixes issue #678 Incorrect diff markup when diff contains >, <, or & symbolsMarcin Kuzminski
2012-12-08fixes issue #674, alternative gravatar url had an error when there was no val...Marcin Kuzminski
2012-12-08implemented children for git changesetsMarcin Kuzminski
2012-12-06final implementation of #210 journal filtering.Marcin Kuzminski
2012-12-06remove not null from user_id column for users log archivingMarcin Kuzminski
2012-12-05Implemented better support for Wildcard queriesMarcin Kuzminski
2012-12-05Implemented filtering of admin journal based on Whoosh Query languageMarcin Kuzminski
2012-12-05fixed issue #671 commenting on pull requests sometimes used old JSON encoder ...Marcin Kuzminski
2012-12-03whitespace and formattingMarcin Kuzminski
2012-12-03Implemented #379 defaults settings page for creation of repositoriesMarcin Kuzminski
2012-12-01fixes #666 move lockkey path location to cache_dir to ensure this path is alw...Marcin Kuzminski
2012-11-30implemented #663 Admin/permission: specify default repogroup permsMarcin Kuzminski
2012-11-30Use ThreadLocal storage for dulwich cached repos, finally fixes issues on con...Marcin Kuzminski
2012-11-29fixed issue with no-cached dulwich reposMarcin Kuzminski
2012-11-29bring back cached Repo() instance due to some other issues it generatedMarcin Kuzminski