summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/Constants.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Building site content and documentation from Markdown.James Moger2011-05-171-0/+2
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-12/+8
|
* Clarified access restrictions.James Moger2011-05-111-6/+6
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-5/+32
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-1/+1
| | | | | | | | | | | | 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.
* Working on error handling.James Moger2011-04-291-1/+1
|
* Author and Committer search integration.James Moger2011-04-181-1/+1
|
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-4/+6
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-0/+6
| | | | | | | 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.
* Localized all strings for translation. Removed old resources.James Moger2011-04-071-2/+10
|
* Initial import of Git:Blit.James Moger2011-04-041-0/+12
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314