aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-11554-554/+554
* chore: Add comment in Styles (#12480)Tatu Lund2021-11-171-0/+2
* fix: Check if injected CSS String is already in the list of injected styles (...Tatu Lund2021-11-161-4/+25
* feat: Add better API to configure maximum allowed rows (#12466)Tatu Lund2021-11-031-4/+14
* Remove obsolete comment and assert in Binder (#12456)Tatu Lund2021-10-281-3/+1
* fix: avoid ConcurrentModificationException in Binder (#12458)Tatu Lund2021-10-271-7/+14
* fix: don't update bean property which is read-only bound (#12457)Tatu Lund2021-10-271-1/+1
* fix: Ensure that side effects of readBean does not set hasChanges true (#12455)Tatu Lund2021-10-271-1/+1
* Fixed JavaDoc for setting page title. (#12433)Anna Koskinen2021-10-171-2/+2
* fix: Add row limit to DataCommunicator row data requests (#12415)Tatu Lund2021-09-301-0/+15
* fix: set Vaadin session attribute using lock in reinitializeSession (#12401)Tatu Lund2021-09-161-4/+14
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-241-1/+1
* Add detection of HCL Digital Experience rebranding (#12242)Marcello Barnaba2021-08-091-1/+1
* fix: Prevent deadlock in findOrCreateVaadinSession (#12355)Tatu Lund2021-08-091-11/+30
* fix: Avoid processing value change event due writing back of converted value ...Tatu Lund2021-08-061-1/+4
* Deprecating Flash component. (#12348)Anna Koskinen2021-07-261-1/+4
* Checkstyle fixes (#12347)Anna Koskinen2021-07-232-2/+28
* fix: Reuse existing filesystem (#12346)Anna Koskinen2021-07-221-2/+15
* Checkstyle fixes (#12339)Anna Koskinen2021-07-151-3/+0
* Code cleanup (#12333)Anna Koskinen2021-07-0816-113/+180
* 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