* Code for UTC implementation
* Modified text on 'Today' button as it 'Date-Only' fields have this button and Date-Only buttons only work with UTC
Ensure that Date Only field only works in UTC and no conversion is made
* fixed code error for UTC conversion of just date-only fields
* Displaying date-times on frontend as Local
* Removed UTC text from translation JSON files
* Code review comment changes
* Simplified logic for 'Now' button when using the two toggles for time mode
* code review changes (pairing with Sebastian)
Co-authored-by: segalj <jason.segal@reedbusiness.com>
* Simplify api permissions and improve performance with simple caching.
* Schema resolver tests.
* IDentity server improvements.
* Set base url.
* Code cleanup and tests fixed.
* prepared the appsettings and the window options for the Google Analtyics Id setting
* removed white spaces
* refactored the analytics.service, also made use of the settings from the appsettings.json. The analtycsid from the appsettings will now be used.
* setting back the localhost statements for the gtag config
* Refactored the analytics.service again
* Made the uiOptions options, for the sake of testing...
* fixed a spelling mistake
* Removed the empty line after the if statement.
* Removed the analyticsIdConfig class. Fixed the hostname check for localhost
Co-authored-by: Martijn Dijkgraaf <>
* Add Tenant specific microsoft authentication
* Default no tenant in appsettings
* Adding access to graph to authorize reading profile
* ProxyForwardedHostOption
* ProxyForwardedHost not default in appsettings
* Formatting change
* Reverting change for setting IdentityServer BaseUrl explicitly. Will be replaced with ProxyForwardedHostOption