summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move all contact information out of database to encrypted storeShawn O. Pearce2009-02-2320-50/+658
* Make sure the WorkQueue terminates when running command line toolsShawn O. Pearce2009-02-233-1/+31
* Escape single quotes when escaping text for HTML inclusionShawn O. Pearce2009-02-191-1/+10
* Don't bother logging IO errors caused by disappearing clientsShawn O. Pearce2009-02-171-0/+12
* Correct grammar in the patch conflict messagesShawn O. Pearce2009-02-171-1/+1
* Use gerrit-keyapplet to help users load their SSH public keysShawn O. Pearce2009-02-163-0/+111
* Allow embedded applets to be cached indefinitely by proxiesShawn O. Pearce2009-02-161-0/+3
* Make Gerrit.getVersion public for other code to useShawn O. Pearce2009-02-161-7/+15
* Add a clear button to make it easier to replace the keyShawn O. Pearce2009-02-163-1/+16
* Don't store SSH keys we know to be invalidShawn O. Pearce2009-02-165-5/+50
* Display the text "invalid key" instead of a red X icon in SSH Keys panelShawn O. Pearce2009-02-164-6/+18
* Cleanup the ApprovalTable formatting for adding a reviewerShawn O. Pearce2009-02-162-9/+1
* Allow callers of AddMemberBox to control the button textShawn O. Pearce2009-02-161-1/+5
* Fix detach assertion error caused by loading messing being removedShawn O. Pearce2009-02-161-0/+1
* Add a loading message, link to the project, before the UI initializesShawn O. Pearce2009-02-162-3/+9
* Include "a=commit" in direct gitweb commit linksShawn O. Pearce2009-02-161-0/+1
* Update approvals table when adding reviewer.Brad Larson2009-02-131-0/+12
* Log any failures while creating patch set refsShawn O. Pearce2009-02-131-2/+8
* Actually return failure to clients if new change creation failedShawn O. Pearce2009-02-131-0/+2
* Add additional reviewers to an existing changeBrad Larson2009-02-138-3/+196
* Make 'c', 'r' in a patch view open a new comment editorShawn O. Pearce2009-02-132-1/+12
* Make review comments standout more from the surrounding codeShawn O. Pearce2009-02-131-2/+10
* Display old and new image line numbers in the unified diff viewShawn O. Pearce2009-02-132-11/+40
* Fix line numbers for new post-image comments in unified viewShawn O. Pearce2009-02-131-1/+1
* Fix NPE in unified diff view when creating a comment editorShawn O. Pearce2009-02-131-0/+2
* Fix vertical-align: center to be middleShawn O. Pearce2009-02-131-3/+3
* Allow up/down arrow keys to scroll the page in patch viewShawn O. Pearce2009-02-131-0/+13
* Bust out of an <iframe> if Gerrit is embedded in oneShawn O. Pearce2009-02-121-0/+11
* Abstract the account name hint into AddMemberBoxShawn O. Pearce2009-02-112-3/+6
* Fix the message threading for comment repliesShawn O. Pearce2009-02-111-4/+0
* Add a Branches tab to the project admin screenShawn O. Pearce2009-02-108-0/+602
* Move Account to PersonIdent code to ChangeUtil for reuseShawn O. Pearce2009-02-102-15/+17
* Make the magic refs/heads/ constant available in GWTShawn O. Pearce2009-02-101-2/+5
* Restart the merge queue when Gerrit starts upShawn O. Pearce2009-02-104-1/+49
* Ensure our SSHD always disables compressionShawn O. Pearce2009-02-091-0/+9
* Clip all change subject lines at 80 columns in change tablesShawn O. Pearce2009-02-061-0/+3
* Don't allow the project name in change tables to wrapShawn O. Pearce2009-02-062-0/+6
* Record the account identity in all reflogsShawn O. Pearce2009-02-061-0/+21
* Fix tabs in Gerrit.css to be 2 spacesShawn O. Pearce2009-02-061-8/+8
* Highlight common whitespace errors such as whitespace on end of lineShawn O. Pearce2009-02-064-3/+34
* Yank the mobile specific OpenID login panelShawn O. Pearce2009-02-062-47/+0
* Cleanup c3p0 connection pools if usedShawn O. Pearce2009-02-062-4/+23
* Don't log DEBUG data out of c3p0's SqlUtils classShawn O. Pearce2009-02-061-0/+1
* Fix log4j.properties to not run in DEBUGShawn O. Pearce2009-02-061-2/+2
* Show the account id in the user settings screenShawn O. Pearce2009-02-063-1/+5
* Don't require Bouncy Castle CryptoShawn O. Pearce2009-02-061-3/+16
* Fix Documentation Makefile to correctly handle new filesShawn O. Pearce2009-02-061-2/+2
* Avoid NPE if sign-in goes bad and is missing a tokenShawn O. Pearce2009-02-051-0/+4
* Don't close SSH command streams as MINA SSHD does it for usShawn O. Pearce2009-02-051-8/+2
* Move "Publish Comments" before "Submit Patch Set"Shawn O. Pearce2009-02-021-1/+1