79 Commits (99118ccf946486e140cd1a85ff75f2a6c09f4266)

Author SHA1 Message Date
  Artur Signell 99118ccf94 Disable automatic removal of trailing whitespace and reformatted using Luna 10 years ago
  Fabian Lange 4fafa9dbbc Improves performance of VaadinService.requestEnd(). (#14218) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Johannes Dahlström 55dfd2936a Prevent duplicate session destroy events (#12612) 10 years ago
  Johannes Dahlström ac14e9a552 Move DragAndDropService to VaadinSession (#11409) 11 years ago
  Leif Åstrand 5d0b53bad9 Fix race condition that might leave access queue unpurged (#12292) 11 years ago
  Artur Signell 0e7ac38803 Method for retrieving all VaadinSessions inside a HTTP session (#13053) 10 years ago
  Felype Santiago Ferreira d461fb438f Fixed swallower access. Now error handler logs exceptions. (#12703) 10 years ago
  Johannes Dahlström ebdc365276 Recreate transient pendingAccessQueue in readObject() (#12456) 10 years ago
  Leif Åstrand 2ff71f6234 Avoid infinite recursion when purging access queue (#12310) 11 years ago
  Leif Åstrand bd923f394c Detach previous UI with the same window.name (#10338, #12255) 11 years ago
  Leif Åstrand 3a373efe27 Fix race condition that might leave access queue unpurged (#12277) 11 years ago
  Leif Åstrand 654d5707a9 Don't close an unbound VaadinSession for GAEVaadinServlet (#12209) 11 years ago
  Leif Åstrand 94c0f86faf Ensure VaadinSession.service is set up by storeInSession (#12204) 11 years ago
  Leif Åstrand 20162dbe20 Set current instances when calling UI.push from VaadinSession.unlock (#12168) 11 years ago
  Johannes Dahlström b637ab5945 Reinitialize pendingAccessQueue after deserialization (#12097) 11 years ago
  Leif Åstrand a9ff7993c2 Don't use the broken {@value Type#CONSTANT} pattern in javadocs 11 years ago
  Artur Signell edca4095d2 Allow customizing client-side push config on server side (#11867) 11 years ago
  Leif Åstrand e63edcc6cb Update deprecation javadoc for VaadinSession.getBrowser() 11 years ago
  Leif Åstrand 8d655f617f Move VaadinSession.runPendingAccessTasks to VaadinService (#11964) 11 years ago
  Leif Åstrand 587e10b92d Fix stale info in javadoc for accessSynchronously (#11897) 11 years ago
  Leif Åstrand a744d21c63 Remove UI.runSafely and VaadinSession.runSafely (#11901) 11 years ago
  Leif Åstrand f8319ebede Avoid deadlock checking in runPendingAccessTasks() (#11897) 11 years ago
  Leif Åstrand d34583895c Remove ThreadLocal references from CurrentInstance (#11914) 11 years ago
  Leif Åstrand 2b5ba963af Define how CurrentInstance works with access() (#11897) 11 years ago
  Leif Åstrand 4d7f190b7f Make access() enqueue the runnable if the session is locked (#11897) 11 years ago
  Leif Åstrand 79e9ddc524 Make access() throw if another session is already locked (#11757) 11 years ago
  Leif Åstrand 80d96608dd Rename runSafely() to access() (#11756) 11 years ago
  Leif Åstrand 24d24b249d Store security key in VaadinSession (#11717) 11 years ago
  Artur Signell ecc91e1b7b Close push connection when UI is detached (#11596) 11 years ago
  Leif Åstrand 4f7377be46 Move push mode to UI and add @Push annotation (#11506) 11 years ago
  Johannes Dahlström 69def694d5 Server push (#111) 11 years ago
  Artur Signell e97d8f42b6 Updated javadoc to mention runSafely in addition to the manual locking pattern 11 years ago
  Artur Signell 37527d9c5e Verify lock is held while updating VaadinSession or connector state (#9515) 11 years ago
  Artur Signell 1a9c7d1bdb Changed VaadinSession locking to be based on a session attribute (#8894) 11 years ago
  Artur Signell 600f6e51b4 Convenience methods for running code in the UI or VaadinSession context (#11219) 11 years ago
  Johannes Dahlström 5e77672975 Removed CommunicationManager and PortletCommunicationManager 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Artur Signell c2b7aad4b6 Made session reinitializing work again (#10411) 11 years ago
  Artur Signell f041232ebe Fixed problems with invalidating the HttpSession during a request (#10411) 11 years ago
  Leif Åstrand 4457324ff1 Don't make VaadinSession serialize VaadinService (#10088) 11 years ago
  Johannes Dahlström e4206c2d2a Defer session closing until the end of a request like with UIs (#10252) 11 years ago
  Johannes Dahlström 3aa137c3af Refactor heartbeat handling and inactive UI/session closing (#10252) 11 years ago
  Artur Signell ce282b2b4e Unified deprecation messages 11 years ago
  Artur Signell c454797201 Replaced ComponentErrorHandler with generic ErrorHandler (#10231) 11 years ago
  Leif Åstrand 8b9b30134c Update @deprecated messages in VaadinService related classes (#10229) 11 years ago
  Leif Åstrand 19baf19b7e Add shorthands for locking the session (#10225) 11 years ago
  Artur Signell 09565f6536 Removed com.vaadin.server.Terminal (#10230) 11 years ago
  Johannes Dahlström 1384f1eb2c When closeIdleUIs is true, close open UIs only after all UIs have been idle for longer than the session timeout 11 years ago
  Artur Signell 9a3a22cc9f Renamed VaadinServiceSession to VaadinSession (#10223) 11 years ago