aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add method writeBeanAsDraft(bean) in Binder (#11833)Tatu Lund2019-11-292-0/+67
* 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-192-5/+26
* Eliminate un-intuitive NPE (#11802)Tatu Lund2019-11-151-2/+5
* Cherry picks of Binder fixes in Flow (#11758)Tatu Lund2019-11-133-21/+184
* Added missing constructor with scanNestedDefinitions option (#11801)Tatu Lund2019-11-121-1/+19
* Use APPLICATION_SCOPE for the session lock (#11792)Tatu Lund2019-11-123-4/+44
* 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
* Add note to setRenderer() JavaDoc about presentation provider (#11751)Tatu Lund2019-10-211-0/+3
* Added note in JavaDoc of removeColumn (#11725)Tatu Lund2019-10-031-0/+3
* Removal of data communicator needs to happen before call to super.remove() (#...Tatu Lund2019-09-091-2/+2
* Correct usage of String.format(..) (#11704)Tatu Lund2019-09-091-5/+5
* Updated row and spacer handling for Escalator (#11438)Anna Koskinen2019-08-291-0/+1
* Update Chrome version, snapshots and fix tests (#11684)Zhe Sun2019-08-052-3/+5
* Prevent excessive getLogger() calls from markAsDirty() (#11664)Leif Åstrand2019-07-291-15/+24
* Update to 8.10-SNAPSHOT (#11657)Zhe Sun2019-07-291-1/+1
* 11642 refresh pagelength 0 combobox items after dataprovider update (#11653)Olli Tietäväinen2019-07-121-5/+26
* Sanitize caption used in Grid header (#11644)Zhe Sun2019-07-011-0/+2
* OSGi: Removed static VaadinResourceService access in liferay-integration, osg...S.W2019-06-271-2/+2
* Fixing upload handler error handling (#11630)Tatu Lund2019-06-251-2/+6
* Limit previous solution for non-push mode UI (#11629)Zhe Sun2019-06-241-3/+8