summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
Commit message (Expand)AuthorAgeFilesLines
* Fix a NPE caused by GerritCall.getMethod returning null.Sasa Zivkov2012-10-241-2/+6
* File indentation is sometimes wrong in Side-By-SideGustaf Lundh2012-10-121-1/+2
* Make commands to download patch sets configurableEdwin Kempin2012-09-141-5/+6
* Fix the "404 NOT FOUND" error on GitWeb / Gerrit 2.5.Luca Milanesio2012-09-071-1/+1
* Allow configuring the Report Bug URLShawn O. Pearce2012-08-161-0/+7
* Merge "Tokenized REST API POST handler"Shawn Pearce2012-08-154-23/+444
|\
| * Tokenized REST API POST handlerBrad Larson2012-08-144-23/+444
* | Use transaction when adding review of access tab editShawn O. Pearce2012-08-061-18/+38
|/
* Support /a/ for plugin REST APIsBrad Larson2012-08-042-4/+8
* Partially revert GroupDetail to fix Admin > Groups issuesShawn O. Pearce2012-08-012-7/+6
* Audit hooks on JSON/RPC and SSH commands using Gerrit plugins.Luca Milanesio2012-07-302-7/+171
* Do not add access sections as owned if only refs/meta/config is visibleEdwin Kempin2012-07-251-1/+4
* Fix NPE on adding access control for reviewDeniz Türkoglu2012-07-231-9/+9
* Fix NullPointerException on /p/Shawn O. Pearce2012-07-201-0/+6
* Merge "Use more gentle shade of red to highlight outdated dependencies"Saša Živkov2012-07-181-1/+1
|\
| * Use more gentle shade of red to highlight outdated dependenciesEdwin Kempin2012-07-191-1/+1
* | Add ability to parse arguments with parseOptionMapBrad Larson2012-07-171-1/+8
|/
* Merge "Permit plugins to implement AllRequestFilter"Martin Fick2012-07-161-0/+86
|\
| * Permit plugins to implement AllRequestFilterShawn O. Pearce2012-06-271-0/+86
* | Merge "Prevent groups from being renamed to empty string"Saša Živkov2012-07-131-1/+2
|\ \
| * | Prevent groups from being renamed to empty stringDavid Pursehouse2012-07-131-1/+2
* | | Merge "Limit maximum Git object size when pushing through HTTP"Martin Fick2012-07-121-0/+1
|\ \ \
| * | | Limit maximum Git object size when pushing through HTTPEdwin Kempin2012-07-111-0/+1
* | | | Merge "Set transfer timeout for pushes through HTTP"Martin Fick2012-07-121-7/+11
|\| | | | |/ / |/| |
| * | Set transfer timeout for pushes through HTTPEdwin Kempin2012-07-111-7/+11
* | | Merge "Add more theme color options"Martin Fick2012-07-101-0/+3
|\ \ \
| * | | Add more theme color optionsAndrew Hutchings2012-06-291-0/+3
* | | | Merge "Add OpenID SSO support."Martin Fick2012-07-102-0/+5
|\ \ \ \
| * | | | Add OpenID SSO support.James E. Blair2012-06-182-0/+5
* | | | | Remove timestamp from all org.eclipse.core.resources.prefs files.Sasa Zivkov2012-07-041-1/+0
| |/ / / |/| | |
* | | | Merge "When adding a user to a group create an account for the user if needed"Martin Fick2012-06-281-2/+38
|\ \ \ \
| * | | | When adding a user to a group create an account for the user if neededEdwin Kempin2012-06-221-2/+38
* | | | | Merge "Only show draft change dependency if current user is owner or reviewer"Shawn Pearce2012-06-271-2/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Only show draft change dependency if current user is owner or reviewerDavid Pursehouse2012-06-271-2/+27
| | |_|/ | |/| |
* / | | Move handling of ListPluginsServlet to HttpPluginServletBrad Larson2012-06-262-3/+8
|/ / /
* | | Git over HTTP BasicAuth against Gerrit basic auth.Luca Milanesio2012-06-242-0/+204
* | | Fix formatting of user in RestApiServlet if username is not setEdwin Kempin2012-06-221-1/+5
* | | Merge "Show only changes of the same project in the 'Depends On' section"Shawn Pearce2012-06-221-1/+1
|\ \ \
| * | | Show only changes of the same project in the 'Depends On' sectionEdwin Kempin2012-06-221-1/+1
* | | | Log sign in failures on info levelEdwin Kempin2012-06-221-0/+7
| |/ / |/| |
* | | Make RestoreChange accept options/argsConley Owens2012-06-211-7/+12
|/ /
* | Merge "Make abandon change accept options/args"Edwin Kempin2012-06-211-7/+12
|\ \
| * | Make abandon change accept options/argsConley Owens2012-06-201-7/+12
* | | Merge "Fix displaying of comments on deleted files"Martin Fick2012-06-201-2/+2
|\ \ \
| * | | Fix displaying of comments on deleted filesEdwin Kempin2012-06-201-2/+2
| |/ /
* | | Merge "Only show "Can Merge" when the change is new or draft"Martin Fick2012-06-201-1/+3
|\ \ \
| * | | Only show "Can Merge" when the change is new or draftDavid Pursehouse2012-06-201-1/+3
* | | | Only show change as needed by if its current patch set depends on the changeEdwin Kempin2012-06-201-7/+6
| |/ / |/| |
* | | Set AuthMethod on every request not just initial loginShawn O. Pearce2012-06-194-4/+12
* | | Merge "Reject submitting change if its destination branch does not exist"Shawn Pearce2012-06-191-1/+2
|\ \ \