Commit Graph

32155 Commits

Author SHA1 Message Date
Niels Swimberghe
e578ca1b0f Add KeepAlive settings to resolve #7116 (#7164) 2019-12-20 08:14:42 +01:00
Shannon
95d3a87bb2 Simplifies ScopeProvider now that we are using AsyncLocal we don't need to worry about the weird constraints of CallContext which was being worked around with the static object dictionary 2019-12-20 16:19:29 +11:00
Shannon
ef5a6a1db6 Adds notes changes some logic 2019-12-20 15:12:54 +11:00
Shannon
bcc0fa391a adds notes, changes to use AsyncLocal<Guid> then will look at full refactor 2019-12-20 12:50:33 +11:00
BatJan
217a93a070 Add umb-auto-focus directive so input recieves focus when add has been clicked 2019-12-19 19:11:48 +01:00
Kenn Jacobsen
22968b4af4 Reflect inherited permissions in child node menus (#6798) 2019-12-19 16:25:03 +00:00
Warren Buckley
1fc2c89ea6 Updates the HTML Razor Partial View for grid cell items that use Embed
It has been recently updated in 8.2.0 that the Value stored is a JSON object containing width, height & the raw HTML returned by the oEmbed

Fixes #7178
2019-12-19 16:01:55 +00:00
Bjarke Berg
0a4cfcd3bc Merge remote-tracking branch 'origin/netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext' into netcore/feature/AB4227-move-files-to-infrastructure 2019-12-19 15:59:19 +01:00
Bjarke Berg
dbf0581cb1 AB3791 - Removed unnessasary [Apartment(ApartmentState.STA)] 2019-12-19 15:55:01 +01:00
Jan Skovgaard
929eec17d7 Extend umb-checkbox to allow icons (#6979)
* Add iconclass setting so we can render an icon next to the checkbmark when used in the rte settings

* Remove wrapping label

* Remove temporary inline stylling and ensure elements are not rendered if their values are missing

* Refactor styling so the spacing is handled by the label making it more flexible when having icon + text combinations

* Remove todo comment
2019-12-19 14:43:47 +00:00
BatJan
95f2258123 Remove data-toggle attribute 2019-12-19 14:21:03 +00:00
BatJan
bfef4c4758 Refactor search toggle to use a button and fix it's accessibility 2019-12-19 14:21:03 +00:00
Poornima Nayar
6afd77ecb9 Merge pull request #7028 from kjac/v8/fix/linkpicker-styling
V8: Evenly distribute link URL and anchor inputs in linkpicker
2019-12-19 14:18:06 +00:00
Kenn Jacobsen
6241603c33 V8: On smaller screens, trees should close when you click outside them (#7018) 2019-12-19 14:15:46 +00:00
BatJan
1f6534739d Change <a> to <button> 2019-12-19 14:13:46 +00:00
Bjarne Fyrstenborg
3df135fb06 Update to noUiSlider v14.1.1 2019-12-19 13:57:16 +00:00
Bjarne Fyrstenborg
c54f74d005 Update noUiSlider to v14.1.0 for accessibility to support keys Home/End and Page Up/Down 2019-12-19 13:57:16 +00:00
poornima-abelandcole
bf071e7407 Removed Members Dashboard Intro 2019-12-19 13:53:40 +00:00
Kenn Jacobsen
a5c0965e02 Automatically select uploaded media in media pickers 2019-12-19 13:41:49 +00:00
Poornima Nayar
00364bcdf0 Merge pull request #6997 from DennisRP/v8/fix/mini-list-view-breadcrumbs-alignment
Fix - Misaligned breadcrumbs in mini list view
2019-12-19 11:47:08 +00:00
Poornima Nayar
d3d64e6b40 Merge pull request #6891 from skttl/overlay-container-alignment
Aligns the padding of .umb-overlay-container with .umb-overlay-header
2019-12-19 11:44:29 +00:00
Shannon Deminick
d624005355 Merge pull request #7309 from umbraco/netcore/feature/move-files
Netcore/feature/move files
2019-12-19 22:35:55 +11:00
Bjarke Berg
cfacc4912d AB4227 - Made some classes internal 2019-12-19 12:24:30 +01:00
esther
d050bc6500 remove duplicate method canAdd 2019-12-19 12:00:09 +01:00
Poornima Nayar
5d05c2ad4b Replaced umb-checkbox with umb-toggle in listview copy overlay (#6944) 2019-12-19 11:39:11 +01:00
Bjarke Berg
2ed6b11b6f Merge remote-tracking branch 'origin/netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext' into netcore/feature/AB4227-move-files-to-infrastructure
# Conflicts:
#	src/Umbraco.Tests.Benchmarks/BulkInsertBenchmarks.cs
#	src/Umbraco.Tests/TestHelpers/TestHelper.cs
#	src/Umbraco.Web/Editors/UsersController.cs
2019-12-19 11:34:08 +01:00
Anders Bjerner
b2195ebed6 Improved the ngdocs for the editor service (#7023) 2019-12-19 11:33:43 +01:00
Anders Bjerner
f1393295ac Fixed casing for the "noTemplate" option (#7022)
* Fixed casing for the "noTemplate" option

The option should be named using camel casing similar to pretty much all other options. The fix is made so either "notemplate" or "noTemplate" can be specified, making the fix backwards compatible instead of creating a breaking change.

* Setting "documentTypeId" to "-1" if not already specified and "create" is "true"
2019-12-19 11:32:04 +01:00
Bjarke Berg
2fd6e8d617 Merge remote-tracking branch 'origin/netcore/feature/move-files' into netcore/feature/AB3791-Move-scoping-to-infrastructure-and-replace-callcontext 2019-12-19 11:30:25 +01:00
Bjarke Berg
4a2ecef369 Merge remote-tracking branch 'origin/netcore/feature/move-files' into netcore/feature/move-files 2019-12-19 11:23:43 +01:00
Bjarke Berg
67c54bec50 AB4227 - Review fixes - Added null logger + clean up 2019-12-19 11:23:31 +01:00
David Zweben
da0e053dbc Fixed @name label in filemanager.service.js
Corrected the @name documentation of the setFiles method in filemanager.service.js, from "addFiles" to "setFiles".
2019-12-19 10:51:11 +01:00
Nathan Woulfe
65a2c0bde4 add disable-hotkeys attribute to disable hotkeys (#7186) 2019-12-19 10:44:26 +01:00
Poornima Nayar
2dfabae9b9 Merge pull request #6672 from kjac/v8/fix/actions-multiple-groups
V8: Handle permissions for users in multiple groups
2019-12-19 09:18:40 +00:00
Andy Butland
ec831bcec0 V8: #7209 fixes filter in User Management not keeping state (#7216)
* Saved and restored user view filter and sort when viewing user details and returning to list.

* Reworked state retention when navigating to and from the users list and user details pages to use querystring values.

* Fixed issue with culture parameter on navigating between user list and details screen.
Ensured when opening users list with querystring that user states filter is correctly populated.
2019-12-19 10:12:56 +01:00
Sven Geusens
57a58f91cd Added Ids to inputs so the label in umb-control-group gets linked 2019-12-19 10:06:40 +01:00
Warren Buckley
fa2bbcc358 V8: Add in Recycle Bin context message (#7341)
* Add a message bar to give context that this node/content item is in the trash/recycle bin

* Update umb-variant-content.html

* Update en.xml

* Update en_us.xml
2019-12-19 09:38:44 +01:00
Sebastiaan Janssen
8b225b8e58 Merge branch 'v8/dev' into v8/contrib 2019-12-19 09:18:02 +01:00
poornimanayar
9594767d17 revert unnecesary changes for the css class 2019-12-19 09:11:40 +01:00
Dirk Seefeld
e423c93a16 Fix HelpController for isolated intranet solutions (#7163)
* Fix HelpController for isolated intranet solutions

* remove debug catch & throw lines
2019-12-19 09:05:47 +01:00
Paul Seal
6f90bc2990 - only show remove photo on user avatar when there is an avatar 2019-12-19 09:03:19 +01:00
Rachel Breeze
b8387ac4e5 Don't keep prepending login to the page title
Now uses #6456 to prevent the page title being appended to the previous page title when the user is automatically logged out.
2019-12-19 08:50:59 +01:00
Poornima Nayar
e92ab7d3a5 Changed the Disable button in user details to be warning style 2019-12-19 08:35:39 +01:00
Dennis Adolfi
a835aa0674 v8: Updated search component to get translated placeholder "Search.." and "Clear" text (#7122)
* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.

* Added Clear translation to en.xml, en-us.xml and sv.xml.

* befin translation search placeholder. Not working for some reason, investiagte.

* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.

* merge conflicts

* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.

* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.

* Remove whitespace noise
2019-12-19 08:25:42 +01:00
Shannon
a8f006e36e Removes the useNativeBulkInsert parameter, it's super old and useless 2019-12-19 17:56:48 +11:00
Shannon
aae5fc0048 Removes BulkInsertRecordsWithTransaction and changes tests 2019-12-19 17:45:28 +11:00
Bjarke Berg
7f9fbe9877 AB4227 - Removed StringExtensions from core.. 2019-12-18 18:55:00 +01:00
Liam Laverty
76ef9da271 maps isSensitiveData in groupsbuilder
` property.isSensitiveData = propertyModel.isSensitiveData;` wasn't being set, which seems to have caused https://github.com/umbraco/Umbraco-CMS/issues/7270
2019-12-18 14:48:54 +01:00
Bjarne Fyrstenborg
c692bd997a Use input-id on toggle in profiler dashboard 2019-12-18 14:47:18 +01:00
René Pjengaard
56b0480d4f added documentation for param startNodeId (mediaPicker) 2019-12-18 14:45:33 +01:00