Mads Rasmussen
|
f1e557bb85
|
set event type as static on class
|
2023-11-02 16:31:07 +01:00 |
|
Jacob Overgaard
|
f5f1385a1d
|
do not rely on external imports
|
2023-11-02 16:15:06 +01:00 |
|
dependabot[bot]
|
d4510afd01
|
Bump @rollup/plugin-json from 6.0.0 to 6.0.1
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/json)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-json"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-02 15:09:27 +00:00 |
|
Jacob Overgaard
|
dddf16338c
|
fix security audit
|
2023-11-02 16:08:31 +01:00 |
|
Jacob Overgaard
|
60b61391ec
|
update storybook
|
2023-11-02 16:07:46 +01:00 |
|
dependabot[bot]
|
ce06667378
|
Bump plop from 3.1.2 to 4.0.0
Bumps [plop](https://github.com/plopjs/plop/tree/HEAD/packages/plop) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/plopjs/plop/releases)
- [Changelog](https://github.com/plopjs/plop/blob/main/packages/plop/CHANGELOG.md)
- [Commits](https://github.com/plopjs/plop/commits/plop@4.0.0/packages/plop)
---
updated-dependencies:
- dependency-name: plop
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-02 15:06:41 +00:00 |
|
Jacob Overgaard
|
2e20085b1f
|
Merge pull request #930 from umbraco/feature/multi-url-picker-fixes
Multi URL picker Modal - small adjustments
|
2023-11-02 16:06:25 +01:00 |
|
dependabot[bot]
|
78b3859b62
|
Bump prettier from 3.0.1 to 3.0.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.1...3.0.3)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-02 16:04:17 +01:00 |
|
dependabot[bot]
|
3d37867daa
|
Bump eslint-plugin-lit from 1.8.3 to 1.10.1
Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.8.3 to 1.10.1.
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.8.3...v1.10.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-lit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-02 16:04:05 +01:00 |
|
Lone Iversen
|
cc1f3449d3
|
uui styling imports
|
2023-11-02 16:03:43 +01:00 |
|
Lone Iversen
|
b5924cc633
|
style formats
|
2023-11-02 16:03:43 +01:00 |
|
Lone Iversen
|
ea035dd911
|
load stylesheets
|
2023-11-02 16:03:43 +01:00 |
|
Lone Iversen
|
60f13bb7fb
|
tinymce stylesheet config datatype
|
2023-11-02 16:03:43 +01:00 |
|
Mads Rasmussen
|
0f9a17634a
|
move observers to own methods
|
2023-11-02 15:48:35 +01:00 |
|
Mads Rasmussen
|
e61aa7acef
|
configure the collection on start up
|
2023-11-02 15:36:44 +01:00 |
|
Mads Rasmussen
|
0a7fc31b7c
|
add a collection configuration type
|
2023-11-02 15:36:11 +01:00 |
|
Mads Rasmussen
|
468763e74d
|
get all filter values from the mocked request
|
2023-11-02 15:11:04 +01:00 |
|
Mads Rasmussen
|
007ef13dc5
|
move filter handler to its own file
|
2023-11-02 14:52:34 +01:00 |
|
Mads Rasmussen
|
83fb79f338
|
remove duplicate props from context
|
2023-11-02 14:31:22 +01:00 |
|
Mads Rasmussen
|
0d17134850
|
observe values from pagination element
|
2023-11-02 14:31:00 +01:00 |
|
Mads Rasmussen
|
9fb04a24d0
|
add pagination manager
|
2023-11-02 14:30:31 +01:00 |
|
Mads Rasmussen
|
267d9e7af7
|
observe total items
|
2023-11-02 13:37:48 +01:00 |
|
Mads Rasmussen
|
4b33ceabeb
|
make total items more explicit
|
2023-11-02 13:36:14 +01:00 |
|
Mads Rasmussen
|
dc08005229
|
render pagination in collection element
|
2023-11-02 13:33:51 +01:00 |
|
Mads Rasmussen
|
5cd27f7046
|
add total pages and current page to collection context
|
2023-11-02 13:33:38 +01:00 |
|
Mads Rasmussen
|
2a4a32dc93
|
init pagiantion element
|
2023-11-02 13:33:18 +01:00 |
|
Mads Rasmussen
|
65c700d0d5
|
remove debugger
|
2023-11-02 13:33:06 +01:00 |
|
Mads Rasmussen
|
30c339d10f
|
rename filterCollection to getCollection
|
2023-11-02 12:30:12 +01:00 |
|
Mads Rasmussen
|
07840ea99e
|
remove getCollection from interface
|
2023-11-02 12:22:20 +01:00 |
|
Mads Rasmussen
|
52a40cf961
|
simplify
|
2023-11-02 11:26:10 +01:00 |
|
Mads Rasmussen
|
397eb9b547
|
make collection context self providing
|
2023-11-02 11:24:54 +01:00 |
|
Mads Rasmussen
|
57d9de4d22
|
only return oldPassword and newPassword
|
2023-11-02 11:11:44 +01:00 |
|
Mads Rasmussen
|
207d03b89c
|
require old password if changing password for the current user
|
2023-11-02 10:35:04 +01:00 |
|
Mads Rasmussen
|
181c5acd23
|
use umb state instead of behaviour subject
|
2023-11-02 10:26:00 +01:00 |
|
Mads Rasmussen
|
5e81dc90e4
|
add js docs to isUserCurrentUser method
|
2023-11-02 10:08:58 +01:00 |
|
Mads Rasmussen
|
71cc1894e7
|
suffix context token with context
|
2023-11-02 10:06:18 +01:00 |
|
Mads Rasmussen
|
8a93ab96b5
|
add curly brackets to if statement
|
2023-11-02 09:20:35 +01:00 |
|
Mads Rasmussen
|
83c19e2fb7
|
add curly brackets to if statement
|
2023-11-02 09:17:42 +01:00 |
|
Mads Rasmussen
|
1c98052050
|
Merge branch 'main' into improvement-user-spring-cleaning
|
2023-11-02 08:45:53 +01:00 |
|
Jacob Overgaard
|
ec100cdb91
|
optimize rollup plugins
|
2023-10-31 16:46:07 +01:00 |
|
Jacob Overgaard
|
b220a14578
|
be more holistic about when to render the preview (it threw errors when value was undefined)
|
2023-10-31 16:45:55 +01:00 |
|
Jacob Overgaard
|
b1d059c1b7
|
replace 'sanitize-html' with 'dompurify' due to it working better as esmodule and being the recommendation of 'marked'
|
2023-10-31 16:45:26 +01:00 |
|
Jacob Overgaard
|
6a28171952
|
await imports to make sure we catch the error the right place to avoid a single extension breaking the entire application
|
2023-10-31 16:13:47 +01:00 |
|
Lone Iversen
|
ecc1f4b1cb
|
Update src/packages/settings/dashboards/telemetry/dashboard-telemetry.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
|
2023-10-31 11:52:53 +01:00 |
|
Lone Iversen
|
a26e5105c7
|
localization for telemetry
|
2023-10-31 11:52:53 +01:00 |
|
Mads Rasmussen
|
e20e5c7e9e
|
add controller alias
|
2023-10-30 20:37:43 +01:00 |
|
Mads Rasmussen
|
0b39e94a06
|
pass userId to password modal
|
2023-10-30 20:27:26 +01:00 |
|
Mads Rasmussen
|
6cad2e814c
|
updates types
|
2023-10-30 20:24:42 +01:00 |
|
Mads Rasmussen
|
0bc638c839
|
comment out unfinished code
|
2023-10-30 20:22:07 +01:00 |
|
Mads Rasmussen
|
6241a6fc37
|
fix types
|
2023-10-30 20:14:10 +01:00 |
|