summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Improved the repository url panel and show git daemon url, appropriatelyJames Moger2013-05-0210-17/+255
| | | | | This will probably be refined some more to merge the http/https and git urls into a single url panel.
* Make WicketUtils return the component for more fluid usageJames Moger2013-05-021-8/+16
|
* Do not include push-restricted, empty repositories for users without push accessJames Moger2013-05-021-1/+9
|
* Improve effective permission determinationJames Moger2013-05-023-9/+87
|
* Improve Gerrit change ref rendering (issue-206)James Moger2013-04-232-0/+11
|
* Disable GitDaemon by defaultJames Moger2013-04-181-1/+1
|
* Null out GitDaemon if it fails to startJames Moger2013-04-181-0/+1
|
* Fixed broken exception message formatting on starting GitDaemonJames Moger2013-04-181-1/+1
|
* Fixed (again?!) regression with repositories page messageJames Moger2013-04-161-6/+4
|
* Load prettify's lang-*.js extentions.Kensuke Matsuzaki2013-04-1633-65/+181
|
* Merge branch 'update-japanese-lang' of https://github.com/zakki/gitblitJames Moger2013-04-151-24/+157
|\
| * Translate massages to JapanaseKensuke Matsuzaki2013-04-151-24/+157
| |
* | Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-154-20/+19
| |
* | Bump JGit version to 3.0.0-SNAPSHOTDavid Ostrovsky2013-04-144-8/+11
|/
* Properly set application/json content-type on api callsJames Moger2013-04-121-0/+1
|
* Disable Gson pretty printingJames Moger2013-04-101-1/+0
|
* Merge branch 'force-locale' of https://github.com/ljader/gitblitJames Moger2013-04-081-1/+10
|\
| * Overwrite created session locale with forced oneLukasz Jader2013-04-071-1/+10
| |
* | Translate rest of new messagesLukasz Jader2013-04-071-6/+99
| |
* | Translate some new messagesLukasz Jader2013-04-061-2/+37
| |
* | Alter polish translation for 'branch' phraseLukasz Jader2013-04-061-13/+13
|/
* Added Git Daemon supportJames Moger2013-04-0312-486/+817
|
* Simplify resource loadingJames Moger2013-04-0215-8/+45
|
* Revised incremental push tags featureJames Moger2013-04-019-66/+88
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-018-4/+113
|
* Disable SNI extensions for client SSL connectionsJames Moger2013-03-291-0/+4
|
* Trap connection resets and broken pipes in zip download servletJames Moger2013-03-291-0/+8
|
* Improve blame page error checkingJames Moger2013-03-292-0/+31
|
* Support username substitution in web.otherUrls (issue 213)James Moger2013-03-294-5/+11
|
* Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-292-36/+26
|
* Fixed regression with individually symlinked repositories (issue 217)James Moger2013-03-291-0/+5
|
* Add more error checking to blob pageJames Moger2013-03-293-3/+24
|
* Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219)James Moger2013-03-292-6/+16
|
* Enforce security on raw blob page (issue 198)James Moger2013-03-293-38/+86
|
* Ensure Redmine url is properly formatted (issue 223)James Moger2013-03-291-1/+1
|
* Disable view and blame links for deleted blobs (issue 216)James Moger2013-03-291-2/+4
|
* Fixed extracting Groovy scripts on Express installs (issue 220)James Moger2013-03-281-1/+3
|
* Use standard ServletRequestWrapper instead of custom wrapper (issue 224)James Moger2013-03-282-402/+2
|
* Do not queue emails with no recipients (issue 200)James Moger2013-03-281-0/+8
|
* Fixed incorrect icon file name for .doc files (issue 200)James Moger2013-03-281-1/+1
|
* Added weblogic.xml to WAR for deployment on WebLogic (issue 199)James Moger2013-03-281-0/+9
|
* Fixed internal error on folder history links (issue 192)James Moger2013-03-281-3/+3
|
* Change level of authentication logging to debugJames Moger2013-03-281-4/+4
|
* Removed accidentally committed file and updated ignore fileJames Moger2013-03-281-1311/+0
|
* Merge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182James Moger2013-03-281-0/+3
|
* Removed obsolete Build classes and cleanup remnants of reorganizationJames Moger2013-03-275-1933/+0
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-27358-0/+67185
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.