47 Commits (d5067d6bbd622316e2a398311e94b40e5e89a913)

Author SHA1 Message Date
  Tatu Lund d5067d6bbd
fix: Prevent deadlock in findOrCreateVaadinSession (#12355) 2 years ago
  Anna Koskinen 32764eca80
Update copyright year range. (#12215) 3 years ago
  Tatu Lund 7cb91b3b99
fix: use time-constant comparison for CSRF tokens (#12188) 3 years ago
  Tatu Lund 00159ed3d2
Make checkAtmosphereSupport() non-static (#12131) 3 years ago
  Felix Fontein 477e9fe824
Expired session: use 403 Forbidden instead of 410 Gone (#11859) 4 years ago
  Anna Koskinen 7895a74211 Added @since tags, some tweaks to formatting. (#11839) 4 years ago
  Knoobie 1be20818a6 Make VaadinService.cleanupSession public (#11738) 4 years ago
  Tatu Lund dc35fdec07 Use APPLICATION_SCOPE for the session lock (#11792) 4 years ago
  Leif Åstrand 199bff6db1 Suppress unavoidable UIDetachedException (#11146) 5 years ago
  Ilia Motornyi 6541b7bad2 Update copyright year (#10761) 6 years ago
  Ilia Motornyi f44f4f1b51
8.3.2 since (#10678) 6 years ago
  Leif Åstrand a30f74592a Set no-store headers for error responses (#10628) 6 years ago
  Teemu Suo-Anttila d936003c92 Prevent killing UI if heartbeats are pending (#10371) 6 years ago
  Ahmed Ashour 83f5e593f6 Fix typos (#10124) 6 years ago
  Ahmed Ashour 763a5cbe8c First sentence of javadoc should end with a period (#10114) 6 years ago
  Ahmed Ashour 3c7a951411 Use StandardCharsets.UTF_8 (#10113) 6 years ago
  Henri Sara 131601de36 Update empty since tags for 8.2 (#10107) 6 years ago
  Ahmed Ashour 7065740d6d Use interface instead of implementation (#10073) 6 years ago
  Dos Moonen e83f012cf5 Make Servlet related classes more welcoming to DI (#9658) 6 years ago
  Artur 94f2e1f422 Do full connector tracker cleanup when the session lock is released (#9707) 6 years ago
  Artur 983a572c8f Provide current request/response through VaadinRequest/VaadinResponse (#9642) 7 years ago
  Leif Åstrand ca437c758b Fix initConnectorIdGenerator typo (#9541) 7 years ago
  Leif Åstrand f8f8cc0385 Add pluggable connector id generator support 7 years ago
  Leif Åstrand f427fef8da Add dependency filters through the service init event (#9368) 7 years ago
  Ilia Motornyi f9eae69b14 Make VaadinService#isUIActive() public (#9285) 7 years ago
  Artur aa3ad5db0f Clean connector tracker after each access block to stop memory leaks (#9305) 7 years ago
  Artur 22848f3420 Properly remove service destroy listeners (#9304) 7 years ago
  Henri Sara b60ab78e7c Add missing since tags for 8.1 (#9220) 7 years ago
  Artur f8921dc387 Add support for pluggable filters for rewriting dependencies (#9182) 7 years ago
  Henri Sara 4f047f06fa Fix since tags for 8.0 (#8575) 7 years ago
  Leif Åstrand 61938da3c2 Use thread-safe collections for VaadinService listeners (#7037) 7 years ago
  caalador 9abf1eeab7 Fix some faulty javaDoc names 7 years ago
  Leif Åstrand 948ce0333a Restore all current instance values after running access tasks (#8131) 7 years ago
  Denis 11ed9cd490 @since tag is set (#8021) 7 years ago
  Ilia Motornyi 6d1abeb9fc No inherited threadlocal 7 years ago
  Leif Åstrand e746963efb Introduce VaadinServiceInitListener (#18628) (#79) 7 years ago
  Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. 7 years ago
  Denis Anisimov 0090a48232 Change addXXListener method in VaadinService to return Registration. 7 years ago
  Per-Åke Minborg 25eba3c796 Use lambdas where appropriate 7 years ago
  Per-Åke Minborg 7f28a0fd47 Remove redundant array creation for varargs 7 years ago
  Per-Åke Minborg 6b8f9779fb Convert to try-with-resource 7 years ago
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 years ago
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 years ago
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 years ago
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 years ago
  Artur Signell 6d8c752e79 Load CustomLayout templates like other theme resources (#8578) 8 years ago
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 years ago
  Markus Koivisto e5634deaa7 Fix empty @since for 7.6.alpha7 8 years ago
  Artur Signell 2d2418516a Detect Atmosphere in the same way for servlets and portlets (#11493) 8 years ago
  Artur Signell 1ba6dec41c Move session store/load/remove logic to service from session (#9782, #18998) 8 years ago