AdminOnly lets administrators hide document types, tabs and properties from everyone who isn't an admin.
In a recent blog post, the author reflects on the UmBackdoor, a proof-of-concept Umbraco package created in 2019. The package allowed attackers to install a backdoor for remote access via a reverse shell. The author discusses various password reset techniques and emphasizes the importance of security measures to prevent such exploits.
Phil Whittaker discusses the development of Implementation Agent Skills for Umbraco, aimed at surfacing "quiet standards" to enhance CMS project quality. By consolidating community knowledge, these skills will guide developers in best practices without enforcing rigid rules, ultimately improving project outcomes and fostering a sustainable knowledge base within the Umbraco ecosystem.
The Block Preview package by Rick Butterfield enhances Umbraco projects by automatically registering block previews based on view file locations, eliminating the need for manual configuration. This method simplifies the addition of new blocks, allowing developers to focus on creating views without C# code changes, promoting a convention-over-configuration approach.
Generate a new backoffice user account on application startup. Use with care!
Makes Umbraco backoffice environments stand out with colored favicons and environment name badges in the header.
A powerful sorting extension for Umbraco CMS that provides enhanced sorting capabilities for content nodes in the backoffice.
Umbraco 17 introduces load balancing for its backoffice, allowing a single web app to scale efficiently. Users can choose between sticky sessions or stateless configurations, each with distinct session management implications. Proper setup involves shared caching and data protection, particularly using Redis, to ensure seamless user experiences during scaling events.
Backoffice dashboard for recurring Umbraco background jobs with status, manual triggering, persisted run history, cooperative stop support, and opt-in CRON scheduling.
Extends the Umbraco backoffice with a Property Restore workspace tab, allowing editors to compare any saved content version against the current draft and selectively restore individual property values without affecting the rest of the content.
Kevin Jump introduces the "Battle scarred developer's guide to Umbraco v17," a series of blog posts aimed at helping package and extension developers navigate the updated Umbraco Backoffice. This initiative follows two years of development and improvements in Umbraco, alongside enhanced documentation available at the official site.
Kevin Jump discusses starting Umbraco extensions using the Umbraco templates and the Opinionated starter kit template by @lottepitcher. He outlines project structure for the DoStuffWithUmbraco repository, detailing components like DoStuff.Client, DoStuff.Core, and DoStuff.Website, emphasizing separation of front-end and back-end logic for better maintainability.
Kevin Jump discusses enhancements for Umbraco extensions, focusing on the benefits of using IPackageManifestReader over umbraco-package.json. This approach allows automatic versioning and cache-busting for JavaScript files. Additionally, he suggests implementing a client interceptor for authentication tokens to ensure they remain valid during prolonged sessions.
Kevin Jump discusses the concept of bundles in Umbraco's Backoffice, which serve as extension points to load JavaScript files and register manifests. He emphasizes organizing manifests within a project for simplicity and efficiency, recommending the use of bundles for better TypeScript support and quicker error detection compared to defining manifests in umbraco-package.json.
Kevin Jump discusses the necessity of entry points in Umbraco extensions, despite bundles now being the primary integration method. Entry points are essential for client-server authentication and can manipulate Umbraco's registry. He emphasizes caution when unregistering components to avoid destabilizing the backoffice.
Kevin Jump's guide details the creation of a custom section in Umbraco, including adding a section, dashboard, sidebar app, and menus using manifests. Key components include defining aliases, localization, and the structure of WebComponents. The complete code is available in the DoStuffWithUmbraco repository on GitHub.
Kevin Jump discusses the implementation of workspaces in Umbraco, which provide dedicated editing environments for specific entity types. He explains the components of a workspace, including workspace context and views, and demonstrates how to create a basic workspace to display user information. Further exploration of workspaces will follow in future posts.
A backoffice announcement bar for Umbraco. Toggle on/off a simple text announcement visible to all backoffice users.
In this week's Umbraco DevRel deep dive, Umbraco Community members Lotte, Sebastiaan, and Phil Whittaker discuss AI "skills" for enhancing the Umbraco Backoffice. Phil explains the installation of these skills, while Sebastiaan demonstrates creating a GitHub User Picker property editor, showcasing the efficiency and capabilities of the new tools.