summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-16470-533/+533
* ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-162-2/+34
* Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-142-1/+117
* Always initialize WebBrowser for new sessions (#13571)Leif Åstrand2014-04-143-5/+4
* Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-142-7/+27
* Prevent duplicate detach() calls with push (#13261)Johannes Dahlström2014-04-022-41/+86
* Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-291-3/+9
* Added headers support for WebSphere Portal. (#13491)7.1.13Sauli Tähkäpää2014-03-261-0/+35
* Improved portlet configuration resolution. (#7814)Sauli Tähkäpää2014-03-264-46/+271
* Improve error message when reusing UI instance (#13457)Leif Åstrand2014-03-131-1/+12
* reduce frequency of session locking and StreamingProgressEvents (#13155)Fabian Lange2014-03-131-13/+36
* Fixed trailing slash trimming in VaadinPortletService.Sauli Tähkäpää2014-03-133-9/+65
* Class AbstractTransactionalQuery should be public (#12285)Edoardo Vacchi2014-03-121-1/+1
* Do not fail assertion if re-setting the same lock (#13440)Artur Signell2014-03-101-2/+7
* Update to Atmosphere 1.0.18.vaadin3 to fix regressions (#13299).Artur Signell2014-03-051-1/+1
* Fix fallback from websocket when behind proxy (#13299)Artur Signell2014-03-041-1/+1
* Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-251-79/+101
* Enable on-the-fly SASS compilation in OSGi (#10307)Johannes Dahlström2014-02-241-1/+1
* Do not prevent deployment if Atmosphere init fails (#13199)Artur Signell2014-02-222-5/+18
* Javadoc formatting fixupLeif Åstrand2014-02-131-43/+42
* Fix typo (#11186)Artur Signell2014-02-061-1/+1
* Use Calendar as sender for action handlers (#13191)Henri Sara2014-01-301-2/+2
* Add deprecated expand ratio methods to FormLayout (#12876)Artur Signell2014-01-211-0/+19
* Do not throw NPE for equals(null) (#8910)Artur Signell2014-01-216-0/+62
* Remove references to read/write through modes (#13184)Artur Signell2014-01-211-40/+18
* Ensure widgetset compile messages go to stdout (#7516)Artur Signell2014-01-211-28/+47
* Upload control with empty selection (#9602)Tomi Virtanen2014-01-071-12/+2
* Fixed spelling mistake in log message.John Ahlroos2014-01-071-1/+1
* Allow user to override Atmosphere init params set by Vaadin (#13088)Johannes Dahlström2013-12-181-1/+13
* Backported null value support for NestedMethodProperty to 7.1 (#12884)Jarno Rantala2013-12-167-30/+82
* Do not throw NPE if conversion messages is null (#12962)Artur Signell2013-12-032-8/+24
* Catch and log exceptions in session lifecycle listeners (#12915)Henri Sara2013-11-273-3/+162
* Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-082-2/+17
* Minimal fix for error handling with streaming (#12578)Artur Signell2013-11-071-2/+14
* Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+10
* Updated to Atmosphere 1.0.18.vaadin1 (#12891)Artur Signell2013-11-051-1/+1
* Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-304-0/+190
* Remove out of order flush() (#12283)Artur Signell2013-10-241-2/+0
* Revert broken fix and test (#12446)Johannes Dahlström2013-10-223-148/+14
* Added more exception handling to PushHandler (#12578, #11882)Marc Englund2013-10-211-5/+45
* Fix serialization issue (#12703)Artur Signell2013-10-181-1/+3
* Reverted button click() logic check (#12743)Artur Signell2013-10-161-1/+1
* Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-154-12/+116
* Fixed swallower access. Now error handler logs exceptions. (#12703)Felype Santiago Ferreira2013-10-154-2/+106
* Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127)Artur Signell2013-10-143-5/+5
* Handle ClientMethodInvocation serialization with JSONArray as parameterPekka Hyvönen2013-10-112-0/+165
* Make the various Writers member fields instead of local variables (#12446)Johannes Dahlström2013-10-103-14/+148
* Recreate transient pendingAccessQueue in readObject() (#12456)Johannes Dahlström2013-10-082-12/+33
* Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-272-4/+36
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-261-4/+28