Commit Graph

36606 Commits

Author SHA1 Message Date
Shannon
b5d2adaf25 remove explicit 2020-09-02 18:20:30 +10:00
Shannon
27586d9f19 removes proj ref that wasn't needed 2020-09-02 18:19:27 +10:00
Nikolaj
064acda304 First shake at RoslynCompiler 2020-09-02 10:17:33 +02:00
Sebastiaan Janssen
79ac19bff8 Merge branch 'v8/8.7' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
#	src/Umbraco.Web.UI.Client/package.json
#	src/Umbraco.Web.UI.Client/src/common/services/formhelper.service.js
#	src/Umbraco.Web.UI.Client/src/views/common/overlays/itempicker/itempicker.controller.js
#	src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.html
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.controller.js
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.html
#	src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
#	src/Umbraco.Web.UI.Client/src/views/documenttypes/create.html
#	src/Umbraco.Web.UI.Client/src/views/logviewer/search.html
#	src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
#	src/Umbraco.Web.UI.Client/src/views/packages/edit.html
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdownFlexible/dropdownFlexible.controller.js
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
2020-09-02 10:14:10 +02:00
Shannon
f84a93ae20 Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated 2020-09-02 18:10:29 +10:00
Bjarke Berg
97e6d76ec9 Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten 2020-09-02 10:03:53 +02:00
Bjarke Berg
edca4af7f4 Fix MaxFailedAccessAttemptsBeforeLockout from config 2020-09-02 10:03:35 +02:00
Bjarke Berg
90d14158ee Clean up - Removed duplicate ctor in UmbracoVersion 2020-09-02 09:05:55 +02:00
Andy Butland
8638419088 Fixed dependency resolution issue in PackagingService. 2020-09-02 08:41:41 +02:00
Andy Butland
f1bda37a64 Updates following PR review. 2020-09-01 18:10:12 +02:00
Niels Lyngsø
392918c136 no need to hideDialog as thats already begin done by the other methods 2020-09-01 11:33:57 +02:00
Sebastiaan Janssen
703037195a Revert "Preserve sort order when copying content"
This reverts commit 47dc631ca0.
2020-08-31 23:20:18 +02:00
Bjarne Fyrstenborg
9d4536a607 Update to nouislider v14.6.1
(cherry picked from commit ed59b22b6c)
2020-08-31 22:34:24 +02:00
Bjarne Fyrstenborg
ed59b22b6c Update to nouislider v14.6.1 2020-08-31 22:33:09 +02:00
BatJan
e02c417cf8 Convert a to button 2020-08-31 22:30:26 +02:00
Olivier Bossaer
9c33f4b2fe Fix #7672 - Image can be added to root of Media when AllowAtRoot is false (#7853) 2020-08-31 22:25:09 +02:00
Marta
5bb61d138e #7672 checking allowed image types on each folder switch 2020-08-31 22:19:44 +02:00
Jose Marcenaro
8a6d2cc3b0 Add varchar(max) support in DTO attributes
[SpecialDbType(SpecialDbTypes.NVARCHARMAX)]
2020-08-31 22:09:54 +02:00
Poornima Nayar
c1e2f8f974 RedirectToUmbracoPageResult - Extended to allow a Guid (#8139) 2020-08-31 22:06:04 +02:00
Kenn Jacobsen
47dc631ca0 Preserve sort order when copying content 2020-08-31 21:59:59 +02:00
Rachel Breeze
108ea2df5e Made the logviewer more accessible (#8213) 2020-08-31 21:56:00 +02:00
Jan Skovgaard
ae7290ff8b Userpicker view: Change anchor element to button (#8738)
* Change a to button

* Fix styling issues after button conversion
2020-08-31 20:56:27 +02:00
Bjarne Fyrstenborg
6bb105fb88 Use umb-radiobutton component in grid configuration (#8775) 2020-08-31 20:48:56 +02:00
Bjarne Fyrstenborg
dfa12664e5 Ensure directives use end-closing tag
(cherry picked from commit af63c6f93a)
2020-08-31 20:45:57 +02:00
Bjarne Fyrstenborg
af63c6f93a Ensure directives use end-closing tag 2020-08-31 20:45:23 +02:00
Kenn Jacobsen
69321d3021 Sort the languages by their display name 2020-08-31 20:44:17 +02:00
Kenn Jacobsen
48e38b089d Sort dictionary translations by display name 2020-08-31 20:43:12 +02:00
Bjarne Fyrstenborg
031769fb17 V8.7RC Block list adjustments (#8763) 2020-08-31 20:41:17 +02:00
Jan Skovgaard
f33c43609f General markup cleanup on buttons and icons (#8746) 2020-08-31 20:30:47 +02:00
Jan Skovgaard
6de24fc7f1 User property editor: Add "Remove" warning dialog (#8745) 2020-08-31 20:27:07 +02:00
Jan Skovgaard
3c1ad02126 Userpicker: Add warning overlay when the "Remove" button is hit (#8739) 2020-08-31 20:17:17 +02:00
Bjarne Fyrstenborg
62d2963501 Add not-allowed cursor for entities in file picker which are not allowed to select 2020-08-31 20:14:53 +02:00
Bjarne Fyrstenborg
a0c9c98f81 Add semicolon after named functions 2020-08-31 20:14:53 +02:00
erol akgül
ee80c24df1 Update ContentTypeRepositoryBase.cs
propertytypeid => propertyTypeId
2020-08-31 19:55:22 +02:00
Jan Skovgaard
fd88a88b08 Various fixes for macroparameterpicker view (#8606) 2020-08-31 19:34:09 +02:00
Bjarne Fyrstenborg
6ff100a7c7 Update umb-mini-search component (#8566) 2020-08-31 19:31:50 +02:00
Bjarne Fyrstenborg
6f5806c1cc Update umb-property-actions toggle button (#8565) 2020-08-31 19:22:59 +02:00
Shannon
664504833b Move scope management outside of iterator method 2020-08-31 23:57:26 +10:00
BatJan
a6309523d3 Fix space issue after the previous used div was converted to H1 2020-08-31 15:41:42 +02:00
Shannon
6e08a0396e Umbraco to re-index data on background thread
Fixes issue with scopes being disposed or referenced incorrectly due to yield returns as this can capture a scope in the enumerator which will get passed to a background thread in Examine and cause some issues. We saw this issue in netcore but the issue must still exist in v8 but we don't visibly see it for some reason. The other issue is that the ValueSet lookup for content was done 3x when an IContent is saved and it should only be done 2x, one for published, one for unpublished. The other issue is that the data lookups to build a ValueSet are intended to be done on a background thread. This is the case in v7 because the IEnumerable is lazy and passed all the way down to Examine's background thread but this doesn't occur in v8 because we need to iterate/split that value set before it's sent to Examine so the ValueSet is eagerly built within the request. We can easily resolve this by using the background task manager and just pushing a task when IContent/IMedia/IMember is saved. This will return the execution to the UI quicker.
2020-08-31 23:41:19 +10:00
Bjarne Fyrstenborg
1a4eb442e1 Packages adjustments (#8765) 2020-08-31 15:39:48 +02:00
Bjarke Berg
cb88865a7d Added iconApiBaseUrl to BareMinimumServerVariables 2020-08-31 15:23:43 +02:00
Shannon
3cac678bf3 WIP creating invite event 2020-08-31 22:53:17 +10:00
Shannon
a110d4d216 Ensures Smidge is configured to use Nuglify 2020-08-31 22:46:17 +10:00
Bjarke Berg
63c8555122 missing import 2020-08-31 13:56:25 +02:00
Bjarke Berg
4a150859cd Fixed reset password for functionality 2020-08-31 13:39:29 +02:00
Bjarke Berg
edd457c24b Force Examine to run in sync for integration tests 2020-08-31 11:31:56 +02:00
Nikolaj
10aae75ec6 Return IHtmlString instead of MvcHtmlString from GetBlockListHtml 2020-08-31 11:08:44 +02:00
Bjarke Berg
30b1d52e67 Merge pull request #8750 from idseefeld/netcore/fix-install-api-url
Netcore/fix install api url
2020-08-28 16:46:02 +02:00
Dirk Seefeld
7791fdcafa ensure the the install api url ends with / to respect umbraco.installer.js method 2020-08-28 16:07:21 +02:00