aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/config
AgeCommit message (Expand)Author
2013-01-09Use common function for generation of grid dataMarcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-12added option to ini file to define lightweight dashboard items per page befor...Marcin Kuzminski
2012-12-03Implemented #379 defaults settings page for creation of repositoriesMarcin Kuzminski
2012-11-28added global fix for stripping multiple slashes from f_path variableMarcin Kuzminski
2012-11-28Implemented file history page for showing detailed changelog for a given fileMarcin Kuzminski
2012-11-27added polish translationMarcin Kuzminski
2012-11-26Implemented #661 Add option to include diff in RSS feedMarcin Kuzminski
2012-11-24Added option to ini files for controlling full cache of VCS instances.Marcin Kuzminski
2012-11-15Implemented #647, option to pass list of default encoding used to encode to/d...Marcin Kuzminski
2012-11-13implements #636, lazy loading of history and authors to speed up page respons...Marcin Kuzminski
2012-11-10new patch function, and urls schema.Marcin Kuzminski
2012-10-29new tooltip implementationMarcin Kuzminski
2012-10-27Implemented #628: Pass server URL to rc-extensions hooksMarcin Kuzminski
2012-10-23Lazy loading on my journal pageMarcin Kuzminski
2012-10-19simplify errormator configMarcin Kuzminski
2012-10-18Added Errormator and Sentry support part of pull request #71Marcin Kuzminski
2012-10-16fix routing regex for compare branches with / and other special charsMarcin Kuzminski
2012-10-11Implemented proposed changes from pull request #77Marcin Kuzminski
2012-10-09#595 add rcextension hook for repository deleteMarcin Kuzminski
2012-10-02Add git version detection to warn users that Git used in system is to old. re...Marcin Kuzminski
2012-09-23#518 multiple issues patternsMarcin Kuzminski
2012-09-13Implemented patch from andrewsh ref #565 Add support for {netloc} and {scheme}Marcin Kuzminski
2012-09-12Add quick toggle link for locking for users with write or admin permissionsMarcin Kuzminski
2012-09-07fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num...Marcin Kuzminski
2012-08-29Fixed edit by groups names routingMarcin Kuzminski
2012-08-28added new suite of tests for VCS operationsMarcin Kuzminski
2012-08-28fixes issue #543, un-broken alternative gravatar optionMarcin Kuzminski
2012-08-26Authors of pull-requests can now delete themMarcin Kuzminski
2012-08-25sync alternative gravatar options to other .ini filesMarcin Kuzminski
2012-08-24Merged in domruf/rhodecode (pull request #66)Marcin Kuzminski
2012-08-24use dict for replacing parts of avatar URL and add example to ini templatedomruf
2012-08-22Implemented basic locking functionality.Marcin Kuzminski
2012-08-11fixed selecting quick compare view for tags/bookmarks in pull-request formMarcin Kuzminski
2012-08-04switched repo_name to non greedy match.Marcin Kuzminski
2012-08-03add option to disable whoosh index in tests via an enviroment variable.Marcin Kuzminski
2012-07-20Reverted delete zombie repos on server start, this can be misleading, and som...Marcin Kuzminski
2012-07-18Added quick links for editing permissions for users from permission overviewMarcin Kuzminski
2012-07-18Merged pull request #56Marcin Kuzminski
2012-07-16Improvements to my account pageMarcin Kuzminski
2012-07-16Do cleanup on repo2db mapperMarcin Kuzminski
2012-07-16Fixed githooks for fetching multiple tags and branches.Marcin Kuzminski
2012-07-16added comments into beaker session,Marcin Kuzminski
2012-07-15Added editing of pull-request reviewers.Marcin Kuzminski
2012-07-13Switch to waitress wsgi server by default in rhodecode.Marcin Kuzminski
2012-07-08added japanese as possible language option in .ini configMarcin Kuzminski
2012-07-06Added option to swap the db connection uri based on ENV TEST_DB stringMarcin Kuzminski
2012-06-19Enabled inline comments in pull-requestsMarcin Kuzminski
2012-06-11- added commenting to pull requestsMarcin Kuzminski
2012-06-10- pull request generates overview based on it's paramsMarcin Kuzminski