summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor access to home page classJames Moger2013-11-264-11/+13
| | | | Change-Id: Ice5706dc0659a44f54e5bf29ca66580e3be22418
* Automatically disable the Git daemon on ExpressJames Moger2013-11-261-0/+4
| | | | Change-Id: Ide78d4c5db59a734060ce527a59450eed8433c1a
* Automatically adjust web.forwardSlash on Tomcat containersJames Moger2013-11-262-47/+25
| | | | | | | | | | | | | One issue that frequently arises in the discussion group and the bug tracker is how Tomcat automatically re-encodes %2f as '/' which breaks url parameters with %2f. After documenting this in half a dozen places it still comes up. Clearly I haven't done enough. Gitblit will now act on, instead of just report, an improperly configured web.forwardSlash character on Tomcat containers. This will make Gitblit "just work" for more users and will make the world a better place. Change-Id: I344428804070a2d6082022cf6b80e2a3d83cea84
* Improve doc page formattingJames Moger2013-11-262-7/+36
| | | | Change-Id: Icd060aad6c5d72bd02bac8b4098d4b9fe418494b
* Remove elaborate HEAD determinationJames Moger2013-11-261-17/+0
| | | | Change-Id: I0da34a1da0dc3dcb07a98629c2284184402cb23a
* Remove artifact setting from manager dialogJames Moger2013-11-261-4/+0
| | | | Change-Id: I249a88994961c671a090cc33cd0eb8e506f6513e
* Fix NPE when adding a permission without a registrant (issue-344)James Moger2013-11-261-0/+3
| | | | Change-Id: Id6bf070a43072a61a0034bd2d971fc819c9b03e3
* Merge pull request #122 from fzs/ldap-deref-aliasFlorian Zschocke2013-11-221-1/+25
| | | | | | | | | | | | | | | | | Currently the LDAP user service will not dereference aliases when searching for groups. This patch enables dereferencing aliases for the group search. This is benefitial if groups are defined in the DIT in a common place but only certain ones shall play a role in Gitblit. These can now be linked under a group that can be provided as search base for groups, without having to recreate the existing groups under the search base. In addition, the new doSearch() method implemented in this patch also limits the attributes returned for the group search to the "cn" attribute, which is the only one used. That prevents returning all the members of the result groups, which can be a lot. Change-Id: I29e1560390810304386dcea5ca40aaf78601b3a9
* Bind LDAP connection after TLS initialization (issue-343)Günter Dressel2013-11-221-30/+27
|
* 修改中文显示问题及raw默认属性kxyfyh2013-11-183-0/+6
|
* Improve pages servletJames Moger2013-11-151-41/+79
| | | | Change-Id: I5239808bc71441022b4b82e9d369866e9600bbfa
* CSS tweaksJames Moger2013-11-143-5/+2
| | | | Change-Id: I568ffc2b7dfb59e8a6748aaf3e16993bb2016384
* Display common repository documents as tabs on the docs pageJames Moger2013-11-146-67/+156
| | | | Change-Id: I6935fa45598da847936748b474a3da47e94efaac
* Eliminate the "enumerate documentation" repository settingJames Moger2013-11-147-31/+15
| | | | Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4
* README files are not shown on the summary page by defaultJames Moger2013-11-142-12/+18
| | | | Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3
* Tweak pull request ref displayJames Moger2013-11-131-3/+5
| | | | Change-Id: I07d05eb45e40c233facfa3674f9528d2bda4b5d5
* Implement mirror executor (issue-5)James Moger2013-11-1315-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 indicatorJames Moger2013-11-134-14/+1
| | | | Change-Id: I422696130695cb18d4c1518b0d53265d7247f966
* Add markup support for confluence, mediawiki, textile, trac, and twikiJames Moger2013-11-122-3/+101
| | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-1211-171/+309
| | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6
* Allows the home root link top-left anchor to be customised.Luca Milanesio2013-11-081-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 portJames Moger2013-10-271-0/+29
| | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f
* Strip leading / for absolute wiki link pathsJames Moger2013-10-251-2/+4
| | | | Change-Id: Ic475d570a3438916cd952d317338df1756c8be5a
* Disable the SMARTYPANTS Markdown extensionJames Moger2013-10-251-1/+2
| | | | Change-Id: I3b1c43186d88a30238213983dd702601eb3a6172
* Set Link: <url>; rel="canonical" http header for SEO (issue-304)James Moger2013-10-252-6/+15
| | | | Change-Id: Ie023b5fc58bf988e9064700918a79718aaa6c94b
* Strip Markdown extension from rendered [[WikiLink]] (issue-324)James Moger2013-10-254-4/+15
| | | | Change-Id: I2f695f5d5d72d8c08272981f756334b45398a1f7
* Respect web.forwardSlashCharacter in intra-Markdown links (issue-324)James Moger2013-10-251-1/+2
| | | | Change-Id: I27482c223a3daa0d10f37e88cd80481c6e1eb4b0
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-257-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 linksJames Moger2013-10-252-11/+35
| | | | Change-Id: I2c0f5dbb479c06402645cbb92e4845eed29d6726
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-259-56/+76
| | | | | | | Automatic detection also will now also display a plain text "readme" or "readme.txt" file. Change-Id: Id6be729bdc469e7a5cfd1f4144df340a6b93475e
* Remove upload pack ref filteringJames Moger2013-10-251-43/+0
| | | | Change-Id: I7ffcbf00e70eea68803eb6c046d5ddca55503b8b
* Use equals to compare strings instead of ==Simon Harrer2013-10-242-3/+3
|
* Replaced MarkdownPapers with pegdownJames Moger2013-10-185-35/+18
| | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
* Fix Markdown document enumeratonJames Moger2013-10-161-2/+2
|
* Fix raw page binary content type when running behind reverse proxyJames Moger2013-10-161-5/+20
| | | | Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1
* Add raw link to commit, commitdiff, and compare pages (issue-319)James Moger2013-10-166-3/+12
| | | | Change-Id: Ifc878cb59fe66674e6dfdc6d233fa26be1f4d605
* Fix error on generating activity page when there is no activityJames Moger2013-10-151-0/+1
|
* Translation esES updatedmrbytes2013-10-121-26/+28
| | | | | - Fixes syntax - Better translation
* Switch web.xml baseFolder from context-param to env-entryJames Moger2013-10-022-4/+21
| | | | Change-Id: Id18077126e984a767725cf9e8d8eb531a14e1713
* Tweak diffstat cssJames Moger2013-10-011-1/+1
| | | | Change-Id: I0f6551bb7ca2f9b8908e95359b375c23daeab380
* Check for refs/ not refs/heads/ when updating a refJames Moger2013-10-011-1/+1
| | | | Change-Id: I19f9507fdb859902a6df96f1960433a91378e400
* Improve message logging in the receive packJames Moger2013-10-011-3/+11
| | | | Change-Id: I93dcdc72bfae0e0fac9a0f4872537a43bbd73d36
* Remove remaining TicGit tickets referencesJames Moger2013-09-308-29/+1
| | | | Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838
* Trim trailing whitespace and organize importsJames Moger2013-09-30268-3076/+3343
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Revise date label creation for optional css classJames Moger2013-09-301-1/+7
| | | | Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d
* Add recursive delete function to FileUtilsJames Moger2013-09-301-0/+24
| | | | Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280
* Remove issue artifacts from classes missed in previous purgeJames Moger2013-09-305-37/+1
| | | | Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4
* Change diffstat character to improve look and layoutJames Moger2013-09-301-6/+12
| | | | Change-Id: I7a70b04e9b8e49a78d98e0842aeda3f6d8e3ce28
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-2715-74/+546
| | | | Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085
* Fix width calculation in branch graph when there are 0 or 1 commitsJames Moger2013-09-271-24/+28
| | | | Change-Id: I68ed7e4db32fa69a13979b544e80edf3212555cd