summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Refactor PushConnection handling (#13223)Johannes Dahlström2014-01-315-143/+176
* Remove dead codeJohannes Dahlström2014-01-177-19/+0
* Remove client side dependencies in server side javadoc (#13073)Artur Signell2014-01-151-7/+3
* Add support for using java.util.Date in communications (#13073)Artur Signell2014-01-153-0/+133
* Upgrade to atmosphere-runtime 2.0.3.vaadin1 (#12601)Johannes Dahlström2014-01-133-20/+2
* Method for retrieving all VaadinSessions inside a HTTP session (#13053)Artur Signell2014-01-131-0/+29
* Fixes serialization-related errorsHenrik Paul2013-12-181-1/+1
* Make fields with value change listener immediateMatti Tahvonen2013-12-182-1/+21
* Added convenience method to add items as a varargs array (#13067)Matti Tahvonen2013-12-181-0/+31
* removed invalid documentationMatti Tahvonen2013-12-171-8/+1
* Simplified support for null intermediate properties (#11435)Artur Signell2013-11-304-163/+21
* Merge changes from origin/7.1Artur Signell2013-11-111-2/+2
|\
| * Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-081-2/+2
* | Merge changes from origin/7.1Artur Signell2013-11-111-2/+14
|\|
| * Minimal fix for error handling with streaming (#12578)Artur Signell2013-11-071-2/+14
* | Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'Artur Signell2013-11-111-0/+10
|\|
| * Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+10
* | Merge changes from origin/7.1Artur Signell2013-11-111-1/+1
|\|
| * 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-302-0/+80
* | Merge changes from origin/7.1Artur Signell2013-11-111-2/+0
|\|
| * Remove out of order flush() (#12283)Artur Signell2013-10-241-2/+0
* | Let UI fire PollEvents (#12466)Henrik Paul2013-10-292-5/+133
* | Merge changes from origin/7.1Leif Åstrand2013-10-227-40/+177
|\|
| * Revert broken fix and test (#12446)Johannes Dahlström2013-10-222-23/+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
* | Merge commit 'd461fb438f62b38d2082b41b0a3c7a1189927c3d'Leif Åstrand2013-10-1838-372/+1962
|\ \ | |/ |/|
| * Merge changes from origin/7.1Henrik Paul2013-10-185-18/+81
| |\
| * \ Merge commit 'ebdc3652764e8ec2ce292879d459a8d0c6c2d2e3'Henrik Paul2013-10-181-9/+18
| |\ \
| * | | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-164-18/+214
| * | | Merge changes from origin/7.1Leif Åstrand2013-10-042-4/+36
| |\ \ \
| * | | | Link no longer implements LegacyComponent (#10015)joheriks2013-10-021-65/+19
| * | | | Merge changes from origin/7.1Artur Signell2013-09-261-4/+28
| |\ \ \ \
| * \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-09-231-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-09-177-280/+189
| |\ \ \ \ \ \
| * | | | | | | Ignore RPC calls from components that are concurrently removed (#12337)Henrik Paul2013-09-103-19/+188
| * | | | | | | Rewrite client request into JSON (#9269, #11257)Henrik Paul2013-09-042-78/+78
| * | | | | | | Add StringToLongConverter for automatic handling of long values (#12291)Artur Signell2013-09-032-0/+80
| * | | | | | | Merge changes from origin/7.1Leif Åstrand2013-09-037-7/+266
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-08-306-13/+37
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Activate tab stop automatically for modal windows (#12344)michaelvogt2013-08-261-3/+9
| * | | | | | | | | Merge from origin/7.1Artur Signell2013-08-191-1/+17
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-08-191-1/+20
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-08-197-24/+125
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-08-192-1/+54
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Support for null intermediate beans in NestedMethodProperty (#11435)Matti Hosio2013-08-094-5/+156
| * | | | | | | | | | | | | Detach previous UI with the same window.name (#10338, #12255)Leif Åstrand2013-07-314-46/+121