Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Building site content and documentation from Markdown. | James Moger | 2011-05-17 | 1 | -0/+2 | |
| | ||||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 1 | -12/+8 | |
| | ||||||
* | Clarified access restrictions. | James Moger | 2011-05-11 | 1 | -6/+6 | |
| | ||||||
* | Add user. Implemented repository view and git access restrictions. | James Moger | 2011-05-11 | 1 | -5/+32 | |
| | ||||||
* | Build infrastructure improvements. Setting to show remote branches. | James Moger | 2011-05-04 | 1 | -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 Moger | 2011-04-29 | 1 | -1/+1 | |
| | ||||||
* | Author and Committer search integration. | James Moger | 2011-04-18 | 1 | -1/+1 | |
| | ||||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -4/+6 | |
| | ||||||
* | Authenticate the webapp against the same realm as the git servlet. | James Moger | 2011-04-14 | 1 | -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 Moger | 2011-04-07 | 1 | -2/+10 | |
| | ||||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+12 | |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |