summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
Commit message (Expand)AuthorAgeFilesLines
* RestApiServlet: Allow HEAD requestsDavid Pursehouse2016-08-081-2/+1
* Fix gitweb backlinksBjörn Pedersen2016-06-081-2/+2
* Merge branch 'stable-2.11' into stable-2.12Hugo Arès2016-05-021-1/+2
|\
| * Fix NPE in HttpAuthFilter.getRemoteUser()Doug Kelly2016-05-011-1/+2
* | ResourceServlet#getResource(): Prevent NPE in Guava cacheDavid Ostrovsky2016-04-121-0/+4
* | EqualsFilePredicate: Make it work in project watchesDavid Ostrovsky2016-02-101-3/+3
* | XSRF token cookie should honor auth.cookieSecure settingHector Oswaldo Caballero2016-01-271-2/+6
* | Merge "Fix serving of documentation in application container" into stable-2.12David Pursehouse2016-01-152-0/+37
|\ \
| * | Fix serving of documentation in application containerDavid Ostrovsky2016-01-132-0/+37
* | | Merge branch 'stable-2.11' into stable-2.12David Pursehouse2016-01-121-1/+5
|\ \ \ | |/ / |/| / | |/
| * Fix handling of lowercase HTTP usernameLuca Milanesio2016-01-071-1/+5
* | Fix exploded war deployment in application containerDavid Ostrovsky2016-01-112-7/+52
* | Serve /robots.txt and /favicon.ico with StaticModuleDave Borowitz2015-12-145-104/+103
* | Remove unused importv2.12-rc2Hector Oswaldo Caballero2015-12-071-1/+0
* | Add some tests for ResourceServletDave Borowitz2015-12-033-2/+355
* | Add fake HttpServlet{Request,Response} for testingDave Borowitz2015-12-033-47/+43
* | Merge branch 'stable-2.11' into stable-2.12David Pursehouse2015-11-271-3/+1
|\|
| * HttpPluginServlet: Fix "short read of block" IO error on plugin docsLuca Milanesio2015-11-261-3/+1
| * HttpPluginServlet: Use try-with-resource in readWholeEntryDavid Pursehouse2015-11-261-4/+1
* | StaticModule: Remove unused importDavid Pursehouse2015-11-261-1/+0
* | Brings Gerrit docs back to lifeLuca Milanesio2015-11-252-0/+62
* | ResourceServlet: Fix refreshing stale resourcesDave Borowitz2015-11-241-18/+15
* | Don't serve /gerrit_ui/rpc/* as static contentDave Borowitz2015-11-101-1/+1
* | Merge changes from topic 'resource-servlet'Dave Borowitz2015-11-0910-254/+855
|\ \
| * | Serve GWT UI from ResourceServletDave Borowitz2015-11-096-9/+444
| * | ResourceServlet: Stream large files, bypassing the cacheDave Borowitz2015-11-091-28/+91
| * | ResourceServlet: Respect existing cache headersDave Borowitz2015-11-091-4/+6
| * | Rename StaticServlet to SiteStaticDirectoryServletDave Borowitz2015-11-093-5/+5
| * | Refactor static content servingDave Borowitz2015-11-095-203/+304
* | | Replace ACCOUNT_DIFF_PREFERENCES table with Git backend (part2)David Ostrovsky2015-11-091-3/+1
|/ /
* | Send XSRF token as a cookieDave Borowitz2015-11-092-5/+22
* | HostPageServlet: Remove unnecessary finalsDave Borowitz2015-11-021-22/+23
* | Replace ACCOUNT_DIFF_PREFERENCES table with Git backend (part1)David Ostrovsky2015-10-305-20/+54
* | Fix possible NPE in GerritJsonServletEdwin Kempin2015-10-281-3/+7
* | Remove unneeded exception declarations from REST handlersDavid Ostrovsky2015-10-221-3/+2
* | Convert CurrentUser to IdentifiedUser without castingDave Borowitz2015-10-197-15/+8
* | Rename getCurrentUser to getUserDave Borowitz2015-10-1913-20/+20
* | Merge "Revert "Workaround Guice bug "getPathInfo not decoded"""Edwin Kempin2015-10-191-11/+0
|\ \
| * | Revert "Workaround Guice bug "getPathInfo not decoded""David Pursehouse2015-10-161-11/+0
* | | Merge "Enable HTTP basic authentication for /a/gitweb access."Saša Živkov2015-10-191-1/+1
|\ \ \
| * | | Enable HTTP basic authentication for /a/gitweb access.Saša Živkov2015-10-191-1/+1
* | | | BinaryResult: Use Charset for setCharacterEncodingDavid Pursehouse2015-10-171-3/+3
* | | | Eliminate unnecessary Charset constantsDavid Pursehouse2015-10-161-4/+1
| |/ / |/| |
* | | Consistently use character encoding constantsDavid Pursehouse2015-10-1613-38/+43
* | | Merge branch 'stable-2.11'David Pursehouse2015-10-161-33/+0
|\ \ \ | |/ / |/| / | |/
| * Submit: Fix ClassCastException for anonymous userDavid Ostrovsky2015-10-141-33/+0
* | Merge branch 'stable-2.11'David Pursehouse2015-10-131-4/+3
|\|
| * Do not double decode the login URL tokenAdrian Görler2015-10-121-4/+3
* | Convert ChangeInserter to BatchUpdate.OpDave Borowitz2015-10-121-7/+19
* | Create change ref from ChangeInserterDave Borowitz2015-10-121-4/+4