summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Use separate dependencies instead of shared-depsArtur Signell2014-02-281-2/+2
* Merge changes from origin/7.1Build Agent2014-02-274-85/+120
|\
| * Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-251-79/+101
| * Enable on-the-fly SASS compilation in OSGi (#10307)Johannes Dahlström2014-02-241-1/+1
| * Do not prevent deployment if Atmosphere init fails (#13199)Artur Signell2014-02-222-5/+18
* | Add change event for Upload (#13222)Artur Signell2014-02-211-1/+91
* | Font icon support (#13152)Marc Englund2014-02-203-0/+521
* | Merge changes from origin/7.1Build Agent2014-02-131-43/+42
|\|
| * Javadoc formatting fixupLeif Åstrand2014-02-131-43/+42
| * Fix typo (#11186)Artur Signell2014-02-061-1/+1
* | Ignore JSON serializers which do not need to be serializableArtur Signell2014-02-121-0/+2
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-1010-70/+148
|\|
| * Use Calendar as sender for action handlers (#13191)Henri Sara2014-01-301-2/+2
| * Add deprecated expand ratio methods to FormLayout (#12876)Artur Signell2014-01-211-0/+19
| * Do not throw NPE for equals(null) (#8910)Artur Signell2014-01-216-0/+62
| * Remove references to read/write through modes (#13184)Artur Signell2014-01-211-40/+18
| * Ensure widgetset compile messages go to stdout (#7516)Artur Signell2014-01-211-28/+47
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-073-14/+16
|\|
| * Upload control with empty selection (#9602)Tomi Virtanen2014-01-071-12/+2
| * Fixed spelling mistake in log message.John Ahlroos2014-01-071-1/+1
| * Allow user to override Atmosphere init params set by Vaadin (#13088)Johannes Dahlström2013-12-181-1/+13
| * Backported null value support for NestedMethodProperty to 7.1 (#12884)Jarno Rantala2013-12-167-30/+82
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-072-8/+24
|\|
| * Do not throw NPE if conversion messages is null (#12962)Artur Signell2013-12-032-8/+24
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-063-3/+162
|\|
| * Catch and log exceptions in session lifecycle listeners (#12915)Henri Sara2013-11-273-3/+162
* | Refactor PushConnection handling (#13223)Johannes Dahlström2014-01-315-143/+176
* | Remove dead codeJohannes Dahlström2014-01-1710-26/+1
* | 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
|\|