summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE in HttpAuthFilter.getRemoteUser()Doug Kelly2016-05-011-1/+2
* Fix handling of lowercase HTTP usernameLuca Milanesio2016-01-071-1/+5
* 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
* Submit: Fix ClassCastException for anonymous userDavid Ostrovsky2015-10-141-33/+0
* Do not double decode the login URL tokenAdrian Görler2015-10-121-4/+3
* Fix non-ascii password authentication failure under tomcat (LDAP)Simon Hwang2015-10-091-0/+3
* Insert Change-Id into access right changesEdwin Kempin2015-09-291-1/+11
* ContainerAuthFilter: honor username provided by containerUrs Wolfer2015-08-195-47/+144
* Make sure /a is not in the project name for git-over-http requestsSaša Živkov2015-06-301-1/+1
* GitWeb config: Delete temporary config on exitJiří Engelthaler2015-05-101-0/+2
* Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-04-161-1/+2
|\
| * Support hybrid OpenID and OAuth2 authenticationDavid Ostrovsky2015-04-161-1/+2
* | Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-04-151-8/+11
|\|
| * Fix NPE in GitWebServletDavid Pursehouse2015-04-151-8/+11
* | Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-04-101-0/+3
|\|
| * Prevent wrong content type for CSS filesDoug Kelly2015-04-101-0/+3
* | Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-04-071-4/+1
|\|
| * Remove stripping # in login redirectDoug Kelly2015-04-021-4/+1
| * Do not return 403 when clicking on Gitweb breadcrumbHugo Arès2015-03-261-1/+9
* | Merge "Workaround Guice bug "getPathInfo not decoded"" into stable-2.11Edwin Kempin2015-04-071-0/+9
|\ \
| * | Workaround Guice bug "getPathInfo not decoded"Saša Živkov2015-03-241-0/+9
* | | Convert to new AutoCloseable instances coming in JGit 4.0Dave Borowitz2015-03-251-25/+20
* | | Merge branch 'stable-2.10' into stable-2.11David Pursehouse2015-03-164-7/+17
|\ \ \ | |/ / |/| / | |/
| * Expose extension point for generic OAuth providersDavid Ostrovsky2015-03-064-7/+17
* | Do not return 403 when clicking on Gitweb breadcrumbHugo Arès2015-03-031-1/+9
* | REST API: translate NotImplementedException to "501 not implemented"David Pursehouse2015-03-021-0/+5
* | Allow storing user external federated auth token for auth (e.g. GitHub)Luca Milanesio2015-02-192-0/+37
* | Merge "Add new ETagView interface"David Pursehouse2015-02-191-2/+12
|\ \
| * | Add new ETagView interfaceStefan Beller2015-02-171-2/+12
* | | Use ChangeInserter in ReviewProjectAccessEdwin Kempin2015-02-173-82/+23
|/ /
* | InlineEdit: Fix mangling of non-ASCII charactersShawn Pearce2015-02-051-1/+25
* | Allows slave to use authenticated Git/HTTP protocolLuca Milanesio2015-02-051-1/+1
* | RestApiServlet: Leave OutputStream open when flushing base64 paddingStefan Beller2015-02-051-2/+8
* | RestApiServlet: Flush pending padding as wellStefan Beller2015-02-031-4/+5
* | Only create new changes as draft if draft changes are allowedDavid Pursehouse2015-01-301-0/+2
* | InlineEdit: Fix rendering edits in unified diff screenDavid Ostrovsky2015-01-261-9/+34
* | Fix download of change edit from diff screensEdwin Kempin2015-01-261-7/+32
* | Convert some value classes to AutoValueDave Borowitz2015-01-225-44/+19
* | Discontinue deprecated /query servletDavid Ostrovsky2015-01-153-140/+2
* | Remove old change screenDavid Ostrovsky2015-01-141-4/+0
* | Remove unused imports and unused Provider<ReviewDb>David Pursehouse2015-01-142-6/+1
* | CatServlet: constructor adheres to coding style best practicesStefan Beller2015-01-131-3/+5
* | Kill ChangeControl.FactoryStefan Beller2015-01-133-10/+25
* | Disable deprecated /query API by defaultEdwin Kempin2015-01-121-1/+1
* | Move MIME type detection to mime packageShawn Pearce2015-01-092-2/+2
* | Remove gerrit.enableNewFeaturesShawn Pearce2015-01-061-2/+0
* | ChangeQueryBuilder: Always get user lazily from ArgumentsDave Borowitz2015-01-051-3/+3
* | Move CS1 to REST API for reviewer suggestionsShawn Pearce2015-01-021-203/+1
* | Move account suggestion to REST APIShawn Pearce2015-01-021-33/+0