summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't assign PushConnection to UI before it has been connected (#11506)Leif Åstrand2013-04-174-47/+43
* | Log message instead of printing to stdout (#11556)Artur Signell2013-04-171-2/+2
* | Fixed invalid log parameter references (#11622)Artur Signell2013-04-162-8/+8
* | Handle JSONException and InvalidUIDLSecurityKeyException the same way in Push...Artur Signell2013-04-169-188/+176
* | Use text/plain instead of application/json (#11610)Artur Signell2013-04-151-1/+1
* | Consider context root redirect when pathInfo is null (#11552)Leif Åstrand2013-04-151-1/+1
* | Add isPushRequest() check to VaadinServletService.isOtherRequest() (#11556)Johannes Dahlström2013-04-154-13/+13
* | Ignore duplicate ?restartApplication during UI init (#11587)Leif Åstrand2013-04-122-4/+24
* | Make AtmosphereResource field transient (#11512)Leif Åstrand2013-04-122-1/+7
* | Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-111-0/+2
* | Use longer padding for streaming requests to avoid IE8 issues (#11573)Leif Åstrand2013-04-111-0/+14
* | Set character encoding before writing any response (#11501)Artur Signell2013-04-111-2/+2
* | Implemented poll interval for UI (#11495)Leif Åstrand2013-04-101-0/+34
* | Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-102-13/+14
* | Fixed tests to use a real DeploymentConfiguration instanceArtur Signell2013-04-0914-14/+108
* | Don't bind PushConnection API to Atmosphere (#11551)Leif Åstrand2013-04-094-107/+146
* | Fix missing or invalid copyright headersLeif Åstrand2013-04-093-3/+29
* | Show message for missing Atmosphere or version mismatch (#11499)Leif Åstrand2013-04-093-0/+64
* | Don't initialize PushConnection by default (#11512)Leif Åstrand2013-04-081-1/+1
* | 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