Commit Graph

19252 Commits

Author SHA1 Message Date
Jacob Overgaard
29293edb4e chore: avoid nesting template literals 2024-09-09 18:10:40 +02:00
Jacob Overgaard
3c23ffd531 chore: add 'readonly' to styles property 2024-09-09 18:08:46 +02:00
Jacob Overgaard
611f02bc96 feat: show a System information button in the logo popover if the user is an admin 2024-09-09 18:01:02 +02:00
Jacob Overgaard
0c801a40b9 fix: ensure the currentUser observable filters away undefined values so you can use firstValueFrom 2024-09-09 17:59:37 +02:00
Jacob Overgaard
92cc3b685e feat: load the sysinfo package 2024-09-09 17:59:16 +02:00
Jacob Overgaard
11051e29fe feat: add localization 2024-09-09 17:59:06 +02:00
Jacob Overgaard
2b79836ad6 feat: add new sysinfo package 2024-09-09 17:52:00 +02:00
Lee Kelleher
f06567d326 Bugfix: Content Picker, gets dynamic root value from menu context (#2212)
Content Picker: refactors gathering dynamic root current and parent uniques

Uses `UmbMenuStructureWorkspaceContext.structure` to get the
top-most entity workspace's unique and parent unique values.
2024-09-09 15:59:26 +02:00
dependabot[bot]
57f10776ff Bump marked from 13.0.3 to 14.1.0
Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.1.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v13.0.3...v14.1.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:56:15 +02:00
Jacob Overgaard
646b71e6a5 Merge pull request #2251 from umbraco/dependabot/npm_and_yarn/hey-api/openapi-ts-0.52.11
Bump @hey-api/openapi-ts from 0.48.3 to 0.52.11
2024-09-09 12:09:10 +02:00
Jacob Overgaard
dbfc6e8d36 fix: changePassword should use new method generated by api (operationId has changed) 2024-09-09 12:02:47 +02:00
Jacob Overgaard
257eb7f85f chore: generate new types 2024-09-09 12:02:17 +02:00
Niels Lyngsø
e6a188d4e2 Merge pull request #2257 from detjonmataj/v14/fix/dictionary-item-misleading-description-when-name-not-set
Fix: Update dictionary's name fallback value when using it as a placeholder in `dictionaryItem_description` localization term
2024-09-09 11:57:46 +02:00
Niels Lyngsø
4273a93ef3 Merge branch 'main' into v14/fix/dictionary-item-misleading-description-when-name-not-set 2024-09-09 11:51:40 +02:00
Niels Lyngsø
aebfc432ef Merge pull request #2255 from umbraco/v14/bugfix/more-than-one-area-rule
Fix: Block Grid Editor — Specified Permissions Group Rules
2024-09-09 11:41:32 +02:00
Niels Lyngsø
112e31fc8f Merge pull request #2248 from umbraco/v14/feature/readonly-block-list
Feature: Readonly mode for Block List Property Editor UI
2024-09-09 10:51:41 +02:00
Niels Lyngsø
d514ceebd9 Merge branch 'main' into v14/feature/readonly-block-list 2024-09-09 10:42:17 +02:00
Niels Lyngsø
95adeac797 Merge pull request #2235 from umbraco/v14/feature/save-publish-language-permissions
Feature: Workspace Save, Publish, Publish With Descendants, and Schedule language permissions
2024-09-09 10:41:05 +02:00
Mads Rasmussen
b7aa1450b5 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-09-09 08:17:15 +02:00
detjonmataj
96d505c3a9 Fix: Update dictionary's name fallback value when using it as a placeholder in dictionaryItem_description localization term
- Changed the fallback value from 'unnamed' to a zero-width space to avoid confusion with existing dictionary items. Using a quoted empty string is intuitive when the dictionary name is also empty.
- Note: Used the zero-width space HTML entity (`&#8203;`) instead of an empty string because `term` function from `UmbLocalizationController` short-circuits the arguments with the matching placeholder. Empty strings are considered falsy values thus  it return the original template without replacing the placeholders (`%index%` or `{index}`)
2024-09-06 05:58:37 +02:00
Niels Lyngsø
15c9cf531f Merge pull request #2229 from umbraco/v14/feature/readonly-content-picker
Feature: Readonly mode for Content Picker Property Editor UI
2024-09-02 19:43:37 +02:00
Niels Lyngsø
e14a1999ef TODO comment on input-rich-media.element.ts 2024-09-02 19:37:07 +02:00
Niels Lyngsø
fa68faab01 add tdo comment input-media.element.ts 2024-09-02 19:35:14 +02:00
Mads Rasmussen
92ae4dd02c Merge branch 'main' into v14/feature/readonly-content-picker 2024-09-02 18:21:26 +02:00
Niels Lyngsø
671b56e36f remove unused argument 2024-09-02 14:21:44 +02:00
Niels Lyngsø
9c84fabed3 fix rule validation 2024-09-02 14:13:48 +02:00
Niels Lyngsø
5d8e0a969d avoid removing pristine on focus, instead on blur 2024-09-02 14:13:38 +02:00
Niels Lyngsø
d8774bc495 notes for maybe future feature 2024-09-02 14:13:25 +02:00
Niels Lyngsø
b181e4f1ec move type, refactor logic 2024-09-02 13:14:06 +02:00
dependabot[bot]
0d3404c2fd Bump @hey-api/openapi-ts from 0.48.3 to 0.52.11
Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.48.3 to 0.52.11.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.48.3...@hey-api/openapi-ts@0.52.11)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 06:54:14 +00:00
Mads Rasmussen
6eddaf8e3b Merge pull request #2250 from umbraco/dependabot/npm_and_yarn/eslint/js-9.9.1
Bump @eslint/js from 9.9.0 to 9.9.1
2024-09-02 08:52:57 +02:00
Mads Rasmussen
4de1254aaf Merge pull request #2253 from umbraco/dependabot/npm_and_yarn/eslint-plugin-wc-2.1.1
Bump eslint-plugin-wc from 2.1.0 to 2.1.1
2024-09-02 08:48:41 +02:00
dependabot[bot]
fed06ce0a7 Bump eslint-plugin-wc from 2.1.0 to 2.1.1
Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/43081j/eslint-plugin-wc/releases)
- [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/43081j/eslint-plugin-wc/compare/v2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-wc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 18:25:03 +00:00
dependabot[bot]
7f91e239dd Bump @eslint/js from 9.9.0 to 9.9.1
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.9.0 to 9.9.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 18:24:28 +00:00
Mads Rasmussen
a9adfdd5c7 Merge branch 'main' into v14/feature/readonly-content-picker 2024-09-01 20:23:27 +02:00
Niels Lyngsø
c19c0f5b67 Merge pull request #2238 from umbraco/v14/feature/readonly-member-group-picker-property-editor
Feature: Readonly mode for Member Group Picker Property Editor UI
2024-08-31 18:43:06 +02:00
Niels Lyngsø
3de73aadff Merge branch 'main' into v14/feature/readonly-block-list 2024-08-30 21:29:23 +02:00
Niels Lyngsø
a565489e40 one prop for read only state 2024-08-30 21:27:03 +02:00
Niels Lyngsø
5370db33ce Merge branch 'main' into v14/feature/readonly-member-group-picker-property-editor 2024-08-30 21:15:33 +02:00
Niels Lyngsø
9ffdbb7fda Merge pull request #2241 from umbraco/v14/feature/readonly-markdown-property-editor
Feature: Readonly mode for Markdown Property Editor UI
2024-08-30 21:15:27 +02:00
Niels Lyngsø
90e83607b0 Merge branch 'main' into v14/feature/readonly-member-group-picker-property-editor 2024-08-30 21:15:26 +02:00
Niels Lyngsø
2bfa613c60 Merge branch 'main' into v14/feature/readonly-markdown-property-editor 2024-08-30 21:09:01 +02:00
Mads Rasmussen
24e532b98e more explicit unique 2024-08-30 14:08:57 +02:00
Mads Rasmussen
f9aa57b3aa Merge branch 'main' into v14/feature/readonly-block-list 2024-08-30 14:05:11 +02:00
Mads Rasmussen
ba2cd1e596 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-08-30 14:02:35 +02:00
Mads Rasmussen
da73550d6a Update document-workspace.context.ts 2024-08-30 14:01:21 +02:00
Niels Lyngsø
731dade71d Merge pull request #2245 from umbraco/v14/feature/block-grid-validation
Feature: block grid validation
2024-08-30 09:28:03 +02:00
Niels Lyngsø
9aceaff6b7 Merge branch 'main' into v14/feature/block-grid-validation 2024-08-30 09:21:53 +02:00
Mads Rasmussen
8ca2bf7509 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-08-30 09:19:57 +02:00
Niels Lyngsø
c5434a8113 Fix: Determine when to create Blocks directly or via Block Workspace (#2242)
fix broken create block in workspace experience
2024-08-30 09:18:37 +02:00