summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)Sauli Tähkäpää2014-10-211-1/+1
* Use isConnectorEnabled instead of isEnabled for DnD service (#12781)Denis Anisimov2014-10-162-2/+56
* Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-168-13/+217
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-133-2/+43
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-132-3/+106
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-092-12/+115
* isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-0/+20
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-092-2/+41
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-071-64/+18
* Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-072-9/+94
* Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-10-071-0/+1
* Check eventRouter value against null in Page class (#14803).Denis Anisimov2014-10-072-5/+100
* Provide API to change resource/url for BrowserWindowOpener (#12733).Denis Anisimov2014-10-072-0/+128
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-071-6/+4
* Dedicated methods for init params in DeploymentConfiguration (#12087).Denis Anisimov2014-09-3011-29/+258
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-303-0/+158
* Read input stream logic is corrected (#14533).Denis Anisimov2014-09-302-13/+160
* Add clear() for fields and field group (#14755)Artur Signell2014-09-268-9/+362
* Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)Taras Hupalo2014-09-242-1/+7
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-231-1/+2
* Exception on closing inactive UI causes issues (#14651)Sergey Budkin2014-09-221-0/+1
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-222-3/+14
* Add autogenerated style name for UI based on its class name (#14670)Denis Anisimov2014-09-221-3/+5
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-191-7/+9
* Add new StringTo<Byte, Short, BigInteger> Converters(#14583)denis.magdenkov2014-09-196-0/+423
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-09-191-209/+285
* Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope...Taras Hupalo2014-09-196-28/+55
* Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584)denis.magdenkov2014-09-1712-0/+588
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-161-2/+2
* Improve proxy comparison support (#14639)Juuso Valli2014-09-152-6/+75
* WebBrowser.isWindowsPhone() is added (#14425).Denis Anisimov2014-09-121-0/+11
* Update to Atmosphere 2.1.2.vaadin5 (#13877)Sergey Budkin2014-09-121-1/+1
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1214-21/+53
* resolve org.json version conflict between server and shared (#14618)Markus Koivisto2014-09-111-1/+1
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-091-3/+35
* Fix a typo in JavadocTeemu Pöntelin2014-09-081-1/+1
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-042-0/+15
* Revert to old capitalization to avoid git issues (#8942)Leif Åstrand2014-08-305-8/+8
* Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-08-281-1/+1
* Revert "Make getMouseEvent() method available in the TargetDetailsImpl (#1341...Markus Koivisto2014-08-283-12/+10
* Fix PROGRESSBAR_POINT typo (#14502)Leif Åstrand2014-08-281-1/+1
* Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-271-3/+13
* Fixed creation of "appError" json object with nullable url (#8942)Taras Hupalo2014-08-271-1/+5
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-2632-436/+444
* Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2014-08-253-10/+12
* Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-251-0/+55
* Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-251-8/+0
* Add option for collapsing empty rows/columns in GridLayout (#14392)Artur Signell2014-08-211-0/+29
* Depend on sass-compiler, not the old theme-compiler (#14009)Artur Signell2014-08-211-1/+1
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-08-202-0/+109