summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/LoginForm.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
* Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-281-1/+1
* Rename runSafely() to access() (#11756)Leif Åstrand2013-05-021-1/+1
* Fixed locking in RequestHandlers and documented that RequestHandlers are call...Artur Signell2013-04-021-12/+18
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Add theme name as class name to LoginForm v-app (#10383)Artur Signell2012-11-261-1/+10
* Unified deprecation messagesArtur Signell2012-11-221-5/+5
* Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-211-2/+2
* Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-211-2/+13
* Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-081-119/+84
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-2/+2
* 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
* 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