summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/RawPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-161/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Show indicators for Sparkleshared repositoriesJames Moger2013-01-111-2/+2
|
* Real raw page for text, images, and binaries (issue 6, issue 114)James Moger2012-07-251-62/+113
|
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-4/+5
|
* Externalized a bunch of strings for translationJames Moger2012-03-251-2/+2
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-38/+48
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-3/+4
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-8/+1
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-151-3/+2
| | | | | 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-5/+5
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-141-2/+2
| | | | | | | 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.
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-131-0/+91