Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSS tweaks | James Moger | 2013-11-14 | 3 | -5/+2 |
| | | | | Change-Id: I568ffc2b7dfb59e8a6748aaf3e16993bb2016384 | ||||
* | Display common repository documents as tabs on the docs page | James Moger | 2013-11-14 | 6 | -67/+156 |
| | | | | Change-Id: I6935fa45598da847936748b474a3da47e94efaac | ||||
* | Eliminate the "enumerate documentation" repository setting | James Moger | 2013-11-14 | 7 | -31/+15 |
| | | | | Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4 | ||||
* | README files are not shown on the summary page by default | James Moger | 2013-11-14 | 2 | -12/+18 |
| | | | | Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3 | ||||
* | Tweak pull request ref display | James Moger | 2013-11-13 | 1 | -3/+5 |
| | | | | Change-Id: I07d05eb45e40c233facfa3674f9528d2bda4b5d5 | ||||
* | Implement mirror executor (issue-5) | James Moger | 2013-11-13 | 15 | -6/+289 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46 | ||||
* | Remove docs indicator | James Moger | 2013-11-13 | 4 | -14/+1 |
| | | | | Change-Id: I422696130695cb18d4c1518b0d53265d7247f966 | ||||
* | Add markup support for confluence, mediawiki, textile, trac, and twiki | James Moger | 2013-11-12 | 2 | -3/+101 |
| | | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b | ||||
* | Refactor markup processing in preparation for supporting other formats | James Moger | 2013-11-12 | 11 | -171/+309 |
| | | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6 | ||||
* | Allows the home root link top-left anchor to be customised. | Luca Milanesio | 2013-11-08 | 1 | -1/+2 |
| | | | | | | | A new property web.rootLink has been introduced to customise the link underlying the top-left logo in GitBlit. When undefined the older behaviour is to link to the GitBlit home page. | ||||
* | Add setting to automatically redirect http requests to the https port | James Moger | 2013-10-27 | 1 | -0/+29 |
| | | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f | ||||
* | Strip leading / for absolute wiki link paths | James Moger | 2013-10-25 | 1 | -2/+4 |
| | | | | Change-Id: Ic475d570a3438916cd952d317338df1756c8be5a | ||||
* | Disable the SMARTYPANTS Markdown extension | James Moger | 2013-10-25 | 1 | -1/+2 |
| | | | | Change-Id: I3b1c43186d88a30238213983dd702601eb3a6172 | ||||
* | Set Link: <url>; rel="canonical" http header for SEO (issue-304) | James Moger | 2013-10-25 | 2 | -6/+15 |
| | | | | Change-Id: Ie023b5fc58bf988e9064700918a79718aaa6c94b | ||||
* | Strip Markdown extension from rendered [[WikiLink]] (issue-324) | James Moger | 2013-10-25 | 4 | -4/+15 |
| | | | | Change-Id: I2f695f5d5d72d8c08272981f756334b45398a1f7 | ||||
* | Respect web.forwardSlashCharacter in intra-Markdown links (issue-324) | James Moger | 2013-10-25 | 1 | -1/+2 |
| | | | | Change-Id: I27482c223a3daa0d10f37e88cd80481c6e1eb4b0 | ||||
* | Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324) | James Moger | 2013-10-25 | 7 | -23/+153 |
| | | | | | | | | | All WikiLinks must be specified relative to the root of the repository. The displayed link text is stripped to just the document name. Spaces in the document name are replaced with '-' characters; this is consistent with wiki syntax and Github. Change-Id: Id3fb1b5441352d9bacc4993a5b85882db113693b | ||||
* | Determine best commit id for the commit and use that in links | James Moger | 2013-10-25 | 2 | -11/+35 |
| | | | | Change-Id: I2c0f5dbb479c06402645cbb92e4845eed29d6726 | ||||
* | Remove "show readme" flag in favor of automatic detection | James Moger | 2013-10-25 | 9 | -56/+76 |
| | | | | | | | Automatic detection also will now also display a plain text "readme" or "readme.txt" file. Change-Id: Id6be729bdc469e7a5cfd1f4144df340a6b93475e | ||||
* | Remove upload pack ref filtering | James Moger | 2013-10-25 | 1 | -43/+0 |
| | | | | Change-Id: I7ffcbf00e70eea68803eb6c046d5ddca55503b8b | ||||
* | Use equals to compare strings instead of == | Simon Harrer | 2013-10-24 | 2 | -3/+3 |
| | |||||
* | Replaced MarkdownPapers with pegdown | James Moger | 2013-10-18 | 5 | -35/+18 |
| | | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d | ||||
* | Fix Markdown document enumeraton | James Moger | 2013-10-16 | 1 | -2/+2 |
| | |||||
* | Fix raw page binary content type when running behind reverse proxy | James Moger | 2013-10-16 | 1 | -5/+20 |
| | | | | Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1 | ||||
* | Add raw link to commit, commitdiff, and compare pages (issue-319) | James Moger | 2013-10-16 | 6 | -3/+12 |
| | | | | Change-Id: Ifc878cb59fe66674e6dfdc6d233fa26be1f4d605 | ||||
* | Fix error on generating activity page when there is no activity | James Moger | 2013-10-15 | 1 | -0/+1 |
| | |||||
* | Translation esES updated | mrbytes | 2013-10-12 | 1 | -26/+28 |
| | | | | | - Fixes syntax - Better translation | ||||
* | Switch web.xml baseFolder from context-param to env-entry | James Moger | 2013-10-02 | 1 | -0/+15 |
| | | | | Change-Id: Id18077126e984a767725cf9e8d8eb531a14e1713 | ||||
* | Tweak diffstat css | James Moger | 2013-10-01 | 1 | -1/+1 |
| | | | | Change-Id: I0f6551bb7ca2f9b8908e95359b375c23daeab380 | ||||
* | Check for refs/ not refs/heads/ when updating a ref | James Moger | 2013-10-01 | 1 | -1/+1 |
| | | | | Change-Id: I19f9507fdb859902a6df96f1960433a91378e400 | ||||
* | Improve message logging in the receive pack | James Moger | 2013-10-01 | 1 | -3/+11 |
| | | | | Change-Id: I93dcdc72bfae0e0fac9a0f4872537a43bbd73d36 | ||||
* | Remove remaining TicGit tickets references | James Moger | 2013-09-30 | 8 | -29/+1 |
| | | | | Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 268 | -3076/+3343 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Revise date label creation for optional css class | James Moger | 2013-09-30 | 1 | -1/+7 |
| | | | | Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d | ||||
* | Add recursive delete function to FileUtils | James Moger | 2013-09-30 | 1 | -0/+24 |
| | | | | Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280 | ||||
* | Remove issue artifacts from classes missed in previous purge | James Moger | 2013-09-30 | 5 | -37/+1 |
| | | | | Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4 | ||||
* | Change diffstat character to improve look and layout | James Moger | 2013-09-30 | 1 | -6/+12 |
| | | | | Change-Id: I7a70b04e9b8e49a78d98e0842aeda3f6d8e3ce28 | ||||
* | Add normalized diffstats to the commit, commitdiff, and compare pages | James Moger | 2013-09-27 | 15 | -74/+546 |
| | | | | Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085 | ||||
* | Fix width calculation in branch graph when there are 0 or 1 commits | James Moger | 2013-09-27 | 1 | -24/+28 |
| | | | | Change-Id: I68ed7e4db32fa69a13979b544e80edf3212555cd | ||||
* | Change default access restriction to PUSH | James Moger | 2013-09-27 | 5 | -6/+6 |
| | | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555 | ||||
* | Added setting to globally disable anonymous pushes in the receive pack | James Moger | 2013-09-27 | 3 | -4/+15 |
| | | | | Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4 | ||||
* | Merge receive processing into one class | James Moger | 2013-09-27 | 4 | -102/+332 |
| | | | | Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7 | ||||
* | Remove unused class | James Moger | 2013-09-27 | 1 | -119/+0 |
| | |||||
* | Do not log passwords on failed authentication attempts (issue-316) | James Moger | 2013-09-27 | 1 | -2/+2 |
| | |||||
* | Synchronize critical ConfigUserService methods | James Moger | 2013-09-23 | 1 | -14/+14 |
| | |||||
* | Eliminate redundant read() and use accessor instead of direct cache access | James Moger | 2013-09-23 | 1 | -3/+1 |
| | |||||
* | Fix potential NPE in cookie retrieval | James Moger | 2013-09-23 | 1 | -0/+3 |
| | |||||
* | Return cloned usermodel on cookie authentication | James Moger | 2013-09-23 | 1 | -0/+6 |
| | |||||
* | Fix commit log css for branch graphs | James Moger | 2013-09-23 | 1 | -1/+3 |
| | |||||
* | Fix potential NPE in git commit search | James Moger | 2013-09-23 | 1 | -1/+4 |
| |