summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add patched AtmosphereFramework without support message (#11654)Leif Åstrand2013-04-232-4/+4
* Moved SASSAddonImportFileCreator and ClassPathExplorer to vaadin-server #11591John Ahlroos2013-04-232-0/+716
* Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-1/+6
|\
| * Fixed date reset when calendar is first initialized #11387John Ahlroos2013-04-121-1/+6
| * Remove resource related code from VaadinPortlet (#11527)Henri Sara2013-04-081-30/+3
| * Backported fix of minimal (empty hashmap) leak on redeploy (#9993)Artur Signell2013-04-032-9/+171
* | Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-231-38/+39
* | Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)Artur Signell2013-04-232-9/+9
* | Renamed UI.getTooltip to getTooltipConfiguration (#11663)Artur Signell2013-04-232-9/+9
* | Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-231-60/+57
* | Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-232-5/+26
* | Updated commons-io dependency to 2.2 (#11643)Artur Signell2013-04-231-1/+1
* | Documented that push and pull settings is only for the app developer (#11666)Artur Signell2013-04-221-0/+10
* | Restore Atmosphere version that was accidentally changed (#11506)Leif Åstrand2013-04-221-1/+1
* | Set PushMode.AUTOMATIC as the default @Push value (#11653)Leif Åstrand2013-04-221-3/+9
* | Load vaadinPush.js on demand (#11506)Leif Åstrand2013-04-191-1/+1
* | Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-194-19/+79
* | Clean the connector map after pushing (#11624)Leif Åstrand2013-04-182-14/+1
* | Separate generic UI finding and locking from event handling (#11506)Leif Åstrand2013-04-181-93/+143
* | Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-1810-74/+239
* | Restrict longer padding to IE8 as Chrome fails without the original padding (...Artur Signell2013-04-181-2/+7
* | Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)Artur Signell2013-04-172-7/+3
* | Package Atmosphere javascript files in vaadin-push (#11629)Artur Signell2013-04-171-2/+0
* | Replaced Atmosphere portal implementation with the jQuery implementation (#11...Artur Signell2013-04-171-2/+2
* | Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-175-9/+5
* | Remove redundant locking (#8894)Leif Åstrand2013-04-171-9/+4
* | 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