aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-251-0/+4
* 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-051-5/+16
* 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-301-7/+25
* Fixed error message to use given parameters. (#12008)Anna Koskinen2020-05-141-4/+5
* Removing deprecated parameter (#12004)Tatu Lund2020-05-141-2/+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-111-1/+5
* 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-211-8/+114
* 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-081-17/+34
* 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
* TreeDataProvider: Apply filters to children (#11868)Tatu Lund2020-01-161-2/+13
* 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-021-1/+54
* Add method writeBeanAsDraft(bean) in Binder (#11833)Tatu Lund2019-11-291-0/+34
* Delegate enabled handling to Composite root. (#11832)Anna Koskinen2019-11-261-0/+10
* Add support for excess slashes within static file request path. (#11827)Anna Koskinen2019-11-221-7/+26
* Decode path in getStaticFilePath (#11812)Tatu Lund2019-11-191-5/+24
* Eliminate un-intuitive NPE (#11802)Tatu Lund2019-11-151-2/+5
* Cherry picks of Binder fixes in Flow (#11758)Tatu Lund2019-11-131-8/+49
* Added missing constructor with scanNestedDefinitions option (#11801)Tatu Lund2019-11-121-1/+19
* Use APPLICATION_SCOPE for the session lock (#11792)Tatu Lund2019-11-122-2/+40
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-041-8/+19
* Added note to setTemplateContents JavaDoc (#11752)Tatu Lund2019-11-021-0/+3
* Added missing NOTIFICATION_DARK (#11770)Tatu Lund2019-10-281-2/+8
* Fix the end limit of the allowed scrollTo rows. (#11771)Anna Koskinen2019-10-281-1/+1
* Made JavaDoc of updateSelection more precise (#11768)Tatu Lund2019-10-281-1/+2
* Make cancellation of uploads work regardless of Push configuration (#11743)Willem Verstraeten2019-10-211-7/+16