aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* fix: don't serve directories as static files (#12325)Anna Koskinen2021-06-232-8/+151
* fix: add JavaDoc warning to avoid using ResponseWriter for directories (#12324)Anna Koskinen2021-06-151-0/+7
* Update Atmosphere (#12293)Tatu Lund2021-05-171-1/+1
* Fix validation in non-buffered Grid editor (#12281)Tarek Oraby2021-04-281-0/+5
* Add browser specific handling in setRows (#12141)Tatu Lund2021-04-191-2/+5
* feat: Add API to control whether Binder converts back to presentation (#12246)Tatu Lund2021-03-181-3/+40
* Add missing 8.13 since tag (#12236)Zhe Sun2021-03-112-3/+3
* Fix updating Grid's item set when details rows are open. (#12231)Anna Koskinen2021-03-081-0/+10
* Prevent NPE in comparison (#12218)Tatu Lund2021-03-051-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-04554-554/+554
* update to Atmosphere runtime 2.4.30.vaadin3 (#12214)Olli Tietäväinen2021-03-031-1/+1
* Merged column headers should work within declarative Grid. (#12206)Anna Koskinen2021-02-262-10/+15
* Add API to prevent invalid input when integrated range validator is used (#12...Tatu Lund2021-02-191-1/+34
* Clear out ClientCache when UI is detached to prevent a minor memory leak (#12...Anna Koskinen2021-02-111-0/+15
* Dead code removal (#12187)Tatu Lund2021-02-041-3/+0
* fix: use time-constant comparison for CSRF tokens (#12188)Tatu Lund2021-02-011-1/+5
* fix: use time-constant comparison for security tokens (#12189)Tatu Lund2021-01-293-3/+18
* DateField value should actively adjust to the set resolution. (#12183)7.7.23Anna Koskinen2021-01-223-32/+57
* Update Atmosphere vaadin2 patch (#12181)Tatu Lund2021-01-181-1/+1
* Add getter for presentationProvider in Grid.Column (#10323) (#12060)jdewaen2020-12-181-0/+12
* 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-031-1/+9
* 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
* Add DateField(LocalDate value) constructor (#12096)Tatu Lund2020-09-251-0/+11
* fix duplicate key exception with Binder when interface method is overwritten ...vt5122020-09-081-1/+1
* Add convenience overloading for setColumn (#12093)8.12.0.alpha2Tatu Lund2020-09-041-0/+22
* 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