summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Expand)AuthorAgeFilesLines
...
* Display patch set sections on the change pageShawn O. Pearce2008-12-0415-17/+385
* Show the "change info block" on the right of the change screenShawn O. Pearce2008-12-049-13/+175
* Show the set of approvals on the change detail pageShawn O. Pearce2008-12-0414-7/+378
* Create a link utility to jump to an account dashboardShawn O. Pearce2008-12-044-16/+112
* Order approval categories by a user defined orderingShawn O. Pearce2008-12-043-12/+25
* Send global system configuration data to the client on module loadShawn O. Pearce2008-12-0411-36/+292
* Display some of the change detail level information on the change pageShawn O. Pearce2008-12-0318-7/+361
* Aggressively cache Screen widgets to accelerate forward/backShawn O. Pearce2008-12-038-32/+111
* Cleanup the change table formattingShawn O. Pearce2008-12-033-53/+74
* Refactor database access code into a general BaseServiceImplementationShawn O. Pearce2008-12-033-92/+153
* Use SignInRequired to validate we have a current userShawn O. Pearce2008-12-037-25/+61
* Refactor the "current account id lookup" to a common RpcUtilShawn O. Pearce2008-12-038-81/+128
* Don't bother getting "my stars" for an empty change tableShawn O. Pearce2008-12-031-0/+7
* Use JsonServlet's SAFE_CALLBACK pattern to verify login's callbackShawn O. Pearce2008-12-031-5/+1
* Catch RPC exceptions and display them in a modal dialogShawn O. Pearce2008-12-0216-39/+255
* Don't expose OrmExceptions on the server to the clientShawn O. Pearce2008-12-021-0/+10
* Ensure logins happen via the application's canonical URLShawn O. Pearce2008-12-024-2/+33
* Configure the host page via SystemConfig, rather than the CLASSPATHShawn O. Pearce2008-12-025-35/+97
* Use a paranoid check to verify LoginServlet's callback is safeShawn O. Pearce2008-12-021-8/+19
* Automatically upgrade legacy Gerrit 1 accounts to Gerrit 2 on first loginShawn O. Pearce2008-12-026-36/+165
* Mark all fields in SystemConfig as transient to prevent serializationShawn O. Pearce2008-12-021-3/+3
* Change set cookie HTML to use 'Finish Sign-in' insteadShawn O. Pearce2008-12-021-1/+1
* Fix login for Safari using "Accept cookies only from sites you navigate to"Shawn O. Pearce2008-12-017-179/+434
* Define a filter to force GWT compiler output to be cached indefinitelyShawn O. Pearce2008-12-012-0/+95
* Implement the standard getLastModified in HostPageServletShawn O. Pearce2008-12-011-10/+5
* Remove dialect from GerritServer.properties_exampleShawn O. Pearce2008-12-011-2/+0
* Correct tabs in Gerrit.css to be 2 space indentationShawn O. Pearce2008-12-011-19/+19
* Define a proper web.xml for GerritShawn O. Pearce2008-12-011-0/+53
* Define a filter to redirect old Gerrit 1 URLsShawn O. Pearce2008-12-015-3/+311
* Support either a JNDI based DataSource or our GerritServer.propertiesShawn O. Pearce2008-12-011-5/+28
* Rename the host page servlet to /GerritShawn O. Pearce2008-12-011-1/+1
* Load the user's Account data at module load so we can show their nameShawn O. Pearce2008-12-015-5/+68
* Change SignInDialog to use gwtjsonrpc's new CallbackHandle approachShawn O. Pearce2008-12-014-38/+134
* Defer invocation of any user-supplied callback to SignInDialogShawn O. Pearce2008-12-011-2/+9
* Add missing copyright header to GerritCallShawn O. Pearce2008-11-281-0/+14
* Implement starred changes for user accounts, including async togglingShawn O. Pearce2008-11-278-12/+351
* Delay invocation of SignedInListener.onSignIn to fix Firefox bugShawn O. Pearce2008-11-271-3/+8
* Add missing copyright header to AccountCacheShawn O. Pearce2008-11-271-0/+14
* Add the keyboard controlled cursor and stars to the change tableShawn O. Pearce2008-11-2710-47/+426
* Display a "Loading ..." widget when an RPC call is in progressShawn O. Pearce2008-11-275-1/+80
* Cleanup the change list service binding codeShawn O. Pearce2008-11-271-3/+2
* Prompt the user to sign in if the screen requires itShawn O. Pearce2008-11-271-0/+12
* Only require the user to be signed in if they are viewing "my changes"Shawn O. Pearce2008-11-271-2/+6
* Change the account dashboard screen to say the user's full nameShawn O. Pearce2008-11-279-42/+75
* Move Screen RPC calls into the onLoad methodShawn O. Pearce2008-11-273-14/+24
* Add a "not found" screen to handle unknown URLsShawn O. Pearce2008-11-274-3/+25
* Automatically move away from screens that require account infoShawn O. Pearce2008-11-276-7/+51
* Move Screen to our new client.ui and modify its title to use <h1> tagsShawn O. Pearce2008-11-278-12/+14
* Move the left menu bar into the top-left of the window to get 100% widthShawn O. Pearce2008-11-277-122/+200
* Allow site administrators to insert a banner and/or a footerShawn O. Pearce2008-11-266-14/+277