5 Commits (e829b469b1ef3162ffdab29d4f2197a868e7c897)

Author SHA1 Message Date
  Tatu Lund e829b469b1
Determine Push transport before re-connect (#11988) 4 years ago
  Ilia Motornyi f7279f7330 Update Copyright headers for year 2018 (#10762) 6 years ago
  Olli Tietäväinen 97fa55d3d4 Use separate identifier for push connections (#9150) 6 years ago
  Artur Signell c5c52684eb Format Java files using Eclipse Neon and Vaadin settings 7 years ago
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 years ago
  Artur Signell 25ab60c193 Revert "connection: close" change for long polling (#18758) 8 years ago
  Henri Sara ddf4e617b2 Update/add @since tags in javadoc 8 years ago
  Mika Murtojarvi 82a0322347 Update @since tags for 7.6. 8 years ago
  Artur Signell f3f3a74d57 Support suspend timeout for long polling (#18550) 8 years ago
  Pekka Hyvönen 201ae89df5 Updated all empty @since tags to be published in 7.5.0 9 years ago
  Artur Signell 79c8c696c0 Ensure browser does not re-use push connection after refresh (#14297, #14416) 9 years ago
  Artur Signell dad7ac2309 Support JSR-356 websockets (#16738, #14432) 9 years ago
  Artur Signell ba088c3803 Do not log severe messages which serve no purpose (#17222) 9 years ago
  Artur Signell 9fc6c2be59 Correct logging when a push connection can't find a session (#15220) 9 years ago
  Artur Signell 789995e01e Ensure refresh message is sent on invalid CSRF (#17042) 9 years ago
  Artur Signell 049b988861 Don't actively disconnect when the client already has disconnected (#15330) 9 years ago
  Artur Signell 5fd625a945 Breaks PushLargeDataLongPollingTest and also long polling in many ways. See http://dev.vaadin.com/ticket/16919 9 years ago
  Artur Signell 3c07368cbb Fix handling of disconnection with push (#15330) 9 years ago
  Artur Signell 1dcfb9821b Ensure resource is valid before writing to it (#16862) 9 years ago
  Taras Hupalo f2551a9fc0 replaced all org.json.* usages with elemental.json.* (#8942) 9 years ago
  Artur Signell 5c108ea34e Do not call requestStart/end multiple times when using push (#14228) 9 years ago
  Leif Åstrand d3266dfad7 Fallback to finding disconnected UI based on AtmosphereResource (#14251) 9 years ago
  Fabian Lange 9e4bdca532 removes extra VaadinSession.setCurrent() from PushHandler. (#14222) 10 years ago
  Johannes Dahlström f21c10882e Fix improper merge of 3d0ff32b from 7.1 to master (#13620) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Johannes Dahlström 3d0ff32bea Prevent duplicate detach() calls with push (#13261) 10 years ago
  Artur Signell a62f17de3e Use existing AbstractReflectorAtmosphereHandler (#13514) 10 years ago
  Artur Signell 58db3494ae Refactor AtmosphereHandler to a field (#13514) 10 years ago
  Johannes Dahlström 3c5644c4a3 Refactor PushConnection handling (#13223) 10 years ago
  Johannes Dahlström dd92ba5301 Upgrade to atmosphere-runtime 2.0.3.vaadin1 (#12601) 10 years ago
  Artur Signell e9335620bb Minimal fix for error handling with streaming (#12578) 10 years ago
  Marc Englund dd51b7f730 Added more exception handling to PushHandler (#12578, #11882) 10 years ago
  Johannes Dahlström 3a4351f9b7 Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522) 10 years ago
  Johannes Dahlström 15b217d262 Handle push disconnections and reconnections more reliably (#11831, #11922) 11 years ago
  Johannes Dahlström 8eb567eb3e Make UI.pushConnection transient to prevent null resource after deserialization (#11809) 11 years ago
  Artur Signell edca4095d2 Allow customizing client-side push config on server side (#11867) 11 years ago
  Artur Signell 5e26b0b6d9 Fix streaming issue with iOS6 (#11934) 11 years ago
  Johannes Dahlström 29fcadc569 Flush the output writer in case of SSE transport as well (#11955) 11 years ago
  Johannes Dahlström a430180f6f Split client-to-server messages when websockets are used (#11648) 11 years ago
  Artur Signell e847b21f2b Fixed refresh after invalid CSRF has been received (#11635) 11 years ago
  Artur Signell ac6f3564c9 Moved message 'escaping' to AtmospherePushConnection to be able to send pre-escaped messages (#11635) 11 years ago
  Artur Signell ed97f8bcdd Send communication error if UI with given id is not found (#11485) 11 years ago
  Artur Signell c011e0862d Deal correctly with session expired during opening of push connection (#11705) 11 years ago
  Leif Åstrand a46c97bd79 Verify CSRF token before accepting new CSRF connection (#11635) 11 years ago
  Leif Åstrand 0cbba9d6f4 Initial support for toggling push on the fly (#11506) 11 years ago
  Leif Åstrand ff03ede443 Separate generic UI finding and locking from event handling (#11506) 11 years ago
  Leif Åstrand 4f7377be46 Move push mode to UI and add @Push annotation (#11506) 11 years ago
  Artur Signell 8fcad2fe49 Restrict longer padding to IE8 as Chrome fails without the original padding (#11573) 11 years ago
  Leif Åstrand b8614ad16c Add PushMode.isEnabled() (#11626) 11 years ago
  Leif Åstrand c56681e130 Don't assign PushConnection to UI before it has been connected (#11506) 11 years ago