Warren Buckley
36cb34285c
Telemetry revisited - Move from App_Data file to UmbracoSettings.config ( #9554 )
2020-12-16 08:50:59 +01:00
Shannon
bbe2941d25
New ext methods to check if Umbraco db is installed, fixes issue with SqlMainDomLock when doing unattended installs, changes how we determine if Umbraco db is installed
2020-12-16 12:06:48 +11:00
Maikel Veen
b2d2938760
Add overloaded method for RecurringTaskBase
2020-12-16 00:46:41 +01:00
Sebastiaan Janssen
92fd623de0
Merge branch 'v8/8.8' into v8/8.9
2020-12-15 14:25:17 +01:00
Sebastiaan Janssen
02d6011888
Merge branch 'v8/8.7' into v8/8.8
2020-12-15 14:23:33 +01:00
Sebastiaan Janssen
6d4990ad48
Merge branch 'v8/8.6' into v8/8.7
2020-12-15 14:22:57 +01:00
Bjarke Berg
cd1120e062
Merge pull request #9408 from umbraco/v8/bugfix/task-scheduler-maindom-logging
...
Ensure that TaskScheduler.Default is used anywhere that ContinueWith is used, adds more debug logging to MainDom operations
(cherry picked from commit 9a1b456949 )
# Conflicts:
# src/Umbraco.Core/Runtime/SqlMainDomLock.cs
2020-12-15 14:14:30 +01:00
Warren Buckley
e38e5d6577
V8: Angular Divorce: isUndefined ( #7856 )
...
* Bye bye angular.isUndefinied & hello Utilities.isUndefined
* Add utilities.js to lazyload initialise scripts
* Remove utilities.js as copied over client folder
2020-12-10 10:21:34 +10:00
MrJackWilson
9514021ab7
Return true for each path that isn't protected.
2020-12-10 08:39:51 +10:00
patrickdemooij9
a664f082ee
9153: Only show the cultures of the node in preview ( #9183 )
...
* 9153: Only show the cultures of the node in preview
* 9153: Domain service is not needed
2020-12-10 08:08:47 +10:00
patrickdemooij9
0a3a0f4f76
9078: Allow changing the login logo through umbracoSettings ( #9083 )
...
* 9078: Allow changing the login logo through umbracoSettings
* 9078: Add default login logo in code
2020-12-09 09:23:48 +01:00
Benjamin Carleski
e4e5e2d103
Get default culture comparable to the variant culture
2020-12-06 02:20:35 +01:00
Rachel Breeze
0085554e84
When a user switches their own language the menu doesn't update to reflect the language change ( #9203 )
...
* Now prompts the user to reload their browser if they change their own language and also displays the response prompt in their language
2020-12-05 03:24:18 +01:00
Bjarke Berg
6d120322e5
Do not dispose the static httpClient, but the HttpRequestMessage
2020-11-30 13:35:55 +01:00
Warren Buckley
ee89610559
Remove unused RuntimeState
2020-11-30 12:23:28 +00:00
Warren Buckley
04430976c1
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/anon-telemetry
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2020-11-30 12:20:52 +00:00
Warren Buckley
fa931416a4
Forgot to move the baseaddress set inside the usings
2020-11-30 10:34:10 +00:00
Warren Buckley
4de3c05e83
Wrap use of httpClient in a usings due to it being IDisposable
2020-11-30 10:33:07 +00:00
Warren Buckley
3e6830e173
Exit out of function but set to repeat if we are unable to read the file (perhaps a file lock)
2020-11-30 10:18:11 +00:00
Warren Buckley
fc2ff2525d
No need for the if null check as it will always be null in the ctor
2020-11-30 10:15:06 +00:00
Warren Buckley
5328268645
Uncomment #ifdef
2020-11-30 10:08:48 +00:00
Warren Buckley
b29ed4c9c3
Set a low 1 second timeout, no need to be a BIG timeout on this request
2020-11-30 10:04:21 +00:00
Warren Buckley
1394387d43
Move the backgroundtask runner into Initialize method to follow same practise as SchedulerComponent
2020-11-30 09:18:13 +00:00
Warren Buckley
f747e2a2dc
Missing namespace from Bjarkes suggestion to move to DataMember
2020-11-30 09:17:39 +00:00
Warren Buckley
5dcb488d2c
Update src/Umbraco.Web/Telemetry/ReportSiteTask.cs
...
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2020-11-30 09:12:27 +00:00
Warren Buckley
36cd06b952
Add Debug logging and dont set type for ex as we are not using it
2020-11-30 09:05:38 +00:00
Warren Buckley
8a6db7f71f
Uncomment out the DEBUG lines
2020-11-30 09:05:03 +00:00
Warren Buckley
eeae4afe0b
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/property-label-on-top
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2020-11-27 15:34:53 +00:00
Warren Buckley
643407d994
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/anon-telemetry
2020-11-27 09:48:36 +00:00
Shannon
7eee09758e
Ensure there's explicit scopes used for all service access in the Examine indexing logic
2020-11-24 09:49:58 +11:00
Kenn Jacobsen
b7d37f2279
Replace obsolete usages with injected services in UmbracoHelper
2020-11-23 10:47:15 +01:00
nzdev
32788a0a42
reduce array allocations
2020-11-23 10:36:46 +01:00
Sebastiaan Janssen
b5546d074a
Merge branch 'v8/contrib' into v8/dev
2020-11-23 10:19:14 +01:00
Shannon
c2d9f5aa4e
Ensure that TaskScheduler.Default is used anywhere that ContinueWith is used, adds more debug logging to MainDom operations
2020-11-18 12:33:13 +11:00
Laura Weatherhead
cc74be5a27
Fix mis-spelt "occurred"
2020-11-17 08:49:01 +10:00
Warren Buckley
59a03115ea
Posting to service needed lowercase properties
2020-11-10 09:58:15 +00:00
Warren Buckley
191d86e27c
Do not log that marker file exists already during the serval install boot cycles
2020-11-10 08:25:32 +00:00
Callum Whyte
1654bea562
Casting tree controllers to TreeControllerBase to support manually registered trees without attributes
2020-11-09 19:45:16 +00:00
Claus
7701a0f745
Merge pull request #9361 from umbraco/v8/bug/logviewer-access
...
Limit access to logviewer endpoints to people with access to the settings section
2020-11-09 11:26:20 +01:00
Sebastiaan Janssen
bd4c2cde61
D'oh.. don't push commented out code as used for testing..
2020-11-09 10:30:45 +01:00
Sebastiaan Janssen
efd9f71897
Limit access to logviewer endpoints to people with access to the settings section
2020-11-09 10:16:01 +01:00
Warren Buckley
69b3feb0ea
Correct dev URL note the trailing slash
2020-11-05 12:17:46 +00:00
Warren Buckley
9185297484
Post to dev env
2020-11-05 11:55:30 +00:00
Warren Buckley
a28f3475eb
Only add something to the log when upgrading that the file is missing - during install it would loop over this component serveral times
2020-11-05 11:55:18 +00:00
Warren Buckley
17249d226f
Add new composer/component to add marker file only when clean install or an upgrade runtime state
2020-11-04 14:24:48 +00:00
Sebastiaan Janssen
f88144ae48
Merge branch 'v8/dev' into v8/contrib
...
# Conflicts:
# src/Umbraco.Examine/ContentIndexPopulator.cs
2020-11-04 11:34:27 +01:00
Sebastiaan Janssen
e42b8b20f4
Merge branch 'v8/8.9' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
2020-11-04 11:30:27 +01:00
Sebastiaan Janssen
0608862da9
Revert "Adds icons from App_Plugins/**/Icons/*.svg ( #8884 )"
...
This reverts commit d7bf980f12 .
2020-11-04 11:25:45 +01:00
Sebastiaan Janssen
aac35698a1
Merge branch 'v8/8.8' into v8/8.9
2020-11-04 10:07:04 +01:00
Ronald Barendse
1330da533c
Remove legacy Instagram oEmbed provider
2020-10-30 10:51:36 +10:00