summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation. Generate properties site page at build time.James Moger2011-07-076-22/+115
|
* Documentation. Site changes.James Moger2011-07-053-4/+35
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-057-105/+470
|
* Documentation. Added JavaDoc comments.James Moger2011-07-0120-103/+588
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-0126-138/+1077
|
* Documentation. Added upgrade info to site. Moved todos to GoogleCode.James Moger2011-07-014-17/+30
|
* Documentation. Include LICENSE and NOTICE files in both builds.James Moger2011-07-011-0/+8
|
* Documentation. Established convention for documenting settings.James Moger2011-07-011-22/+106
|
* Windows service changes. Documentation.James Moger2011-06-286-2/+12
| | | | | | | * Renamed prunsrv.exe to gitblit.exe so that task manager shows more useful information. * Documented how to configure the service to use a server VM, if a JDK is present.
* Use Sitename on login page.James Moger2011-06-281-1/+1
|
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-2822-59/+160
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Prepare 0.5.0 release.v0.5.0James Moger2011-06-2616-8/+20
|
* Moved Build classes to their own packageJames Moger2011-06-256-11/+17
|
* Documentation.James Moger2011-06-252-2/+2
|
* Updated to JGit 1.0.0.James Moger2011-06-259-2189/+13
|
* Big push for first release.James Moger2011-06-2561-538/+3236
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Override settings from command-line.James Moger2011-06-182-8/+20
|
* Don't show all credentials in debug log, only failures.James Moger2011-06-181-3/+0
|
* Map gitservlet from web.xml and configure it from gitblit properties.James Moger2011-06-183-21/+19
|
* Improved web.xml builder. Now it includes the parameter comments.James Moger2011-06-181-22/+55
|
* Mount parameters setting.James Moger2011-06-182-0/+9
|
* Mostly stable war build.James Moger2011-06-1892-321/+578
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-1426-418/+1018
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-1120-15/+236
|
* Simplified screenshot process and automated thumbnail generation.James Moger2011-06-0921-12/+153
|
* Build script improvements for release management.James Moger2011-06-097-6/+85
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-0914-244/+301
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-0828-79/+203
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-0819-41/+214
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-0716-84/+148
|
* Documentation. Moved clone and fetch into JGitUtils. Create bare only.James Moger2011-06-079-71/+110
|
* Added git-notes to docs. Fixed parent path mode.James Moger2011-06-052-7/+5
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-049-50/+68
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-0323-271/+559
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-0224-409/+655
|
* Refactored some unit tests and utils.James Moger2011-06-0110-149/+241
|
* Documentation. Enforce ".git" suffix for created repositories.James Moger2011-06-014-4/+14
|
* Readme markdown on summary page per-repository.James Moger2011-06-019-6/+63
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-0115-224/+346
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-0118-107/+465
|
* Unit testing.James Moger2011-05-2917-53/+150
|
* Unit testing.James Moger2011-05-299-73/+233
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-2815-58/+208
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-2775-391/+468
|
* Changed git.otherUrls to web.otherUrls.James Moger2011-05-262-6/+6
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-2680-1038/+1839
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-2589-48/+1514
|
* Documentation.James Moger2011-05-243-8/+13
|
* Download zip feature.James Moger2011-05-2412-9/+214
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-2420-150/+344
|