| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 1 | -1/+1 |
* | fix: Check if injected CSS String is already in the list of injected styles (... | Tatu Lund | 2021-11-16 | 1 | -0/+24 |
* | feat: Add better API to configure maximum allowed rows (#12466) | Tatu Lund | 2021-11-03 | 1 | -0/+8 |
* | fix: avoid ConcurrentModificationException in Binder (#12458) | Tatu Lund | 2021-10-27 | 1 | -0/+23 |
* | fix: don't update bean property which is read-only bound (#12457) | Tatu Lund | 2021-10-27 | 1 | -0/+71 |
* | fix: Ensure that side effects of readBean does not set hasChanges true (#12455) | Tatu Lund | 2021-10-27 | 1 | -0/+22 |
* | fix: Add row limit to DataCommunicator row data requests (#12415) | Tatu Lund | 2021-09-30 | 2 | -0/+27 |
* | fix: set Vaadin session attribute using lock in reinitializeSession (#12401) | Tatu Lund | 2021-09-16 | 1 | -0/+44 |
* | Cleaned out old references to removed buildhelpers and widgets modules. (#12383) | Anna Koskinen | 2021-08-25 | 1 | -3/+0 |
* | Update to Jsoup 1.14.2 (#12381) | Tatu Lund | 2021-08-24 | 3 | -5/+19 |
* | fix: Avoid processing value change event due writing back of converted value ... | Tatu Lund | 2021-08-06 | 1 | -0/+31 |
* | fix: Reuse existing filesystem (#12346) | Anna Koskinen | 2021-07-22 | 1 | -0/+38 |
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 1 | -8/+8 |
* | fix: don't serve directories as static files (#12325) | Anna Koskinen | 2021-06-23 | 2 | -1/+642 |
* | feat: Add API to control whether Binder converts back to presentation (#12246) | Tatu Lund | 2021-03-18 | 1 | -0/+15 |
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 1 | -1/+1 |
* | Added missing file ending (#12202) | Anna Koskinen | 2021-02-16 | 1 | -0/+0 |
* | DateField value should actively adjust to the set resolution. (#12183)7.7.23 | Anna Koskinen | 2021-01-22 | 3 | -8/+51 |
* | Binder: Also use converter for user-changed values (#12132) | Tatu Lund | 2020-12-03 | 1 | -0/+65 |
* | Adding regression test against malicious input (#12105) | Tatu Lund | 2020-09-25 | 1 | -0/+5 |
* | fix duplicate key exception with Binder when interface method is overwritten ... | vt512 | 2020-09-08 | 1 | -0/+28 |
* | Add convenience overloading for setColumn (#12093)8.12.0.alpha2 | Tatu Lund | 2020-09-04 | 1 | -0/+19 |
* | Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083) | Tatu Lund | 2020-08-25 | 1 | -2/+2 |
* | Fix possible NPE with MPR (#12040) | Tatu Lund | 2020-08-05 | 1 | -0/+1 |
* | Clear thread local instances on connection lost in push handler (#12042) | Tatu Lund | 2020-06-30 | 4 | -0/+150 |
* | Refresh DataProvider only once when reordering the grid using GridRowDragger ... | Martín López | 2020-05-11 | 1 | -0/+20 |
* | Add methods to control validation (#11945) | Tatu Lund | 2020-04-21 | 1 | -2/+77 |
* | Set DateField value only if it passes range check (#11887) | Tatu Lund | 2020-04-08 | 1 | -2/+11 |
* | TreeDataProvider: Apply filters to children (#11868) | Tatu Lund | 2020-01-16 | 2 | -9/+56 |
* | Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834) | Tatu Lund | 2019-12-02 | 1 | -3/+6 |
* | Add method writeBeanAsDraft(bean) in Binder (#11833) | Tatu Lund | 2019-11-29 | 1 | -0/+33 |
* | Decode path in getStaticFilePath (#11812) | Tatu Lund | 2019-11-19 | 1 | -0/+2 |
* | Cherry picks of Binder fixes in Flow (#11758) | Tatu Lund | 2019-11-13 | 2 | -13/+135 |
* | Use APPLICATION_SCOPE for the session lock (#11792) | Tatu Lund | 2019-11-12 | 1 | -2/+4 |
* | Reduce Grid's sort complexity. (#11566) | Anna Koskinen | 2019-05-15 | 1 | -4/+5 |
* | Code format (#11548) | Sun Zhe | 2019-04-29 | 1 | -1/+1 |
* | Custom serializers accessors (#10658) | Olli Tietäväinen | 2019-02-22 | 1 | -0/+52 |
* | Provide extensive error information on GridLayout.OutOfBoundsException and Il... | Martin Vysny | 2019-02-21 | 1 | -0/+24 |
* | Update release note and since tag (#11386) | Sun Zhe | 2018-12-20 | 1 | -23/+28 |
* | Checkbox allow customizing of input and label classNames. (#11372) | Knoobie | 2018-12-18 | 1 | -0/+107 |
* | Request data update before client response (#11341) | Sun Zhe | 2018-12-11 | 1 | -5/+4 |
* | Fixing NPE in Binder, ported from Flow (#11290) | Mehdi Javan | 2018-11-06 | 1 | -0/+54 |
* | Remove objects from ActiveDataHandler that are no longer available in used Da... | Ilia Motornyi | 2018-09-07 | 1 | -1/+64 |
* | Add API to access features of SelectionModels (#10939) | Teemu Suo-Anttila | 2018-09-04 | 1 | -0/+62 |
* | Add fallback resolvers for CurrentInstance (#10974) | Gilberto Torrezan | 2018-09-03 | 1 | -0/+120 |
* | Fix Grid MultiSelectionModel to always use getId (#11086) | Teemu Suo-Anttila | 2018-07-30 | 2 | -1/+102 |
* | Fix DataCommunicator not sending data on filter updates (#11068) | Teemu Suo-Anttila | 2018-07-19 | 2 | -1/+44 |
* | Fix formatting (#11023) | Ilia Motornyi | 2018-07-04 | 2 | -4/+3 |
* | Code cleanup and serialization test in compatibility package (#10977) | Ilia Motornyi | 2018-06-21 | 1 | -5/+13 |
* | Fix TabSheet attaching and detaching components (#10988) | Teemu Suo-Anttila | 2018-06-19 | 1 | -9/+13 |