summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Harden metrics from polluted data (issue-176)James Moger2012-12-075-2/+20
* Setting to stop a repository from contributing to the activity pageJames Moger2012-12-064-5/+11
* Eliminate unnecessary view links in activity pageJames Moger2012-12-062-4/+2
* Fixed anonymous browsing of branch panelJames Moger2012-12-063-3/+10
* Tweak reading war setting overridesJames Moger2012-12-061-7/+5
* DocumentationJames Moger2012-12-053-30/+38
* Implemented hot-reloadable CRLJames Moger2012-12-053-33/+226
* Improving first-run setup of GCA and Gitblit GOJames Moger2012-12-052-9/+30
* Checkbox to automatically set the new ssl certificate aliasJames Moger2012-12-053-5/+32
* Added server setting to specify keystore alias for ssl certificate (issue 98)James Moger2012-12-053-2/+18
* Fixed validate IPv4 address methodJames Moger2012-12-051-0/+1
* Added attributes tab to Edit User for both site and ManagerJames Moger2012-12-054-1/+60
* Global and per-repository setting to throttle prolific repos in Activity page...James Moger2012-12-059-10/+74
* Merged and enhanced pull request #55 (disallow forks setting)mschaefers2012-12-045-7/+16
* Fixed regression in sendmail-html.groovyJames Moger2012-12-041-4/+3
* Fixed regresion in path name display in tree pageJames Moger2012-12-041-2/+2
* Add buildAuthority as dependency of buildGOJames Moger2012-12-041-1/+1
* Fixed missing resource in GCAJames Moger2012-12-031-0/+1
* Fix for null parent in sendmail-htmlJames Moger2012-12-031-1/+3
* Fixes to symlink handling (issue-174)James Moger2012-12-031-11/+19
* Support symlink display in tree and commit pages (issue-171)James Moger2012-12-034-123/+140
* Simplified archive generation (issue-174)James Moger2012-12-031-56/+32
* Update to Jetty 7.6.8James Moger2012-12-033-14/+14
* Update to MarkdownPapers 1.3.2James Moger2012-12-033-8/+30
* Set subjectAlternativeName on SSL cert if CN=IPAddress (issue-170)James Moger2012-12-033-0/+35
* Consolidate authentication techniques and support container principals (issue...James Moger2012-12-034-60/+94
* Fixed branch view regression (issue-175)James Moger2012-12-031-1/+1
* Corrected certificatge bundle unit testJames Moger2012-12-021-1/+6
* Do not prematurely reduce branches by maxCount when using branch permissionsJames Moger2012-12-021-2/+2
* Handle anonymous browsing of branches panelJames Moger2012-12-021-0/+3
* Branch display filtering according to user access permissions.Luca Milanesio2012-12-021-2/+16
* FIX: typo in error message key when access to branch is denied.Luca Milanesio2012-12-021-1/+1
* FIX: Allow correct search for RefModel using branch name.Luca Milanesio2012-12-021-2/+2
* Add static assets for Maven artifact.Luca Milanesio2012-12-021-0/+5
* Include pom.xml template for publishing GitBlit as Maven artifact.Luca Milanesio2012-12-021-0/+1
* Support alternate compressed download formats (issue-174)James Moger2012-11-3012-103/+492
* Added Commons-Compress and XZ for Java (issue-174)James Moger2012-11-305-4/+41
* Fixed regression on expiration date of CA and SSL certsJames Moger2012-11-301-0/+1
* Include user's public cert and ca public cert, individually, in bundleJames Moger2012-11-301-0/+11
* Cranked up signing algorithm from SHA1 to SHA512. This makes Opera P12 Impor...James Moger2012-11-301-6/+12
* Fixed regression on certificate authentication of servletsJames Moger2012-11-301-4/+13
* Skip re-authentication if we have a valid sessionJames Moger2012-11-292-2/+8
* Improve logging of certificate authenticationJames Moger2012-11-293-32/+63
* Hide some user links based on authentication typeJames Moger2012-11-291-5/+10
* Track the authentication type in the sessionJames Moger2012-11-293-2/+22
* View Log button for GCAJames Moger2012-11-293-0/+21
* Moved cookie and certificate authentication to http request authentication m...James Moger2012-11-292-16/+18
* Tweak css of short commit id in log and history viewsJames Moger2012-11-295-5/+9
* Show a confirmation prompt on first startup of GCA if Unlimited Strength is u...James Moger2012-11-282-0/+22
* Fixed focus for keystore password promptJames Moger2012-11-282-9/+81