Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced ResourceStreamRequestTarget by ResourceStreamRequestHandler | Martin Spielmann | 2016-07-30 | 1 | -89/+93 |
| | |||||
* | Replaced getRelativePathPrefixToContextRoot with method in | Martin Spielmann | 2016-07-30 | 1 | -1/+2 |
| | | | GitBlitRequestUtils | ||||
* | Replaced SimpleAttributeModifier by AttributeModifier | Martin Spielmann | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | replaced PageParameter imports which moved into another package | Martin Spielmann | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Fix for #1042 - Filestore items now shown as icons | Paul Martin | 2016-04-06 | 1 | -12/+4 |
| | |||||
* | Fix for #1018 and #1025 browser LFS links | Paul Martin | 2016-03-21 | 1 | -5/+78 |
| | | | | | + View and Raw both download the actual file + Blame will show the metafile | ||||
* | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 1 | -10/+34 |
| | | | | | | | | | | | | | + GitLFS client support + FilestoreModel now parses meta file + Read meta heading from cache if available + Authentication based on accept headers for browser view filestore login + PathModel & PathChangeModel now understands filestore items + Zip & Rar downloads contain include filestore items + Filestore servlet returns LFS JSON error only if accepted by client + DiffStat now knows repository to allow identification of filestore items + Filestore items identified and returned via view, raw & blob links on blame, commitDiff, commit and Tree pages | ||||
* | #230 - Improve empty folder navigation. | Milos Cubrilo | 2015-01-11 | 1 | -1/+1 |
| | | | | Empty folders are automatically skipped when browsing repository tree (similar to github "folder jumping" feature). | ||||
* | Explicitly declare RepositoryPage subclasses that reference commits | James Moger | 2014-09-17 | 1 | -0/+6 |
| | |||||
* | Replace RawPage with RawServlet | James Moger | 2014-05-05 | 1 | -2/+4 |
| | |||||
* | Eliminate problematic HEAD links from the blob, blame, and tree pages | James Moger | 2014-03-03 | 1 | -3/+0 |
| | |||||
* | Determine best commit id for the commit and use that in links | James Moger | 2013-10-25 | 1 | -11/+11 |
| | | | | Change-Id: I2c0f5dbb479c06402645cbb92e4845eed29d6726 | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -6/+7 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Implemented optional page caching | James Moger | 2013-07-19 | 1 | -0/+3 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+186 |
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. |