Sebastiaan Janssen
e75178e8a6
Merge branch 'v8/8.12' into v8/dev
2021-03-03 17:56:32 +01:00
Sebastiaan Janssen
c82f379dd9
Merge branch 'v8/8.11' into v8/8.12
2021-03-03 16:35:53 +01:00
Sebastiaan Janssen
8e759d2dfe
Merge branch 'v8/8.10' into v8/8.11
2021-03-03 16:35:28 +01:00
Sebastiaan Janssen
c10ed3693d
Merge branch 'v8/8.9' into v8/8.10
2021-03-03 16:34:58 +01:00
Sebastiaan Janssen
62ac5434ff
Merge branch 'v8/8.8' into v8/8.9
2021-03-03 16:34:02 +01:00
Sebastiaan Janssen
5d8eed3eac
Merge branch 'v8/8.7' into v8/8.8
2021-03-03 16:33:43 +01:00
Sebastiaan Janssen
cf3bef8017
Merge branch 'v8/8.6' into v8/8.7
2021-03-03 16:33:13 +01:00
Bjarke Berg
0b5bace2f7
Bugfix: Members not locked out after failed login attempts ( #9921 )
...
* https://github.com/umbraco/Umbraco-CMS/issues/9861
Added test that shows the error
* https://github.com/umbraco/Umbraco-CMS/issues/9861
Fixed test that shows the error. Caches needs to be active, otherwise it do not show the error
* https://github.com/umbraco/Umbraco-CMS/issues/9861
More fix of test that shows the error. Caches needs to be active, otherwise it do not show the error
* https://github.com/umbraco/Umbraco-CMS/issues/9861
Fix issue by raise event and thereby update caches.
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
(cherry picked from commit 1bac97e0b0 )
2021-03-03 16:32:28 +01:00
Bjarke Berg
1bac97e0b0
Bugfix: Members not locked out after failed login attempts ( #9921 )
...
* https://github.com/umbraco/Umbraco-CMS/issues/9861
Added test that shows the error
* https://github.com/umbraco/Umbraco-CMS/issues/9861
Fixed test that shows the error. Caches needs to be active, otherwise it do not show the error
* https://github.com/umbraco/Umbraco-CMS/issues/9861
More fix of test that shows the error. Caches needs to be active, otherwise it do not show the error
* https://github.com/umbraco/Umbraco-CMS/issues/9861
Fix issue by raise event and thereby update caches.
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
2021-03-03 15:00:45 +01:00
Sebastiaan Janssen
dafca1486a
Merge branch 'v8/8.12' into v8/dev
2021-03-01 16:05:25 +01:00
Sebastiaan Janssen
03b6f1ba7f
Merge branch 'v8/8.11' into v8/8.12
2021-03-01 16:04:49 +01:00
Sebastiaan Janssen
22dee4e8d7
Merge branch 'v8/8.10' into v8/8.11
2021-03-01 16:04:13 +01:00
Sebastiaan Janssen
aaa8b0b4b2
Merge branch 'v8/8.9' into v8/8.10
2021-03-01 16:03:42 +01:00
Sebastiaan Janssen
7bc220b4b5
Merge branch 'v8/8.8' into v8/8.9
2021-03-01 16:03:18 +01:00
Sebastiaan Janssen
d5ee6c828d
Merge branch 'v8/8.7' into v8/8.8
2021-03-01 16:02:37 +01:00
Sebastiaan Janssen
d4da9bdcb5
Merge branch 'v8/8.6' into v8/8.7
2021-03-01 16:02:11 +01:00
Bjarke Berg
8004c8dfd3
Merge pull request #9441 from umbraco/v8/bugfix/explicit-scope-examine
...
Ensure there's explicit scopes used for all service access in the Examine indexing logic
(cherry picked from commit 3e7f912fcd )
2021-03-01 15:55:36 +01:00
Sebastiaan Janssen
e848e396af
Don't auto focus on the third menu item
2021-03-01 13:20:58 +01:00
Shannon
7bb18f1cc3
Fixes the Sql server SET LOCK_TIMEOUT call which was missing a space.
2021-03-01 13:16:32 +01:00
Bjarke Berg
7625857a14
Merge pull request #9870 from umbraco/v8/bugfix/ensure-custom-claims
...
Keep custom claims that are flowed during security stamp validation
2021-03-01 11:57:53 +01:00
Bjarke Berg
3e7f912fcd
Merge pull request #9441 from umbraco/v8/bugfix/explicit-scope-examine
...
Ensure there's explicit scopes used for all service access in the Examine indexing logic
2021-02-24 08:17:49 +01:00
Shannon
2bb8b02233
adds notes
2021-02-23 11:28:42 +11:00
Shannon
27d94f1ca6
removes testing timeout so it stays as it was
2021-02-23 11:25:27 +11:00
Shannon
e3dc017d7e
Keep custom claims that are flowed from autolinking
...
When auto linking with callbacks such as OnExternalLogin, custom claims can be added to the user which are flowed to the auth ticket/identity.
However, when the security stamp validator executes, the identity is re-created manually without any knowledge of those custom claims so
they are lost. This ensures that those custom claims flow through to the re-generated identity during the security stamp validation phase.
2021-02-23 10:41:00 +11:00
Sebastiaan Janssen
5ee98919bc
Fix test where selector wasn't specific enough
2021-02-22 17:22:04 +01:00
Sebastiaan Janssen
2cedf435a9
Fix error where the SQL for setting the timeout was missing a crucial space.
2021-02-22 16:41:44 +01:00
Chad
388e0283bc
Fixes #9615 - Upgrade to Htmlsanitizer v5 ( #9856 )
...
(cherry picked from commit a6e1c2e901 )
2021-02-22 09:56:13 +01:00
Shannon Deminick
64117921ea
Fixes: After deleting a member, a reindex is attempted, which fails ( #9807 )
...
(cherry picked from commit fa49d6ed10 )
2021-02-21 12:04:42 +01:00
Chad
ad0b70fc04
Speed up boot times and Improve Json (De)Serialization performance and reduce memory usage by reusing JsonSerializerSettings ( #9670 )
...
(cherry picked from commit 75ee3b9622 )
2021-02-21 11:01:35 +01:00
Sebastiaan Janssen
ea5da426e9
Bump version to 8.12.0-rc
2021-02-20 17:20:35 +01:00
Sebastiaan Janssen
980acafbeb
Merge branch 'v8/contrib' into v8/dev
2021-02-20 17:17:27 +01:00
BeardinaSuit
f064c074d1
Fix for Issue #135 - Variation < null >, < null> is not supported by the property type ( #9524 )
...
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
Co-authored-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
2021-02-20 14:37:11 +01:00
Sebastiaan Janssen
2c54adacf2
Add the ability to change the SQL Write Lock TimeOut ( #9750 )
...
Co-authored-by: Shannon <sdeminick@gmail.com >
2021-02-20 13:44:15 +01:00
Nathan Woulfe
b9b75b3794
Fix 'Do something else' button position in create dialog ( #9846 )
...
* fixes do something else button position in create dialog for doc types and media types
* adds type attribute to buttons
2021-02-20 02:30:20 +01:00
Sebastiaan Janssen
81f1c2e7d6
Update to latest Examine
2021-02-18 22:08:12 +01:00
Sebastiaan Janssen
02963e7b29
Remove HtmlSanitizer ( #9803 )
2021-02-18 17:50:00 +01:00
Bjarke Berg
9c9734546c
Merge pull request #9830 from umbraco/v8/bugfix/logging-for-9514
...
Fixes logging issue with Published Router and adds logging for Collision Detection
2021-02-17 08:26:33 +01:00
Shannon
16836951b4
Fixes logging for PublishedRouter
2021-02-17 12:45:59 +11:00
Robert
9ffa1c9e0c
Merge pull request #9818 from umbraco/v8/bugfix/added-more-extensions-to-disallowed-upload-files
...
Added more extensions to disallowed upload files
2021-02-16 14:46:35 +01:00
Warren Buckley
68ff157cf0
Ignores build.tmp folder at root as we don't want to analyze the tmp build output
2021-02-16 12:42:29 +00:00
Bjarke Berg
4aff5d38f8
Merge pull request #9778 from umbraco/v8/bugfix/broken-user-permissions-caches
...
Fixes issue with broken caches used for user permissions
2021-02-16 13:41:29 +01:00
Bjarke Berg
e1b5212810
Fixed potential NullReferenceException when using obsolete ctor.
2021-02-16 12:56:07 +01:00
Bjarke Berg
176b10cf5d
Added overloads to inject AppCaches + Fixed tests
2021-02-16 10:56:16 +01:00
Shannon
2477951493
Adds better logging for URL collision detection.
2021-02-16 17:07:12 +11:00
Bjarne Fyrstenborg
97ad14c895
Update to noUiSlider v14.6.3
2021-02-16 08:50:35 +10:00
Jim Löfgren
fc8dc76d80
Changed grid view labels and values to display: inline instead of display: inline-block to fix weird line break.
2021-02-16 08:07:11 +10:00
Bjarke Berg
7ebfd0e63c
Added Xamlx extension to the DisallowedUploadFiles
2021-02-15 13:19:16 +01:00
Mads Rasmussen
e6462eded6
V8/feature/10273 variant sorting ( #9797 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2021-02-15 11:15:45 +01:00
Marc Goodson
230bf1052c
V8/feature/super doctype create menu ( #9174 )
...
* WIP - added options from superdoctypecreate package
resolve merge conflict in create html file
* fiddling with the wording but it will never be perfect
* looks like ng-if should be ng-show
* Update data-elements for uniqueness (I'm not sure what these are used for!)
* pass 'iscomposition' on the querystring when choosing the 'composition' option from the menu
Why? - in the future we could hide the 'Compositions...' button when choosing to create a composition
* Remove PostCreateCollection implementation now the Create Collection is removed in this PR from the DocType Create menu
resolve merge conflict in Remove PostCreateCollection implementation now the Create Collection is removed in this PR from the DocType Create menu
* Add translations
* Put back PostSave method. It's useful.
Co-authored-by: Kenn Jacobsen <post@kennjacobsen.dk >
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-02-11 09:25:38 +10:00
Jakob Bagterp
e9429cfe44
Separate remove button and label for settings and styles in Grid Layout
...
It's inconvenient that the click area for the remove button laps over the label of settings and styles in the Grid Layout property editor. Simply as the editor may remove the style/setting by accident – and especially since there isn't an undo option.
Known issue: Linebreak of long text labels doesn't appear pretty, but this is cosmetic and can be fixed.
2021-02-10 03:34:30 +01:00