* Created explicit endpoints returning the login image instead of leaking the configuration. Thereby some hardcoded values have been changed, but the url will now be the same every time. * Remove magic concatenation for action lookup * remove unused backoffice asset (login.jpg) * remove unused umbraco logo assets * add manifest handlers * add mock handlers for the `security/back-office/graphics` endpoints to the backoffice * add mock handlers for the `security/back-office/graphics` endpoints to the login screen * chore: update msw service worker * feat: make static assets available for consumption without copying them from the login project * update consts with new location for static assets * feat: prefix login assets with `login-` * remove unused asset `logo.png` * feat: introduce a `/back-office/graphics/logo` endpoint to serve the logo "mark" used throughout all applications * feat: use the alternative logo for disabled javascript warning * feat: use the umbraco logo on the NoNodes.cshtml page * Do not expose the new readme in the package * feat: add logo.svg * feat: add `umb-app-logo` element to display the backoffice logo including server url and appropriate tags * feat: use the new `umb-app-logo` element relevant places and make sure to add the serverUrl in front of other graphics * feat: move logic to connectedCallback to prevent error from non-existing element * revert usage of HideBackOfficeLogo * feat: add alt text to logos * feat: add obsolete message and a hint to use BackOfficeLogo insted --------- Co-authored-by: Sven Geusens <sge@umbraco.dk> Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
Umbraco CMS
Umbraco is a free and open source .NET content management system. Our mission is to help you deliver delightful digital experiences by making Umbraco friendly, simpler and social.
Learn more at umbraco.com
Looking to install Umbraco?
You can get started using the following commands on Windows, Linux and MacOS (after installing the .NET Runtime and SDK):
dotnet new install Umbraco.Templates
dotnet new umbraco --name MyProject
cd MyProject
dotnet run
Documentation
Our comprehensive documentation takes you from the fundamentals on how to start with Umbraco to deploying it to production.
Some important documentation links to get you started:
- Installing Umbraco CMS
- Getting to know Umbraco
- Tutorials for creating a basic website and customizing the editing experience
Get help
If you need a bit of feedback while building your Umbraco projects, we are chatty on Discord. Our Discord server serves both a social space but also has channels for questions and answers. Feel free to lurk or join in with your own questions. Or just post your daily Wordle score, up to you!
Looking to contribute back to Umbraco?
You came to the right place! Our GitHub repository is available for all kinds of contributions:
Umbraco is contribution-focused and community-driven. If you want to contribute back to the Umbraco source code, please check out our guide to contributing.
