summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Use API for setting content length on responses (#15504)7.3.8Artur Signell2015-01-073-1/+22
* Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2015-01-052-65/+97
* Remove mentions of SimpleViewDisplay as there is no such thing (#12934)Artur Signell2015-01-051-7/+4
* Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2015-01-051-0/+25
* Handle portlet error messages properly (#15398)Leif Åstrand2014-12-171-0/+5
* Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-161-0/+7
* Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-161-56/+18
* Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-162-1/+43
* UIInitHandler emits Content-Length when writing json response (#15271)Fabian Lange2014-12-091-13/+8
* SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-092-12/+28
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-092-15/+61
* Escape dynamic and configured theme names in the same way. (#15309)7.3.6Leif Åstrand2014-12-023-5/+52
* Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-023-2/+32
* set Cache-Control and Expires header even when not-modified (#8757)Fabian Lange2014-12-021-12/+10
* Add @since to AbstractSplitPanel. (#15285)Sauli Tähkäpää2014-11-281-1/+1
* Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-281-0/+14
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-285-35/+39
* Update @since to VaadinService.Sauli Tähkäpää2014-11-171-1/+1
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-102-7/+62
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-101-2/+20
* Change the way classloader for VaadinService is selected (fixes #11295)Maciej Przepióra2014-11-108-23/+102
* Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-11-102-1/+71
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-11-102-0/+32
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-11-102-0/+46
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-11-101-64/+18
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-11-101-209/+285
* Set correct versions for json package imports in OSGi manfiests (#14618)Maciej Przepióra2014-10-291-1/+1
* resolve org.json version conflict between server and shared (#14618)Markus Koivisto2014-10-291-1/+1
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-292-1/+57
* Add @since to ContainerEventProvider. (#14178)Sauli Tähkäpää2014-10-161-0/+4
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-10-162-0/+109
* Fix @since for isIPhone() and isIPad(). (#14424, #14423)Sauli Tähkäpää2014-10-161-0/+2
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)7.3.3Sauli Tähkäpää2014-10-151-1/+1
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-142-3/+106
* isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-141-0/+20
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-142-2/+41
* Check eventRouter value against null in Page class (#14803).Denis Anisimov2014-10-142-5/+100
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-141-6/+4
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-142-12/+115
* Read input stream logic is corrected (#14533).Denis Anisimov2014-10-132-13/+160
* Exception on closing inactive UI causes issues (#14651)Sergey Budkin2014-10-071-0/+1
* Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-072-9/+94
* Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-09-261-0/+1
* Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)Taras Hupalo2014-09-242-1/+7
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-241-1/+2
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-242-3/+14
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-241-7/+9
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-241-2/+2
* WebBrowser.isWindowsPhone() is added (#14425).Denis Anisimov2014-09-241-0/+11
* Improve proxy comparison support (#14639)Juuso Valli2014-09-152-6/+75