aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Suppress unavoidable UIDetachedException (#11146)Leif Åstrand2018-10-024-13/+83
| | | | | * Suppress unavoidable UIDetachedException Fixes #11144
* Updated JavaDoc of getColumn(..) method (#11179)Tatu Lund2018-10-011-0/+3
| | | | | | * Updated JavaDoc of getColumn(..) method Fixes https://github.com/vaadin/framework/issues/9920
* Updated Upload.java (#11203)Michael Benz2018-10-011-2/+2
| | | Javadoc correction of typos in getAcceptMimeTypes() and setAcceptMimeTypes(String acceptMimeTypes)
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-271-1/+1
|
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-261-6/+9
|
* Fixing typo (#11207)Mehdi Javan2018-09-261-1/+1
|
* Updating since tags (#11200)8.6.0.alpha2Mehdi Javan2018-09-213-4/+4
|
* OSGi resource registration via SCR (#11166)S.W2018-09-211-24/+14
| | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
* Since tags in 8.5.2 (#11174)Olli Tietäväinen2018-09-072-2/+2
|
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-072-2/+2
| | | | Fix handler creation to happen on init
* Remove objects from ActiveDataHandler that are no longer available in used ↵Ilia Motornyi2018-09-072-1/+90
| | | | | | DataProvider (#11167) Remove objects from DataCommunicator.ActiveDataHandler that are no longer available in used DataProvider.
* Force re-updating the resolutions of DateField (#11159)Anastasia Smirnova2018-09-061-0/+1
| | | Fixes #11099
* Re-enable the Atmosphere heartbeat interceptor (#9877)Petter Holmström2018-09-061-5/+0
|
* Add API to access features of SelectionModels (#10939)Teemu Suo-Anttila2018-09-044-15/+610
|
* Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵Ilia Motornyi2018-09-041-1/+1
| | | | trivial one, fix tests
* Add fallback resolvers for CurrentInstance (#10974)Gilberto Torrezan2018-09-033-0/+218
| | | | | | | | | This allow applications to inject custom default instances when the current instances cannot be found by regular means. For example, when VaadinServlet.getCurrent() would return null, a fallback resolver could be invoked to properly create the servlet and return it.
* Set correct GWT .dtd definition (#11110)Ilia Motornyi2018-08-131-1/+1
|
* Improving javadoc of Binder.removeBinding (#11107)Mehdi Javan2018-08-091-1/+18
| | | Fixes #11091
* Document how to handle cancelled file downloads. (#11079)Ilia Motornyi2018-08-071-3/+8
|
* Fix Grid MultiSelectionModel to always use getId (#11086)Teemu Suo-Anttila2018-07-303-25/+128
| | | Fixes #11083
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-193-1/+47
|
* Fix Combobox adding an item with empty string (#11067)Teemu Suo-Anttila2018-07-181-11/+9
|
* Fix canceling Grid Editor during EditorOpenEvent (#11038)Teemu Suo-Anttila2018-07-111-1/+1
| | | Fixes #11002
* Add xsrf token header if cookie is present (#11034)Ilia Motornyi2018-07-111-0/+11
| | | Fixes #9471
* Fix formatting (#11023)Ilia Motornyi2018-07-045-24/+28
|
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-021-7/+4
| | | Fixes #9997
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-291-1/+1
|
* Memory leak fix in ConnectorTracker (#10996)Teemu Suo-Anttila2018-06-272-1/+6
|
* Update since tags (#11001)8.5.0.alpha2Teemu Suo-Anttila2018-06-276-29/+27
|
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-211-5/+13
|
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-194-36/+28
| | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985
* Graceful servlet shutdown if no VaadinService is initialized (#10981)Ilia Motornyi2018-06-181-1/+3
| | | Fixes #10980
* Add ACCEPT attribute to Upload (#10906)Ilia Motornyi2018-06-181-0/+31
| | | Fixes #2410
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-137-29/+349
|
* Fix formatting of some files (#10972)Ilia Motornyi2018-06-122-12/+19
|
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-072-2/+89
| | | Fixes #10673.
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-052-1/+14
|
* Implement serializable predicate helper methods (#10952)Ilia Motornyi2018-06-041-1/+81
|
* Fix small formatting issues (#10960)Ilia Motornyi2018-06-014-13/+20
|
* Fix Grid not removing columns from sort orderTeemu Suo-Anttila2018-05-282-4/+31
| | | | Fixes #10928
* Add DesignContext getter to ComponentCreatedEvent (#10943)Ilia Motornyi2018-05-221-0/+11
|
* Open methods to allow custom static file serving logic (#(#10921)Ilia Motornyi2018-05-221-2/+6
|
* Add constructor for ComboBox with DataCommunicator (#10923)Teemu Suo-Anttila2018-05-171-3/+13
|
* Add Focusable interface for Tree component (#10918)Teemu Suo-Anttila2018-05-151-1/+16
|
* Fix Grid clearSortOrder not updating state (#10917)Teemu Suo-Anttila2018-05-152-12/+10
| | | Fixes #9074
* Allow overriding ServerRpcHandler creation in PushHandler (#10892)lennartfricke2018-05-091-1/+13
| | | | | Fixes #4537
* Fix Binder javadocs (#10907)Ilia Motornyi2018-05-091-1/+3
| | | Fixes #10399
* URL encode file name in GlobalResourceHandler (#10751)Marco Collovati2018-05-092-4/+77
| | | Fixes #10747
* Set no cache headers for unsupported browsers (#10899)Anastasia Smirnova2018-05-081-0/+1
| | | Fixes #10890
* Update since tags for 8.5.0.alpha1 (#10889)8.5.0.alpha1Teemu Suo-Anttila2018-05-071-2/+2
|