summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added server setting to specify keystore alias for ssl certificate (issue 98)James Moger2012-12-051-2/+10
* 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-057-10/+65
* Merged and enhanced pull request #55 (disallow forks setting)mschaefers2012-12-044-6/+9
* Fixed regresion in path name display in tree pageJames Moger2012-12-041-2/+2
* 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-033-8/+24
* Simplified archive generation (issue-174)James Moger2012-12-031-56/+32
* Update to Jetty 7.6.8James Moger2012-12-031-6/+6
* Update to MarkdownPapers 1.3.2James Moger2012-12-031-4/+4
* Set subjectAlternativeName on SSL cert if CN=IPAddress (issue-170)James Moger2012-12-032-0/+34
* Consolidate authentication techniques and support container principals (issue...James Moger2012-12-033-58/+90
* Fixed branch view regression (issue-175)James Moger2012-12-031-1/+1
* 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
* Support alternate compressed download formats (issue-174)James Moger2012-11-309-100/+472
* Added Commons-Compress and XZ for Java (issue-174)James Moger2012-11-301-2/+18
* 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-291-0/+20
* 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-294-4/+4
* 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
* Gitblit CA generation needs to use the default OIDsJames Moger2012-11-281-26/+43
* Fixed missing format call for certificate authentication loggingJames Moger2012-11-281-1/+2
* Short commit ids in log and history take two (issue 168)James Moger2012-11-285-30/+34
* Fixed regression for folder history links (issue 166)James Moger2012-11-281-1/+3
* Revert "Eliminated redundant "view" links (issue 168)"James Moger2012-11-284-5/+9
* Eliminated redundant "view" links (issue 168)James Moger2012-11-274-9/+5
* Added short commit id column to log and history tables (issue 168)James Moger2012-11-274-0/+20
* Fixed history page links for files not in the current/active commit (issue 166)James Moger2012-11-271-0/+24
* Tweak to GCA config, fix send mail prompts, added authority.cmdJames Moger2012-11-272-6/+11
* Make activity page respect short commit id setting and lower default from 8 to 6James Moger2012-11-272-2/+5
* Password prompt for GCAJames Moger2012-11-263-20/+55
* More refinements to GCAJames Moger2012-11-2610-88/+288
* Gitblit Certificate Authority revisions. Eliminate certificate scripts.James Moger2012-11-2514-520/+643
* Certificate Authority UI tweaks to fit better on UbuntuJames Moger2012-11-242-1/+3
* Eliminate internal Sun api for CRLs and include X509 tests in suiteJames Moger2012-11-231-4/+13
* Mostly functional Gitblit Certificate Authority toolJames Moger2012-11-2314-7/+1320