summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Big push for first release.James Moger2011-06-2537-129/+2539
| | | | | | | | | | | | * 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-181-0/+3
|
* Mostly stable war build.James Moger2011-06-1885-1142/+469
| | | | | 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-1424-413/+1015
| | | | | | | | | | | | | | | | 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-1115-12/+211
|
* Simplified screenshot process and automated thumbnail generation.James Moger2011-06-091-0/+134
|
* Build script improvements for release management.James Moger2011-06-091-0/+8
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-099-231/+184
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-0824-66/+187
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-0812-22/+168
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-0714-80/+145
|
* Documentation. Moved clone and fetch into JGitUtils. Create bare only.James Moger2011-06-072-5/+57
|
* Added git-notes to docs. Fixed parent path mode.James Moger2011-06-051-1/+2
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-047-44/+62
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-0321-248/+473
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-0216-366/+360
|
* Refactored some unit tests and utils.James Moger2011-06-016-114/+150
|
* Documentation. Enforce ".git" suffix for created repositories.James Moger2011-06-013-3/+9
|
* Readme markdown on summary page per-repository.James Moger2011-06-018-6/+62
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-0112-191/+236
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-0115-93/+416
|
* Unit testing.James Moger2011-05-2911-27/+28
|
* Unit testing.James Moger2011-05-294-42/+24
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-2811-56/+37
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-2762-320/+327
|
* Changed git.otherUrls to web.otherUrls.James Moger2011-05-261-1/+1
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-2668-1032/+1484
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-2574-3/+1098
|
* Download zip feature.James Moger2011-05-2411-9/+211
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-2419-147/+339
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-2317-343/+541
|
* Make keystore script independent of JDK using BouncyCastle.James Moger2011-05-222-60/+141
|
* Documentation filename-linkname aliases.James Moger2011-05-201-4/+26
|
* Documentation.James Moger2011-05-201-0/+14
|
* Critical fix for servlet.James Moger2011-05-191-1/+1
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-1916-86/+291
|
* Building site content and documentation from Markdown.James Moger2011-05-173-0/+151
|
* Move admin links. Drop extra GitBlit link. Line numbers on Blob page.James Moger2011-05-166-14/+44
|
* Improvements to create/edit user.James Moger2011-05-123-3/+35
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-1215-86/+503
|
* Clarified access restrictions.James Moger2011-05-114-35/+14
|
* Renamed User to UserModel.James Moger2011-05-119-43/+43
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-1125-152/+669
|
* Comments in config file. Disable TLS renegotiation.James Moger2011-05-052-53/+2
|
* Automatically generate a self-signed certificate with BouncyCastle.James Moger2011-05-052-8/+77
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-0420-157/+311
| | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario.