summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Don't serve directories as static files (#12514)7.7.317.7Tatu Lund2022-02-083-1/+654
* Update copyright year range (#12510)Anna Koskinen2022-01-12511-1022/+1022
* chore: Update dependencies (#12493)7.7.29Tatu Lund2021-12-011-1/+1
* Update Vaadin7 to use atmosphere-runtime 2.2.13.vaadin2 (#12430)Tatu Lund2021-10-141-1/+1
* Add MPR UI id request parameter (#12414)Tatu Lund2021-09-281-0/+6
* fix: set Vaadin session attribute using lock in reinitializeSession (#12409)Tatu Lund2021-09-242-4/+63
* Cleaned out old references to removed buildhelpers module. (#12384)Anna Koskinen2021-08-251-6/+6
* Update to Jsoup 1.14.2 (#12382)Anna Koskinen2021-08-245-10/+24
* fix: Prevent deadlock in findOrCreateVaadinSession (#12353)7.7.27Tatu Lund2021-08-091-11/+30
* Update copyright year (#12243)Anna Koskinen2021-03-16511-512/+512
* Clear thread local instances on connection lost in push handler (#12042) (#12...Anna Koskinen2021-02-155-5/+185
* Clear out ClientCache when UI is detached to prevent a minor memory leak (#12...Anna Koskinen2021-02-151-1/+23
* fix: use time-constant comparison for CSRF tokens (#12190)Tatu Lund2021-02-041-1/+11
* fix: use time-constant comparison for security tokens (#12192)Tatu Lund2021-02-033-5/+19
* Make checkAtmosphereSupport() non-static (#12136)Tatu Lund2020-11-271-3/+6
* Change license from Apache-2 to CVDLv4 (#12144)Tatu Lund2020-11-18509-2552/+2563
* Update regexp pattern to safer one (#12104)Tatu Lund2020-09-302-2/+13
* Determine Push transport before re-connect (#11988)Tatu Lund2020-05-111-9/+6
* Use APPLICATION_SCOPE for the session lock (#11804)Tatu Lund2019-11-133-4/+44
* Sanitize caption used in Grid header Tatu Lund2019-07-021-0/+2
* Table / TreeTable multiselect disabling of touch detection (#11641)Olli Tietäväinen2019-07-011-1/+34
* added missing since 7.7.16 (#11418)7.7.16Olli Tietäväinen2019-01-111-2/+2
* V7: Improve VMenuBar click handling logic (#11362)Anastasia Smirnova2018-12-141-0/+23
* Fix Combo Box filtered on Property not showing results when page length is ze...Vlad2018-11-081-1/+2
* 7.7 new atmosphere, fix tests, remove SSH requirementsIlia Motornyi2018-09-041-1/+1
* Empty sinces for 7.7.14 (#11114)7.7.14Olli Tietäväinen2018-08-157-11/+11
* Fixed typo (#11073)Ilia Motornyi2018-07-201-1/+1
* Add xsrf token header if cookie is present (#11040)Ilia Motornyi2018-07-181-100/+108
* Memory leak fix in ConnectorTracker (#10743)doggy-dev2018-07-172-1/+6
* Add fallback resolvers for CurrentInstance (#10974)Gilberto Torrezan2018-06-133-2/+220
* Open methods to allow custom static file serving logic (#10910)Gilberto Torrezan2018-05-111-2/+6
* Added possibility to add listener for connectorMarkedDirty (#10876)Gilberto Torrezan2018-05-074-3/+331
* Update Copyright headers for year 2018 (#10762)Ilia Motornyi2018-03-28732-3911/+507
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-061-11/+100
* Fix removeUI assertions to work with proxy UIs (#10575)Teemu Suo-Anttila2018-01-291-2/+4
* Prevent killing UI if heartbeats are pending (#10371) (#10450)Olli Tietäväinen2017-12-201-5/+18
* Add disclaimers about performance to TreeTable (#10381)Teemu Suo-Anttila2017-11-291-0/+108
* added missing javadocs and since tags (#10315)7.7.12Olli Tietäväinen2017-11-131-1/+0
* Set no-store headers on UIDL messages (#10308)Olli Tietäväinen2017-11-131-3/+9
* Add missing @since tags and missing javadocs (#10155)7.7.11Olli Tietäväinen2017-10-101-5/+6
* Support null intermediate properties in NestedMethodProperty (#10085)Vassil Zorev2017-10-042-0/+9
* Implement error level on client side (#9816)Adam Wagner2017-09-263-3/+32
* Use separate identifier for push connections (#9150)Olli Tietäväinen2017-08-103-11/+58
* Fix occasional empty rows in Table and TreeTable (#9551)mlindfors2017-08-091-45/+0
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-081-0/+43
* Do full connector tracker cleanup when the session lock is released (#9707) (...Artur2017-08-013-24/+9
* Allow changing NavigationStateManager (#9416)apolds2017-05-241-0/+4
* Remove warning for shortcuts on disabled connector (#9369)Olli Tietäväinen2017-05-191-3/+0
* Clean connector tracker after each access block to stop memory leaks (#9331)Artur2017-05-176-25/+137
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-062-14/+31