index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: Don't serve directories as static files (#12514)
7.7.31
7.7
Tatu Lund
2022-02-08
3
-1
/
+654
*
Update copyright year range (#12510)
Anna Koskinen
2022-01-12
511
-1022
/
+1022
*
chore: Update dependencies (#12493)
7.7.29
Tatu Lund
2021-12-01
1
-1
/
+1
*
Update Vaadin7 to use atmosphere-runtime 2.2.13.vaadin2 (#12430)
Tatu Lund
2021-10-14
1
-1
/
+1
*
Add MPR UI id request parameter (#12414)
Tatu Lund
2021-09-28
1
-0
/
+6
*
fix: set Vaadin session attribute using lock in reinitializeSession (#12409)
Tatu Lund
2021-09-24
2
-4
/
+63
*
Cleaned out old references to removed buildhelpers module. (#12384)
Anna Koskinen
2021-08-25
1
-6
/
+6
*
Update to Jsoup 1.14.2 (#12382)
Anna Koskinen
2021-08-24
5
-10
/
+24
*
fix: Prevent deadlock in findOrCreateVaadinSession (#12353)
7.7.27
Tatu Lund
2021-08-09
1
-11
/
+30
*
Update copyright year (#12243)
Anna Koskinen
2021-03-16
511
-512
/
+512
*
Clear thread local instances on connection lost in push handler (#12042) (#12...
Anna Koskinen
2021-02-15
5
-5
/
+185
*
Clear out ClientCache when UI is detached to prevent a minor memory leak (#12...
Anna Koskinen
2021-02-15
1
-1
/
+23
*
fix: use time-constant comparison for CSRF tokens (#12190)
Tatu Lund
2021-02-04
1
-1
/
+11
*
fix: use time-constant comparison for security tokens (#12192)
Tatu Lund
2021-02-03
3
-5
/
+19
*
Make checkAtmosphereSupport() non-static (#12136)
Tatu Lund
2020-11-27
1
-3
/
+6
*
Change license from Apache-2 to CVDLv4 (#12144)
Tatu Lund
2020-11-18
509
-2552
/
+2563
*
Update regexp pattern to safer one (#12104)
Tatu Lund
2020-09-30
2
-2
/
+13
*
Determine Push transport before re-connect (#11988)
Tatu Lund
2020-05-11
1
-9
/
+6
*
Use APPLICATION_SCOPE for the session lock (#11804)
Tatu Lund
2019-11-13
3
-4
/
+44
*
Sanitize caption used in Grid header
Tatu Lund
2019-07-02
1
-0
/
+2
*
Table / TreeTable multiselect disabling of touch detection (#11641)
Olli Tietäväinen
2019-07-01
1
-1
/
+34
*
added missing since 7.7.16 (#11418)
7.7.16
Olli Tietäväinen
2019-01-11
1
-2
/
+2
*
V7: Improve VMenuBar click handling logic (#11362)
Anastasia Smirnova
2018-12-14
1
-0
/
+23
*
Fix Combo Box filtered on Property not showing results when page length is ze...
Vlad
2018-11-08
1
-1
/
+2
*
7.7 new atmosphere, fix tests, remove SSH requirements
Ilia Motornyi
2018-09-04
1
-1
/
+1
*
Empty sinces for 7.7.14 (#11114)
7.7.14
Olli Tietäväinen
2018-08-15
7
-11
/
+11
*
Fixed typo (#11073)
Ilia Motornyi
2018-07-20
1
-1
/
+1
*
Add xsrf token header if cookie is present (#11040)
Ilia Motornyi
2018-07-18
1
-100
/
+108
*
Memory leak fix in ConnectorTracker (#10743)
doggy-dev
2018-07-17
2
-1
/
+6
*
Add fallback resolvers for CurrentInstance (#10974)
Gilberto Torrezan
2018-06-13
3
-2
/
+220
*
Open methods to allow custom static file serving logic (#10910)
Gilberto Torrezan
2018-05-11
1
-2
/
+6
*
Added possibility to add listener for connectorMarkedDirty (#10876)
Gilberto Torrezan
2018-05-07
4
-3
/
+331
*
Update Copyright headers for year 2018 (#10762)
Ilia Motornyi
2018-03-28
732
-3911
/
+507
*
Allow configuring content modes for Grid cell tooltips (#10396)
Leif Åstrand
2018-02-06
1
-11
/
+100
*
Fix removeUI assertions to work with proxy UIs (#10575)
Teemu Suo-Anttila
2018-01-29
1
-2
/
+4
*
Prevent killing UI if heartbeats are pending (#10371) (#10450)
Olli Tietäväinen
2017-12-20
1
-5
/
+18
*
Add disclaimers about performance to TreeTable (#10381)
Teemu Suo-Anttila
2017-11-29
1
-0
/
+108
*
added missing javadocs and since tags (#10315)
7.7.12
Olli Tietäväinen
2017-11-13
1
-1
/
+0
*
Set no-store headers on UIDL messages (#10308)
Olli Tietäväinen
2017-11-13
1
-3
/
+9
*
Add missing @since tags and missing javadocs (#10155)
7.7.11
Olli Tietäväinen
2017-10-10
1
-5
/
+6
*
Support null intermediate properties in NestedMethodProperty (#10085)
Vassil Zorev
2017-10-04
2
-0
/
+9
*
Implement error level on client side (#9816)
Adam Wagner
2017-09-26
3
-3
/
+32
*
Use separate identifier for push connections (#9150)
Olli Tietäväinen
2017-08-10
3
-11
/
+58
*
Fix occasional empty rows in Table and TreeTable (#9551)
mlindfors
2017-08-09
1
-45
/
+0
*
Added loop and preload attributes for media elements, fixed null poster (#9161)
Krassimir Valev
2017-08-08
1
-0
/
+43
*
Do full connector tracker cleanup when the session lock is released (#9707) (...
Artur
2017-08-01
3
-24
/
+9
*
Allow changing NavigationStateManager (#9416)
apolds
2017-05-24
1
-0
/
+4
*
Remove warning for shortcuts on disabled connector (#9369)
Olli Tietäväinen
2017-05-19
1
-3
/
+0
*
Clean connector tracker after each access block to stop memory leaks (#9331)
Artur
2017-05-17
6
-25
/
+137
*
Fix bug column and row expand ratio are not persisted
Tien Nguyen
2017-04-06
2
-14
/
+31
[next]