* feat: shows notification when no suitable media type is found * chore: rearrange imports * feat: use a forward ref to find the dropzone * chore: rearrange imports * chore(mock): send back correct header * feat: avoid using the context consumer to get a token, but instead mimick the OpenAPI generator * chore(mock): allow more file types * chore(mock): create more upload fields * chore(mock): also look for mediaPicker fields * chore(mock): improve media mock db * chore(mock): add missing endpoints * chore(mock): update media data * chore(mock): fix aliases for media grid and table * chore(mock): add urls to media * chore(mock): adds missing endpoint for imaging * fix: reverse order of properties to overwrite existing status * feat: listen to progress updates on upload and update the `progress` property * feat: adds tracking of upload progress to placeholders * feat: bind the progress number up on the temporary file badge to indicate upload status * feat: optimises progress calculation and makes the badge bigger to be able to show the progress in percent * feat: allow text to be normal * chore: use correct localization * feat: shows error status for anything that isn't waiting or complete * feat: makes `progress` optional * feat: adds repository+store for temporary file configuration * chore(mock): adds mock endpoint for temporary file configuration * feat: set progress for createTemporaryFiles * feat: allows a `whitespace` option to notifications * feat: validates uploads before trying to query the server * feat: adds `formatBytes` function to format numbers * chore: export all consts * feat: exports bytes function * feat: set decimals to default to 2, which works nicely with the Intl numberformat * feat: use `formatBytes` to format the error message * chore(mock): set max file size for mock to 1.4 GB * feat: adds localization * Update src/Umbraco.Web.UI.Client/src/packages/core/utils/bytes/bytes.function.ts Co-authored-by: Lee Kelleher <leekelleher@users.noreply.github.com> * chore: add end character to comment * feat: binds multiple text string to validation * chore: fixes event type * feat: adds new property editor ui for accepted file types * feat: changes the upload field to use the property editor ui for accepted file types * adds localization * Markup/style refactoring/streamlining * Renamed "Accepted Types" to "Accepted Upload Types" --------- Co-authored-by: Lee Kelleher <leekelleher@users.noreply.github.com> Co-authored-by: leekelleher <leekelleher@gmail.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.
