summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-217-9/+35
|\
| * Merge remote-tracking branch 'origin/feature/appwidgetset'Teemu Suo-Anttila2016-04-202-5/+21
| |\
| | * Allow system properties to override app properties (#19683)Henri Sara2016-03-161-4/+10
| | * Add a default widgetset to look for in the project (#19675)Teemu Suo-Anttila2016-03-141-1/+11
| * | Ensure getItemProperty returns null for unknown property ids (#7103)Artur Signell2016-04-202-0/+8
| * | Change @since from 7.6.5 to 7.7 - new API is not released in maintenance releaseelmot2016-04-152-4/+4
| * | Add javadoc and @since for new APIelmot2016-04-151-0/+2
| * | Add missing @since for 7.6.5elmot2016-04-142-4/+4
* | | Merge branch 'master' into feature/mavenizeelmot2016-04-1323-114/+415
|\| |
| * | Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-111-1/+3
| * | Documentation for container switch limitations (#18323)elmot2016-04-111-2/+7
| * | Fix ClassPathExplorer widgetset source directory lookup (#19694)Teemu Suo-Anttila2016-03-232-12/+37
| |/
| * Update @since tags for 7.6.4 and related javadocHenri Sara2016-03-081-2/+2
| * Try to detect Liferay 7 requests correctly (#19645)Artur Signell2016-03-081-5/+22
| * Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-052-33/+78
| * Don't set null value for unmapped client side keys. (#15181)Sauli Tähkäpää2016-03-051-6/+9
| * Omit timings in production mode (#19644)Henri Sara2016-03-011-3/+6
| * Fix DragAndDropWrapper update after file upload (#19616)maxschuster2016-03-011-0/+10
| * Use @Inherited for annotations that have inherited semantic (#12351).Denis Anisimov2016-02-298-9/+150
| * MarginInfo CTOR with two booleans: vertical, horizontal (#14113).Denis Anisimov2016-02-291-1/+1
| * Read GridLayout component alignments from declarative files (#19536)Artur Signell2016-02-294-42/+92
* | Move organization, license and SCM to parent POMHenri Sara2016-04-131-3/+0
* | Add fail tolerant javadoc compilation to release profileTeemu Suo-Anttila2016-04-118-0/+0
* | Generate sources with release profileTeemu Suo-Anttila2016-04-111-6/+2
* | Remove most Ivy filesHenri Sara2016-04-021-79/+0
* | Fix server test RemoveFromParentLockingTestelmot2016-04-011-4/+9
* | Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291-1/+1
* | Clean up plugin versions for maven buildTeemu Suo-Anttila2016-03-231-4/+0
* | Fix DesignFormatterTest for Winelmot2016-03-231-1/+1
* | Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-17137-519/+1262
* | Extract version numbers to properties in root pom.xmlTeemu Suo-Anttila2016-03-151-18/+18
* | Introduce root pom.xml to ease building with mavenTeemu Suo-Anttila2016-03-151-15/+3
* | Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-14954-194/+768
* | Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-101-1/+1
* | Use Maven to build vaadin-pushHenri Sara2016-02-291-1/+1
|/
* Prevent HTTP Response splitting in case the server doesn't (#19611)Leif Åstrand2016-02-171-0/+2
* Lock session during deserialization (#19310)Leif Åstrand2016-02-142-10/+55
* Fix Components cleanup on Header/FooterRow remove in Grid (#19497)Teemu Suo-Anttila2016-02-131-0/+11
* Fix Grid DetailsGenerator being removed on Container change (#19593)Teemu Suo-Anttila2016-02-132-2/+35
* Fix removing extension from a connector that is not its parent (#19569)Teemu Suo-Anttila2016-02-082-0/+45
* Make project Java 8 compatibleArtur Signell2016-02-032-4/+8
* Added JavaDoc for PropertyIdMatti Tahvonen2016-02-021-0/+33
* Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)Artur Signell2016-01-251-3/+2
* Propertly handle null in StringToCollectionConverter (#19481)Artur Signell2016-01-212-0/+22
* Remove out of date javadoc (#19454)Artur Signell2016-01-181-6/+0
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-121-1/+1
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-051-1/+1
* Fix NPE in Label.writeDesign with NULL values #19434John Ahlroos2016-01-052-6/+58
* Make GeneratedPropertyItem addItem return null when appropriate (#18685)Artur Signell2016-01-042-0/+107
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-043-0/+47