Shannon
8ff671a7c6
Changes compilation batch mode to true uses Roslyn compiler for views
2018-09-07 13:10:55 +10:00
Gareth Evans
ef897b2d3e
Add ~/.well-known to umbracoReservedUrls to support letsencrypt/certifytheweb ootb
2018-07-17 12:25:57 +12:00
Jeavon
8259024e20
Merge branch 'dev-v7.7' into temp-U4-9984
...
# Conflicts:
# src/Umbraco.Web/HealthCheck/Checks/Security/HttpsCheck.cs
2017-08-02 10:48:43 +01:00
Stephan
9972f95a10
Merge branch user-group-permissions into temp-U4-10084
2017-07-26 13:22:43 +02:00
Shannon
b8e2e49a44
Updates to latest Katana libs
2017-07-26 17:50:58 +10:00
Shannon
e9e2a86e2e
U4-5546 Remove user 'channels', weblog api, and all code / db tables relevant to those
2017-07-20 15:47:26 +10:00
AndyButland
9b6cad7d82
Fixed health check configuration following namespace refactor
2017-06-05 10:08:57 +02:00
AndyButland
1445ff7a83
Implemented scheduled task for notification on status of health checks
2017-06-05 09:21:35 +02:00
Sebastiaan Janssen
0a09810f0f
Reverts CodeAnalysis update to stay compatible with Models builder
2017-04-10 13:45:34 +02:00
Shannon
e5af5bcc22
more binding redirects missing
2017-04-07 11:47:22 +10:00
Shannon
d1d98372cd
Fixes binding redirects local transforms and nuget transforms
2017-04-07 11:37:23 +10:00
Sebastiaan Janssen
16582c8207
U4-9745 Update outdated NuGet dependencies
2017-04-06 16:27:41 +02:00
Stephan
a2a9794fdb
U4-9655 - update HtmlAgilityPack version in config
2017-03-24 14:47:27 +01:00
Shannon
f8073f429f
adds debug transforms to ensure that any urlrewriting stuff is removed when the sln is built
2017-03-14 16:36:15 +11:00
Claus
24063c403a
Merge remote-tracking branch 'origin/dev-v7.6' into temp-U4-1324
...
Conflicts:
src/Umbraco.Core/packages.config
src/Umbraco.Tests/packages.config
2017-02-08 09:14:27 +01:00
Shannon
f4f1f6774d
U4-9499 Update to latest Json.Net
2017-02-08 17:47:32 +11:00
Shannon
40ed77103f
Updates to latest 1.x version of log4net (before the real 2.x version) with binding redirects and codebase binding redirects to redirect from non-signed to signed version
2017-02-06 23:07:20 +11:00
Sebastiaan Janssen
4f6e023d77
Make sure that everybody working on the source actually gets these assembly references in web.config
2016-02-11 17:11:02 +01:00
Stephan
b6a9734755
Fix ModelsBuilder integration
2016-02-09 11:46:26 +01:00
Sebastiaan Janssen
fbd5bdbd1d
Surely nobody on their dev machines has the "trust" node in their web.configs any more, no more need to transform that one (gave warning during build.bat)
2016-02-04 18:35:16 +01:00
Shannon
8b2606f681
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
src/Umbraco.Web.UI/web.Template.config
2016-01-13 17:31:35 +01:00
Shannon
5aab50ba3b
Ensures fcnMode and file size maximums are set for the debug web config transform and also for the nuget transform.
2016-01-13 17:27:56 +01:00
Shannon
dfa687e695
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
src/Umbraco.Web.UI/web.Template.config
2016-01-13 17:18:30 +01:00
Shannon
5b9cbae860
Fixes: U4-7712 fcnMode = Single by default
2016-01-13 17:17:39 +01:00
Per Ploug
4d5ba9304f
Adds modelbuilder ui intergration
...
As we load the doctype editor, we detect if the install has the models
builder dlls, if not found / error, we should the normal save button,
otherwise you get a button + generate models option.
web.configs + translated prepared as well, but nothing is active untill
the zbu dlls are dropped in bin
2015-10-15 13:14:06 +02:00
Sebastiaan Janssen
58e648828b
Fix web.config and adds a transform for NuGet
2015-07-30 17:08:40 +02:00
Shannon
49417cbce4
Fixes assembly references and assembly redirects
2015-06-06 22:35:24 +02:00
Shannon
d2deaf0375
Fixes MVC references and updates to 4.0.0.1
2015-05-11 12:43:45 +10:00
Shannon
95ff94c532
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
src/Umbraco.Web/Editors/AuthenticationController.cs
src/Umbraco.Web/packages.config
2015-05-11 12:26:53 +10:00
Shannon
a4a49b1466
Revert "Fixes MVC 4.0.0.1 problem once and for all." - All MVC ref's are 4.0.0.0, no web config transforms (also there was never a 4.0.0.1 version of System.Net.Http). Everything works on my machine now, even with 4.0.0.1 installed in the GAC.
2015-05-11 11:45:13 +10:00
Shannon
3be1cd8b0d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/packages.config
2015-05-07 16:24:29 +10:00
Shannon
1cac4ed075
Fixes MVC 4.0.0.1 problem once and for all.
2015-05-07 08:10:45 +10:00
Shannon
1de9dbf18c
Updates build process to include building a nuget Identity package to provide extensibility points in Umbraco.
2015-04-01 13:42:36 +11:00
Shannon
394cab5ab4
Updates the owin startup classes - we now have a default one shipped as a DLL which will always execute based on the appSettings, then we can ship with 2 optional ones that people can learn and use from which just requires them to update the appSetting. Now to decide on how to ship these .cs files
2015-04-01 13:42:34 +11:00
Shannon
e468492064
Updates back office ext methods to include the CallbackPath which is key to make multi-tenanted work and ensures that the back office providers are linked with the umbraco back office external cookie provider. Adds some docs about it too. Updates the web.config templates to ensure the correct assembly redirects.
2015-04-01 13:42:29 +11:00
Shannon
140d3c0268
Update to latest Identity. Moves startup code to App_Start like VS templates have, this will be better for our nuget packages (like i do in UmbracoIdentity which works for both web apps and websites). Updates web.config to explicitly declare the owin startup otherwise we'll end up with conflicts (YSODs) and now people can configure it properly.
2015-04-01 13:42:26 +11:00
Shannon
0a7bbfb1ca
Merge remote-tracking branch 'origin/6.2.5' into 7.2.1
...
Conflicts:
src/Umbraco.Core/Configuration/UmbracoSettings.cs
src/Umbraco.Core/Sync/ServerEnvironmentHelper.cs
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/install/steps/defaultUser.ascx
src/Umbraco.Web.UI/web.Template.Debug.config
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/Scheduling/IBackgroundTask.cs
src/Umbraco.Web/Scheduling/KeepAlive.cs
src/Umbraco.Web/Scheduling/LogScrubber.cs
src/Umbraco.Web/Scheduling/ScheduledPublishing.cs
src/Umbraco.Web/Scheduling/ScheduledTasks.cs
src/Umbraco.Web/Scheduling/Scheduler.cs
src/Umbraco.Web/Scheduling/TaskEventArgs.cs
src/Umbraco.Web/Umbraco.Web.csproj
2014-12-08 17:16:16 +11:00
Shannon
4d8732d925
The only way i could get this project to build and run was to change the transform to explicitly target 4.0.0.1 for mvc and webapi, otherwise nothing works and horribly cryptic build errors. Added the tests for the BackgroundTaskRunner
2014-12-08 14:59:32 +11:00
Sebastiaan Janssen
f4231b1692
Upgrade to System.Web.Mvc 4.0.0.1 (or 4.0.40804.0 whatever you want to call it)
2014-10-17 17:24:32 +02:00
Shannon
e964d52548
Merge branch 'U4-898' of https://github.com/leekelleher/Umbraco-CMS into leekelleher-U4-898
2014-04-28 12:49:28 +10:00
Sebastiaan Janssen
670a67225a
Upgrade to Json.Net 6.0.2
2014-04-08 11:37:40 +02:00
leekelleher
c8e0fedce4
Made the whitespace consistent in config files.
...
This may ease the frustration of web-developers doing upgrades.
2014-03-28 16:25:01 +00:00
Shannon
f2541cae86
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Web.UI/web.Template.Debug.config
2014-03-13 20:16:08 +11:00
Shannon
7258964bb7
Ensures version specific db providers are not referenced in the web.config
2014-03-13 20:14:11 +11:00
Shannon
8327b8aa0e
Completes: U4-3792 Move appSettings, connectionStrings back to web.config
2013-12-06 11:52:47 +11:00
Shannon
961928105c
Moves connectionStrings to external file, now to figure out how to deal with both of these files with multiple devs
2013-10-04 10:53:22 +10:00
Shannon
c6229f131a
Moves appSettings to external file and updates the code that modifies the app settings.
2013-10-04 10:34:00 +10:00
Shannon
1730005a58
Updates web.config template and transform for new dashboard section.
2013-10-03 17:54:10 +10:00
Shannon
9ff74b39f8
fixed web.config xform for debugging
2013-09-30 20:24:11 +10:00
Shannon
63f5d0acaf
Fixes: U4-2787 Copy dialog results in YSOD, converts move/copy dialog to only use the new API. removes xhtmlConformance from web.config.
2013-09-26 17:17:18 +10:00