summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-1127-161/+679
|
* Comments in config file. Disable TLS renegotiation.James Moger2011-05-053-57/+7
|
* Automatically generate a self-signed certificate with BouncyCastle.James Moger2011-05-053-8/+82
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-0425-206/+382
| | | | | | | | | | | | 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.
* Drop new lines between table rows for Opera.James Moger2011-05-031-1/+1
|
* Working on error handling.James Moger2011-04-2925-108/+205
|
* Improve repo folder detection. Fail gracefully on create repo error.James Moger2011-04-278-57/+99
|
* Centralized markdown transforms. Moved config ops to GitBlit.James Moger2011-04-278-149/+86
|
* Integrated pagelinks into RepositoryPage. Fixed string encoding.James Moger2011-04-2724-259/+215
|
* Commit header panel. File type icons. Docs page.James Moger2011-04-2645-61/+296
|
* Sprinkled some icons throughout ui. Centralized icon retrieval.James Moger2011-04-2529-83/+211
|
* Restylized search form. Used GNOME's search icon.James Moger2011-04-236-8/+25
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-2325-92/+296
|
* Use markdown for welcome message. Simplify login page appearance.James Moger2011-04-215-7/+72
|
* Added merge icon. Added commit legend with counts. Improved header.James Moger2011-04-2126-34/+187
|
* Selectable diff presentation: gitblit, gitweb, or plain.James Moger2011-04-208-22/+236
|
* Support Markdown rendering. Use Wicket GoogleCharts from Maven.James Moger2011-04-2044-1846/+189
|
* Tag diamonds and sliding date scale on activity graph.James Moger2011-04-2011-39/+169
|
* Div to SpanJames Moger2011-04-184-9/+7
|
* Color-coded change type indicator with tooltip for changed paths.James Moger2011-04-1813-25/+125
| | | Also fixed /dev/null reference due to deletion change.
* Add search form to the page nav links panel within a repository.James Moger2011-04-186-12/+67
|
* Fix Eclipse complaints about illegal tag location.James Moger2011-04-181-13/+12
|
* Author and Committer search integration.James Moger2011-04-1821-37/+442
|
* Finished history tree/blob links.James Moger2011-04-172-13/+48
|
* patch-to-current feature.James Moger2011-04-173-7/+25
|
* Implemented diff-to-current.James Moger2011-04-174-11/+48
| | | | This is for history where we specify two revs to diff, not just a commit against its parent.
* Rename ticgit integration to tickets.James Moger2011-04-1712-64/+65
| | | | | | | | | | | | | The current ticgit implementation is based on ticgit.net, a BSD implementation for C#. Jeff Welling advises using commit bf57b032e030bd16a7b2 (2009-01-27) from ticgit as the last MIT licensed commit. A more complete implementation will be based on this version of the original Ruby sources. It remains unclear if I will support using the "ticgit" branch name or not. I purposefully haven't looked at any of the GPL improvements by Jeff, but I can see from the readme at GitHub that he has renamed the branch to "ticgit-ng" which I have no plans on supporting as I do not want to taint GitBlit with GPL code.
* Replaced three history placeholder labels with real links.James Moger2011-04-166-6/+6
|
* Working history feature. Tweak to paging.James Moger2011-04-1614-19/+283
|