aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
* Add missing since, remove unused method7.4.87.4Teemu Suo-Anttila2015-06-091-7/+1
| | | | Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-092-13/+45
| | | | | | | The code is the same for both FileDownloader and DownloadStream except that FileDownloader forces the content-type to be an "attachment". Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f
* Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-081-0/+3
| | | | Change-Id: I288bae95e364277819727a99854d94fbbc98b162
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)7.4.7Artur Signell2015-05-251-0/+7
| | | | Change-Id: I3ecbe212a254d9883f42a4f1368bce6f2a33b402
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-251-1/+3
| | | | Change-Id: Icff97b27455f3df4b07faeca3d338e7f3ba5656f
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-251-2/+2
| | | | Change-Id: I7e1622e69be7ef5b6df641c0428a521623983e3e
* Make TableQuery only release connections reserved through its poolArtur Signell2015-05-251-4/+4
| | | | | | | | | (#12370) Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I2ac355cf9a72b7eef1dd306b19c8e7a8b478f075
* Output parameters in alphabetic order to be deterministic (#17857)Artur Signell2015-05-251-0/+9
| | | | Change-Id: I2c418cd0493d68af819ee60d475ba71a11e6b530
* Fix typo in Tree Javadoc (#17834)Steven Spungin2015-05-251-1/+1
| | | | Change-Id: Ibde9fb0e7d11fc31a20eecdb3d568fdebfcee3c1
* Report identifier if field binding fails (#17837)Artur Signell2015-05-251-3/+6
| | | | Change-Id: I0339c33bb01efe0cd5bf2da35e7a2ae1b0f0572d
* Fix a typo in AbstractSelect.setItemIcon Javadoc comment.Teemu Pöntelin2015-05-151-2/+2
| | | | Change-Id: I2d26f7dd77436aa4044af3ef6541244d61193aa1
* Ensure browser does not re-use push connection after refresh (#14297,Artur Signell2015-05-151-3/+9
| | | | | | #14416) Change-Id: I05804eea5a514e84cf27214ed0dd715242cbde90
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-151-4/+16
| | | | Change-Id: Ia91e2022b17417f4a56a0797a04d39381652cbf0
* Incorrect documentation for CalendarProvider.getEvents (#17714)Steven Spungin2015-05-111-1/+1
| | | | Change-Id: I7eb441f093ecc6ecbfecfa814089e0587438d4a3
* Restore unintended API changes (#17645)Teemu Suo-Anttila2015-04-271-0/+13
| | | | | | | This reverts commit 0ae745206a9ebc759a126606621f6cbd9f48b00d and restores a removed public method. Change-Id: I8eff9668d0a5c49fb63ecea7b0214e478b0aeee8
* Make restoreInstances clear value when previous value was gc:ed (#17603)Leif Åstrand2015-04-271-3/+2
| | | | Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a
* Iterate over copies of listener lists (#17477)Henri Sara2015-04-271-2/+9
| | | | | | Allows adding/removing view change listeners from listeners. Change-Id: Idb2227e1423c0297887f01f6df03b74e633ad917
* Remove broken custom String[] serialization (#17146)Leif Åstrand2015-04-271-21/+1
| | | | Change-Id: If40b6c4e979e4258a22a7d2d1af0532d3e8f11bc
* Use VaadinRequest/Response for static resources (#17462)Henri Sara2015-04-151-2/+2
| | | | Change-Id: I324bb6b6eb9a72eda02c5308cc6c2284094ce4b8
* Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-151-8/+15
| | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-151-1/+2
| | | | | | | Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34 Conflicts: server/tests/src/com/vaadin/tests/design/DesignContextLocalIdTest.java
* Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-151-12/+0
| | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* Remove unusable codeArtur Signell2015-04-151-13/+0
| | | | Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97
* Javadoc fixLeif Åstrand2015-04-151-1/+1
| | | | Change-Id: Ib60e2f7ffa70030b93715adc453855c4bad7a372
* Add DesignerAttributeHelper.readAttribute with default value (#17416)Teemu Suo-Anttila2015-04-151-29/+51
| | | | Change-Id: Ic746e761942c3d801c8e1c71bd5866bbd5daeaf4
* Fixed typos in javadoc (#17384)Raphael Ackermann2015-04-152-25/+26
| | | | Change-Id: Ic74c269031e0131e2db55dace81ae51869308f12
* Support HTTPS, FTP, and FTPS resource URLs in Declarative (#17267)7.4.3Johannes Dahlström2015-03-301-1/+2
| | | | | | Manually picked to 7.4 from commit b96861c1 in master, also added a test. Change-Id: I415f7409084ea0abd8b22ba3892743e11d503c27
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-301-2/+13
| | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-302-11/+19
| | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
* Do not log severe messages which serve no purpose (#17222)Artur Signell2015-03-201-2/+2
| | | | Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a
* Correct logging when a push connection can't find a session (#15220)Artur Signell2015-03-201-2/+6
| | | | Change-Id: I8b3cabc942600b3366f59697441d0613c9908a24
* Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-171-82/+37
| | | | Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+10
| | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-1/+1
| | | | Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
* Ensure refresh message is sent on invalid CSRF (#17042)Artur Signell2015-03-111-17/+3
| | | | | | | | If we create an AtmospherePushConnection and a broadcaster like before we would need to suspend the connection to ensure the AtmosphereResource is actually added to the broadcaster Change-Id: I7265ac0594b7a4da2c7a49fa34ebfbb27e1abdff
* Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-111-10/+11
| | | | Change-Id: I0bb3e7975f2b48cdc589de740cb07ac893b13461
* Update Atmosphere to 2.2.4.vaadin5 (#17074)Artur Signell2015-03-101-1/+1
| | | | Change-Id: I85618f66effbf647856d9c152b3e66a6454001d9
* Revert "Encode filenames to UTF-8 in Content-Disposition header. (#16556)"7.4.1Leif Åstrand2015-03-062-20/+16
| | | | | | | | Breaks AppResource404, BrowserFrameIsVisible and FlashIsVisible This reverts commit af6dd56e89db8ea8c88f607c4214abcde50dfc94. Change-Id: I82fc9ef4c9d08dc8aa48e0fa137fae5782701389
* Update @since for 7.4.1Leif Åstrand2015-03-053-7/+7
| | | | Change-Id: I61233d704eae50447d3ccb5a5c485fe3ef98c436
* Javadoc fixArtur Signell2015-03-021-3/+4
| | | | Change-Id: Ie6393f60961852825817378fadb068a16a307bcc
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-03-021-3/+15
| | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-03-021-1/+2
| | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-03-021-1/+1
| | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
* Encode filenames to UTF-8 in Content-Disposition header. (#16556)Sauli Tähkäpää2015-03-022-16/+20
| | | | Change-Id: Ie2cf41f2176d05105663cdb84934379efa826f03
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-021-0/+13
| | | | Change-Id: I089f08a056a358d9857ce6608293878e2b8bbd9e
* Don't actively disconnect when the client already has disconnected (#15330)Artur Signell2015-03-022-17/+26
| | | | Change-Id: I26e53f6b07eaccc785bda547e454fa185ad952df
* Update Atmosphere to 2.2.4.vaadin4 (#16825, #16826, #16862)Artur Signell2015-03-021-1/+1
| | | | | | | | | Change-Id: Idd43e37ac7ba37710ffea7e01efc931e73defd90 Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java
* Call error handler even if critical notification write fails (#16951)Artur Signell2015-02-281-12/+11
| | | | Change-Id: I4d18aa54c48487081a626749916e3342888eb71e
* Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-262-40/+124
| | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
* Cleanup UI even if detach fails (#16651)Artur Signell2015-02-231-1/+6
| | | | Change-Id: Iefc27b7047836243268970605ba2e946fac55e95