summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket
Commit message (Expand)AuthorAgeFilesLines
* Ticket tracker with patchset contributionsJames Moger2014-03-0329-673/+5281
* Eliminate Gravatar profile linking and improve apiJames Moger2014-03-039-120/+17
* Reduce use of final to avoid Wicket serialization issues in reflogsJames Moger2014-03-032-16/+15
* Fixed rounded timestamps of reflogsJames Moger2014-03-032-9/+2
* Eliminate problematic HEAD links from the blob, blame, and tree pagesJames Moger2014-03-036-13/+3
* Fix layouts on edit pages to properly use Bootstrap rows and spansJames Moger2014-03-033-8/+25
* CSS tweakJames Moger2014-03-034-4/+4
* Fix compare page exception when a submodule changes (issue-375)James Moger2014-03-031-0/+1
* Add an ajax text link and an icon ajax linkJames Moger2014-03-013-0/+98
* Add the No Docs page if there are no root documentsJames Moger2014-03-014-1/+66
* Fix potential NPE in creating a date labelJames Moger2014-03-011-2/+2
* Bypass Wicket bug related to url coding of array-type parametersJames Moger2014-03-011-0/+75
* Redirect to log page is the blobpage references a commit we can't findJames Moger2014-03-011-2/+1
* Gracefully recover history page from failure to find specified commitJames Moger2014-03-011-33/+48
* Exclude commit id from all author search linksJames Moger2014-02-283-3/+3
* Improve logging granularity of raw page missing commit, object, or blobJames Moger2014-02-281-13/+21
* Improve raw page failure to find specified fileJames Moger2014-02-281-0/+28
* Fix author search links from compare pagesJames Moger2014-02-281-1/+1
* Fix regression in blame page due to issue-2, pr-125James Moger2014-02-282-2/+5
* Select default/configured gc period in create/edit repository pageJames Moger2014-02-211-0/+4
* Strip file extension from document indexJames Moger2014-02-211-2/+2
* Show "Displayname (username)" in palettes for edit team and repository pagesAlfred Schmid2014-02-192-12/+54
* Translation esES updatedmrbytes2014-02-102-13/+17
* Fix NPE in cookie change detection on loginJames Moger2014-02-031-1/+1
* Typo on Gitblit in english labelsptemplier2014-01-301-2/+2
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-282-0/+23
* Merge pull request #135 from kxyfyh/branch_fixbugJames Moger2014-01-142-2/+2
|\
| * 修正读取默认文件语言识别Ting2014-01-142-2/+2
* | Fixed compile failure and updated translated empty repo pagesJames Moger2014-01-146-1/+16
* | Updating the Dutch translation fileMartijn2014-01-131-8/+12
* | Improving empty repo pageMartijn2014-01-132-2/+7
* | Changing hardcoded `gitblit` origin into `origin`.Martijn2014-01-131-1/+1
|/
* Allow overriding the page title in a page subclassJames Moger2013-12-301-3/+7
* Add FontAwesome dependencyJames Moger2013-12-301-0/+1
* Fix potential NPE on getting Markdown contentJames Moger2013-12-301-2/+5
* Do not serialize the Logger instanceJames Moger2013-12-301-8/+13
* Rollback to Servlet 2.5James Moger2013-12-111-14/+16
* Show mirror indicator on repository url panelJames Moger2013-12-111-1/+4
* Remove obsolete pageName labelJames Moger2013-12-111-1/+0
* Merge pull request #128 from alexmob/issue-350James Moger2013-12-102-2/+2
|\
| * issue-350: Fixes issue when an apostrophe is present in a User's nameAlex Lewis2013-12-102-2/+2
* | Remove @Inject references because they confuse JEE containersJames Moger2013-12-101-14/+22
|/
* Support Markdown image links relative to the repository root (issue-324)James Moger2013-12-091-0/+32
* Add support for per-repository bugtraq configurationJames Moger2013-12-033-5/+5
* Add coloring modes to the blame page (issue-2, pull request #125)Alex Lewis2013-12-024-19/+144
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-294-4/+12
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-10/+10
* Refactor user services and separate authentication (issue-281)James Moger2013-11-299-27/+22
* Moved servlets and services to separate packagesJames Moger2013-11-297-9/+9
* Use Dagger to inject managers into all filters and servletsJames Moger2013-11-292-37/+75