summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
Commit message (Expand)AuthorAgeFilesLines
* Emit ref-updated event when editing project access via web UIJay Soffian2014-03-261-1/+16
* AllRequestFilter: delegate to the filters for init and destroy phases tooDavid Ostrovsky2013-12-091-0/+6
* Merge "Add REST API to toggle starred change state" into stable-2.8Shawn Pearce2013-11-092-75/+0
|\
| * Add REST API to toggle starred change stateShawn Pearce2013-11-082-75/+0
* | Merge branch 'stable-2.7' into stable-2.8Shawn Pearce2013-11-061-2/+12
|\ \ | |/ |/|
| * Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-11-061-2/+12
| |\
| | * Make plugin servlet's context path authorization awareJacek Centkowski2013-11-061-2/+12
| * | Merge branch 'stable-2.6' into stable-2.7David Pursehouse2013-09-262-2/+0
| |\|
| | * Remove unused importsBruce Zu2013-09-262-2/+0
| | * Gerrit 2.6v2.6Shawn Pearce2013-06-211-1/+1
| * | Set version to 2.7v2.7Dave Borowitz2013-09-181-1/+1
| * | Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-06-131-0/+8
| |\|
| | * Fixed: Draft patch sets are visible in diff screensGustaf Lundh2013-06-121-0/+8
* | | Trigger hooks and email notification on saving ACLs for reviewEdwin Kempin2013-10-311-2/+24
* | | Remove usages of System.currentTimeMillis() from gerrit-reviewdbDave Borowitz2013-10-163-7/+12
* | | Use DateTimeUtils.currentTimeMillis() to get current timeDave Borowitz2013-10-165-13/+16
* | | Allow gitweb URLs to be passed unencoded for viewing.Luca Milanesio2013-10-111-0/+1
* | | Miscellaneous Javadoc cleanups to cut down on Eclipse warningsDave Borowitz2013-10-091-2/+2
* | | Fix NPE in ChangeDetailFactory for loadMessages isPatchVisibleShawn Pearce2013-10-071-1/+1
* | | Quiet QueryParseException logging in DirectChangeByCommitDave Borowitz2013-10-071-1/+1
* | | Trim trailing slashes from queries in DirectChangeByCommitDave Borowitz2013-10-071-1/+2
* | | Remove jsr305 libraryShawn Pearce2013-09-261-1/+0
* | | Add our own Nullable implementationSasa Zivkov2013-09-2615-21/+16
* | | ChangeScreen2: add Gerrit config and user preferenceShawn Pearce2013-09-241-0/+4
* | | Delete changes from the index when deleting whole draft changesDave Borowitz2013-09-201-1/+6
* | | Add support for plugin REST endpoints without view namesDavid Ostrovsky2013-09-191-1/+5
* | | Optimized "IncludedIn" AlgorithmChristian Grail2013-09-161-43/+3
* | | Revert "Make SubmitRecord.Label's fields @Columns"Dave Borowitz2013-09-122-2/+2
* | | Move ReceiveCommits.advertiseHistory into hookShawn Pearce2013-09-101-4/+0
* | | Make SubmitRecord.Label's fields @ColumnsDave Borowitz2013-09-102-2/+2
* | | Correct import of io.ByteStreams in StaticServletShawn Pearce2013-09-051-1/+1
* | | Allow caching static/ resources for 15 minutes with validationShawn Pearce2013-09-051-0/+3
* | | Use ETag and cacheable URLs for static/* resourcesShawn Pearce2013-09-052-64/+172
* | | Remove unused importsDavid Pursehouse2013-09-051-1/+0
* | | Replace pattern "user instanceof IdentifiedUser" with method callDavid Ostrovsky2013-09-057-9/+9
* | | Check required capabilities during UiAction gatheringDavid Ostrovsky2013-08-311-1/+3
* | | Refactor capability check out from REST and SSH codeDavid Ostrovsky2013-08-311-50/+8
* | | RestApiServlet: Check for RequiresCapability annotation on superclassesEdwin Kempin2013-08-301-1/+14
* | | Add Switch Account link to the current user popdownShawn Pearce2013-08-291-0/+1
* | | Hide Http Password Screen if auth.gitBasicAuth = trueEdwin Kempin2013-08-231-0/+2
* | | Download patch file with /patch?zip or /patch?downloadDavid Ostrovsky2013-08-221-0/+5
* | | Merge "Fix possible NPE in PatchDetailServiceImpl"Shawn Pearce2013-08-221-1/+1
|\ \ \
| * | | Fix possible NPE in PatchDetailServiceImplEdwin Kempin2013-08-221-1/+1
* | | | Fix String.format(...) calls where more args are passed than usedEdwin Kempin2013-08-221-1/+1
|/ / /
* | | Merge "Remove old RPCs to get project details and to update project settings"David Pursehouse2013-08-225-317/+1
|\ \ \
| * | | Remove old RPCs to get project details and to update project settingsEdwin Kempin2013-08-225-317/+1
* | | | Customized registration page when auth.type=HTTPLuca Milanesio2013-08-161-6/+14
* | | | Allow separate REST API and servlet documentation sections for pluginsDavid Pursehouse2013-08-141-0/+8
|/ / /
* | | Merge "Add support for plugin-owned capabilities"Shawn Pearce2013-08-121-30/+62
|\ \ \
| * | | Add support for plugin-owned capabilitiesDavid Ostrovsky2013-08-111-30/+62