summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | | | DisplayName used previously contained ONLY the last part of ref-spec: this would have not worked when looking for objects with full ref-spec.
* | 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 ↵James Moger2012-11-301-6/+12
| | | | | | | | Import happy.
* | 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 ↵James Moger2012-11-292-16/+18
| | | | | | | | method
* | 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 ↵James Moger2012-11-282-0/+22
| | | | unavailable
* 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
| | | | This reverts commit 5ad03d053fc3154b09c551530a790b921bc462e5.
* 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
|
* Generate empty CRL on startup to make Jetty happyJames Moger2012-11-232-0/+86
|
* Added JCalendar 1.3.2 dependencyJames Moger2012-11-231-0/+7
|
* Command-line tool to generate client certificate bundles for existing usersJames Moger2012-11-237-0/+544
|
* Revised Gitblit GO certificate generation to use new X509 utility functionsJames Moger2012-11-232-69/+60
|
* X509 certificate generation utilities for CA, web, and client certificatesJames Moger2012-11-232-0/+1010
|
* Updated to BouncyCastle 1.47James Moger2012-11-231-8/+17
|
* X509 certificate authentication based on Kevin Anderson's implementationJames Moger2012-11-236-7/+688
|
* Empty repository page failed to handle missing repository (issue 160)James Moger2012-11-111-0/+3
|
* Fix? for oodles of selected repositories in Lucene search (issue 152)James Moger2012-11-081-1/+2
|
* Added setting to control length of abbreviated commit hash idJames Moger2012-11-061-1/+1
|
* Fixed regression in setting up Lucene executorJames Moger2012-11-061-4/+4
|
* HTML email notification methods and hook (pull request #51)Guillaume Sauthier2012-11-051-0/+31
|
* MavenObject definitions have slightly more consistent code layout nowMarcin Floryan2012-11-031-70/+125
|
* Download progress - CR character behaves as expected on Windows but not on ↵Marcin Floryan2012-11-031-2/+7
| | | | other platforms.
* Permission filtering in web uiJames Moger2012-11-0211-55/+327
| | | | | Present the mutable permissions by default. Allow the administrator or owner to toggle the displayed permissions to see how the user and team permissions are applied to a repository.