summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/RepositoryPage.java
Commit message (Expand)AuthorAgeFilesLines
* Issue #1011: do not serialize JGit commit objectsTom2021-11-031-7/+3
* Fix for #1034 Ticket Page ErrorPaul Martin2016-03-311-8/+10
* Fix for #1031 to display error messagePaul Martin2016-03-261-2/+10
* Do not display fork button if target repo already exists (fixes #944)James Moger2015-11-101-1/+4
* Integrate GitHub OcticonsJames Moger2014-10-231-3/+17
* Explicitly declare RepositoryPage subclasses that reference commitsJames Moger2014-09-171-4/+10
* Preserve refs in commits, tree, & docs navbar linksJames Moger2014-09-111-6/+18
* Apply the relaxed XSS filter to Markdown commit messagesJames Moger2014-09-071-1/+2
* Use consistent keys for repository cache lookupsJames Moger2014-06-271-6/+10
* Redesign the EmptyRepositoryPageJames Moger2014-05-151-14/+19
* Consolidate open tickets page parametersJames Moger2014-05-071-7/+2
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-26/+35
* Refactored common code out of My Tickets and TicketsJames Moger2014-05-011-1/+2
* [findbugs] Remove unnecessary null check in RepositoryPageJames Moger2014-04-171-1/+1
* Restart the response on the empty page if the repository has no commitsJames Moger2014-03-051-1/+2
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-4/+4
* Ticket tracker with patchset contributionsJames Moger2014-03-031-2/+18
* Remove obsolete pageName labelJames Moger2013-12-111-1/+0
* Add support for per-repository bugtraq configurationJames Moger2013-12-031-1/+1
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-1/+1
* Moved servlets and services to separate packagesJames Moger2013-11-291-2/+2
* Define manager interfaces and update all of Gitblit to use managersJames Moger2013-11-261-1/+1
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-22/+26
* Eliminate the "enumerate documentation" repository settingJames Moger2013-11-141-3/+1
* Implement mirror executor (issue-5)James Moger2013-11-131-1/+8
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-121-45/+0
* Strip leading / for absolute wiki link pathsJames Moger2013-10-251-2/+4
* Set Link: <url>; rel="canonical" http header for SEO (issue-304)James Moger2013-10-251-6/+2
* Strip Markdown extension from rendered [[WikiLink]] (issue-324)James Moger2013-10-251-1/+12
* Respect web.forwardSlashCharacter in intra-Markdown links (issue-324)James Moger2013-10-251-1/+2
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-251-0/+31
* Determine best commit id for the commit and use that in linksJames Moger2013-10-251-0/+24
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-251-1/+1
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-1/+1
* Add support for rendering Markdown commit messages (issue-203)Bret K. Ikehara2013-09-181-6/+11
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-171-36/+32
* Implemented optional page cachingJames Moger2013-07-191-0/+26
* Fixed an incorrect candidate submodule name (issue-266)James Moger2013-07-131-1/+1
* Moved edit link to buttonJames Moger2013-06-181-3/+7
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-3/+3
* Improve error handling within a repository page (issue-252)James Moger2013-06-101-1/+2
* Fixes for responsive layouts on phones and tabletsJames Moger2013-05-311-5/+5
* Refinements to push log display and daily digestsJames Moger2013-05-311-3/+3
* Added simple star/unstar functionJames Moger2013-05-301-1/+57
* Added UI for the push log introduced in 1.2.1James Moger2013-05-241-1/+2
* Fixed submodule npe in compare pageJames Moger2013-05-231-2/+5
* Implemented compare page for branch/tag/manual diffs (issue-75, issue-133)James Moger2013-05-231-0/+1
* Overhauled navigation and flattened lookJames Moger2013-05-191-36/+29
* Fix message escaping when combined with regex substitutions (issue 242)James Moger2013-05-151-2/+2
* Css tweaks to app menus and top nav barJames Moger2013-05-111-8/+0