summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/LoginForm.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-281-1/+1
| | | | Change-Id: If162e81a29bbc982857e2a165a983e161ea837ee
* Rename runSafely() to access() (#11756)Leif Åstrand2013-05-021-1/+1
| | | | Change-Id: I640244732fb561d9f55da58f8ba94fd02875c191
* Fixed locking in RequestHandlers and documented that RequestHandlers are ↵Artur Signell2013-04-021-12/+18
| | | | | | | | | | called without locking (#9945) * Added SynchronizedRequestHandler which locks the session for the whole request * Made request handlers which do not do do heavy IO implement SynchronizedRequestHandler * Fixed locking for GlobalResourceHandler, ConnectorResourceHandler, PublishedFileHandler Change-Id: I0e7b442a9392828f1930685f194dc4f898d0f525
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Add theme name as class name to LoginForm v-app (#10383)Artur Signell2012-11-261-1/+10
| | | | Change-Id: Ifcd65a34f32606b9fce0439f600a0b2fbd7e18ce
* Unified deprecation messagesArtur Signell2012-11-221-5/+5
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-211-2/+2
| | | | | | * Also rename the constants to cause compile errors in 3rd party code Change-Id: If96c9956de7737345ec9372be28292b3490387a2
* Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-211-2/+13
| | | | Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827
* Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-081-119/+84
| | | | | | | | | | | * Give an URL to LegacyApplication when initializing * Update LoginForm to use DynamicConnectorResource instead of RequestHandler * Make CustomUIClassLoader work again (including previous issues not caused by this change) * Update some other tests to use more sensible URLs Change-Id: I53ed5e9be3b44ed1b62f9762507b0007d53f15b7
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-2/+2
| | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Deprecated LoginForm as it no longer works in most supported browsers (#8405)Artur Signell2012-09-241-1/+5
|
* Merge branch 'html5-doctype'John Ahlroos2012-09-241-1/+1
|\
| * Fixed empty space in LoginForm #8294John Ahlroos2012-09-201-1/+1
| |
* | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-3/+3
|/
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-071-4/+1
|
* Remove 'Application' from RequestHandler API (#9402)Leif Åstrand2012-09-061-1/+1
|
* Merge branch 'removeApplication'Leif Åstrand2012-09-051-5/+5
|\
| * Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-3/+3
| |
| * Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-2/+2
| |
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-051-4/+4
|\|
| * inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-4/+4
| |
* | Fixed LoginForm textfield stylesJohn Ahlroos2012-09-041-2/+2
|/
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+20
|
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-22/+9
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-5/+5
|
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-1/+1
|
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-2/+2
| | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems()
* Made Root.getCurrent() work in LoginForm LoginListener (#9372)Artur Signell2012-08-221-0/+3
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-2/+2
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+353