aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/config
AgeCommit message (Expand)Author
2013-04-04fixed admin link for creating repos, and refactored the routes nameMarcin Kuzminski
2013-04-03Fix 'repos group' - it is 'repository group'Mads Kiilerich
2013-04-03config: rename options to show_revision_number and show_sha_lengthMads Kiilerich
2013-04-03config: automatically assign instance_id for host and process if it has been ...Mads Kiilerich
2013-03-28Don't catch all exceptionsMarcin Kuzminski
2013-03-28#749 and #516 Removed dupliciting of repo settings for rhodecode admins and r...Marcin Kuzminski
2013-03-28moved permission management into separate entity.Marcin Kuzminski
2013-03-25rename sha_rev to something more understandableMarcin Kuzminski
2013-03-21files: accept URLs with no path and no slash after the revisionMads Kiilerich
2013-03-21made git refs filter configurable ref issue #797Marcin Kuzminski
2013-03-21Implemented show_id function that is a configurable way to display sha hashes...Marcin Kuzminski
2013-03-10configurable locking codes.Marcin Kuzminski
2013-03-09only use errormator if it's actually turned on in .ini fileMarcin Kuzminski
2013-03-06initial version of #788 tarball cacheMarcin Kuzminski
2013-03-06moved time measure of request to separate middleware for better results (the ...Marcin Kuzminski
2013-03-05better detection of deleting groups with subgroups inside.Marcin Kuzminski
2013-02-27follow-up on texts missing from 'users groups'/'repositories group' cleanupMads Kiilerich
2013-02-27"Users groups" is grammatically incorrect English - rename to "user groups"Mads Kiilerich
2013-02-17git executable is now configurable via .ini filesMarcin Kuzminski
2013-02-17Add option to define custom lexers for custom extensions for code highlight i...Marcin Kuzminski
2013-02-10make the htsts headers optional and stored in .ini file.Marcin Kuzminski
2013-02-09unified RhodeCode paster commandsMarcin Kuzminski
2013-02-01compare: swap org and other when they refer to different repos, ie are pull r...Mads Kiilerich
2013-02-04be more explicit about constructing compare urlMarcin Kuzminski
2013-01-30repository extra fields implementationMarcin Kuzminski
2013-02-01add condition check for old search url in adminMarcin Kuzminski
2013-01-30search: repo search is a repo thing - show it that way in ui and urlMads Kiilerich
2013-01-30repo edit: it is a repo thing more than an admin thing - show it that way in ...Mads Kiilerich
2013-01-30summary: don't link explicitly to /summaryMads Kiilerich
2013-01-28implemented #83 show repo size on summary pageMarcin Kuzminski
2013-01-26run waitress check on startupMarcin Kuzminski
2013-01-25Group management delegation:Marcin Kuzminski
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