summaryrefslogtreecommitdiffstats
path: root/gitblit.properties
Commit message (Collapse)AuthorAgeFilesLines
* Removed distribution files from project root.James Moger2011-05-121-159/+0
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-1/+5
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-7/+7
|
* Comments in config file. Disable TLS renegotiation.James Moger2011-05-051-4/+5
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-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 Moger2011-04-251-9/+7
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-1/+4
|
* Use markdown for welcome message. Simplify login page appearance.James Moger2011-04-211-2/+3
|
* Selectable diff presentation: gitblit, gitweb, or plain.James Moger2011-04-201-0/+3
|
* Support Markdown rendering. Use Wicket GoogleCharts from Maven.James Moger2011-04-201-1/+4
|
* Tag diamonds and sliding date scale on activity graph.James Moger2011-04-201-3/+3
|
* Color-coded change type indicator with tooltip for changed paths.James Moger2011-04-181-2/+2
| | | Also fixed /dev/null reference due to deletion change.
* Author and Committer search integration.James Moger2011-04-181-1/+1
|
* Rename ticgit integration to tickets.James Moger2011-04-171-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 Moger2011-04-161-2/+5
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-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 Moger2011-04-141-39/+35
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-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 Moger2011-04-131-0/+3
|
* Eliminated most session usage.James Moger2011-04-111-2/+14
|
* Ref links.James Moger2011-04-111-1/+1
|
* Enforce default paging value.James Moger2011-04-111-0/+1
|
* Moved paging count to setting. Fixed css layouts. Removed log pager.James Moger2011-04-111-0/+3
|
* Localized all strings for translation. Removed old resources.James Moger2011-04-071-1/+1
|
* Added placeholder for Admin links on main page.James Moger2011-04-061-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 Moger2011-04-041-0/+8
|
* Dropped log links, created new stylesheet, added activity graph.James Moger2011-04-041-1/+7
|
* Initial import of Git:Blit.James Moger2011-04-041-0/+96
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314