summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2029-50/+69
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2032-184/+128
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-201-20/+19
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-133-26/+46
* Convert AbstractDateField not to be a LegacyComponent (#10148)Ahmed Ashour2017-10-132-186/+152
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-1213-14/+14
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-123-3/+3
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-116-51/+420
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-113-33/+95
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-3/+0
* Fix typos (#10158)Ahmed Ashour2017-10-104-8/+6
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1011-36/+35
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-104-2/+49
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-092-3/+3
* Add empty line at the end of files (#10142)Ahmed Ashour2017-10-066-6/+6
* Don't use synthetic methods for listener classes. (#10135)Ahmed Ashour2017-10-0410-44/+74
* Fix typos (#10124)Ahmed Ashour2017-10-048-22/+25
* Registration to remove state.registeredEventListeners (fixes #9634) (#10130)Ahmed Ashour2017-10-044-24/+83
* Break iteration when method is found (#10128)Ahmed Ashour2017-10-032-7/+4
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03170-2046/+2211
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-027-50/+37
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0275-236/+242
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-2911-58/+25
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-2918-57/+74
* Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2Henri Sara2017-09-282-21/+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-2825-72/+76
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-2815-66/+68
* 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-279-20/+409
* Store Vaadin session after each updateArtur Signell2017-09-272-0/+21
* Implement error level on client side (#9817)Adam Wagner2017-09-279-68/+31
* Fix DataCommunicator parameter not used in Grid constructor (#10075)JenoDK2017-09-263-1/+28
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-262-23/+51
* Remove unused @VERSION@Ahmed Ashour2017-09-2510-11/+2
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-253-115/+273
* Pass timezone ID from browser to server. (#10041)Piotr Wilkin2017-09-252-364/+390
* Fix typos (#10071)Ahmed Ashour2017-09-252-5/+6
* Construct array inline (#10068)Ahmed Ashour2017-09-2310-10/+10
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2329-55/+28
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-4/+2
* Remove unused methods. (#10058)Ahmed Ashour2017-09-223-0/+3
* 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-2119-33/+33