summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
Commit message (Expand)AuthorAgeFilesLines
* Include formatted HTML documentation in WARShawn O. Pearce2010-02-222-5/+16
* Bind to LDAP using only the end-user identityShawn O. Pearce2010-02-212-0/+2
* Remove Mozilla Rhino from our buildShawn O. Pearce2010-02-161-2/+0
* Move syntax highlighting back to clientShawn O. Pearce2010-02-161-29/+28
* Compute allowed approval categories separately.Nico Sallembien2010-02-101-15/+19
* Trim reference name from user when adding access rightShawn O. Pearce2010-02-031-1/+1
* Allow refs/* pattern on new reference rightsShawn O. Pearce2010-02-031-1/+1
* Manage database connections directly in PatchScriptFactoryNico Sallembien2010-02-011-23/+29
* Highlight line-level (aka word) differences in filesShawn O. Pearce2010-01-301-2/+10
* Don't reformat the source if the files are identicalShawn O. Pearce2010-01-301-1/+1
* Run prettify on the server using whole file contentsShawn O. Pearce2010-01-305-24/+61
* Make hooks/commit-msg available over HTTPShawn O. Pearce2010-01-293-0/+173
* Update JGit to 0.5.1.140-g660fd39Shawn O. Pearce2010-01-292-15/+18
* Require branch deletion permission for pushes over HTTPShawn O. Pearce2010-01-293-1/+63
* Merge "Block inheritance by default on per-branch permissions."Nico Sallembien2010-01-281-6/+20
|\
| * Block inheritance by default on per-branch permissions.Nico Sallembien2010-01-281-6/+20
* | Expand group names to be 255 charactersShawn O. Pearce2010-01-272-6/+6
|/
* Allow per-branch OWN +1 to delegate branch ownershipShawn O. Pearce2010-01-276-10/+40
* Catch bad commentlink patterns and report themShawn O. Pearce2010-01-262-0/+32
* Replace our own @Nullable with javax.annotation.Nullable.Nico Sallembien2010-01-2514-18/+26
* Change permissions to be branch basedNico Sallembien2010-01-259-84/+151
* Authenticate /p/ HTTP and SSH access by passwordShawn O. Pearce2010-01-154-2/+354
* Add a password field to the account identitiesShawn O. Pearce2010-01-152-1/+13
* Correct SSH Username to be just UsernameShawn O. Pearce2010-01-151-1/+1
* Enable smart HTTP under /p/ URLsShawn O. Pearce2010-01-144-0/+217
* Add event hook supportShane Mc Cormack2010-01-141-1/+7
* Replace all transactions with single row updatesShawn O. Pearce2010-01-139-284/+90
* Remove @SecondaryKey from AccountGroupShawn O. Pearce2010-01-135-55/+206
* Move sshUserName from Account to AccountExternalIdShawn O. Pearce2010-01-138-65/+71
* Allow ?s=0 to disable server side permutation selectionShawn O. Pearce2010-01-041-1/+12
* Ensure gitweb.cgi pipes are closedShawn O. Pearce2010-01-021-17/+23
* Use server side permutation selectionShawn O. Pearce2009-12-302-44/+73
* Cleanup Maven build by pushing component dependencies downShawn O. Pearce2009-12-301-0/+1
* Document why LoginRedirectServlet is requiredShawn O. Pearce2009-12-291-0/+8
* Revert "Remove unnecessary /login/* URLs when auth.type = LDAP"Shawn O. Pearce2009-12-292-0/+79
* Reduce the size (and cost) of the host pageShawn O. Pearce2009-12-292-45/+90
* Reload GerritSiteHeader, GerritSiteFooter, GerritSite.css on the flyShawn O. Pearce2009-12-291-79/+135
* Make gitweb url links customizable, add support for cgitShane Mc Cormack2009-12-282-2/+26
* Stop using AccountExternalId lastUsedOn for most recent loginShawn O. Pearce2009-12-2810-74/+173
* Revert "Defer our large JavaScript parsing until later"Shawn O. Pearce2009-12-271-2/+2
* Remove unnecessary /login/* URLs when auth.type = LDAPShawn O. Pearce2009-12-242-79/+0
* Move prettify to be loaded as part of our patch split pointShawn O. Pearce2009-12-193-94/+0
* Defer our large JavaScript parsing until laterShawn O. Pearce2009-12-192-23/+29
* Move all of our CSS rules into our CssResourceShawn O. Pearce2009-12-191-2/+2
* Support creating new users in DEVELOPMENT_BECOME_ANY_ACCOUNTShawn O. Pearce2009-12-192-39/+91
* Merge branch 'master' into gwt-2.0Shawn O. Pearce2009-12-194-7/+259
|\
| * Fix duplicate branches showing in the Branches tabShawn O. Pearce2009-12-193-4/+256
| * Refactor GitRepositoryManager to be an interfaceShawn O. Pearce2009-12-191-3/+3
* | Update to GWT 2.0.0Shawn O. Pearce2009-12-184-5/+79
|/
* Teach Main to check the Java runtime versionv2.1-rc1Shawn O. Pearce2009-12-181-1/+1