Mads Rasmussen
3a4f72ed91
add auto-resize back to locked field
2021-03-17 16:09:07 +01:00
Mads Rasmussen
dc08183796
add missing data-elements
2021-03-17 16:03:37 +01:00
Mads Rasmussen
c803f64fe3
update create document type in "getting started"-tour
2021-03-17 15:51:28 +01:00
Mads Rasmussen
d4f2edfaf5
add correct data-elements
2021-03-17 15:36:18 +01:00
Mads Rasmussen
f7f9f1cd99
add support for updating the sort order input value
2021-03-17 14:17:24 +01:00
Mads Rasmussen
f67d52a0ef
align icons and sort order inputs
2021-03-17 09:33:39 +01:00
Mads Rasmussen
b7b7b7916d
dont show add property when sorting
2021-03-16 21:22:04 +01:00
Mads Rasmussen
3747bb47dc
only show tab bar, when sorting, if there are tabs
2021-03-16 21:20:44 +01:00
Mads Rasmussen
0cf02a2b20
remove non componetized code
2021-03-16 21:13:56 +01:00
Mads Rasmussen
59e04bbf39
align val server fields
2021-03-16 21:06:28 +01:00
Mads Rasmussen
ef27a2c273
refactor content type tab to component
2021-03-16 21:01:46 +01:00
Mads Rasmussen
9570da8d06
we dont need these components
2021-03-16 21:01:04 +01:00
Mads Rasmussen
3d23d9574f
add shortcuts for adding tabs, groups and properties
2021-03-16 15:16:40 +01:00
Mads Rasmussen
4fc27e4e56
move content type tab validation to directive to support client side validation
2021-03-09 21:05:33 +01:00
Mads Rasmussen
4fbc7c5285
add validation marker to a tab when there is server side errors within it
2021-03-09 16:21:08 +01:00
Mads Rasmussen
b1c4ba1449
Merge branch 'v8/dev' into v8/prototype/doctype-tabs
2021-03-09 13:36:37 +01:00
Mads Rasmussen
d7608f514e
update sort order on drag and drop
2021-03-08 21:25:01 +01:00
Bjarke Berg
745014a4c3
User manager related updates ( #9935 )
...
* Only allow not-admins to assign groups they have themselves
* Only admins is allowed to change password of other admins
* Fixed issue with deep clone of UserGroup. The Allowed sections was not cloned. This resulted in the allowed sections of the object stored in cache was updated, everytime we changed the allowed sections on an object cloned from the cache. Even if we did not save it.
* Only Admins are allowed to add sections to a user group, that they don't have access to themselves
* Align backend code with UI. User managers that is are not admin, can only assign the same groups new users, that they have themselves.
* Make existingGroupAliases and empty array when creating a new user
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2021-03-08 13:26:52 +01:00
Sebastiaan Janssen
4a8a73f03d
Merge branch 'v8/8.12' into v8/dev
2021-03-08 12:28:55 +01:00
Sebastiaan Janssen
49435708a5
Merge branch 'v8/8.11' into v8/8.12
2021-03-08 12:28:21 +01:00
Sebastiaan Janssen
8b04c32dff
Merge branch 'v8/8.10' into v8/8.11
2021-03-08 12:27:42 +01:00
Lars-Erik Aabech
fc447bb101
Should allow grid editors to use hash based settings ( #9837 )
...
* Should allow grid editors to use hash based settings
* Swap to using vm in grid config controller, as well as showing button when there's map settings
* Included keys for styles in empty state check for grid settings
* converted the code into more AngularJS performant code
* Remove rogue change to grid.editors.config
* use watchCollection instead
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
(cherry picked from commit 008827f785 )
2021-03-08 12:27:06 +01:00
Sebastiaan Janssen
b59026ae5c
Merge branch 'v8/8.12' into v8/dev
2021-03-08 10:08:36 +01:00
Sebastiaan Janssen
c36a2bced6
Merge branch 'v8/8.11' into v8/8.12
2021-03-08 10:08:01 +01:00
Sebastiaan Janssen
0386a311d7
Merge branch 'v8/8.10' into v8/8.11
2021-03-08 10:07:40 +01:00
Sebastiaan Janssen
5825aa5dee
Merge branch 'v8/8.9' into v8/8.10
2021-03-08 10:07:08 +01:00
Sebastiaan Janssen
ac41c5451e
Merge branch 'v8/8.8' into v8/8.9
2021-03-08 10:06:37 +01:00
Niels Lyngsø
cef1a73a2e
no need to prevent or stop propagation on this. ( #9933 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
(cherry picked from commit af65810048 )
2021-03-08 10:05:46 +01:00
Niels Lyngsø
af65810048
no need to prevent or stop propagation on this. ( #9933 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2021-03-08 09:44:33 +01:00
Mads Rasmussen
35653bd8d5
remove unused code
2021-03-05 16:06:15 +01:00
Mads Rasmussen
2863930a17
add todo
2021-03-05 16:04:26 +01:00
Mads Rasmussen
b403a2bee4
remove fieldsets and add tabs to model instead
2021-03-05 16:03:39 +01:00
Mads Rasmussen
751b5ab859
make tabs droppable
2021-03-05 09:54:24 +01:00
Mads Rasmussen
992b23939c
add tab sort input
2021-03-04 15:48:08 +01:00
Mads Rasmussen
1915009c33
clean up sorting options a bit with default options
2021-03-04 15:31:55 +01:00
Mads Rasmussen
c77ab4735b
use other view model for easier sorting
2021-03-04 15:24:44 +01:00
Sebastiaan Janssen
475f7e6c3b
Bump version to 8.12.0
2021-03-04 09:40:23 +01:00
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
Mads Rasmussen
b91477ac88
pass in name for server validation
2021-03-03 13:53:16 +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