Commit Graph

11950 Commits

Author SHA1 Message Date
Roman Pinyazhin
bd7adbe7bb Localization of Dynamic Attributes does not work in RuntimePropertiesFrame #861 2018-05-25 16:49:31 +04:00
Yuriy Artamonov
36cf268854 ConcurrentModificationException in TasksWatchDog #820 2018-05-25 13:56:20 +04:00
Roman Pinyazhin
1222c4bdee
Excel action which only supports a maximum of 65536 rows #107 2018-05-25 13:10:58 +04:00
Konstantin Krivopustov
cf026f8a90 Some platform entities have lost their createTs, createdBy attributes #769 2018-05-25 10:34:10 +04:00
Roman Pinyazhin
ffd6a5af16
"Run once now" button on Scheduled Tasks screen #760 2018-05-25 10:11:36 +04:00
Konstantin Krivopustov
121986cf4c Having default values for ServerConfig#getKeyForSecurityTokenEncryption, ServerConfig#getTrustedClientPassword is not fool-proof #876 2018-05-25 09:47:10 +04:00
Roman Pinyazhin
b3a76d8a19
ColorPicker's default caption is overlapped by the color indicator (#856)
ColorPicker's default caption is overlapped by the color indicator #825
2018-05-24 18:14:59 +04:00
Yuriy Artamonov
f2dc87859d Support Button captionAsHtml attribute #880 2018-05-24 17:17:29 +04:00
Maxim Gorbunkov
9f8df35838 Support MySQL 8 #817 2018-05-24 14:25:21 +04:00
Yuriy Artamonov
68b72b7dd7 Fix "cuba.web.closeIdleHttpSessions" application property JavaDoc #857 2018-05-22 11:31:48 +04:00
Konstantin Krivopustov
ea6150c9c1 PL-10354 The query "delete from ..." through EntityManager removes entities without soft deletion (error improve message) 2018-05-19 16:54:05 +04:00
Yuriy Artamonov
264edb8f6f WindowManager checkModificationsAndCloseAll does not support Window.Committable #854 2018-05-18 12:26:56 +04:00
Yuriy Artamonov
efb033b531 Provide explicit application property for Vaadin heartbeatInterval #857 2018-05-17 20:08:54 +04:00
Maxim Gorbunkov
6a736a5ffd Support MySQL 8 - newid() database function definition changed #817 2018-05-16 16:12:12 +04:00
Roman Pinyazhin
2ce2ab7af9 Download button is active at the opening of Administration - Application Properties #801 2018-05-15 17:24:10 +04:00
Konstantin Krivopustov
d566e67539
Fluent interface to DataManager #852 2018-05-15 15:17:53 +04:00
Roman Pinyazhin
7ebc8644f9 XLSX file can't be downloaded in the Safari browser on the iphone/ipad #796 2018-05-15 12:21:13 +04:00
Konstantin Krivopustov
cd8185d104 Add cuba.useLocalServiceInvocation property to PortalConfig #849 2018-05-15 11:22:38 +04:00
Andrey Ostanin
2a82ebacf9 Correct typo in WebButtonsPanel.java 2018-05-14 18:57:24 +04:00
Andrey Subbotin
f06629d3a3 Exception occurs when trying to reorder rows by Category column #827 2018-05-11 15:58:41 +04:00
Roman Pinyazhin
e7695b3ee6 Unobvious error message while uploading files in entity inspector #778 2018-05-10 18:33:17 +04:00
Roman Pinyazhin
6f932a35b3 Add the 'removeAll' method to the CalendarEventProvider #751 2018-05-10 16:21:42 +04:00
Daniil Tsarev
8e4200ebf3 Ignore accents in LookupField like components #755 2018-05-10 14:06:47 +04:00
Konstantin Krivopustov
0e3887284a "Unsupported primary key type" error occurs on combined screen for a composite PK entity without HasUuid #779 2018-05-10 10:03:09 +04:00
Andrey Subbotin
39a1a191b8
Do not escape string for LIKE JPQL query #807 (#823)
Do not escape string for LIKE JPQL query #807
2018-05-08 16:00:36 +04:00
Yuriy Artamonov
7c277cca67 Remove obsolete application property from TrustedClientOnly JavaDoc #792 2018-05-08 15:22:54 +04:00
Roman Pinyazhin
1a62b55fa6
Unobvious error message while uploading files in entity inspector #778 2018-05-08 14:43:57 +04:00
Roman Pinyazhin
076f5b1277
Dynamic Attributes Enumeration Values does not maintain the order of entry #30 2018-05-08 13:59:35 +04:00
Yuriy Artamonov
9741c9481b Remove X_FORWARDED_FOR header support from Web Client #788
X_FORWARDED_FOR now is not taken into account on authentication
2018-05-08 11:15:15 +04:00
Yuriy Artamonov
ffec1a6cd7 StandardAuthenticationUsers for IDP with LDAP #791
New application property "cuba.idp.standardAuthenticationUsers" -
list of users permitted to use standard authentication in IDP even if
LDAP is enabled.
2018-05-07 19:38:09 +04:00
Ilya Kuchmin
f59bc52919 Extract WebTable.createComponent method (#808) 2018-05-07 18:05:38 +04:00
Ilya Kuchmin
dd9d151d59 Use protected modifiers for DeclarativeColumnGenerator fields (#805) 2018-05-07 18:01:57 +04:00
Ilya Kuchmin
c358128ba6 Getting DeclarativeColumnGenerator by the bean injection (#809) 2018-05-07 17:56:37 +04:00
Yuriy Artamonov
d3b6552133 Determining remote IP address by remote client layers #792
Introduced `@TrustedClientOnly` annotation for service beans that should
not be available from non-trusted clients.
AuthenticationServiceBean now checks if client is trusted and replaces
IP address with the address of client in credentials objects if client
is not trusted.
TrustedAccessRequiredException is thrown in case of non-trusted access
to the annotated classes and their methods.
2018-05-07 17:01:45 +04:00
Roman Pinyazhin
2af0824a32
Add the 'removeAll' method to the CalendarEventProvider #751 2018-05-07 12:03:31 +04:00
Yuriy Artamonov
44803513c1 Get rid of unnecessary memory allocation #784 2018-05-07 10:54:26 +04:00
Mario David
5d510db925 Corrrect typo in CONTRIBUTIONS.md (#813)
Corrects a typo in the CONTRIBUTIONS description
2018-05-06 18:54:41 +04:00
Andrey Subbotin
facacebe8b RowLevelSecurityException on saving previously saved entity with enabled Attribute Access #766 2018-05-04 19:02:49 +04:00
Konstantin Krivopustov
7797d9fa3c MetadataTools.deepCopy does not copy embedded entities #816
Fix test entity
2018-05-04 15:48:30 +04:00
Konstantin Krivopustov
d890c3182f MetadataTools.deepCopy does not copy embedded entities #816 2018-05-04 15:29:49 +04:00
Roman Pinyazhin
81011b0255 Replace the 'check mark' icon with another one because it may cause misunderstanding #648 2018-05-04 14:29:09 +04:00
Konstantin Krivopustov
3dbc3ec00d More reliable Metadata session initialization #811 2018-05-03 17:21:34 +04:00
Andrey Subbotin
9df3cde005 Scheduler is shutdown when a child spring context is closed #787 2018-05-03 16:20:22 +04:00
Andrey Subbotin
ce9f0860ca RowLevelSecurityException on saving previously saved entity #696 2018-05-03 11:01:12 +04:00
Konstantin Krivopustov
9f192f4bfe
Update CONTRIBUTING.md 2018-04-28 15:26:29 +04:00
Konstantin Krivopustov
1ce3958291
Update issue_template.md 2018-04-28 11:42:13 +04:00
Roman Pinyazhin
26b5eb1405 Server Log: Show Tail button does not scroll to bottom #731 2018-04-28 10:39:00 +04:00
Konstantin Krivopustov
53aa1245a9
Update issue_template.md 2018-04-27 19:36:54 +04:00
Konstantin Krivopustov
1c1dc4d1c7
Create issue_template.md 2018-04-27 19:08:04 +04:00
Andrey Subbotin
8a1051d112 PL-10052 Implement ability to use "Pivot" table in the Reporting addon (as a chart) 2018-04-27 11:51:15 +04:00