summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-2327-374/+610
|
* Make keystore script independent of JDK using BouncyCastle.James Moger2011-05-223-61/+142
|
* Documentation.James Moger2011-05-221-0/+4
|
* Documentation filename-linkname aliases.James Moger2011-05-204-4/+29
|
* Documentation.James Moger2011-05-2061-36/+2026
|
* Critical fix for servlet.James Moger2011-05-191-1/+1
|
* Documentation tweak.James Moger2011-05-191-1/+1
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-1924-113/+352
|
* Building site content and documentation from Markdown.James Moger2011-05-1721-11/+393
|
* 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-124-3/+39
|
* Updated gitignore.James Moger2011-05-121-2/+3
|
* Removed distribution files from project root.James Moger2011-05-124-164/+0
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-1230-97/+703
|
* Clarified access restrictions.James Moger2011-05-114-35/+14
|
* Renamed User to UserModel.James Moger2011-05-119-43/+43
|