summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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-182-1/+2
* 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-182-0/+57
* removed invalid documentationMatti Tahvonen2013-12-171-8/+1
* Simplified support for null intermediate properties (#11435)Artur Signell2013-11-308-225/+35
* Merge changes from origin/7.1Artur Signell2013-11-112-2/+17
|\
| * Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-082-2/+17
* | 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-304-0/+190
* | 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-228-165/+177
|\|
| * 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
* | Merge commit 'd461fb438f62b38d2082b41b0a3c7a1189927c3d'Leif Åstrand2013-10-1852-403/+2566
|\ \ | |/ |/|
| * Merge changes from origin/7.1Henrik Paul2013-10-188-19/+318
| |\
| * \ Merge commit 'ebdc3652764e8ec2ce292879d459a8d0c6c2d2e3'Henrik Paul2013-10-182-12/+34
| |\ \
| * | | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-166-18/+512
| * | | Merge changes from origin/7.1Leif Åstrand2013-10-042-4/+36
| |\ \ \
| * | | | Link no longer implements LegacyComponent (#10015)joheriks2013-10-021-65/+19
| * | | | Moved test class to appropriate source folder (#12337)Henrik Paul2013-10-011-107/+0
| * | | | Merge changes from origin/7.1Artur Signell2013-09-261-4/+28
| |\ \ \ \
| * \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-09-233-3/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-09-179-282/+265
| |\ \ \ \ \ \
| * | | | | | | Ignore RPC calls from components that are concurrently removed (#12337)Henrik Paul2013-09-104-19/+295
| * | | | | | | 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-034-0/+190
| * | | | | | | Merge changes from origin/7.1Leif Åstrand2013-09-038-7/+267
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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-192-1/+56
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-08-191-1/+20
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-08-1910-25/+147
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Artur Signell2013-08-192-1/+54
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix test AbsFieldValueConversions (#12092)Henri Sara2013-08-151-4/+5
| * | | | | | | | | | | | | Support for null intermediate beans in NestedMethodProperty (#11435)Matti Hosio2013-08-098-5/+250
| * | | | | | | | | | | | | Detach previous UI with the same window.name (#10338, #12255)Leif Åstrand2013-07-315-47/+122