Commit Graph

10072 Commits

Author SHA1 Message Date
Warren Buckley
bbcdcbdde0 Start adding in pagination to relations 2019-11-12 14:09:36 +00:00
Warren Buckley
8dcec429d3 Remove relations for the RelationType overview 2019-11-11 15:16:19 +00:00
Shannon
28600a02bd Merge remote-tracking branch 'origin/v8/feature/media-tracking' into v8/feature/3449-relations-paging
# Conflicts:
#	src/Umbraco.Core/Persistence/Repositories/Implement/RelationRepository.cs
2019-11-11 21:25:35 +11:00
Warren Buckley
1c7e2367f5 New WebAPI method to return references/relations for Media items 2019-11-06 13:41:21 +00:00
Warren Buckley
bf2727a1eb New model to return from WebAPI 2019-11-06 13:40:00 +00:00
Shannon
f7e8a53922 Revert "Gets entity repository to be able to return a mix of object types"
This reverts commit fff3d2648f.
2019-11-05 15:53:50 +11:00
Shannon
602acce8f4 Gets entity repository to be able to return a mix of object types 2019-11-05 15:50:49 +11:00
Shannon
fff3d2648f Gets entity repository to be able to return a mix of object types 2019-11-05 15:05:51 +11:00
Shannon
d1ea46ff71 fixes null ref check and returning the correct deserialized val, adds comments 2019-11-01 14:45:05 +11:00
Shannon
717c185e45 Manually merges prev changes to nested content from 6768 and 6826 and changes how the prop values are iterated 2019-11-01 14:22:49 +11:00
Shannon
595b36c5df Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
#	src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
2019-11-01 13:27:13 +11:00
Bjarke Berg
ad6343719b Merge branch 'v8/8.2' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-10-31 11:48:53 +01:00
Shannon
68db41fe93 Ensures that when there is no cache file, or if a cache file is empty, on startup any call to SetAllFastSorted was not ensuring the local db cache file was updated if the data was loaded from the database. 2019-10-31 18:58:07 +11:00
Shannon
bf37bbf4fe oops fixes the log output 2019-10-31 16:34:30 +11:00
Shannon
40e656de46 notes 2019-10-31 16:27:34 +11:00
Shannon
aff4814e0b Ensures that PublishedSnapshotService cannot close the local cache files after they are created but before they are populated 2019-10-31 16:06:43 +11:00
Shannon
c682bbcaf1 Adds notes and better logging to PublishedSnapshotService, fixes log output from HealthCheckNotifier, changes initial delay time of scheduled task to be longer. 2019-10-31 15:45:57 +11:00
Shannon
3d66c201c2 Adds safety check of Udi.TryParse 2019-10-31 14:08:38 +11:00
Søren Kottal
eb81aae3e9 remove text saying open button on content picker is in preview 2019-10-30 15:16:10 +00:00
Kevin Jump
e113b56ce1 log warning if siteUri is null, (#6868) 2019-10-30 14:36:15 +00:00
Bjarke Berg
f305dd45cb AB3328 - Fixed two bugs - One if links was absolute and not references, and one if the value was empty string. 2019-10-30 08:50:15 +01:00
Shannon
12cb370578 Reduces statics, reduces code duplication for iterating over properties in the NC prop editor 2019-10-30 17:14:04 +11:00
Jeavon
4be1c3b4c4 Add UmbracoVirtualNodeByUdiRouteHandler (#6796)
* Add UmbracoVirtualNodeByUdiRouteHandler

* Parameter must be a GuidUdi
2019-10-29 21:38:29 +01:00
Steve Megson
8463f1db08 Cache lookup of macro by alias 2019-10-29 21:34:25 +01:00
Andy Butland
66b709653a Added custom FormatValidator for the MultipleTextStringPropertyEditor to validate each text string individually against the configured regular expression. 2019-10-29 20:22:08 +01:00
Ronald Barendse
7f0a077f58 Add SecurityCodeScan static code analyzer (#6636)
* Added SecurityCodeScan to all projects

* Enable analysing of content items
2019-10-29 19:37:15 +01:00
Warren Buckley
38b96beb0d Merge branch 'v8/dev' into v8/bug/6663-lang-variant-deletion
# Conflicts:
#	src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
2019-10-29 09:16:52 +00:00
Bjarke Berg
34a0210d9d AB3329 - Handle empty strings from nested content 2019-10-29 08:53:00 +01:00
Bjarke Berg
8d4de3de55 AB3326 - Handle empty strings from nested content 2019-10-29 08:52:47 +01:00
Bjarke Berg
5ddc961df3 AB3327 - Nested Content references 2019-10-29 08:52:02 +01:00
Tom Pipe
1614dc6e34 V8: Health check http header case sensitivity (#6753) 2019-10-28 18:04:20 +01:00
Bjarke Berg
0aaee0baba AB3328 - Multi Url Picker references 2019-10-28 14:11:59 +01:00
Bjarke Berg
c8b189d53d AB3326 - Made MediaPickerPropertyValueEditor nested and internal and handle null values 2019-10-28 13:58:23 +01:00
Bjarke Berg
f2e02ea05e AB3329 - Added Content picker references 2019-10-28 13:57:55 +01:00
Bjarke Berg
35ebc13774 AB3331 - Added MNTP references 2019-10-28 13:25:05 +01:00
Bjarke Berg
80643ac6ad AB3325 - Added Grid references 2019-10-28 13:11:33 +01:00
Bjarke Berg
c52adf76f7 AB3226 - Added MediaPicker references 2019-10-28 12:56:54 +01:00
Bjarke Berg
5699dc32b7 AB2462 - Find the relation type from the entity type on the udi 2019-10-28 12:53:37 +01:00
Bjarke Berg
9d91402aca V8: Follow guidelines from .editorconfig (#6849)
* Removed unused variable

* Align usage of C# type keywords vs Universal type names. Now we use C# keywords all over.
2019-10-25 14:16:50 +01:00
Shannon
70ccee302d Renames/moves some stuff and adds test to show auto relation tracking 2019-10-25 15:08:56 +11:00
Shannon
25c2eed888 Ensures the right type is tracked for links ensures relations are removed. 2019-10-25 14:33:40 +11:00
Shannon
15865d566b Implements the tracking for document/media/member repos 2019-10-25 14:17:18 +11:00
Shannon Deminick
5121df5b2e Merge pull request #6764 from Adolfi/v8/dev-umbracoapicontroller-testable
UmbracoApiController Testable
2019-10-25 10:01:16 +11:00
Kenn Jacobsen
ce6a217577 Performance boost for Nested Content: Don't load all content types all the time. 2019-10-24 21:56:47 +02:00
Kenn Jacobsen
01b9a09c09 V8: Make Nested Content resilient to missing property editors (#6768) 2019-10-24 21:25:15 +02:00
Kenn Jacobsen
b46d6718c4 Use the member type icon in the members section 2019-10-24 21:05:13 +02:00
Kenn Jacobsen
b1037786ca V8: Use member type icon in member pickers (#6696) 2019-10-24 20:46:01 +02:00
Kenn Jacobsen
b0d7bdaa77 V8: Filter out invalid selections in the MNTP "Allowed items" picker (#6641) 2019-10-24 17:21:38 +02:00
Shannon
f656f7d0a0 Fixes relations editor and loading in relations, allows creating relations without object types, fixes migration 2019-10-24 22:38:11 +11:00
Shannon
ae64fe49be Allows relation types to not have specific object types, updates IRelation to return the actual object types for the ID references, now relations can be more flexible without being strangely tied to specific object types based on the relation type. 2019-10-24 21:32:00 +11:00