Nikolaj Geisle
1b712fe6ec
Merge pull request from GHSA-gvpc-3pj6-4m9w
...
* Add MarkDownPropertyValueEditor with html sanitizer
* Implement IMarkdownSanitizer.
2024-02-06 09:53:40 +01:00
Ronald Barendse
4aed6a1034
Skip cache refresher operations for content blueprints ( #15633 )
...
* Skip cache refresher operations for content blueprints
* Fix JsonPayload deserialization error by adding a default constructor and property initializers
* Obsolete JsonPayload constructor and update usages
2024-02-01 10:13:00 +01:00
Bjarke Berg
ac02e97e0c
V10+ version of https://github.com/umbraco/Umbraco-CMS/pull/15638 ( #15664 )
2024-02-01 10:01:52 +01:00
Aleksander
5b102e3b8e
Pass cache level to properties when creating published content in nucache
...
(cherry picked from commit d9d2b66e8580bc0cbdd42739a92cf9df16b4e96e)
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/PublishedContent.cs
(cherry picked from commit 040495f359 )
2024-01-31 10:55:34 +01:00
Bjarke Berg
ec25c3a61d
Bump version
2024-01-30 15:52:25 +01:00
Kenn Jacobsen
e8a81e30b1
Add policies for content template handling ( #15482 )
2023-12-19 14:22:09 +01:00
Chris Fitz-Avon
38f7df2b0c
Remove content section access policy from GetAllLanguages endpoint. #15435 ( #15450 )
...
(cherry picked from commit cedfdcc9b2 )
2023-12-18 08:27:01 +01:00
Bjarke Berg
f9ea546c66
Bump version
2023-12-18 08:26:38 +01:00
Bjarke Berg
c2c1285d17
Fix json schema
2023-12-12 15:56:54 +01:00
Zeegaan
73fab105d2
Loosen up policies so editors can get what they need
2023-12-12 15:48:37 +01:00
Bjarke Berg
0c355b0cf1
Bump version
2023-12-12 15:47:43 +01:00
Bjarke Berg
0ed0338d8f
Merge remote-tracking branch 'origin/release/12.3.4' into release/12.3
2023-12-12 15:47:28 +01:00
Bjarke Berg
4a0d364d10
Post fix
2023-12-11 16:33:56 +01:00
Nikolaj Geisle
237e4e56b2
Merge pull request from GHSA-v98m-398x-269r
...
Co-authored-by: kjac <kja@umbraco.dk >
2023-12-11 14:00:23 +01:00
Nikolaj Geisle
42ae37e502
Merge pull request from GHSA-cfr5-7p54-4qg8
...
* Apply authorization policies to controllers
* Return bad request if we urltracking is disabled
---------
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-12-11 13:59:59 +01:00
Nikolaj Geisle
3331788c5c
Merge pull request from GHSA-8qp8-9rpw-j46c
...
* Ensure that missing access rules do not break the site (#15081 )
(cherry picked from commit 6777145079 )
* Added Exception handling and replicated error and info message
* Update auth.resource.js
Fixed the message
* Changed Delay introduction to early phase to avoid repeating code.
---------
Co-authored-by: Kenn Jacobsen <kja@umbraco.dk >
Co-authored-by: jey <jey@umbraco.dk >
Co-authored-by: Jey <cyaqublu@gmail.com >
2023-12-11 13:59:35 +01:00
Nikolaj Geisle
50a107f885
Merge pull request from GHSA-6324-52pr-h4p5
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-12-11 13:59:03 +01:00
Zeegaan
3a697d90fc
Suppress flow when queueing background threads
2023-12-11 12:44:06 +01:00
Kenn Jacobsen
d752853d89
Fix disposed DbContext issue ( #15090 ) ( #15410 )
2023-12-10 19:18:32 +01:00
Bjarne Fyrstenborg
da6aaa07db
Don't change format in convertToLocalMomentTime ( #15223 )
...
(cherry picked from commit 963e57723a )
2023-12-01 10:03:23 +01:00
Kenn Jacobsen
528b7d346a
Rollback some #14816 changes to fix 2FA ( #15317 )
2023-11-30 11:32:49 +01:00
Kenn Jacobsen
016709eecd
Add query string info to links in API output ( #15327 )
2023-11-30 10:36:53 +01:00
Sven Geusens
87380902f0
Bump version
2023-11-28 09:35:34 +01:00
Sven Geusens
c73b7f42d9
Move localdb file management of PublishedSnapshotService into itself. ( #15085 )
...
* Move localdb file management of PublishedSnapshotService into itself.
Added a way for the PublishedSnapshot service to clean up it's local files so (for example) Upgrade migrations have a reliable way of removing known invalid cache files without running into locking issues
* Small rename to differentiate existing method from simple getter
* Fix breaking change
Long live default implementations 🎉
* Another breaking change fix
---------
Co-authored-by: Sven Geusens <sge@umbraco.dk >
2023-11-28 09:31:11 +01:00
Bjarke Berg
6aca62b202
Bump version
2023-11-22 08:22:07 +01:00
Bjarke Berg
d2ff2ea46e
Bugfix: Count existing media correct ( #15206 )
...
* https://github.com/umbraco/Umbraco-CMS/issues/15205
Count media correct
* Fix content should be document
2023-11-15 09:34:27 +01:00
Bjarke Berg
28e8ac11f0
Added scope.complete in edge cases. ( #15207 )
2023-11-15 09:03:08 +01:00
Andreas Zerbst
b8a1c42660
V12 Bugfix, Added compare provider name extension for Sqlite ( #15189 )
...
* Created an extension for comparing the current and the outdated providerName for Sqlite
* Added usages for the CompareProviderNames
* Added another case if the providerName is the outdated SQLite
* Both cases use Sqlite, so there is no need to have duplicate code
(cherry picked from commit d0cd22b09d )
2023-11-14 20:39:33 +01:00
Bjarke Berg
8ffddb77ff
Bump version
2023-11-14 18:55:52 +01:00
Bjarke Berg
2b7785fcd3
https://github.com/umbraco/Umbraco-CMS/issues/15195 Fixed issue with media not cached correct ( #15196 )
2023-11-14 09:14:39 +01:00
Bjarke Berg
d112ba5e40
Bump version
2023-11-14 09:11:58 +01:00
Kenn Jacobsen
80fac866c9
Ensure invariant properties return the correct cache value at source level ( #15145 )
...
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2023-11-07 09:02:08 +01:00
Elitsa Marinovska
d35c6f0e94
Update correct action ( #15142 )
...
(cherry picked from commit ffaa77eb25 )
2023-11-06 17:56:08 +01:00
Bjarke Berg
b12d88818d
bump version
2023-11-06 17:54:38 +01:00
Zeegaan
10264f244b
bump version
2023-11-02 09:14:18 +01:00
Zeegaan
609a3ebca1
Merge branch 'release/12.3.0' into v12/dev
2023-11-02 08:53:11 +01:00
Nikolaj Geisle
c42eb28129
Bump version
2023-11-01 14:40:51 +01:00
Bjarke Berg
c6e760c114
Merge remote-tracking branch 'origin/v11/dev' into v12/dev
2023-11-01 12:24:04 +01:00
Bjarke Berg
1ce71b6760
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2023-11-01 12:21:12 +01:00
Elitsa Marinovska
fc81cc8f38
Check content permissions before performing action ( #15043 )
...
* Setting actionContext.Result when authz wasn't successful
* Taking into account permissions when it is a new node
* Cleanup
* Passing nodeId as path when new item
2023-11-01 11:50:24 +01:00
Nikolaj Geisle
52fd853d52
Move to core ( #15084 )
2023-11-01 11:47:27 +01:00
Elitsa Marinovska
92af8ac881
Check content permissions before performing action ( #15043 )
...
* Setting actionContext.Result when authz wasn't successful
* Taking into account permissions when it is a new node
* Cleanup
* Passing nodeId as path when new item
2023-11-01 11:30:32 +01:00
Nikolaj Brask-Nielsen
d5ff80352e
Fix custom dbcontexts extention methods ( #14937 )
...
* test: Create failing test
* feat: New extension methods for adding Umbraco DBContexts
* test: Cleaned up integration tests
2023-11-01 10:06:17 +01:00
Jacob Overgaard
107a70ad31
bump @umbraco-ui/uui from 1.4.0 to 1.5.0
2023-10-30 14:54:53 +01:00
Jacob Overgaard
bab06b7749
bump @umbraco-ui/uui from 1.4.0 to 1.5.0
2023-10-30 14:50:00 +01:00
Lucas Bach Bisgaard
bde88caf14
Fixes #14351 - Using Fallback to default langauge on a specific item changes the whole VariationContext ( #14620 )
...
(cherry picked from commit 738749b705 )
2023-10-26 11:47:44 +02:00
Mads Rasmussen
de12019fea
Bugfix: UI for preview bug related to single language & non variant content ( #15032 )
...
* Bump tinymce from 6.7.0 to 6.7.1
* Ensure PackageVersion is set correctly before transforming template.json
* rerun watchers every time we reinit the data
* handle variant content with only one language
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
Co-authored-by: Ronald Barendse <ronald@barend.se >
2023-10-26 09:25:50 +02:00
Bjarke Berg
e7f4d321c5
Merge remote-tracking branch 'origin/v11/dev' into v12/dev
2023-10-26 09:02:42 +02:00
Bjarke Berg
610080afc4
Merge remote-tracking branch 'origin/v10/dev' into v11/dev
2023-10-26 09:02:04 +02:00
Bjarke Berg
f4ac6cdded
Added "pr: none" to nightly trigger ( #15044 )
2023-10-26 09:01:25 +02:00