* Try to update admin user unattended
This will fail because we're not in install runtime state
* Create a new user instead of trying to update the default admin
* Create a new user instead of trying to update the default admin
* Use same logic from NewInstallStep to modify the SuperUser aka -1
* Add back stuff after merge conflict from v8/dev
* Add event to be raised
* Trying to wire up events
* Remove commented out code - just need to figure out why event is not hit/triggered
* Read Appsettings as opposed to ENV variables
* Use a JSON file that deletes itself as storing secrets in web.config will be accidently committed
* Remove component based event - Component were only initialized after DB creation
* Move UnattendedInstall down after _factory
* Remove commented out code
* Fixed issue where upgrader UI would show up - needed to recheck the Runtimelevel after UnattenedInstall
* Apply suggestions from code review - Thanks Marc :)
Co-authored-by: Marc Goodson <marc@moriyama.co.uk>
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
Co-authored-by: Marc Goodson <marc@moriyama.co.uk>
* HTML Symantic error UL > LI >LI changes to UL > LI > UL > LI - ScreenReader reads propperly
* ensurce render if condition is meet. If any child render a subset of unorder list withs is list-items
* Add missing focus styling
* Add width modifier to link input
* same result without adding new classes
Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
Datetime values where always converted to date(102) so sorting by time does not work.
By converting to 120 (yyyy-mm-dd hh:mi:ss (24h)) the time is respected.
* Use custom svg icon in grid editor row configuration
* Use umb-icon in grid editor placeholder
* Use control icon in grid editor placeholder
* use umb-icon in itempicker to ensure svg icons are displayed
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
* Use umb-icon component
* Specify button type attribute
* Use umb-search-filter component
* Adjust styling of item picker
* Replace trash icons with umb-icon
* Replace a few icons in umb-grid-selector as well
* Use umb-icon in datatype picker
* Ensure icons are styles correct in legacy format
* Use umb-icon component in macro parameter editors and fix wrong end closing tag from button element
* Use umb-icon in macro parameter editor overlay
* Replace angular.extend with Utilities.extend
* Replace more references of angular.extend with Utilities.extend
* Replace angular.extend
* Replace last reference of angular.extend except in Utilities itself
* Use spread operator
* Add spread operator
* Use existing format with empty destination object
* Configurate Babel to work with JS spread operator
* Use default for loose property which is "false"
* use alias for angular.extend - removes need for any other changes and makes multiple arguments easy
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>