Shannon
d2d6b6654a
Adds models and methods for the UserController
2017-05-11 13:11:41 +10:00
Mads Rasmussen
53ef2e356a
add new temp users tree
2017-05-03 09:30:29 +02:00
Shannon
31c965ae42
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.6
2017-05-02 13:41:03 +10:00
Shannon Deminick
d91fc6ce60
Merge pull request #1887 from umbraco/temp-U4-9775
...
U4-9775 AlreadyClosedException is thrown when retrieving media if the…
2017-05-02 13:40:28 +10:00
Shannon
d5124e9739
Ensures that an UmbracoContext exist before emitting the cache handler events
2017-05-01 21:10:22 +10:00
Shannon
2479c5a272
updates other nuget refs that shouldnt be there
2017-04-30 23:21:19 +10:00
Shannon
004e00599d
Fixing nuget package issues , semver 2 is only for 452+ which we dont have, we shouldnt be using it and it adds more dependencies that we don't need right now
2017-04-30 23:19:45 +10:00
Shannon Deminick
3509a2c40f
Merge pull request #1908 from umbraco/temp-scope-events-stale-entities
...
POC to normalize all event entities when we track events so that all …
2017-04-30 19:28:19 +10:00
Shannon Deminick
cf8ead62ac
Merge pull request #1904 from jwoods1/patch-2
...
Fixed issue on line 216
2017-04-30 17:11:44 +10:00
Stephan
72eddca3c6
Merge branch 'dev-v7.6' into temp-scope-events-stale-entities
2017-04-28 19:19:36 +02:00
Stephan
244977dc95
packages - trace errors
2017-04-28 13:34:35 +02:00
Shannon
ec9020f63e
Fixes mappings
2017-04-28 13:34:32 +10:00
Shannon
d24b0aa9eb
oops undeletes a couple files that are still needed for the custom package ascx page
2017-04-28 10:30:47 +10:00
Jason Woods
f737004544
Removed space before svalue
2017-04-27 16:13:41 -06:00
Jason Woods
850e354b11
wrapped all values in double quotes
...
Wrapped image src and crop values in double quotes to keep consistent across all saves and updates.
2017-04-27 16:03:45 -06:00
Shannon
1b27114014
Merge branch 'temp-CON-1267' into dev-v7.6
2017-04-28 07:53:16 +10:00
Shannon Deminick
d8b235ad62
Merge pull request #1906 from umbraco/temp-CON-1267
...
CON-1267 Update Our to not offer v6 to people on < 7.6.0
2017-04-28 07:52:19 +10:00
Shannon
56581478c8
Merge remote-tracking branch 'origin/dev-v7' into temp-CON-1267
2017-04-28 07:48:04 +10:00
Shannon
2be330d237
adds notes, changes to protected
2017-04-28 07:45:01 +10:00
Shannon
4381a700ba
Updates UmbracoVirtualNodeRouteHandler to have a new protected GetUmbracoContext method used to get the umb context used in the rest of the code
2017-04-28 07:38:03 +10:00
Shannon
99821954f1
adds notes
2017-04-28 07:31:44 +10:00
Shannon Deminick
10a15be8ad
Merge pull request #1901 from tompipe/U4-9384-StaleVariableFix
...
Quick/simple fix for the stale variable
2017-04-28 07:28:00 +10:00
Shannon
bed5f8a03b
backports updates from 7.6 so that the packages.umbraco.org endpoint is not used for fetching package files any longer
2017-04-27 13:21:07 +10:00
Shannon
944b3dcaac
New method for IPackagingService to fetch a package from the repo, removes usages of the old repo endpoint, removes ability to push a package from the back office to Our since that would require a different endpoint.
2017-04-26 19:02:36 +10:00
Stephan
ba489afe9a
Publicize more IBackgroundTask plumbing
2017-04-26 09:07:48 +02:00
Shannon
968d52e490
Removes old packager files that should absolutely never be used
2017-04-26 15:46:07 +10:00
Shannon
ebbe9f6ed0
Removes old packager files that should absolutely never be used
2017-04-26 15:45:37 +10:00
Shannon
a6f9d14a1b
Merge remote-tracking branch 'origin/dev-v7.6' into temp-CON-1267
2017-04-26 14:18:05 +10:00
Shannon
5d4a97591a
Cherry picks changes for package fetching for Our to use the new endpoint and passes in the current version
2017-04-26 14:08:37 +10:00
Shannon
bfb81f6362
Allows for the umb pckage repo rest api endpoint to be configurable - for testing
2017-04-26 14:04:47 +10:00
Jason Woods
23816665f3
Fixed issue on line 216
...
Found that when uploading media from the folder browser caused an issue of invalid JSON object being stored in the database. Added quotes around the property values.
2017-04-25 08:21:02 -06:00
Warren Buckley
ca3dc030bc
Merge pull request #1893 from umbraco/temp-u4-9764
...
U4-9764 - add FirstChild with predicate extension
2017-04-25 11:37:37 +01:00
Warren Buckley
7ee0a278f7
Adss null check
2017-04-24 14:57:57 +01:00
Tom Pipe
67e3ec2ae0
Quick/simple fix for the stale variable
...
The umbracoContext variable can hold a null reference to UmbracoContext.Current.
If a request containing a file extension is passed through an UmbracoVirtualNodeRouteHandler, the UmbracoContext will be null, because a context is never created for urls containing extensions due to 5397f2c53a/src/Umbraco.Core/UriExtensions.cs (L143)
A call can be made to EnsureContext in the overridden FindContent method, but the fresh context would never get picked up, instead the variable always contains a null reference, and an exception is then thrown on line 23
2017-04-24 13:23:12 +01:00
Warren Buckley
ce7dd19a8f
Updates the template controller save method - to take into account if the master you are updating to is a sub master that has children that there path's need updating too
2017-04-24 13:19:30 +01:00
Shannon
d295174e53
Updates JS to include the current umbraco version when requesting a package's details, updates the c# to use a new endpoint on OUR to ensure that the correct file is downloaded based on the umb version passed in.
2017-04-24 21:31:35 +10:00
Stephan
5880df3859
U4-9764 - add FirstChild with predicate extension
2017-04-19 18:56:12 +02:00
Shannon
1402494e47
Reverts changes made for U4-8963
2017-04-19 15:41:26 +10:00
Shannon
7c491c1fc1
U4-9768 Examine Management dashboard indexers and searchers not in same order
2017-04-19 14:53:46 +10:00
Shannon
460dd69884
updates the is multiple check to check for default pre-values since those won't be persisted
2017-04-19 14:38:48 +10:00
Shannon
beda99963e
Merge remote-tracking branch 'origin/dev-v7.6' into dev-v7.6
2017-04-19 14:36:28 +10:00
Shannon
b06f16f5f7
Fixes issues with U4-7318
2017-04-19 14:36:23 +10:00
Shannon Deminick
f9d79871b4
Merge pull request #1837 from Jeavon/U4-9684
...
U4-9684 UDI Media Picker Value Converter should cache prevalues
2017-04-19 14:35:29 +10:00
Shannon
d19bebc404
Merge branch 'dev-v7.6' into temp-U4-7009
2017-04-18 20:10:27 +10:00
Shannon
46dd86c745
Moves logic for checking if the current user (based on the current thread) is an admin and in which case can reset the password to an extension method
2017-04-18 20:09:27 +10:00
Shannon
13ccd86192
Adds another check for not being able to read the index
2017-04-18 12:35:21 +10:00
Shannon
336266c0eb
U4-9775 AlreadyClosedException is thrown when retrieving media if the app domain is currently in a shutdown state and the site is under heavy load
2017-04-18 12:32:44 +10:00
Warren Buckley
5c558b0eeb
Merge pull request #1881 from umbraco/temp-U4-9762
...
U4-9762 ezSearch package complains about pickers in macro parameters
2017-04-13 11:26:20 +01:00
Emil Wangaa
298e56ad05
Merge branch 'dev-v7.6' of https://github.com/umbraco/Umbraco-CMS into dev-v7.6
2017-04-12 14:24:27 +02:00
Emil Wangaa
d74d2cd945
Fixes U4-9732 Insert Value in new template editor missing standard metadata fields
2017-04-12 14:24:10 +02:00