Peter Keating
ff595df7ca
Fix notifications not sending when user has multiple of same type
...
When a user has multiple notifications of the same type, the user may
not receive the notification depending on the order which the
notification was setup. To fix this the notification logic has changed
from looping over users to looping over notifications.
Fixes #4713 .
(cherry picked from commit 01a895bbf7 )
2019-08-08 19:49:59 +02:00
Shannon Deminick
686f6752f3
Merge pull request #5951 from umbraco/v7/hotfix/5921-preview-failing
...
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove…
2019-07-23 16:58:13 +10:00
Shannon
6148ce4e52
oops no es6 support in 7.x
2019-07-22 13:41:26 +10:00
Shannon
06850ed25c
Merge branch 'v7/7.15' into v7/hotfix/5835-AB#1693-add-null-checks-when-using-dataTypeId
2019-07-22 13:40:35 +10:00
Shannon
0320a56cb5
Fixes up dataTypeId var declarations
2019-07-22 13:27:51 +10:00
Bjarke Berg
cd27bb210f
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews
2019-07-19 11:25:33 +02:00
Bjarke Berg
67f680a675
Revert " https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews"
...
This reverts commit 47c3e3a7
2019-07-19 11:24:01 +02:00
Bjarke Berg
47c3e3a79f
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews
2019-07-19 11:20:31 +02:00
Shannon
f3bfc1ffb2
Puts back UmbracoAntiForgeryAdditionalDataProvider for backwards compat reasons but it is not used
2019-07-18 16:18:11 +10:00
Shannon
89cd655df2
Merge remote-tracking branch 'origin/v7/bugfix/build-without-vs2017' into v7/7.15
2019-07-17 21:48:21 +10:00
Shannon
14c4c4815d
bumps version
2019-07-17 21:35:43 +10:00
Shannon
bfb69a34ef
re-adds back in the serialization overloads for the custom exception, re-adds detailed error messages, adds more documentation. Adds unit tests.
2019-07-17 21:15:18 +10:00
Shannon
d52420183e
Cherry picks ValidateUmbracoFormRouteStringAttribute implementation and fixes up some logic
2019-07-16 23:03:26 +10:00
skttl
2aaca865e7
changes innerjoin to left join, to allow folders in sql query
2019-07-16 07:26:26 +02:00
Bjarke Berg
59bf24c461
Added null checks when *.dataTypeId is used
2019-07-12 11:22:31 +02:00
Shannon
2252db0d55
Fixes 5822 by reinstating optional method overloads of loadBaseType
2019-07-12 13:40:21 +10:00
Claus
df896af476
adding build targets package.
2019-07-10 12:58:15 +02:00
Kenn Jacobsen
80d7f1b2c9
Make it possible to save a member without resetting the password
2019-07-07 11:36:26 +02:00
Sebastiaan Janssen
5b7ae7150f
Fix weird merge
2019-07-02 21:55:54 +02:00
Sebastiaan Janssen
5bf29a907a
Fixes #5206
2019-07-02 21:47:14 +02:00
Bjarke Berg
3c0565e516
Bugfix: Null ref-exception when using member pickers.
2019-07-02 10:56:44 +02:00
Shannon
fa4acb255b
fixes missing 'var'
2019-07-01 17:09:11 +10:00
Marc Goodson
a018ed9e52
V7: Less-Urgent-But-Still-Quite-Important - Add Giphy EmbeddedMedia support ( #5736 )
2019-06-27 14:27:33 +02:00
Shannon
fad33a97b2
don't throw JS exception when no MediaPath, instead warn.
2019-06-27 15:47:25 +10:00
Bjarke Berg
8033931e31
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - Fixed merge conflict
2019-06-26 09:58:01 +02:00
Bjarke Berg
8e29810598
Merge remote-tracking branch 'origin/v7/dev' into v7/bugfix/AB-1085/antiforgery-per-form
2019-06-26 09:52:44 +02:00
Shannon
534ee67ad2
Merge branch 'v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers' of https://github.com/umbraco/Umbraco-CMS into v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
2019-06-26 16:49:00 +10:00
Shannon
571a3bc257
fixes test
2019-06-26 16:48:39 +10:00
Bjarke Berg
e7a30d0a5d
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - Fixes for gulp build
2019-06-26 07:39:34 +02:00
Shannon
a55323176f
Updates EntityController to support passing in the dataTypeId for the GetChildren methods and updates the mediapicker to pass along that data
2019-06-26 14:35:36 +10:00
Shannon
1b83e0a87d
cleanup
2019-06-26 13:49:45 +10:00
Shannon
ca15f340b0
Fixes a bunch of N+1, content/media trees should be much more snappy
2019-06-26 13:32:16 +10:00
Shannon
23b8e1cce8
Removes the remaining part of the EntityRepository that was loading in ALL properties for media which we don't want whatsoever which means some other code is cleaned up/removed
2019-06-26 13:31:04 +10:00
Shannon
cf53ba363d
Internalizes new methods classes + cleanup
2019-06-26 13:29:05 +10:00
Bjarke Berg
2f309a2fd6
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - moved the code that adds the ufprt token to the context items, into the constructor of UmbracoForm. Because it needs to happen before the @Html.AntiForgeryToken() is called. The dispose method is too late.
2019-06-25 15:09:37 +02:00
Bjarke Berg
9f45d41a4a
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479
...
- Test fixes
2019-06-25 13:18:15 +02:00
Bjarke Berg
1994194656
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479
...
- Review fixes
2019-06-25 11:51:02 +02:00
Bjarke Berg
36559b8761
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fix for NullReferenceException
2019-06-25 09:22:56 +02:00
Bjarke Berg
d558646d75
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fix for NullReferenceException
2019-06-25 09:21:51 +02:00
Bjarke Berg
afac4bb918
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - missing entityResource injection
2019-06-25 09:18:30 +02:00
Bjarke Berg
0869bf27c7
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - clean up
2019-06-25 08:26:01 +02:00
Bjarke Berg
383a8617ce
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Fixed test
2019-06-25 08:19:50 +02:00
Bjarke Berg
3865f4fb50
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - bugfix - wrong constant used
2019-06-25 08:15:06 +02:00
Shannon
3e74bbfb45
Creates a custom IAntiForgeryAdditionalDataProvider that provides and validates custom token data in the request which allows having a custom AF token per form created with BeginUmbracoForm
2019-06-25 14:35:28 +10:00
Bjarke Berg
966b07ba1c
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Changed entity service to only return small model with media path. And updated media picker to use entity service when loading data.
2019-06-24 21:12:38 +02:00
Bjarke Berg
d4311fe4ab
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Replaced client side method to get Auchors with a server side version, and eliminated the use of contentResource in linkPikers
2019-06-24 10:52:35 +02:00
Bjarke Berg
eab597a2a8
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - fix for js linter
2019-06-24 08:58:25 +02:00
Bjarke Berg
d2655a9f2f
Merge remote-tracking branch 'origin/v7/dev' into v7/feature/AB-1479-Reintroduce-the-bypass-security-option-in-pickers
2019-06-21 13:59:11 +02:00
Bjarke Berg
c4c2082fa9
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1479 - Only allow "ignoreUserStartNodes" for custom data types and not the default build in.
2019-06-21 13:57:17 +02:00
Sebastiaan Janssen
40d4a8fe6a
Modelsbuilder is asking for too old a version of CodeAnalysis, Immutable and Metadata dependencies
2019-06-21 13:32:53 +02:00