| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Also removes the WRITE_SECURITY_TOKEN_FLAG flag that was defined twice
but never set
Change-Id: I02d172b7ccd230df7c59b3b17227235bea9d2e7d
|
|
|
|
| |
Change-Id: I83da8e1732296b6549a56de62b8c09660e39a8ec
|
|
|
|
| |
Change-Id: I85c8b0a1f499294b85f130eeb9061644aa8f2f4f
|
|
|
|
| |
Change-Id: I497e3b96387d16d9cb31fa9fce6daf0650af458e
|
|
|
|
|
|
|
| |
* Added SessionExpiredHandler which any RequestHandler can implement to customize session expired handling
* The issue can be tested by creating a non-serializable UI (e.g. new Object() in a field) and restarting the server.
Change-Id: I3eb6bc56298e025bcde088af53ea656fb44e897b
|
|
|
|
| |
Change-Id: I7fadaa5d5190c36cd83a06249d7ae1d4475724e0
|
|
|
|
| |
Change-Id: Ibfc5923406b386786ae399b7f53cea47ac885f48
|
|
|
|
|
|
|
| |
Furthermore, the exception that might get thrown from there is passed up
through the call stack until it can be handled in a sensible way.
Change-Id: I4a741b5ad4d9216255932c2328b49e73e92df2f4
|
|
|
|
| |
Change-Id: I723230420c893ed9d5f498309b0763afaf55d6a5
|
|
|
|
|
|
|
|
|
|
| |
* Can't open push connection during client-side init because CSRF token
is not available at that point. This allows simplifying the
initialization because the push state will not be checked until the
first response has been processed.
* Add helper for checking the CSRF token
Change-Id: I31da1ac669dc9a581cbd66f58c07f10ea4b8b676
|
|
|
|
| |
Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
|
|
|
|
| |
Change-Id: I6c0d2342b29b79d224dfb2d1f42eb9d95a589981
|
|
|
|
| |
Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
|
|
|
|
| |
Change-Id: I712791e829be699a75b26bdad9709121ebe7a55d
|
|
|
|
| |
Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333
|
|
|
|
|
|
| |
* Made it possible to toggle the toString() behavior using the "legacyPropertyToString" init parameter. The default value is "warning" which enables the legacy Property.toString implementation and logs a warning message when it is used. Other supported values are "true" which enables the legacy mode and "false" which disables it.
Change-Id: Ife19352b86590464c8e441b7f82f4fec3b1f3235
|
|
|
|
|
|
|
|
|
| |
that.
Also now that addon stylesheet metadata now contains the full path of the stylesheet,
the @import should handle it by prefixing the paths with "../" .
Change-Id: I9631e8151e053337e6d0fa2023c38faeec7a0a5b
|
|
|
|
| |
Change-Id: I254e3db6401efc2c14505a3ab0299a62c5fdb339
|
|
|
|
| |
Change-Id: I1091de12737e242129cd8fb62daba9e2273e67ff
|
|
|
|
| |
Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
|
|
|
|
| |
Change-Id: I81f453d6a74a0a47c7007e0bfe20c72b866134c7
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
WebContent/release-notes.html
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
|
| |
| |
| |
| | |
Change-Id: I48a839cceeab3cfc6722657eac8681a8766ab396
|
| |
| |
| |
| |
| | |
Change-Id: I33f489922bab432d1d85f4d46b73df8bd89ae91c
Merge: no
|
| |
| |
| |
| |
| | |
Change-Id: I9933c21ab8449378269c577c9622d75586590e45
Merge: no
|
| |
| |
| |
| | |
Change-Id: I127070e2014bebf8aa09778b2dffee5481845ab4
|
| |
| |
| |
| | |
Change-Id: If80abf821abd9c6c025e49b249339eb20d56f7ce
|
| |
| |
| |
| | |
Change-Id: Idd33f68171b40b4097454418b78f75aee8f76eab
|
| |
| |
| |
| | |
Change-Id: I0f70c4195a0871185a1924b008ebd855068e5787
|
| |
| |
| |
| | |
Change-Id: I8daf3f377d4d9f2c2f774781e0c68f550d5c86e0
|
| |
| |
| |
| | |
Change-Id: I6128abbfc6227ee4d86dd65b8073c5ccdea542f0
|
| |
| |
| |
| | |
Change-Id: I99353b7b63ca70b4fa83462c433f7873d805ce3f
|
| |
| |
| |
| | |
Change-Id: I3db47e1bd87e4e58a404b93a23da24270f764e14
|
| |
| |
| |
| |
| |
| |
| | |
For optimal performance, the script will still be included in the host
HTML if push is enabled when the UI is bootstrapped.
Change-Id: I2245b45434f3097c32fd3580267f692dce3b7649
|
| |
| |
| |
| |
| |
| |
| | |
Still missing is the ability to load vaadinPush.js if it has not yet
been loaded.
Change-Id: Ibe3596c38a7c4e3432b0396072866ee3072e6d30
|
| |
| |
| |
| |
| |
| |
| | |
Removing UidlRequestHandler.postHandleRequest should not affect
backwards compatibility as UidlRequestHandler is a new class.
Change-Id: I7f3753b1c3d37afcc973d3e5571c0d1708177bf9
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is one step towards support for toggling push on and off on demand
as that functionality requires accessing the UI e.g. when processing
cancel events.
Also ensures ThreadLocal instances are properly set up when handling
push events.
Change-Id: I8ed6bf3bbee5ede0696ed9017e1d9d84db5936b5
|
| |
| |
| | |
Change-Id: Idc0e5e00a8f3ddd3f56d87484089c290d52715c2
|
| |
| |
| |
| |
| |
| | |
(#11573)
Change-Id: I00742d66052e318a023ed8ec2e3e5afbc7a3199f
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Replaced jquery and jquery.atmosphere.js with original, unmodified versions
* Added vaadinPush.js build target to ide.xml and push/build.xml
* Uses yuicompressor to compress the resulting push javascript
Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7
|
| |
| |
| |
| |
| |
| |
| |
| | |
(#11629)
* jquery-1.7.2.rebased.js and jquery.atmosphere.rebased.js are imported from atmosphere-jquery and updated to use the jQueryVaadin namespace instead of jQuery and $
Change-Id: I1461ac7803e90d2a40b390551023a118ed5dc704
|
| |
| |
| |
| | |
Change-Id: I416dc73566e2404a6dce35045fc79f9038e8dd5e
|
| |
| |
| |
| | |
Change-Id: I2a5176fe0c329e66d9e7a87825fc99a03fb5d708
|
| |
| |
| |
| | |
Change-Id: I728c830d6740f77a200ea69925772924e58f45a4
|
| |
| |
| |
| | |
Change-Id: I0b297e2eb48e6c52558745650a18d9c466e4b8c2
|
| |
| |
| |
| | |
Change-Id: I93232d6696a5813f9cdad222c43444769ecf2fcf
|
| |
| |
| |
| |
| |
| | |
PushHandler and UIDLRequestHandler (#11556)
Change-Id: Ide3a162bd77fb9b2ec3d44ea4422b5841d19eec8
|
| |
| |
| |
| | |
Change-Id: Id578d2204f99986b54174022febc3e2d4510a414
|
| |
| |
| |
| | |
Change-Id: I752b8de4ff3f7288cc6822bfc5a583caa4f27179
|
| |
| |
| |
| |
| |
| |
| | |
* Prevents VaadinService from creating a new session for push requests
* Also unify behaviour when UI is not found in session (log and return)
Change-Id: Iea0e4ae5e0b5fa81404f688aa6d92d16343ebd26
|