summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Rendering a Tree with icons fails if no alternate text is given (#11511)michael2013-04-081-1/+2
* Implement range for date field (#6241)johan2013-04-081-0/+175
* Push if there are dirty connectors, avoid push if there are NOT dirty connectorsArtur Signell2013-04-071-1/+1
* Global code reformatLeif Åstrand2013-04-0535-29/+104
* Do not push only meta data to the client (#11490)Artur Signell2013-04-052-1/+15
* Made vaadin-server jar not depend on Atmosphere (#11492)Artur Signell2013-04-051-1/+1
* WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-041-0/+51
* Wrap the atmosphere request instead of reusing an old request which might no ...Artur Signell2013-04-042-19/+8
* Include atmosphere javascript files into vaadin-server (#111)Artur Signell2013-04-041-0/+2
* Maximize Restore for Window #3400Pekka Hyvönen2013-04-041-6/+141
* Server push (#111)Johannes Dahlström2013-04-0417-23/+634
* Updated javadoc to mention runSafely in addition to the manual locking patternArtur Signell2013-04-031-4/+21
* Write JSON response to a buffer instead of directly to the output stream (#11...Artur Signell2013-04-032-33/+52
* Reworked fix for ignoring /APP/ (#11192)Artur Signell2013-04-032-10/+1
* Refactored how all requests are handled by VaadinServlet and VaadinPortlet (#...Artur Signell2013-04-0318-570/+658
* Added example on how to get time displayed in the browser (#9033)Artur Signell2013-04-031-0/+11
* Do not clean connectors before client rpc is sent (#11192, #7891)Artur Signell2013-04-031-6/+5
* Integrate Calendar into core #11079John Ahlroos2013-04-0320-0/+5039
* Implemented changes to CSS injection based on API review #5500John Ahlroos2013-04-031-57/+47
* Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-032-0/+171
* Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-0/+251
* Fixed minimal (empty hashmap) memory leak on redeploy (#9993)Artur Signell2013-04-032-9/+171
* WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-0/+20
* Show session expired instead of throwing exception (#4252)Artur Signell2013-04-021-1/+13
* Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...Artur Signell2013-04-025-1/+181
* Use updated CurrentInstance API (#9945)Leif Åstrand2013-04-021-4/+3
* Fixed locking issue in testsArtur Signell2013-04-0214-21/+61
* Exclude ColorPickerPreview as it has no no-arg constructorArtur Signell2013-04-021-0/+2
* Fixed locking and cleaned up error handling in FileUploadHandler (#10569)Artur Signell2013-04-021-64/+120
* Fixed locking problem with serviceException (#10569)Artur Signell2013-04-022-35/+56
* Fixed locking in RequestHandlers and documented that RequestHandlers are call...Artur Signell2013-04-0222-177/+333
* Ensure session is locked during cleanup (#10569)Artur Signell2013-04-022-22/+74
* Correctly set thread locals when session times out (#11361, #10995)Artur Signell2013-04-022-10/+147
* Moved request start/end handling to VaadinService (#11400)Artur Signell2013-04-024-126/+94
* Redefined UI.runSafely so it throws an exception if session can't be locked (...Artur Signell2013-03-312-13/+56
* Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-312-9/+90
* WAI-ARIA button (#11380)michaelvogt2013-03-281-0/+30
* Refactored VaadinPortlet to have same structure as VaadinServlet (#10569)Artur Signell2013-03-281-23/+29
* Verify lock is held while updating VaadinSession or connector state (#9515)Artur Signell2013-03-282-16/+103
* Changed VaadinSession locking to be based on a session attribute (#8894)Artur Signell2013-03-282-29/+208
* Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-284-2/+188
* Added Page.reload (#10250)Artur Signell2013-03-281-0/+7
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-2727-350/+253
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-272-41/+0
* Fix off-by-one bug preventing all server RPC handlingJohannes Dahlström2013-03-271-1/+1
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-2735-2490/+3364
* Fixed tree memory leak when removing expanded items from Tree (based on new F...John Ahlroos2013-03-222-5/+31
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-226-2/+41
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-218-256/+400
|\
| * Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6