aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-2911-29/+49
* Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2Henri Sara2017-09-281-4/+0
* Add since tags and update release notes (#10109)Henri Sara2017-09-284-46/+58
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-282-0/+201
* Update empty since tags for 8.2 (#10107)Henri Sara2017-09-286-7/+7
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2820-49/+53
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-2812-58/+60
* Fix typos (#10095)Ahmed Ashour2017-09-273-7/+7
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-274-124/+173
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
* Convert Embedded not to be a LegacyComponent (#10088)Ahmed Ashour2017-09-271-148/+49
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-274-6/+245
* Store Vaadin session after each updateArtur Signell2017-09-271-0/+4
* Implement error level on client side (#9817)Adam Wagner2017-09-277-66/+29
* Fix DataCommunicator parameter not used in Grid constructor (#10075)JenoDK2017-09-261-1/+1
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-261-13/+14
* Remove unused @VERSION@Ahmed Ashour2017-09-2510-11/+2
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-251-100/+163
* Pass timezone ID from browser to server. (#10041)Piotr Wilkin2017-09-251-1/+19
* Fix typos (#10071)Ahmed Ashour2017-09-252-5/+6
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2324-46/+28
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-4/+2
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-222-3/+3
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-212-3/+1
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2117-30/+30
* Add Upload#setButtonStyleName (#10044)Knoobie2017-09-211-0/+31
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2115-16/+16
* Add scroll logic from TreeGrid to Tree (#10005)Piotr Wilkin2017-09-204-4/+53
* Remove unused methods (#10020)Ahmed Ashour2017-09-209-52/+3
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-3/+3
* Use interface not Implementation, as method parameterAhmed Ashour2017-09-201-1/+1
* Use simple class namesAhmed Ashour2017-09-2011-47/+53
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-201-1/+1
* Add API for running BindingValidationStatusHandlers (#9966)Teemu Suo-Anttila2017-09-193-11/+49
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-191-10/+8
* Use String.isEmpty()Ahmed Ashour2017-09-196-14/+14
* Fix typoAhmed Ashour2017-09-191-5/+5
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-193-7/+7
* Fix removeBinding logic (#10002)Piotr Wilkin2017-09-191-5/+51
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-193-8/+4
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-1/+1
* Simplify conditional logic.Ahmed Ashour2017-09-143-70/+32
* Javadoc fixesAhmed Ashour2017-09-131-1/+0
* Simplify boolean expressionsAhmed Ashour2017-09-131-1/+1
* Fix javadoc for CustomizedSystemMessages (#9970)Michael Benz2017-09-121-2/+5
* Make Servlet related classes more welcoming to DI (#9658)Dos Moonen2017-09-083-31/+128
* Add missing since tags for 8.2 (#9938)Henri Sara2017-09-073-16/+16
* Fix making components visible by push (#9934)Henri Sara2017-09-063-5/+22
* Add methods to remove Bindings from Binder (#9932)Teemu Suo-Anttila2017-09-051-0/+46