Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed distribution files from project root. | James Moger | 2011-05-12 | 1 | -159/+0 |
| | |||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 1 | -1/+5 |
| | |||||
* | Add user. Implemented repository view and git access restrictions. | James Moger | 2011-05-11 | 1 | -7/+7 |
| | |||||
* | Comments in config file. Disable TLS renegotiation. | James Moger | 2011-05-05 | 1 | -4/+5 |
| | |||||
* | Build infrastructure improvements. Setting to show remote branches. | James Moger | 2011-05-04 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | Sprinkled some icons throughout ui. Centralized icon retrieval. | James Moger | 2011-04-25 | 1 | -9/+7 |
| | |||||
* | Basic Create/Edit Repository. JGit 0.12-stable. Tag icon. | James Moger | 2011-04-23 | 1 | -1/+4 |
| | |||||
* | Use markdown for welcome message. Simplify login page appearance. | James Moger | 2011-04-21 | 1 | -2/+3 |
| | |||||
* | Selectable diff presentation: gitblit, gitweb, or plain. | James Moger | 2011-04-20 | 1 | -0/+3 |
| | |||||
* | Support Markdown rendering. Use Wicket GoogleCharts from Maven. | James Moger | 2011-04-20 | 1 | -1/+4 |
| | |||||
* | Tag diamonds and sliding date scale on activity graph. | James Moger | 2011-04-20 | 1 | -3/+3 |
| | |||||
* | Color-coded change type indicator with tooltip for changed paths. | James Moger | 2011-04-18 | 1 | -2/+2 |
| | | | Also fixed /dev/null reference due to deletion change. | ||||
* | Author and Committer search integration. | James Moger | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Rename ticgit integration to tickets. | James Moger | 2011-04-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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. | ||||
* | More flexible authentication. Anonymous view, authenticated admin. | James Moger | 2011-04-16 | 1 | -2/+5 |
| | |||||
* | Settings overhaul. Fixes to authentication. Bind interface feature. | James Moger | 2011-04-15 | 1 | -16/+31 |
| | | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around. | ||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -39/+35 |
| | |||||
* | Authenticate the webapp against the same realm as the git servlet. | James Moger | 2011-04-14 | 1 | -11/+8 |
| | | | | | | | Right now the implementation is hard-coded to pass the realm into a singleton. This won't work for a WAR distribution so I will need to figure out how to properly authenticate the webapp using form authentication and the git servlet using basic authentication - host against the same realm. | ||||
* | Start of webapp authentication. | James Moger | 2011-04-13 | 1 | -0/+3 |
| | |||||
* | Eliminated most session usage. | James Moger | 2011-04-11 | 1 | -2/+14 |
| | |||||
* | Ref links. | James Moger | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Enforce default paging value. | James Moger | 2011-04-11 | 1 | -0/+1 |
| | |||||
* | Moved paging count to setting. Fixed css layouts. Removed log pager. | James Moger | 2011-04-11 | 1 | -0/+3 |
| | |||||
* | Localized all strings for translation. Removed old resources. | James Moger | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | Added placeholder for Admin links on main page. | James Moger | 2011-04-06 | 1 | -7/+10 |
| | | | | | | Added placeholder for Admin links on main page. Dynamically add ticgit link to nav links, if ticgit branch is discovered. Settings refinements. | ||||
* | Improvements to css and specialized link panels. | James Moger | 2011-04-04 | 1 | -0/+8 |
| | |||||
* | Dropped log links, created new stylesheet, added activity graph. | James Moger | 2011-04-04 | 1 | -1/+7 |
| | |||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+96 |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |