94 Commits (f2551a9fc03636deb5fcd3f30c761dca946c8341)

Author SHA1 Message Date
  Taras Hupalo f2551a9fc0 replaced all org.json.* usages with elemental.json.* (#8942) 9 years ago
  Fabian Lange 4fafa9dbbc Improves performance of VaadinService.requestEnd(). (#14218) 10 years ago
  Fabian Lange fd27ce8fa2 Optimizes initial sizes of frequently used Collections. (#14223) 10 years ago
  Leif Åstrand 087bf4215b Don't complain about missing sync id for critical notifications (#14081) 10 years ago
  Artur Signell dda3797ee1 Javadoc correction 10 years ago
  Juuso Valli 2e58e97e52 Fix findUI throwing NullPointerException when extending Vaadin (#13556) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Leif Åstrand e033fcda35 Always initialize WebBrowser for new sessions (#13571) 10 years ago
  Johannes Dahlström 55dfd2936a Prevent duplicate session destroy events (#12612) 10 years ago
  Leif Åstrand 8138be4b03 Make removeFromParent throw if the right session is not locked (#13473) 10 years ago
  Denis Anisimov 880bdbd52b Always call close() method for session valueUnbound() method (#12843). 10 years ago
  Leif Åstrand 5d0b53bad9 Fix race condition that might leave access queue unpurged (#12292) 10 years ago
  Artur Signell 0d1f0b9aab Fix Android/org.json incompatibility (#13277) 10 years ago
  Artur Signell c121c4e5ad Do not fail assertion if re-setting the same lock (#13440) 10 years ago
  Henri Sara 10ca7ed571 Catch and log exceptions in session lifecycle listeners (#12915) 10 years ago
  Felype Santiago Ferreira d461fb438f Fixed swallower access. Now error handler logs exceptions. (#12703) 10 years ago
  Johannes Dahlström 7212e02a9b Fix race in VaadinService.lockSession() (#12282) 10 years ago
  Leif Åstrand 3a373efe27 Fix race condition that might leave access queue unpurged (#12277) 10 years ago
  Leif Åstrand 5a0a9917f1 Add ServiceDestroyListerner used by PushRequestHandler (#12251, #11878) 11 years ago
  Leif Åstrand 2ea19f347b Make VaadinService.closeInactiveUIs set UI threadlocals (#12186) 11 years ago
  Leif Åstrand 654d5707a9 Don't close an unbound VaadinSession for GAEVaadinServlet (#12209) 11 years ago
  mtzukanov da480bdce2 Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER 11 years ago
  Leif Åstrand a9ff7993c2 Don't use the broken {@value Type#CONSTANT} pattern in javadocs 11 years ago
  Leif Åstrand 8d655f617f Move VaadinSession.runPendingAccessTasks to VaadinService (#11964) 11 years ago
  Leif Åstrand 0f9b689130 Throw exception if VaadinService has not been initialized (#11961) 11 years ago
  Leif Åstrand 4d7f190b7f Make access() enqueue the runnable if the session is locked (#11897) 11 years ago
  Leif Åstrand 05ede5caa8 Only complain about other session if it is locked (#11757) 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 4738e1f5a4 Handle session expired for UIDL requests correctly (#11705) 11 years ago
  Artur Signell c011e0862d Deal correctly with session expired during opening of push connection (#11705) 11 years ago
  Leif Åstrand ddf73a0fce Pass ServletConfig to atmosphere init (#11716) 11 years ago
  Leif Åstrand a46c97bd79 Verify CSRF token before accepting new CSRF connection (#11635) 11 years ago
  Leif Åstrand 4f7377be46 Move push mode to UI and add @Push annotation (#11506) 11 years ago
  Leif Åstrand 1c4adacdc2 Remove redundant locking (#8894) 11 years ago
  Artur Signell ee38ec63f5 Handle JSONException and InvalidUIDLSecurityKeyException the same way in PushHandler and UIDLRequestHandler (#11556) 11 years ago
  Leif Åstrand eed51a5d58 Ignore duplicate ?restartApplication during UI init (#11587) 11 years ago
  Johannes Dahlström 69def694d5 Server push (#111) 11 years ago
  Artur Signell 3c479dd00b Refactored how all requests are handled by VaadinServlet and VaadinPortlet (#11192) 11 years ago
  Artur Signell d4fcfdf7aa Ensure session is locked during cleanup (#10569) 11 years ago
  Artur Signell 7dcccb0175 Correctly set thread locals when session times out (#11361, #10995) 11 years ago
  Artur Signell d7708c5cc6 Moved request start/end handling to VaadinService (#11400) 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
  Mikael Grankvist aa42551d80 (#10563) Logging now uses parameters. 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