aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* Fix to LayoutManager size calculations during transform. (#12138)Anna Koskinen2020-12-181-0/+34
* Better error handling trying to enable HTML5 DnD for mobile from thread (#12170)Anna Koskinen2020-12-071-0/+7
* Binder: Also use converter for user-changed values (#12132)Tatu Lund2020-12-032-1/+74
* Replace function reference with anonymous class for serialization (#12137)Tatu Lund2020-11-261-19/+20
* Make checkAtmosphereSupport() non-static (#12131)Tatu Lund2020-11-241-3/+6
* Log informative message instead of failing with ClassCastException when polli...Martin Vysny2020-10-121-2/+18
* Update to 8.13-SNAPSHOT (#12110)Zhe Sun2020-10-071-1/+1
* Add DateField(LocalDate value) constructor (#12096)Tatu Lund2020-09-251-0/+11
* Adding regression test against malicious input (#12105)Tatu Lund2020-09-251-0/+5
* fix duplicate key exception with Binder when interface method is overwritten ...vt5122020-09-082-1/+29
* Add convenience overloading for setColumn (#12093)8.12.0.alpha2Tatu Lund2020-09-042-0/+41
* Update ServletPortletHelper.java (#12087)Clemens von Schwerin2020-09-031-0/+4
* Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)Tarek Oraby2020-08-263-9/+27
* Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)Tatu Lund2020-08-252-2/+6
* Added missing MIME types to FileTypeResolver (#12070)Anna Koskinen2020-08-121-14/+40
* Explicitly remove old dataprovider listener when new one is set (#12064)Tatu Lund2020-08-071-7/+35
* Fix possible NPE with MPR (#12040)Tatu Lund2020-08-052-5/+17
* Add support for "ww" in date format (#12037)Tatu Lund2020-07-031-1/+27
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-0324-67/+651
* Clear thread local instances on connection lost in push handler (#12042)Tatu Lund2020-06-305-7/+175
* Fixed error message to use given parameters. (#12008)Anna Koskinen2020-05-141-4/+5
* Removing deprecated parameter (#12004)Tatu Lund2020-05-141-2/+1
* Update to 8.12-snapshot (#11995)Zhe Sun2020-05-131-1/+1
* Support for javax.validation @NotEmpty annotation. (#11985)Martín López2020-05-121-1/+2
* Refresh DataProvider only once when reordering the grid using GridRowDragger ...Martín López2020-05-112-1/+25
* Removed unused parameter from DataNode creation (#11976)James Pether Sörling2020-05-111-2/+1
* Add missing since tag (#11957)8.11.0.alpha1Zhe Sun2020-04-233-9/+9
* Add asMultiSelect() to Tree class (#11949)Tarek Oraby2020-04-211-0/+12
* Fixed the JavaDoc (#11950)Vesa Nieminen2020-04-211-2/+2
* Allow AbstractDateField to provide DST zone names over custom ranges (#11927)Tarek Oraby2020-04-212-10/+121
* Add methods to control validation (#11945)Tatu Lund2020-04-212-10/+191
* Update Liferay kernel version (#11943)Tatu Lund2020-04-091-1/+1
* Expired session: use 403 Forbidden instead of 410 Gone (#11859)Felix Fontein2020-04-082-8/+15
* Set DateField value only if it passes range check (#11887)Tatu Lund2020-04-082-19/+45
* Determine Push transport before re-connect (#11884)Tatu Lund2020-04-071-9/+6
* Remove unnecessary null-check at ValueContext constructors (#11915)Konstantin Kuzmin2020-04-071-5/+0
* Change to using StringBuilder (#11941)Hk-tang2020-04-061-2/+2
* Allow setting Upload button caption as HTML, move data to SharedState. (#11940)Anna Koskinen2020-04-061-24/+50
* Prevent upload if no file is selected. (#11939)Anna Koskinen2020-04-031-11/+10
* Fix NPE in FileUploadHandler when use Upload.interruptUpload(). (#11797)Dyorgio Nascimento2020-04-021-4/+6
* Added note to DateField#setRangeStart JavaDoc (#11886)Tatu Lund2020-02-191-0/+2
* Update Navigator.getState() JavaDoc to be more accurate (#11876)Tatu Lund2020-01-281-0/+5
* Update to 8.11 snapshot (#11874)Zhe Sun2020-01-161-1/+1
* TreeDataProvider: Apply filters to children (#11868)Tatu Lund2020-01-163-11/+69
* Making setEditable friendlier (#11869)Tatu Lund2020-01-141-3/+9
* Added notes in JavaDoc of TEXTFIELD_INLINE_ICON (#11860)Tatu Lund2020-01-081-0/+5
* Added helper methods for setting only height or width full. (#11854)Anna Koskinen2019-12-202-2/+34
* Added @since tags, some tweaks to formatting. (#11839)Anna Koskinen2019-12-043-18/+34
* Make VaadinService.cleanupSession public (#11738)Knoobie2019-12-031-4/+5
* Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)Tatu Lund2019-12-022-4/+60