aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-11555-555/+555
* 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-162-4/+49
* feat: Add better API to configure maximum allowed rows (#12466)Tatu Lund2021-11-032-4/+22
* Remove obsolete comment and assert in Binder (#12456)Tatu Lund2021-10-281-3/+1
* fix: avoid ConcurrentModificationException in Binder (#12458)Tatu Lund2021-10-272-7/+37
* fix: don't update bean property which is read-only bound (#12457)Tatu Lund2021-10-272-1/+72
* fix: Ensure that side effects of readBean does not set hasChanges true (#12455)Tatu Lund2021-10-272-1/+23
* 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-303-0/+42
* fix: Add MPR UI id request parameter (#12412)Mikhail Shabarov2021-09-281-0/+6
* fix: set Vaadin session attribute using lock in reinitializeSession (#12401)Tatu Lund2021-09-162-4/+58
* Cleaned out old references to removed buildhelpers and widgets modules. (#12383)Anna Koskinen2021-08-251-3/+0
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-244-6/+20
* 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-062-1/+35
* 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-222-2/+53
* Checkstyle fixes (#12339)Anna Koskinen2021-07-151-3/+0
* Code cleanup (#12333)Anna Koskinen2021-07-0817-121/+188
* fix: don't serve directories as static files (#12325)Anna Koskinen2021-06-234-9/+793
* 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-182-3/+55
* 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-04555-555/+555
* 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
* Added missing file ending (#12202)Anna Koskinen2021-02-161-0/+0
* 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-226-40/+108
* 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-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
* Add DateField(LocalDate value) constructor (#12096)Tatu Lund2020-09-251-0/+11