summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd
Commit message (Expand)AuthorAgeFilesLines
* Advertise our relying party XRDS documentShawn O. Pearce2010-04-243-0/+115
* Use OpenID PAPE extension to force reauthenticationShawn O. Pearce2010-04-241-0/+38
* Allow gitweb assets to be cached by browserShawn O. Pearce2010-04-243-4/+61
* Serve gitweb.js when serving gitweb.cgiShawn O. Pearce2010-04-243-3/+81
* Correct gitweb servlet copyright noticesShawn O. Pearce2010-04-242-30/+0
* Log OpenID SSL failuresShawn O. Pearce2010-03-261-0/+1
* Move generated gitweb_config.perl to hidden tmp directoryShawn O. Pearce2010-03-132-2/+8
* Include smart http:// URLs in gitwebShawn O. Pearce2010-03-131-2/+20
* Look for gitweb in /usr/share/gitwebShawn O. Pearce2010-03-133-28/+45
* Fix gitweb CGI when in subdirectoryShawn O. Pearce2010-03-131-1/+1
* Merge "Permit cache.diff.intraline to disable MyersDiff"Shawn O. Pearce2010-03-082-5/+6
|\
| * Permit cache.diff.intraline to disable MyersDiffShawn O. Pearce2010-03-082-5/+6
* | Trim the username before requesting authenticationNasser Grainawi2010-03-081-2/+4
|/
* Fix duplicate "Needed By" pointers between changesShawn O. Pearce2010-03-041-7/+10
* Disable 'Syntax Highlighting' and 'Show Full File' on big filesShawn O. Pearce2010-03-041-2/+4
* Fix /become?user_name=... under GWT debuggerShawn O. Pearce2010-03-041-0/+8
* Change become to use user_name fieldShawn O. Pearce2010-03-012-4/+4
* Allow user to modify patch display settingsShawn O. Pearce2010-02-262-12/+8
* Allow /r/I... URLsShawn O. Pearce2010-02-261-1/+1
* Theme the web UI with different skin colorsShawn O. Pearce2010-02-251-0/+19
* Show old file paths on renamed filesShawn O. Pearce2010-02-231-6/+6
* Improve handling of files renamed between patch setsShawn O. Pearce2010-02-231-49/+111
* Simplify patch display to a single RPCShawn O. Pearce2010-02-235-175/+63
* Fix whitespace ignore featureShawn O. Pearce2010-02-232-39/+31
* Replace CDDL javax.servlet with APLv2 implementationShawn O. Pearce2010-02-231-1/+1
* 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