summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Do not write 404 as a response to all action/event requests (#12056)Artur Signell2013-06-133-1/+63
* Adding isIOs and isAndroid to the WebBrowser wrapper around VBrowserDetails (...Fabian Lange2013-06-121-0/+20
* Handle push disconnections and reconnections more reliably (#11831, #11922)Johannes Dahlström2013-06-121-7/+23
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-122-12/+62
* Add support for rem units (#11279)Leif Åstrand2013-06-123-1/+66
* Update widgetset template (#12053)Henri Sara2013-06-121-15/+16
* Avoid string casing problems (#11970)Leif Åstrand2013-06-121-1/+1
* Fix NPE when converting null values (#11895)Artur Signell2013-06-121-20/+39
* Restore legacyPropertyToString value parsing logic (#11970)Leif Åstrand2013-06-121-9/+17
* Removed dead codeArtur Signell2013-06-111-2/+0
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1125-114/+211
* Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-112-0/+31
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-118-85/+105
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-6/+3
* Use vaadin-atmosphere without slf4j dependency (#11765)Artur Signell2013-06-101-1/+1
* Print warning if in production mode and theme compilation is required (#12031)Artur Signell2013-06-101-5/+12
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-101-0/+10
* Fixed serialization issuesArtur Signell2013-06-073-2/+7
* Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-072-12/+97
* Fixed test issuesArtur Signell2013-06-073-16/+7
* Make UI.pushConnection transient to prevent null resource after deserializati...Johannes Dahlström2013-06-064-48/+37
* Merge changes from origin/7.0Artur Signell2013-06-052-4/+28
|\
| * Change field types from LinkedHashSet back to HashSet to retain binary compat...Johannes Dahlström2013-06-051-4/+9
| * Disable drag&drop when source or target component is disabled, re-implementat...Marc Englund2013-06-051-0/+19
* | Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-051-1/+1
* | Do not rely on broken javadoc features for default values (#11970)Leif Åstrand2013-06-051-6/+5
* | Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-054-3/+4
* | Add transport parameter to @Push (#11966)Artur Signell2013-06-053-0/+40
* | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-055-49/+294
* | Rename tests so they are run during build (Abstract* is ignored)Artur Signell2013-06-053-3/+3
* | Change analyze layouts to use RPC (#11536)Artur Signell2013-06-057-71/+79
* | Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-055-82/+121
* | Add @VaadinServletConfiguration (#11970)Leif Åstrand2013-06-055-22/+328
* | Update deprecation javadoc for VaadinSession.getBrowser()Leif Åstrand2013-06-051-3/+3
* | Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-054-64/+135
* | Log stack trace using fine when logging toString warningsArtur Signell2013-06-052-1/+7
* | Enabled drag & drop to Calendar #11048John Ahlroos2013-06-031-1/+30
* | Ignore style resource that has already been added (#11667)Leif Åstrand2013-06-031-37/+74
* | Throw exception if VaadinService has not been initialized (#11961)Leif Åstrand2013-05-311-0/+11
* | Do not log legacy warnings in JUnit tests (#11963)Artur Signell2013-05-311-5/+5
* | Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-312-8/+0
* | Formatted XML files using defined rules (#11956)Artur Signell2013-05-302-62/+63
* | Fix streaming issue with iOS6 (#11934)Artur Signell2013-05-301-0/+7
* | Flush the output writer in case of SSE transport as well (#11955)Johannes Dahlström2013-05-301-1/+1
* | Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-87/+170
* | Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-297-274/+236
* | Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-292-21/+1
* | Moved enums to avoid running them as testsArtur Signell2013-05-294-2/+6
* | Avoid deadlock checking in runPendingAccessTasks() (#11897)Leif Åstrand2013-05-281-1/+2
* | Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-285-27/+36