Benjamin Carleski
|
a7ff20de6e
|
Introduce Image URL Generator abstraction
|
2020-02-07 15:01:03 -08:00 |
|
Warren Buckley
|
81a0a52874
|
Merge branch 'v8/feature/media-tracking' into v8/dev
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
|
2020-01-22 08:36:32 +00:00 |
|
abi
|
3b8e6d3cc0
|
rename to UmbracoTreeSearcherFields
|
2020-01-02 23:05:08 +00:00 |
|
abi
|
00c913d621
|
add InternalSearchConstants
|
2020-01-02 12:02:48 +00:00 |
|
Shannon
|
a1769dd937
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Core/Models/RelationType.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
|
2019-12-18 15:28:27 +11:00 |
|
Shannon
|
1f481315bc
|
Allow for switching out MainDom which will need to be done in the UmbracoApplication
|
2019-12-04 17:18:15 +11:00 |
|
Warren Buckley
|
1b84051e8f
|
Move DataValueReferceFors collection from Umbraco.Web to Umbraco.Core composer in order to see if that helps the Unit Test LightInject issue
|
2019-12-02 15:24:50 +00:00 |
|
Warren Buckley
|
1471bffeff
|
Adds DataValueReferenceFor & its collection
|
2019-12-02 15:00:56 +00:00 |
|
Warren Buckley
|
645a30a8aa
|
Adds new ValueReference classes and update to Interface for IsForEditor method to check if we should get references for a specific dataeditor based on its alias
|
2019-11-27 20:24:16 +00:00 |
|
Warren Buckley
|
3ead51ff64
|
Update WebInitComposer to use the easier to read extension method on composition as opposed to declaring WithCollectionBuilder
|
2019-11-26 11:05:30 +00:00 |
|
Shannon
|
9303a49732
|
Moves the copy/paste rte stuff to a separate service, injects lazy property editors and relation service into the base content repositories
|
2019-10-23 19:08:03 +11:00 |
|
Shannon
|
17fd09fe3d
|
Naming
|
2019-10-23 14:55:18 +11:00 |
|
Shannon
|
1adf5a30f3
|
Renames some stuff, updates RTE editor to return media/content refs and adds tests for locallink parsing
|
2019-10-22 15:48:47 +11:00 |
|
Shannon
|
4f9e0fcb92
|
No more using TemplateUtilities
|
2019-10-21 23:53:14 +11:00 |
|
Shannon
|
a78a4ff807
|
Less statics, new InternalLinkParserTests, better testing support on UDI, less singletons
|
2019-10-21 22:56:02 +11:00 |
|
Shannon
|
c27e876c75
|
Removes BackgroundPublishedSnapshotNotifier
|
2019-09-16 17:40:48 +10:00 |
|
Shannon
|
44fbdb7028
|
renames class
|
2019-09-10 14:23:42 +10:00 |
|
Shannon
|
b997281e1f
|
Only waits for background processing to finish if it's a front-end request, required caching the check for a front-end request which required moving the check to it's own class.
|
2019-09-10 14:10:26 +10:00 |
|
Shannon
|
296afb18a4
|
Renames and puts in temp fix to try to find out why we are binding to old models
|
2019-09-10 11:50:09 +10:00 |
|
Shannon
|
fdad387414
|
renames objects/methods and adds a lock to the routing mechanism
|
2019-09-09 23:32:02 +10:00 |
|
Shannon
|
8fef824dc1
|
Moves rebuilding models and cache to background thread
|
2019-09-09 23:32:02 +10:00 |
|
Steve Megson
|
11f2855442
|
Move CreateRoutes from WebFinalComponent to WebInitialComponent
|
2019-08-23 09:11:41 +02:00 |
|
Ronald Barendse
|
b0c4042e87
|
Removed UmbracoAntiForgeryAdditionalDataProvider
|
2019-07-15 10:16:09 +02:00 |
|
Marc Goodson
|
17f73b88dc
|
Urgent: Add Giphy embed provider support (#5731)
|
2019-06-27 14:26:36 +02:00 |
|
Bjarke Berg
|
be587b2064
|
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1085 - 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-26 14:15:26 +02:00 |
|
Shannon
|
f4b2ff93fc
|
Fixes how Umbraco Context is injected into DI so that LightInject doesn't try to control it's lifetime.
|
2019-06-20 19:10:32 +10:00 |
|
Rasmus John Pedersen
|
d0701ae34e
|
Add media url provider support
|
2019-04-16 15:36:21 +02:00 |
|
Stephan
|
c87a9d6bfa
|
Fix composers ordering
|
2019-04-05 19:00:34 +02:00 |
|
Shannon
|
52beb01110
|
Removes faulty CustomRouteUrlProvider
|
2019-03-12 00:46:39 +11:00 |
|
Stephan
|
c85c055424
|
Upgrade to ModelsBuilder 8.0.2, support Custom Tool (#4881)
* Upgrade to ModelsBuilder 8.0.2, support Custom Tool
* Upgrade to ModelsBuilder 8.0.3
* Fix controllers
* Upgrade MB
* Fix previous commit
|
2019-03-11 23:14:32 +11:00 |
|
Shannon
|
52cea17816
|
Merge remote-tracking branch 'origin/dev-v8' into temp8-4873-register-api-controllers
|
2019-03-07 18:32:48 +11:00 |
|
Stephan
|
9f7fae2ca6
|
Enable adding api controllers
|
2019-03-05 19:23:57 +01:00 |
|
Stephan
|
b665d4825d
|
Better composer sequence
|
2019-03-05 08:53:37 +01:00 |
|
Stephan
|
55a374bb71
|
Introduce WebFinalComponent
|
2019-03-05 08:53:37 +01:00 |
|
Stephan
|
7185089f1d
|
Move sections to their own namespace
|
2019-02-18 11:22:25 +01:00 |
|
Shannon Deminick
|
2958b42b31
|
Merge pull request #4600 from aaronpowell/temp8-3935-clientdependency
Improved fix for non-web Umbraco hosts
|
2019-02-18 16:13:28 +11:00 |
|
Stephan
|
d8a9bfc22c
|
Bugfix variation context in background tasks
|
2019-02-16 17:25:24 +01:00 |
|
Stephan
|
cdae0adf52
|
Merge branch 'temp8' into temp8-umbhelper-vs-umbcontext-cleanup
|
2019-02-15 10:17:14 +01:00 |
|
Stephan
|
64154da4e4
|
Get LocalTempPath in GlobalSettings
|
2019-02-15 09:45:51 +01:00 |
|
Aaron Powell
|
0aae5c1df1
|
Lifting up where the hosted test is
|
2019-02-15 16:41:50 +11:00 |
|
Shannon
|
52548316aa
|
adds IPublishedMembersCache to the container and updates MembershipHelper to be request based
|
2019-02-15 13:36:46 +11:00 |
|
Shannon
|
45f7e71787
|
Merge remote-tracking branch 'origin/temp8' into temp8-umbhelper-vs-umbcontext-cleanup
|
2019-02-15 13:09:26 +11:00 |
|
Shannon
|
6f7e1cac3e
|
Merge branch 'temp8' into temp8-contexts
|
2019-02-15 12:55:17 +11:00 |
|
Shannon
|
02e3a8f19c
|
Removes all inter-dependencies between UmbracoContext, UmbracoHelper and MembershipHelper and moves Html methods to HtmlHelper extensions. This simplifies UmbracoHelper and MembershipHelper to not require huge dependencies and splits the logic in a nicer fashion instead of wrapping everything
|
2019-02-15 11:43:56 +11:00 |
|
Stephan
|
d933724e39
|
Cleanup, document
|
2019-02-14 12:26:50 +01:00 |
|
Stephan
|
186e8fc58b
|
Introduce IUmbracoContextFactory
|
2019-02-14 12:11:06 +01:00 |
|
Stephan
|
7660e9fb25
|
Reorganize composition code
|
2019-02-14 09:15:47 +01:00 |
|
Shannon Deminick
|
7e9d8e5de8
|
Merge pull request #4534 from aaronpowell/temp8-3935-clientdependency
Removing ClientDependency setup for non-web runtimes
|
2019-02-14 14:04:27 +11:00 |
|
Aaron Powell
|
c50daf87a5
|
Moving to using IOHelper.IsHosted
|
2019-02-14 13:44:24 +11:00 |
|
Stephan
|
169e93ed81
|
Refactor post-migrations
|
2019-02-13 09:53:17 +01:00 |
|