<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Richard Brock, Author at Collabora Online and Collabora Office</title>
	<atom:link href="https://www.collaboraonline.com/blog/author/rbrock/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.collaboraonline.com/blog/author/rbrock/</link>
	<description>Secure Document Collaboration, Controlled by You</description>
	<lastBuildDate>Mon, 30 Mar 2026 17:45:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.collaboraonline.com/wp-content/uploads/2023/06/collabora-symbols-600-150x150.png</url>
	<title>Richard Brock, Author at Collabora Online and Collabora Office</title>
	<link>https://www.collaboraonline.com/blog/author/rbrock/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Distributed by Design: How Modern Open Source Works</title>
		<link>https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/</link>
					<comments>https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Mon, 30 Mar 2026 17:11:57 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56395</guid>

					<description><![CDATA[<p>TL;DRModern open-source software isn’t built in one place or along a single path. Tools like Git enable independent development while preserving shared history, provenance, and open collaboration. This allows different organisations to move at different speeds, and supports long-term users without central coordination. Large projects such as the Linux kernel have long operated this way, [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/">Distributed by Design: How Modern Open Source Works</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56395" class="elementor elementor-56395" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-eada7e5 e-flex e-con-boxed e-con e-parent" data-id="eada7e5" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9c418d0 elementor-widget elementor-widget-text-editor" data-id="9c418d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em><strong>TL;DR</strong></em><br /><em>Modern open-source software isn’t built in one place or along a single path. Tools like Git enable independent development while preserving shared history, provenance, and open collaboration. This allows different organisations to move at different speeds, and supports long-term users without central coordination. Large projects such as the Linux kernel have long operated this way, combining decentralised development with shared standards and open code. What matters isn’t where development happens, but that users receive stable, secure, and openly auditable software that continues to serve diverse needs at scale.</em></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3951d55 e-flex e-con-boxed e-con e-parent" data-id="3951d55" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-20e9475 elementor-widget elementor-widget-heading" data-id="20e9475" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Open source isn’t a single repository</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7693bbb elementor-widget elementor-widget-text-editor" data-id="7693bbb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>There’s a mental model of a software repository as a single, central place where “the real code” lives, and￼ everything else is somehow downstream of it.</p><p>In reality, open source today is a network of repositories, contributors, and workflows, connected by shared history and shared standards &#8211; not by a single gate.</p><p>And that’s largely thanks to Git.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6b9b27f e-flex e-con-boxed e-con e-parent" data-id="6b9b27f" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0711d09 elementor-widget elementor-widget-heading" data-id="0711d09" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A quick, practical explanation of Git?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3205833 elementor-widget elementor-widget-text-editor" data-id="3205833" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Developed in 2005, Git is the system most modern open-source software uses to manage code.</p><p>At its simplest, Git answers three questions:</p><ul><li>What changed?</li><li>Who changed it &amp; when?</li><li>How does this relate to everything that came before?</li></ul><p>But the important thing isn’t just tracking changes &#8211; it’s how Git enables collaboration.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-55c88a4 elementor-widget elementor-widget-heading" data-id="55c88a4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Everyone has the whole project</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-a211028 elementor-widget elementor-widget-image" data-id="a211028" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Flexibility with Git" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTYzOTcsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL0ZsZXhpYmlsaXR5LXdpdGgtR2l0LnBuZyJ9">
							<img fetchpriority="high" decoding="async" width="800" height="620" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-1024x793.png" class="attachment-large size-large wp-image-56397" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-1024x793.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-300x232.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-768x595.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-1536x1190.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Flexibility-with-Git-2048x1586.png 2048w" sizes="(max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-7544bee elementor-widget elementor-widget-text-editor" data-id="7544bee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With Git, every developer can have a full copy of the codebase on their own machine.</p><p>Not just the latest version &#8211; the <em>entire history</em>.</p><p>That means no single server is “the” source of truth, work doesn’t stop if a service goes offline, and it enables developers to work independently, offline, and in parallel<br />Each copy is complete and verifiable.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-7deed12 elementor-widget elementor-widget-heading" data-id="7deed12" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Work happens in many repositories</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7eaed54 elementor-widget elementor-widget-text-editor" data-id="7eaed54" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Instead of everyone editing the same version of the code at once, Git encourages work to happen on clones. There are many reasons for this, but essentially it enables developers to try new features and fixes on the code, without potentially causing disruption to others.</p><p>Copies can be short-lived or long-running, shared or private. They’re simple to create, easy to merge, and easy to discard.</p><p>Parallel development is the standard operating procedure.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9f1642f e-flex e-con-boxed e-con e-parent" data-id="9f1642f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f9833f6 elementor-widget elementor-widget-heading" data-id="f9833f6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Git makes independence normal - not exceptional</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-dee9a0f elementor-widget elementor-widget-text-editor" data-id="dee9a0f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Git isn’t just a version control system; it’s a different way of thinking about collaboration.</p><p>With Git:</p><ul><li>Everyone can have a<strong> complete copy of the codebase</strong></li><li>Every copy usually includes the <strong>entire history</strong>, in a cryptographically linked chain<br /><ul><li>This makes it extremely difficult to smuggle in malicious changes unnoticed. You can’t quietly rewrite the past &#8211; any alteration breaks this chain of links and is immediately detectable.</li></ul></li><li>Every developer can work on their <strong>own code</strong>, at their own pace</li><li>A single developer can pull code from <strong>multiple remote sources</strong></li><li>Code can flow <strong>between repositories</strong>, not just “up” or “down”</li></ul><p><br />This is what makes Git a real powerhouse in the programming world. Each commit hash uniquely defines the full history up to that point and the entire repository state. Provenance is built in. Trust is verifiable. Collaboration doesn’t depend on a single server or a single workflow.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-14d253d elementor-widget elementor-widget-heading" data-id="14d253d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Built-in resilience and disaster recovery</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-1a7baaa elementor-widget elementor-widget-text-editor" data-id="1a7baaa" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>One of the most overlooked strengths of Git’s distributed model is resilience. Because every clone is a complete copy of the project &#8211; including its full history &#8211; the future of the codebase does not depend on a single server, organisation, or hosting provider to survive.</p><p>If a hosting platform disappears, the project does not disappear with it. If a company changes direction, the code remains available. If infrastructure fails, development can continue from any full copy.</p><p>Traditional software vendors often rely on expensive source code escrow agreements as a safeguard in case a supplier collapses. With open-source software managed by Git, this protection comes baked into the technical architecture for everyone.</p><p>Disaster recovery is no longer a contingency plan, it is the default state of the system.</p><p>This resilience matters deeply for governments, enterprises, and long-term infrastructure projects. Software that underpins critical systems must not depend on a single point of failure &#8211; organisational or technical.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3a170c6 elementor-widget elementor-widget-heading" data-id="3a170c6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">More forks than a restaurant ?</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-27089a7 elementor-widget elementor-widget-text-editor" data-id="27089a7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In some git-based development flows, the process of creating your own repository to work on new features and fixes independently is called forking.</p><p>On platforms like GitHub, it’s a prominent button at the top of the page because it’s a normal part of how distributed development works.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8d75dcd elementor-widget elementor-widget-image" data-id="8d75dcd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-scaled.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="COOL Github" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTY0MDcsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL0NPT0wtR2l0aHViLXNjYWxlZC5wbmcifQ%3D%3D">
							<img decoding="async" width="800" height="422" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-1024x540.png" class="attachment-large size-large wp-image-56407" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-1024x540.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-300x158.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-768x405.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-1536x809.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/COOL-Github-2048x1079.png 2048w" sizes="(max-width: 800px) 100vw, 800px" />								</a>
											<figcaption class="widget-image-caption wp-caption-text"></figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-ea6e2c5 elementor-widget elementor-widget-text-editor" data-id="ea6e2c5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At the time of this screenshot for example, there were 978 forked copies of the Collabora Online source code – most of them made by developers eager to contribute back to the goodness &#8211; we love that!</p><p>Multiple remotes, multiple maintainers, multiple priorities, connected by shared code, shared history, bonds of friendship and collaboration powered by the Git synchronisation protocol. The choice of hosting and infrastructure becomes an almost irrelevant detail, with developers choosing the tools and processes that best support their work.</p><p>Improvements can be exchanged, and collaboration can happen without requiring everyone to follow the same internal processes or timelines.</p><p>At the same time, in ecosystems with many development paths, trusted editors play a critical role in curating, integrating, and supporting coherent, branded, secure releases.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a750866 e-flex e-con-boxed e-con e-parent" data-id="a750866" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-bad1bc1 elementor-widget elementor-widget-heading" data-id="bad1bc1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">This is how most large open-source projects already work</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b36bf24 elementor-widget elementor-widget-text-editor" data-id="b36bf24" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The largest open-source project in the world is the mainline Linux kernel.</p><p>While there is a widely recognised upstream integration tree, Linux development does not start in one place, nor does it follow a single linear path.</p><p>Most Linux code is written outside the mainline tree. Subsystem maintainers, vendors, researchers, and long-term support teams all develop in their own repositories, often with different goals, timelines, and constraints. Some of this work is later integrated upstream. Some of it remains long-lived and independent. Both are normal, accepted, and essential to how the ecosystem functions.</p><p>What people perceive as ‘Linux’ is usually a distribution kernel which is built not only from the mainline Kernel, but often includes a selection of drivers and updates and fixes maintained in many other Git repositories. This pattern is visible well beyond the kernel itself. Ubuntu is a long-running derivative of Debian. The two projects share a common foundation, diverge where their priorities differ, and regularly exchange fixes and improvements. They cooperate closely, but they are not trying to be the same thing, and both are excellent solutions for their use cases and target audiences.</p><p>This model of decentralised development, shared history, and open standards is what allows open-source projects to support different needs and directions without forcing a single pace or a single set of priorities. It’s how mature, secure software scales.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0c17088 e-flex e-con-boxed e-con e-parent" data-id="0c17088" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-60dba2c elementor-widget elementor-widget-heading" data-id="60dba2c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The outcome that matters</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-654377d elementor-widget elementor-widget-text-editor" data-id="654377d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At the end of the day, this isn’t about repositories or hosting platforms.</p><p>It’s about delivering:</p><ul><li>Stable, well-maintained software</li><li>Faster iteration where it matters</li><li>Long-term support users can rely on</li><li>Open-source code that remains open, auditable, and reusable</li></ul><p><br />Independent development isn’t a departure from open-source values. It is how those values continue to work at scale.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7d40f86 e-flex e-con-boxed e-con e-parent" data-id="7d40f86" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3782a73 elementor-widget elementor-widget-heading" data-id="3782a73" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">So which repository do I use ?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c7db84d elementor-widget elementor-widget-text-editor" data-id="c7db84d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Most organisations don’t want to build from source or track dozens of repositories. They want dependable releases: professionally built binaries, timely security updates, long-term maintenance, and stable leadership. What matters is having a version that is coherently integrated, responsibly maintained, and ready to deploy.</p><p>At the same time, open development thrives on participation. So if you want to contribute, follow the energy! Look at development pace, commit activity, responsiveness, and long-term sustainability. Join the project where work is happening, improvements are welcomed, collaboration is active, and you feel at home.</p><p>That’s the role we play with Collabora Office. In a landscape of many repositories and development paths, we provide a stable, security-hardened, professionally supported release &#8211; while keeping the door open for collaboration and contribution. Open source gives you the freedom to choose, we aim to be the choice you can build on.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-839d436 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="839d436" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/subscriptions/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Why not checkout today?!</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/">Distributed by Design: How Modern Open Source Works</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/distributed-by-design-how-modern-open-source-works/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>You Are Not Sovereign If Microsoft Still Architects Your Documents</title>
		<link>https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/</link>
					<comments>https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 15:37:53 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Integrators]]></category>
		<category><![CDATA[Partners]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56893</guid>

					<description><![CDATA[<p>Sovereignty or Legacy, You Choose There is a lot of energy right now around European digital stacks. Self-hosted infrastructure. Local control. Reduced dependence on American cloud vendors. And all of that matters. It seems to be a pattern that people take other people&#8217;s software that they have not written, and will struggle to support and [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/">You Are Not Sovereign If Microsoft Still Architects Your Documents</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56893" class="elementor elementor-56893" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-95d02fb e-flex e-con-boxed e-con e-parent" data-id="95d02fb" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-911da84 elementor-widget elementor-widget-heading" data-id="911da84" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Sovereignty or Legacy, You Choose</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-c21f57b e-con-full e-flex e-con e-child" data-id="c21f57b" data-element_type="container">
		<div class="elementor-element elementor-element-14469d2 e-con-full e-flex e-con e-child" data-id="14469d2" data-element_type="container">
				<div class="elementor-element elementor-element-b9f4ecb elementor-widget elementor-widget-text-editor" data-id="b9f4ecb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>There is a lot of energy right now around European digital stacks. Self-hosted infrastructure. Local control. Reduced dependence on American cloud vendors. And all of that matters.</p>
<p>It seems to be a pattern that people take other people&#8217;s software that they have not written, and will struggle to support and put their brand on it, and wrap a European flag around it</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2739b20 e-con-full e-flex e-con e-child" data-id="2739b20" data-element_type="container">
				<div class="elementor-element elementor-element-8a19a21 elementor-widget elementor-widget-image" data-id="8a19a21" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img decoding="async" width="800" height="452" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-1024x579.png" class="attachment-large size-large wp-image-56895" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-1024x579.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-300x170.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-768x434.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-1536x868.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/office.eu_-2048x1158.png 2048w" sizes="(max-width: 800px) 100vw, 800px" />											<figcaption class="widget-image-caption wp-caption-text">A recent boutique Euro-branding exercise</figcaption>
										</figure>
									</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-61d720b elementor-widget elementor-widget-text-editor" data-id="61d720b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>But we should be honest about one thing &#8211; you are not sovereign if Microsoft still defines the fundamental design of your application, as well as your document formats.</p>
<p>You can move the server. You can change the branding. You can even swap out one vendor for another. But if the office layer at the heart of your stack is still at root built around Microsoft’s file formats, then they still set the rules that matter most. Your documents live inside a model you do not control, cannot meaningfully govern, and have no real power to shape.</p>
<p>That is not digital sovereignty. That is a hosting decision.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5c58eae e-flex e-con-boxed e-con e-parent" data-id="5c58eae" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ca95d44 elementor-widget elementor-widget-heading" data-id="ca95d44" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Self-hosting is not the same as sovereignty</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a2a9547 elementor-widget elementor-widget-text-editor" data-id="a2a9547" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>A self-hosted office suite built around OOXML may reduce dependency on Microsoft 365 as a service. It may reduce exposure to American hyperscalers. It may tick some procurement boxes. But it does not solve the deeper problem &#8211; after all, you could do this with SharePoint 2019 till recently.</p><p>OOXML is Microsoft’s document model, standardised after the fact. Microsoft’s own documentation clearly describes .docx .xlsx and .pptx as formats to “support the features and behavior of Microsoft Office” while noting that ODF and Open XML reflect different application behaviours and feature sets. These are not neutral containers floating above the market, they reflect the architecture, priorities and direction of the organisations that created them.</p><p>That matters because formats are not just a way to save files. They encode the document model itself: what features exist, how layouts behave, how compatibility is judged, what gets preserved, and what gets lost. If you open an .odp presentation with the total slide count in the template in Microsoft PowerPoint, or save the file as a .pptx for example, PowerPoint and the .pptx file format simply throw away the information. If you want that feature back, good luck with the Microsoft support forums&#8230;</p>								</div>
				</div>
				<div class="elementor-element elementor-element-d4526b8 elementor-widget elementor-widget-image" data-id="d4526b8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-scaled.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Impress page numbers interop" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTY5MzIsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL0ltcHJlc3MtcGFnZS1udW1iZXJzLWludGVyb3AtMi1zY2FsZWQucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="1536" height="651" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-1536x651.png" class="attachment-1536x1536 size-1536x1536 wp-image-56932" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-1536x651.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-300x127.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-1024x434.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-768x326.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Impress-page-numbers-interop-2-2048x869.png 2048w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-d1ebfd2 elementor-widget elementor-widget-text-editor" data-id="d1ebfd2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In short, if your strategy is to architect your software around Microsoft’s models, you can play with the UI styling and colours, but your product direction is being decided elsewhere.</p><p>You can call that interoperability, you can call it compatibility, for legacy workflows, it is certainly important and necessary. But you cannot call this strategy sovereignty.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b13a4a8 e-flex e-con-boxed e-con e-parent" data-id="b13a4a8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e1dd175 elementor-widget elementor-widget-heading" data-id="e1dd175" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">OOXML is a legacy requirement, not a sovereign strategy</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-91b43db elementor-widget elementor-widget-text-editor" data-id="91b43db" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Realistically, organisations do need strong interoperability with Microsoft formats.</p><p>They exchange files with customers, suppliers, ministries, universities, courts, regulators, and partners, many of whom currently live in the Microsoft world. But the editing phase of a document’s life is usually very brief, even if it is to be archived for many years afterwards (for example the UK Healthcare Regulatory Agency mandates archiving medical records that are created in an afternoon for 25 years).</p><p>This is why moving forwards, OOXML should be treated as a legacy requirement, but it cannot be the foundation of a sovereign strategy. The strategic question is not whether you can open a .docx. Of course you need this. The strategic question is what format you want to build your future around.</p><p>If your answer is “whatever Microsoft does,” then you have not escaped the dependency &#8211; you are just reacting to it from a different server location.</p><p>A sovereign document strategy needs a format that is governed openly, developed through a genuine standards process, and not simply inherited from one vendor’s product decisions. That is where ODF matters. ODF is maintained through OASIS and published as an ISO/IEC standard. It is an open, international standard for text documents, spreadsheets, presentations, and graphics, developed through an open committee process. It is not “thrown over the wall” as the latest non-negotiable output of a single vendor’s decisions.</p><p>If you are serious about sovereignty, new templates, new internal workflows, and new documents should move towards an open standard you can actually participate in and build upon.</p><p>Old documents can remain old documents. They should be opened and rendered correctly, and archive formats like PDF and PDF/A remain important. Similarly, for the present time at least, external collaboration will continue to require excellent OOXML interoperability.</p><p>But new sovereign workflows should not be born dependent on Microsoft.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f657fca e-flex e-con-boxed e-con e-parent" data-id="f657fca" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a50accb elementor-widget elementor-widget-heading" data-id="a50accb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Don’t get confused by marketing</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3b20d2e elementor-widget elementor-widget-text-editor" data-id="3b20d2e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">There is nothing wrong with saying a product has strong OOXML interoperability &#8211; we all work on it. The mistake is turning that into the main sovereignty story.</p>
<p align="left">ONLYOFFICE, for example, leans heavily on this message. Its public materials describe its editor as using OOXML natively, with all files converted into the format “<em><span style="text-decoration: underline;"><a href="https://helpcenter.onlyoffice.com/faq/connectors.aspx">when opening and editing files</a></span></em>”.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-11213c1 e-con-full e-flex e-con e-child" data-id="11213c1" data-element_type="container">
		<div class="elementor-element elementor-element-57e14aa e-con-full e-flex e-con e-child" data-id="57e14aa" data-element_type="container">
				<div class="elementor-element elementor-element-b107722 elementor-widget elementor-widget-text-editor" data-id="b107722" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left"><span style="text-decoration: underline;"><a href="https://helpcenter.onlyoffice.com/faq/connectors.aspx" data-wplink-edit="true">Quoting directly</a></span>: “<em>If the file format is different from OOXML, it will still be converted to the corresponding OOXML […] As the formats are fundamentally different, some data (such as charts, tables, autoshapes or images) and formatting can be lost due to the simple reason that some formats […] treat them differently than OOXML standard does.</em>”</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4939f2e e-con-full e-flex e-con e-child" data-id="4939f2e" data-element_type="container">
				<div class="elementor-element elementor-element-d1fbdc4 elementor-widget elementor-widget-image" data-id="d1fbdc4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="ONLYOFFICE OOXML" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTY5MzYsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDNcL09OTFlPRkZJQ0UtT09YTUwucG5nIn0%3D">
							<img loading="lazy" decoding="async" width="800" height="482" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-1024x617.png" class="attachment-large size-large wp-image-56936" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-1024x617.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-300x181.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML-768x463.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/ONLYOFFICE-OOXML.png 1408w" sizes="auto, (max-width: 800px) 100vw, 800px" />								</a>
															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-7a4d2ee elementor-widget elementor-widget-text-editor" data-id="7a4d2ee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">That’s great if you want to centre your digital strategy around Microsoft, but absurd as the centrepiece of a digital sovereignty pitch.</p>
<p align="left">True interoperability is: “We can work with the legacy world.”</p>
<p align="left">And true sovereignty says: “We won’t build our future around the proprietary past.”</p>
<p align="left">If your product story begins and ends with how closely you follow Microsoft’s formats, then your roadmap is still architected by Microsoft.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8affbd e-flex e-con-boxed e-con e-parent" data-id="b8affbd" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-47149b3 elementor-widget elementor-widget-heading" data-id="47149b3" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Sovereignty is also about trust</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-972a4c0 elementor-widget elementor-widget-text-editor" data-id="972a4c0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="western" align="left">Across the industry, buyers are starting to ask harder questions about where code comes from, who governs it, who controls the commercial rights around it, and whether the supply chain is something they can trust. So it is striking that some people seem willing to wave those questions away when it comes to the ONLYOFFICE code-base.</p>
<p class="western" align="left">Public concern about the product’s Russian ties is not imaginary. <span style="color: #000080;"><u><a href="https://www.tu.berlin/en/campusmanagement/news-details/umstellung-tubcloud-auf-collabora-online">TU Berlin for example announced </a></u></span> that it was ending business relations with ONLYOFFICE and moving to Collabora Online, explicitly stating that, “ONLYOFFICE falls under the sanctions of the EU and Germany against Russia”.</p>
<p class="western" align="left">Muddying the sovereign waters further, <span style="color: #000080;"><u><a href="https://guides.onlyoffice.com/faq/docs-enterprise.aspx">ONLYOFFICE’s own documentation</a></u></span> states that ONLYOFFICE Docs Enterprise Edition is “distributed under a commercial proprietary license”. That alone should be enough for sovereignty-minded buyers to slow down and question their direction. What is open? What is closed? And what happens when the commercial incentives change?</p>
<p class="western" align="left"><span style="color: #000080;"><u><a href="https://eviloffice.tutdomen.com/">Public campaign sites</a></u></span> and community discussions have also pointed to the huge volume of Russian-language code comments, branding similarities with the Russian R7 Office suite, and a broader effort to distance the current commercial presentation from the project’s Russian history. Whether you agree with a national origin boycott or not, the underlying question raised seems fair &#8211; if buyers now care about provenance, why would they be relaxed about opaque or politically sensitive origins for such a critical layer of their document stack?</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-56c0f1c e-flex e-con-boxed e-con e-parent" data-id="56c0f1c" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3998d88 elementor-widget elementor-widget-heading" data-id="3998d88" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A serious sovereign strategy looks different</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4ecd30e elementor-widget elementor-widget-text-editor" data-id="4ecd30e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="western" align="left">A serious sovereign office strategy is not anti-interoperability. It is not naive about legacy requirements, and it does not pretend the world can abandon Microsoft formats overnight.</p><p class="western" align="left">It does something more serious than that. It supports legacy Microsoft formats, because reality demands it. It encourages ODF for new sovereign documents, because strategy demands it. And it chooses 100% open-source code, built in the open, for all to collaborate with &#8211; that strengthens independence rather than undermining it.</p><p class="western" align="left">This is the real question for buyers evaluating office suites today. Not “Can it open a Word file?” Everyone can do that. But the harder and more important question is “Who defines the future of your documents?”</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2a8ab23 e-flex e-con-boxed e-con e-parent" data-id="2a8ab23" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-043ec88 elementor-widget elementor-widget-heading" data-id="043ec88" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Where we stand</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-508ed50 elementor-widget elementor-widget-text-editor" data-id="508ed50" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">At Collabora Productivity, we are not confused about this.</p><p align="left">Interoperability matters. Organisations need to work with Microsoft formats every day, and any serious office suite must support that reality. But sovereignty has to mean more than rendering the legacy world nicely, as we do.</p><p align="left">It means open standards. It means giving organisations a path towards ODF for new documents and sovereign workflows. It means a platform built by a large, experienced team, in an open, friendly and welcoming community, and <span lang="en-GB">it means</span> 100% open source code. Not open to a certain point, not open with strings attached, and especially not code controlled by countries hostile to free and open communications.</p><p align="left">Don<span lang="en-GB">’t build on software e</span>ndorsed by, and used by the Russian state and built around Microsoft<span lang="en-GB">’s file formats.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-67ba821 elementor-widget elementor-widget-text-editor" data-id="67ba821" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;" align="left">Free your documents today, with Collabora Office.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-85a3f1f elementor-align-center elementor-invisible elementor-widget elementor-widget-global elementor-global-31407 elementor-widget-button" data-id="85a3f1f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.collaboraonline.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/">You Are Not Sovereign If Microsoft Still Architects Your Documents</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/you-are-not-sovereign-if-microsoft-still-architects-your-documents/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Collabora Online Helps Integrations Build Safer Document Workflows</title>
		<link>https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/</link>
					<comments>https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Tue, 24 Mar 2026 16:58:47 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56865</guid>

					<description><![CDATA[<p>When organisations talk about secure document handling, the conversation often jumps straight to infrastructure, hosting, and technical architecture. Those things matter, but they are only part of the picture. Security depends just as much on what users are able to do inside the document workflow. For integrators building platforms for governments, education, legal teams, healthcare [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/">How Collabora Online Helps Integrations Build Safer Document Workflows</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56865" class="elementor elementor-56865" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1fb924e e-flex e-con-boxed e-con e-parent" data-id="1fb924e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-48d830e elementor-widget elementor-widget-text-editor" data-id="48d830e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>When organisations talk about secure document handling, the conversation often jumps straight to infrastructure, hosting, and technical architecture. Those things matter, but they are only part of the picture. Security depends just as much on what users are able to do inside the document workflow.</p><p>For integrators building platforms for governments, education, legal teams, healthcare providers, or any other organisations handling sensitive information, secure editing is not just about opening a file securely. It is about keeping control of review, access, approval, and sharing inside the environment you manage.</p><p>This post aims to outline how the user-facing features of Collabora Online further strengthen the story for our partners and integrations. We will have another piece coming out soon about how the architecture of Collabora Online keeps documents secure.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6bff13f e-flex e-con-boxed e-con e-parent" data-id="6bff13f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dceea5a elementor-widget elementor-widget-heading" data-id="dceea5a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Protect</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-99da558 elementor-widget elementor-widget-text-editor" data-id="99da558" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Some of the most important security features are the simplest ones: preventing the wrong change in the wrong place.</p><p>The simplest way to achieve this is to impose read-only access over some documents. Complimenting read-only control, Collabora Online also offers restriction of specific commands such as copying or printing documents. Unlike other document editors however, Collabora Online enforces these controls at the server side[link owasp blog], helping ensure that restrictions are not just cosmetic interface choices. Combined with another server-enforced option of watermarking documents with user-specific details (not merely pasting ‘Confidential’ wording over the document), integrators and their end-users enjoy meaningful protection of the editing of documents, especially relevant in larger organisations to add confidence documents aren’t being downloaded or shared en-masse.</p><p>In many cases however, it is useful for users to be able to edit some parts of documents, but not others. In spreadsheets, features such as <i>cell protection</i> and <i>sheet protection</i> help teams preserve the integrity of critical information. That matters in budgeting, reporting, procurement, and operational planning, where some users may need to input or review data without altering formulas, structures, or approved sections. In practice, this helps turn a spreadsheet from a loose working file into a more controlled business document.</p><p>In written documents, <i>section editing</i> with optional password protection for individual paragraphs or longer ‘sections’ achieves the same goal. With section editing in Writer, the inverse may also be achieved such that sections in <i>read-only</i> documents can be made editable if needs be.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2a5a608 e-flex e-con-boxed e-con e-parent" data-id="2a5a608" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a01f590 elementor-widget elementor-widget-heading" data-id="a01f590" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Control</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6cecdb6 elementor-widget elementor-widget-text-editor" data-id="6cecdb6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Secure editing however is not about universally blocking change. It is about making sure the right people have the right level of access at the right time.</p><p>This is where platform integrations really matters. Integrating with Collabora Online, partners can enable custom per-user, per-document permissions, secure sharing controls, and granular guest access without breaking the connection between editing and the wider content system. The strength here is not that Collabora Online adds an additional control model to the storage platforms, but that it fits into it. Thanks to the <span style="text-decoration: underline;"><a href="/blog/wopi-is-open-your-office-stack-should-be-too/">WOPI-like protocol</a></span>, permissions remain tied to the environment that already governs the document, instead of being redefined in the document editor.</p><p>Sensitive personal information, HR records, procurement documents, legal drafts, or citizen case files should not need to leave the managed environment just to be edited or reviewed. The more steps, services, and exports involved, the harder it becomes to maintain control. Collabora Online helps partners offer a cleaner model &#8211; keeping the workflows centralised, and access policy in one place.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8e2425d e-flex e-con-boxed e-con e-parent" data-id="8e2425d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-873dffc elementor-widget elementor-widget-heading" data-id="873dffc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Review</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-46e3617 elementor-widget elementor-widget-text-editor" data-id="46e3617" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Because accountability is a security feature too.</p><p>In Writer, per-user tracked changes make it much easier to understand who changed what, and when. Changes are not only highlighted in red, but are tracked on a per-user basis. Each user has their own colour, and mousing over the change will show you who made the addition or deletion, and when. For review-heavy workflows, that is not just helpful for collaboration, it seriously strengthens auditability. In contracts, policies, internal approvals, and public-sector drafting, teams need a clear record of proposed edits and editorial responsibility. Named changes help make the review process visible rather than opaque.</p><p>Our newly released document comparison tool adds a further powerful layer here. Being able to compare two documents, and immediately highlight differences is invaluable anywhere precision matters, but especially in legal and contract workflows. Instead of relying on manual checks or trusting that nothing has been altered between versions, users can now see exactly what has been changed.</p><p>Version history also contributes to this broader accountability story. With the integration’s file storage layer and Collabora Online working in tandem, this is an important part of the overall secure workflow that integrators can offer end-users. Together, these powerful review features create a much stronger review chain most competitors can offer.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-581fa2f e-flex e-con-boxed e-con e-parent" data-id="581fa2f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-14d3980 elementor-widget elementor-widget-heading" data-id="14d3980" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Signing</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a88c30d elementor-widget elementor-widget-text-editor" data-id="a88c30d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div id="meta-origin" data-coolorigin="https%3A%2F%2Fshare.collaboraonline.com%2Fcool%2Fclipboard%3FWOPISrc%3Dhttps%253A%252F%252Fshare.collabora.com%252Findex.php%252Fapps%252Frichdocuments%252Fwopi%252Ffiles%252F7165144_ocytfm4ehh09%26ServerId%3De49c1408%26ViewId%3D4%26Tag%3D96879134ea2a15ee"><p>Unfortunately, document signing is one of the clearest examples where secure workflows break down.</p><p>Many organisations now end up sending all of their most sensitive documents to a third-party signing service, adding an additional storage layer (and jurisdiction?), another vendor relationship, and ending any on-premise or data-sovereignty promises (where is your document signing platform based?) Built-in PDF signing based on a document hash and not it’s content &#8211; directly from your document editor <span style="text-decoration: underline;"><a href="/case-studies/eid-easy-signs-pdfs-from-collabora-online/">offers a better path</a></span>. It allows integrators to support signing inside the document workflow rather than handing documents and data to someone else.</p><p>That matters for both privacy and process. Sensitive agreements, approvals, and public-facing forms should not be exported into a disconnected workflow just to get a signature. It also helps organisations simplify compliance-sensitive processes by reducing unnecessary exposure and keeping the entire document lifecycle within the integrator’s own platform.</p></div>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b791152 e-flex e-con-boxed e-con e-parent" data-id="b791152" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2e9e8f6 elementor-widget elementor-widget-heading" data-id="2e9e8f6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Why this all matters for integrations</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-09a5b8a elementor-widget elementor-widget-text-editor" data-id="09a5b8a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For integrators, the opportunity with Collabora Online is bigger than adding online editing (<span style="text-decoration: underline;"><a href="https://www.collaboraonline.com/case-studies/integration-benefits/">this is of course already a significant step</a></span>!).</p><p>Collabora Online helps partners and integrators build secure workflows around documents by combining familiar editing with practical controls. Protection inside of documents, accountable review of changes, server-enforced access controls, integrated signing, and permission-aware access through open interfaces. For government and regulated sectors in particular, this is far more compelling than other editing experiences.</p><p>Secure document handling is not just about where software runs and the technical architecture. It is just as much about whether the features inside the editor help organisations and users stay in control. That is what customers increasingly need, and it is where Collabora Online gives partners a strong and secure story.</p><p>Integrate Collabora Online today, and secure your workflows.</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/">How Collabora Online Helps Integrations Build Safer Document Workflows</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/how-collabora-online-helps-integrations-build-safer-document-workflows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FLOSS FOSS OSS? Open Source Explained</title>
		<link>https://www.collaboraonline.com/blog/floss-foss-odd-open-source-explained/</link>
					<comments>https://www.collaboraonline.com/blog/floss-foss-odd-open-source-explained/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Fri, 06 Mar 2026 15:26:36 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56446</guid>

					<description><![CDATA[<p>Confused by buzzwords? You’re not alone. EXPLAINED is a new explainer series for people who work with technology &#8211; but don’t want marketing fluff or academic theory. We break down complex digital topics clearly and practically: what they mean, why they matter, and how they work in the real world. Open Source Software is software [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/floss-foss-odd-open-source-explained/">FLOSS FOSS OSS? Open Source Explained</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="56446" class="elementor elementor-56446" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-ff54c77 e-flex e-con-boxed e-con e-parent" data-id="ff54c77" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;zigzag&quot;,&quot;shape_divider_bottom&quot;:&quot;zigzag&quot;}">
					<div class="e-con-inner">
				<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 5.8" preserveAspectRatio="none">
  <path class="elementor-shape-fill" d="M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"/>
</svg>
		</div>
				<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 5.8" preserveAspectRatio="none">
  <path class="elementor-shape-fill" d="M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"/>
</svg>
		</div>
				<div class="elementor-element elementor-element-f726751 elementor-widget elementor-widget-text-editor" data-id="f726751" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;">Confused by buzzwords? You’re not alone.</p><p style="text-align: center;"><em><strong>EXPLAINED </strong></em>is a new explainer series for people who work with technology &#8211; but don’t want marketing fluff or academic theory.</p><p style="text-align: center;">We break down complex digital topics clearly and practically: what they mean, why they matter, and how they work in the real world.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-17e1880 e-flex e-con-boxed e-con e-parent" data-id="17e1880" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2189d14 elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image" data-id="2189d14" data-element_type="widget" data-widget_type="theme-post-featured-image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="450" src="https://www.collaboraonline.com/wp-content/uploads/2026/03/Open-Source-Explained-1024x576.png" class="attachment-large size-large wp-image-56451" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/03/Open-Source-Explained-1024x576.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Open-Source-Explained-300x169.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Open-Source-Explained-768x432.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/03/Open-Source-Explained.png 1280w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-8ed644b elementor-widget elementor-widget-text-editor" data-id="8ed644b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Open Source Software is software whose source code is publicly available to use, study, modify, and share.</p><p>That sounds simple — and it is — but the consequences are anything but.</p><p>Open source shapes how software is built, who controls it, how long it lasts, and who gets a say when things change.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ae08d e-flex e-con-boxed e-con e-parent" data-id="73ae08d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-31b00a9 elementor-widget elementor-widget-heading" data-id="31b00a9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">FLOSS, FOSS, and why words matter</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9440bdd elementor-widget elementor-widget-text-editor" data-id="9440bdd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>You’ll see a few acronyms used almost interchangeably: FOSS, FLOSS, or just OSS.</p><p>They all point in roughly the same direction, but with slightly different emphasis.</p><ul><li>OSS: Open Source Software</li><li>FOSS: Free and Open Source Software</li><li>FLOSS: Free/Libre and Open Source Software</li></ul><p>We tend to prefer FLOSS, because it makes something explicit that often gets lost: free doesn’t mean price.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1521020 e-flex e-con-boxed e-con e-parent" data-id="1521020" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7a9f71f elementor-widget elementor-widget-heading" data-id="7a9f71f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">A side note: Capital Letters and Hyphens?</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-c5473d7 elementor-widget elementor-widget-text-editor" data-id="c5473d7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>That depends on who you’re asking! The <a href="https://ospo.docs.cern.ch/recommendations/grammar/writing_open_source/">CERN Open Source Program Office has a nice style guide write up here</a> in favour of hyphens when used as a compound adjective (eg. open-source hardware, open-source software), the <a href="https://opensource.org/blog/is-open-source-ever-hyphenated">Open Source Initiative however recently published an opinion piece</a> arguing it should in fact never be hyphenated. <a href="https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/o/open-source">The Microsoft style guide</a> argues for hyphens and lower case (unless being used as part of a pronoun), or you can talk to our CEO who will tell you it should always be capitalised. We’ll let you choose this one&#8230;</p><p class="western"><em>“The nice thing about standards is that there are so many of them to choose from.” — Andrew S. Tanenbaum</em></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-10cfc1e e-flex e-con-boxed e-con e-parent" data-id="10cfc1e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cde1a2f elementor-widget elementor-widget-heading" data-id="cde1a2f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Free as in freedom, not free as in beer</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2a9aa78 elementor-widget elementor-widget-text-editor" data-id="2a9aa78" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Open source is “free” in the sense of freedom, not cost (but it might be that as well).</p><p>The freedom to:</p><ul><li>run the software for any purpose</li><li>understand how it works</li><li>modify it</li><li>share it with others</li></ul><p>You can (and often do) pay for open source &#8211; for support, hosting, updates, or guarantees. What you don’t lose is your ability to understand the code behind it or leave.</p><p>That distinction turns out to be crucial.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2ca854b e-flex e-con-boxed e-con e-parent" data-id="2ca854b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2a52869 elementor-widget elementor-widget-heading" data-id="2a52869" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">How much technology is running on open source?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-24ea357 elementor-widget elementor-widget-text-editor" data-id="24ea357" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>A lot.</p><p><a href="https://www.blackduck.com/resources/analyst-reports/open-source-security-risk-analysis.html#introMenu">A 2024 Synopsis report</a> showed that 96% of the commercial code bases they sampled contained open source software, and 77% of the code within those code bases was open source. <a href="https://w3techs.com/technologies/details/os-linux">Further research</a> suggests Linux is used by around 60 % of all websites where the OS is known and is the majority of workloads in Microsoft Azure cloud. <a href="https://www.monitor.us/web-servers-market-share/https://www.monitor.us/web-servers-market-share/">Measurements also show</a> that open-source web servers like Nginx and Apache make up 70% of the web server landscape.</p><p>[insert pretty pie charts]</p><p>It’s not because it’s trendy, but because:</p><ul><li>it scales,</li><li>it lasts,</li><li>and it can be trusted by people who need to look under the hood.</li></ul><p>Open source isn’t the alternative – for most use cases it’s the default.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-84661e8 e-flex e-con-boxed e-con e-parent" data-id="84661e8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7e57dc1 elementor-widget elementor-widget-heading" data-id="7e57dc1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">If it’s open, how does it stay open?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0ea46b2 elementor-widget elementor-widget-text-editor" data-id="0ea46b2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Open source stays open because of licences. These legally enforce the freedoms that define open-source software and ensure that improvements can’t simply be taken private and locked away.</p><p>That legal backbone is what allows open-source projects to outlive companies, products, and even entire technology cycles. Open-source licenses however is a First Principles topic for another day!</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6acf2e3 e-flex e-con-boxed e-con e-parent" data-id="6acf2e3" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7c5d435 elementor-widget elementor-widget-heading" data-id="7c5d435" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">But how do businesses make money?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b35b86 elementor-widget elementor-widget-text-editor" data-id="1b35b86" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>People pay for open-source software because it delivers value, and because someone needs to be accountable when it matters.</p><p>Generally speaking, open-source companies don’t sell access to the source code. They sell the things organisations actually need in the real world: professional support, long-term maintenance, security updates, predictable releases, enterprise integrations, and help when something goes wrong at 5pm on a Friday.</p><p>Just as importantly, many organisations choose to pay because they want the software to stay open, and to have a product management discussion with the developers behind it. They know that sustainable, well-maintained open source doesn’t happen by accident. It happens when skilled teams are paid to work on it full time.</p><p>Anyone can support an open-source deployment. That’s the point. In practice however, organisations choose to pay the people who know the software best and contribute to it every day.</p><p>Solutions like Collabora Online follow exactly this model: open-source code, open standards, and commercial services wrapped around them so organisations can rely on the software in production. Customers aren’t buying access or exclusivity &#8211; they’re choosing expertise, continuity, and a team they trust to keep the software healthy.</p><p>That’s not a contradiction of open source. It’s how it works.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bb6fa93 e-flex e-con-boxed e-con e-parent" data-id="bb6fa93" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-904d6ac elementor-widget elementor-widget-heading" data-id="904d6ac" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Is open source more secure?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-39401b9 elementor-widget elementor-widget-text-editor" data-id="39401b9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Often, yes &#8211; but not magically.</p><p>Open source benefits from transparency. Code can be audited, vulnerabilities can be found by anyone, and fixes aren’t limited to a single vendor’s timeline. That doesn’t mean bugs don’t exist; it means they’re harder to hide, and anyone can fix it.</p><p>As an added accountability layer, as an engineer, your name is on every commit, in perpetuity – so you’re somewhat more careful!</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b1efe2d e-flex e-con-boxed e-con e-parent" data-id="b1efe2d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ccc24a7 elementor-widget elementor-widget-heading" data-id="ccc24a7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The trade-off nobody mentions</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-66f27ca elementor-widget elementor-widget-text-editor" data-id="66f27ca" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Open source gives you freedom, but it also expects engagement.</p><p>Behind most successful open-source projects are vibrant communities: developers sharing ideas, reviewing code, and improving the software in the open. That energy is one of open source’s greatest strengths. But for many organisations, especially those with compliance, security, or regulatory requirements, relying directly on community development can feel like a leap.</p><p>This is where professional open-source companies come in. They act as a bridge between fast-moving global communities and organisations that need stability, accountability, compliance and predictable releases. They package the innovation of the open-source ecosystem into something businesses can confidently deploy and support.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e816523 e-flex e-con-boxed e-con e-parent" data-id="e816523" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1fb8ee2 elementor-widget elementor-widget-heading" data-id="1fb8ee2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">So what’s the point?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7c32cc7 elementor-widget elementor-widget-text-editor" data-id="7c32cc7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Open source isn’t simply about ideology or getting something for nothing.</p><p>It’s about building software that can be trusted, understood, improved, and relied upon over time by users, organisations, and entire societies. Without it, you’re relying on trust you can’t verify.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-61bcf39 e-flex e-con-boxed e-con e-parent" data-id="61bcf39" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e66de0f elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="e66de0f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-14c788f elementor-widget elementor-widget-text-editor" data-id="14c788f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;">If you’re interested in taking back control of your documents, contact us today.</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/floss-foss-odd-open-source-explained/">FLOSS FOSS OSS? Open Source Explained</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/floss-foss-odd-open-source-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Customers Deserve a Choice: Cloud or On-Prem</title>
		<link>https://www.collaboraonline.com/blog/openmatters012/</link>
					<comments>https://www.collaboraonline.com/blog/openmatters012/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Mon, 02 Mar 2026 11:19:36 +0000</pubDate>
				<category><![CDATA[Podcast]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=56502</guid>

					<description><![CDATA[<p>In this episode of Open Matters, Richard Brock speaks with Johan Bernhardsson from Redpill Linpro, one of the Nordic region’s leading open-source consultancies. Johan shares what real-world migrations look like: from replacing aging NAS drives with Nextcloud to building GDPR-sensitive collaboration platforms, and helping organizations move at their own pace. We discuss: -Why “cloud-first” often [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/openmatters012/">Customers Deserve a Choice: Cloud or On-Prem</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<iframe loading="lazy" width="100%" height="112" frameborder="0" scrolling="no" style="width: 100%; height: 112px; overflow: hidden;" src="https://podcast.collaboraonline.com/@OpenMattersPodcast/episodes/customers-deserve-a-choice-cloud-or-on-prem/embed"></iframe>



<p>In this episode of Open Matters, Richard Brock speaks with Johan Bernhardsson from Redpill Linpro, one of the Nordic region’s leading open-source consultancies. Johan shares what real-world migrations look like: from replacing aging NAS drives with Nextcloud to building GDPR-sensitive collaboration platforms, and helping organizations move at their own pace.</p>



<p>We discuss:</p>



<p>-Why “cloud-first” often means “no real choice”<br>-How open-source migrations actually begin<br>-Why user experience matters more than features<br>-The growing demand for on-prem and sovereign deployments<br>-And why digital change is still slow — but accelerating</p>



<p>If digital sovereignty is more than a slogan, this is what it looks like on the ground.</p>



<p><img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f514.png" alt="🔔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Subscribe for more discussions on open-source tech!<br>iTunes: https://podcasts.apple.com/us/podcast/open-matters-podcast/id1807042369<br>Spotify: https://open.spotify.com/show/4frqRzV9DsAC0HfJ3ewaeD<br>RSS: https://www.collaboraonline.com/feed/mp3/</p>



<p>The views and opinions expressed in this podcast are those of the hosts and guests and do not necessarily reflect the views of Collabora Productivity or its affiliates. The content is provided for informational purposes only and should not be considered official guidance or fact-checked technical documentation.</p>



<p></p>
<p>The post <a href="https://www.collaboraonline.com/blog/openmatters012/">Customers Deserve a Choice: Cloud or On-Prem</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/openmatters012/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Who Has the Keys to Your Data?</title>
		<link>https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/</link>
					<comments>https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 13:20:18 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55644</guid>

					<description><![CDATA[<p>The Uncomfortable Truth About Microsoft Customer Lockbox There is a question that every organisation storing data in Microsoft 365 should be asking, but most never do: can Microsoft access your files, emails, and documents without your knowledge or consent? The answer, by default, is yes &#8211; and Microsoft will even sell you a feature to [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/">Who Has the Keys to Your Data?</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55644" class="elementor elementor-55644" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-8f80609 e-flex e-con-boxed e-con e-parent" data-id="8f80609" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1e31472 elementor-widget elementor-widget-heading" data-id="1e31472" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Uncomfortable Truth About Microsoft Customer Lockbox</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0123a81 e-flex e-con-boxed e-con e-parent" data-id="0123a81" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-4fe04b6 e-con-full e-flex e-con e-child" data-id="4fe04b6" data-element_type="container">
				<div class="elementor-element elementor-element-2613167 elementor-widget elementor-widget-text-editor" data-id="2613167" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">There is a question that every organisation storing data in Microsoft 365 should be asking, but most never do: <strong>can Microsoft access your files, emails, and documents without your knowledge or consent?</strong></p><p align="left">The answer, by default, is yes &#8211; and Microsoft will even sell you a feature to do something about it.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2fced3f e-con-full e-flex e-con e-child" data-id="2fced3f" data-element_type="container">
				<div class="elementor-element elementor-element-724ec2b elementor-widget elementor-widget-image" data-id="724ec2b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="744" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-1024x952.png" class="attachment-large size-large wp-image-55646" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-1024x952.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-300x279.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-768x714.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw-1536x1429.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_private-files_m2bw.png 1601w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e052bfa e-flex e-con-boxed e-con e-parent" data-id="e052bfa" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aab9c10 elementor-widget elementor-widget-heading" data-id="aab9c10" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What Is Customer Lockbox?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d9bf78c elementor-widget elementor-widget-text-editor" data-id="d9bf78c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Customer Lockbox is a Microsoft 365 feature that gives organisations the ability to explicitly approve or deny access requests from Microsoft support engineers before they can view customer content. When a Microsoft engineer needs access to your data to investigate a support issue, a notification is sent to your administrators, who must approve the request. If they don&#8217;t respond within the time window, access is denied.</p><p>On the surface, this sounds perfectly reasonable. But step back for a moment and consider what this feature&#8217;s very existence implies.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0857534 e-flex e-con-boxed e-con e-parent" data-id="0857534" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-943775e elementor-widget elementor-widget-heading" data-id="943775e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Feature That Should Never Have Been Necessary</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-198663d e-con-full e-flex e-con e-child" data-id="198663d" data-element_type="container">
		<div class="elementor-element elementor-element-5a09d94 e-con-full e-flex e-con e-child" data-id="5a09d94" data-element_type="container">
				<div class="elementor-element elementor-element-7453fb4 elementor-widget elementor-widget-image" data-id="7453fb4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="730" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-1024x935.png" class="attachment-large size-large wp-image-55650" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-1024x935.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-300x274.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-768x701.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l-1536x1403.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_data-thief_d66l.png 1600w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d3d63ad e-con-full e-flex e-con e-child" data-id="d3d63ad" data-element_type="container">
				<div class="elementor-element elementor-element-2d3ec7f elementor-widget elementor-widget-text-editor" data-id="2d3ec7f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">Customer Lockbox exists because, without it, access to your data is governed entirely by Microsoft&#8217;s own internal policies and processes &#8211; not by you.</p><p align="left">Microsoft&#8217;s standard position is that it operates on a &#8220;<a href="https://learn.microsoft.com/en-us/compliance/assurance/assurance-microsoft-365-service-engineer-access-control">Zero Standing Access</a>&#8221; principle: engineers don&#8217;t have persistent access to customer data, and access is granted on a just-in-time, least-privilege basis. That sounds reassuring. But here is the critical distinction:<strong> those controls are Microsoft&#8217;s controls, not yours</strong>. The gatekeeper is the same organisation that also wants access to your data. You are not in the room when that decision is made. You may not even be notified that it happened.</p>								</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5e15f2b elementor-widget elementor-widget-text-editor" data-id="5e15f2b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p align="left">Customer Lockbox changes this by adding the customer as a required approver. It shifts the control point from Microsoft&#8217;s internal process to your organisation&#8217;s administrators. In other words, it gives you the ability to consent.</p><p align="left">Consent however shouldn’t be a premium feature.</p><p align="left">That Microsoft has packaged the ability to approve access to your own data as an optional add-on &#8211; available only to customers willing and able to pay for it &#8211; tells you a great deal about how the company thinks about data privacy.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-93372b3 e-flex e-con-boxed e-con e-parent" data-id="93372b3" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3f5757a elementor-widget elementor-widget-heading" data-id="3f5757a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Who Can Afford Privacy?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c9df727 elementor-widget elementor-widget-text-editor" data-id="c9df727" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Customer Lockbox is bundled with Microsoft 365 E5, the highest and most expensive enterprise licensing tier, or available as part of the Microsoft 365 E5 Compliance add-on. For the vast majority of organisations &#8211; small and medium businesses, schools, non-profits, public sector bodies operating on constrained budgets &#8211; it is simply out of reach.</p><p>This creates a two-tier privacy landscape. Large, well-resourced enterprises can buy some oversight* of their own data. Everyone else accepts whatever Microsoft&#8217;s internal policies happen to say on any given day.</p><p>This should be deeply uncomfortable. Data sensitivity is not proportional to the size or wealth of the organisation holding it. Healthcare providers, legal services, schools small and large and everything in between all handle highly sensitive and personal data. They should be accessing the same level of control over their data as a Fortune 500 company. The idea that of data sovereignty as a luxury good is not a neutral business decision. It is a statement about whose privacy matters.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9bf270b e-flex e-con-boxed e-con e-parent" data-id="9bf270b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-408e9fb elementor-widget elementor-widget-heading" data-id="408e9fb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">*The Lock Microsoft Will Always Open</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-cdd8b9a elementor-widget elementor-widget-text-editor" data-id="cdd8b9a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><em><strong>The CLOUD Act (Clarifying Lawful Overseas Use of Data Act)</strong>, passed in the US in 2018, allows US law enforcement to compel US-headquartered companies &#8211; including Microsoft &#8211; to produce data stored on their servers, regardless of where in the world that data physically resides.</em></li><li><em><strong>Customer Lockbox does not protect against this</strong>. Customer Lockbox governs Microsoft engineer access for support and operational purposes. It has no bearing on legally compelled government disclosure. Microsoft can be required to hand over your data without notifying you, without your consent, and potentially under a gag order that prevents them from telling you it happened.</em></li><li><em>Microsoft is a US company. No matter where your data is hosted &#8211; including EU data centres &#8211; it remains subject to US jurisdiction through the CLOUD Act.</em></li></ul>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5740528 e-flex e-con-boxed e-con e-parent" data-id="5740528" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-28f68b4 elementor-widget elementor-widget-heading" data-id="28f68b4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Privacy Should Be the Default, Not a Product</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-9939111 e-con-full e-flex e-con e-child" data-id="9939111" data-element_type="container">
		<div class="elementor-element elementor-element-054348e e-con-full e-flex e-con e-child" data-id="054348e" data-element_type="container">
				<div class="elementor-element elementor-element-94aba2c elementor-widget elementor-widget-text-editor" data-id="94aba2c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The deeper issue here is one of design philosophy. A company that genuinely places privacy at the centre of its product decisions builds oversight, transparency, and consent into the default experience. It does not reserve these things for paying subscribers.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a6455a1 e-con-full e-flex e-con e-child" data-id="a6455a1" data-element_type="container">
				<div class="elementor-element elementor-element-5e978df elementor-widget elementor-widget-image" data-id="5e978df" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="552" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-1024x707.png" class="attachment-large size-large wp-image-55654" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-1024x707.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-300x207.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-768x531.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb-1536x1061.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/undraw_security-on_3ykb.png 1598w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-338adc3 elementor-widget elementor-widget-text-editor" data-id="338adc3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Our approach at Collabora Productivity is rooted in a different set of assumptions. Our products are built on open-source foundations, designed for self-hosted deployment, and architected so that your data stays where you put it &#8211; on infrastructure you control, with access policies that you define. We don’t provide a back-door support channel through which a third party can request access to your documents. There is no premium tier required to retain meaningful sovereignty over your files.</p><p>Because that is what software should look like when the organisation building it genuinely thinks privacy matters.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-48a03dd e-flex e-con-boxed e-con e-parent" data-id="48a03dd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5a2af76 elementor-widget elementor-widget-heading" data-id="5a2af76" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What You Can Do</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-33a24bc elementor-widget elementor-widget-text-editor" data-id="33a24bc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you are using Microsoft 365, it is worth understanding exactly what tier you are on and whether Customer Lockbox is available to you.</p><p>More broadly, we would encourage organisations to ask harder questions of any cloud platform they use:</p><ul><li>Who can access our data, and under what circumstances?</li><li>Do we receive notification when that access occurs? </li><li>Do we have the ability to approve or deny it? </li><li>Is that ability included as standard, or is it something we have to pay for?</li></ul><p>And if you’re not sure about any of the answers, get in touch with us to experience a truly customer-centric, privacy-respecting office suite.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-4adea84 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="4adea84" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/">Who Has the Keys to Your Data?</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/who-has-the-keys-to-your-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Digital Sovereignty Explained</title>
		<link>https://www.collaboraonline.com/blog/digital-sovereignty-explained/</link>
					<comments>https://www.collaboraonline.com/blog/digital-sovereignty-explained/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Thu, 19 Feb 2026 17:01:27 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55433</guid>

					<description><![CDATA[<p>Confused by buzzwords? You’re not alone. EXPLAINED is a new explainer series for people who work with technology &#8211; but don’t want marketing fluff or academic theory. We break down complex digital topics clearly and practically: what they mean, why they matter, and how they work in the real world. Digital sovereignty is the ability [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/digital-sovereignty-explained/">Digital Sovereignty Explained</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55433" class="elementor elementor-55433" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-ff54c77 e-flex e-con-boxed e-con e-parent" data-id="ff54c77" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;zigzag&quot;,&quot;shape_divider_bottom&quot;:&quot;zigzag&quot;}">
					<div class="e-con-inner">
				<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 5.8" preserveAspectRatio="none">
  <path class="elementor-shape-fill" d="M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"/>
</svg>
		</div>
				<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 5.8" preserveAspectRatio="none">
  <path class="elementor-shape-fill" d="M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"/>
</svg>
		</div>
				<div class="elementor-element elementor-element-f726751 elementor-widget elementor-widget-text-editor" data-id="f726751" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;">Confused by buzzwords? You’re not alone.</p><p style="text-align: center;"><em><strong>EXPLAINED </strong></em>is a new explainer series for people who work with technology &#8211; but don’t want marketing fluff or academic theory.</p><p style="text-align: center;">We break down complex digital topics clearly and practically: what they mean, why they matter, and how they work in the real world.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-17e1880 e-flex e-con-boxed e-con e-parent" data-id="17e1880" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ff9832c elementor-widget elementor-widget-image" data-id="ff9832c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="450" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/Digital-Sovereignty-Explained-Thumb-1024x576.png" class="attachment-large size-large wp-image-55588" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/Digital-Sovereignty-Explained-Thumb-1024x576.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Digital-Sovereignty-Explained-Thumb-300x169.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Digital-Sovereignty-Explained-Thumb-768x432.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Digital-Sovereignty-Explained-Thumb.png 1280w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-8ed644b elementor-widget elementor-widget-text-editor" data-id="8ed644b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Digital sovereignty is the ability to make independent, enforceable decisions about your digital infrastructure &#8211; without being forced by vendors, platforms, or jurisdictions you do not control.</p><p>This might include but is not limited to:</p><ul><li>Where your data lives</li><li>Who can access it</li><li>What laws apply</li><li>What happens if a vendor changes terms, pricing, or strategy</li><li>Whether you can realistically switch providers</li></ul><p><br />Crucially, it is not:</p><ul><li>A synonym for “on-prem”</li><li>A rejection of cloud technologies</li><li>A nationalist or isolationist idea</li></ul><p><br /><strong>It is about control and choice.</strong></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73ae08d e-flex e-con-boxed e-con e-parent" data-id="73ae08d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-31b00a9 elementor-widget elementor-widget-heading" data-id="31b00a9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Why digital sovereignty is suddenly everywhere</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9440bdd elementor-widget elementor-widget-text-editor" data-id="9440bdd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Because the ground shifted.</p><p>Over the past few years, digital sovereignty has moved from policy papers into the headlines. <span style="text-decoration: underline;"><a href="https://www.reuters.com/sustainability/boards-policy-regulation/eu-court-backs-latest-eu-us-data-transfer-deal-2025-09-03/">Court rulings</a></span>, <span style="text-decoration: underline;"><a href="https://apnews.com/general-news-8c9a2e4285be4f62b44538ed3c9b0cd4">sanctions</a></span>, <span style="text-decoration: underline;"><a href="https://www.reuters.com/technology/apple-removing-end-to-end-cloud-encryption-feature-uk-bloomberg-news-reports-2025-02-21/">sudden service withdrawals</a></span>, and <span style="text-decoration: underline;"><a href="https://www.reuters.com/world/uk/uk-makes-new-attempt-access-apple-cloud-data-ft-reports-2025-10-01/">changes to data-access rules</a></span> have all served as reminders that digital infrastructure is never neutral. Software and services are governed somewhere, data is subject to someone’s laws, and platforms ultimately answer to jurisdictions &#8211; not users. For many organisations, this has turned digital sovereignty from a theoretical concern into a deeply practical one.</p><p>A handful of large platforms now sit underneath email, documents, identity, storage, and collaboration. For governments especially, this raises an awkward question: can you really run public services on infrastructure you don’t control and can’t easily change?</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-10cfc1e e-flex e-con-boxed e-con e-parent" data-id="10cfc1e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cde1a2f elementor-widget elementor-widget-heading" data-id="cde1a2f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What digital sovereignty is not?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2a9aa78 elementor-widget elementor-widget-text-editor" data-id="2a9aa78" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Digital sovereignty is often misunderstood, partly because it increasingly gets used as a catch-all for very different concerns.</p><p>It does not mean rejecting the cloud, going back to on-prem-only infrastructure, or pretending global technology markets don’t exist. It is also not about nationalism with server racks, or building everything yourself from scratch.</p><p>At its core, digital sovereignty is about maintaining the ability to decide, even when vendors, markets, or regulations change. If your choices disappear the moment circumstances shift, sovereignty was never really there.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2ca854b e-flex e-con-boxed e-con e-parent" data-id="2ca854b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2a52869 elementor-widget elementor-widget-heading" data-id="2a52869" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Where sovereignty actually breaks</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-24ea357 elementor-widget elementor-widget-text-editor" data-id="24ea357" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Loss of digital sovereignty is rarely dramatic. There’s no single switch that gets flipped. Instead, it erodes quietly, layer by layer.</p><p>It might start with data that technically belongs to you, but only works properly inside one ecosystem. Or software that looks interchangeable on paper, but in practice only runs where the vendor allows it to. Sometimes it’s integration: “open” APIs that turn out to be undocumented, unstable, or strategically limited.</p><p>Deployment choices matter too. When SaaS is the only option, control over updates, lifecycle, and availability inevitably moves elsewhere. You don’t have to lose control everywhere for sovereignty to fail &#8211; losing it in one critical layer is enough.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-84661e8 e-flex e-con-boxed e-con e-parent" data-id="84661e8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7e57dc1 elementor-widget elementor-widget-heading" data-id="7e57dc1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Where open source helps</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0ea46b2 elementor-widget elementor-widget-text-editor" data-id="0ea46b2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Open source is one of the strongest foundations for digital sovereignty.</p><p>Access to source code enables transparency, auditability, and long-term access. It reduces the risk of being locked out of your own infrastructure and makes it possible to change direction later.</p><p>Just as importantly, open-source solutions are built and maintained in the open by global, distributed communities and companies. Development happens in the open, improvements are shared publicly, and progress can be tracked directly &#8211; down to individual commits in a public repository. That openness is a powerful counterbalance to closed platforms and opaque decision-making.</p><p>Solutions such as Collabora Online and the many integrations and partners we work with combine these open-source foundations and open standards with professional support and flexible deployment options &#8211; including self-hosted and sovereign cloud environments. That combination is what turns theoretical freedom into something usable.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6acf2e3 e-flex e-con-boxed e-con e-parent" data-id="6acf2e3" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7c5d435 elementor-widget elementor-widget-heading" data-id="7c5d435" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The trade-off nobody mentions</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b35b86 elementor-widget elementor-widget-text-editor" data-id="1b35b86" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Organisations that prioritise sovereignty gain clearer exit options, stronger compliance positions, and more predictable long-term costs. In return, they accept that not everything is a black box handled by someone else.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bb6fa93 e-flex e-con-boxed e-con e-parent" data-id="bb6fa93" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-904d6ac elementor-widget elementor-widget-heading" data-id="904d6ac" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">So what’s the point?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-39401b9 elementor-widget elementor-widget-text-editor" data-id="39401b9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Digital sovereignty is not about developing everything in-house, choosing national software providers, or hosting everything in your own underground vault. It’s about being able to choose your tools, understand your systems, and change course when needed.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-61bcf39 e-flex e-con-boxed e-con e-parent" data-id="61bcf39" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e66de0f elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="e66de0f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-14c788f elementor-widget elementor-widget-text-editor" data-id="14c788f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you’re interested in taking back control of your documents, contact us today.</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/digital-sovereignty-explained/">Digital Sovereignty Explained</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/digital-sovereignty-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WOPI Is Open. Your Office Stack Should Be Too.</title>
		<link>https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/</link>
					<comments>https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 11:00:02 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55382</guid>

					<description><![CDATA[<p>Web Application Open Platform Interface (WOPI) is a REST-based protocol originally developed by Microsoft to enable web-based document editing between third-party applications. It’s the &#8220;plumbing&#8221; that connects document storage systems (such as Microsoft SharePoint, file servers or cloud storage) with online office suites for seamless editing experiences. Microsoft created WOPI in 2012 as part of [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/">WOPI Is Open. Your Office Stack Should Be Too.</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55382" class="elementor elementor-55382" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1ef7c5a e-flex e-con-boxed e-con e-parent" data-id="1ef7c5a" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1a74684 elementor-widget elementor-widget-text-editor" data-id="1a74684" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Web Application Open Platform Interface (WOPI)</strong> is a REST-based protocol originally developed by Microsoft to enable web-based document editing between third-party applications.</p><p>It’s the &#8220;plumbing&#8221; that connects document storage systems (such as Microsoft SharePoint, file servers or cloud storage) with online office suites for seamless editing experiences. Microsoft created WOPI in 2012 as part of its transition to cloud-based Office 365. (For a more light-hearted run through this topic, <span style="text-decoration: underline;"><a href="/blog/why-the-best-online-office-doesnt-try-to-store-your-files/">check out this post!</a></span>)</p><p>WOPI abstracts document storage from editing applications and defines standardised ways for incorporating:</p><ul><li><strong>Authentication</strong>: Between storage systems and office applications</li><li><strong>Metadata exchange</strong>: File properties, user permissions and capabilities</li><li><strong>Storage operations</strong>: Load, Save, Save-As, Locking</li><li><strong>Session management</strong>: For concurrent user editing</li></ul><p>The protocol handles authentication, file metadata, content retrieval, conversion and saving. Everything needed to edit documents is stored in one system using editing tools from another system, so it enables an office editing platform to access documents without requiring direct access to the storage system.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1e4d836 e-flex e-con-boxed e-con e-parent" data-id="1e4d836" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-41aa2c6 elementor-widget elementor-widget-heading" data-id="41aa2c6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A Sovereign WOPI?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1ae69d8 elementor-widget elementor-widget-text-editor" data-id="1ae69d8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>While WOPI is often associated with Microsoft’s cloud-operated Office Online services, the protocol itself does not require vendor-controlled infrastructure. Collabora Online demonstrates how a WOPI-like protocol can be used with private cloud, sovereign cloud, or on-premise deployments, without introducing external service dependencies.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-091778f elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="091778f" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="091778f" data-elementor-lightbox-title="WOPI Diagram 001 clear" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU0MDMsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDJcL1dPUEktRGlhZ3JhbS0wMDEtY2xlYXItc2NhbGVkLnBuZyIsInNsaWRlc2hvdyI6IjA5MTc3OGYifQ%3D%3D" href="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-001-clear-scaled.png"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-001-clear-1536x817.png" alt="WOPI Diagram 001 clear" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="091778f" data-elementor-lightbox-title="WOPI Diagram 002 clear" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU0MDcsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDJcL1dPUEktRGlhZ3JhbS0wMDItY2xlYXItc2NhbGVkLnBuZyIsInNsaWRlc2hvdyI6IjA5MTc3OGYifQ%3D%3D" href="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-002-clear-scaled.png"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-002-clear-1536x817.png" alt="WOPI Diagram 002 clear" /></figure></a></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 3"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="091778f" data-elementor-lightbox-title="WOPI Diagram 003 clear" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTU0MTEsInVybCI6Imh0dHBzOlwvXC9uZXcuY29sbGFib3Jhb2ZmaWNlLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDJcL1dPUEktRGlhZ3JhbS0wMDMtY2xlYXItc2NhbGVkLnBuZyIsInNsaWRlc2hvdyI6IjA5MTc3OGYifQ%3D%3D" href="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-003-clear-scaled.png"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/WOPI-Diagram-003-clear-1536x635.png" alt="WOPI Diagram 003 clear" /></figure></a></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-62d862b elementor-widget elementor-widget-heading" data-id="62d862b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">1. Data Sovereignty</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-d98c4ed elementor-widget elementor-widget-text-editor" data-id="d98c4ed" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Online runs entirely within infrastructure you control &#8211; whether on-premise, private cloud, or a sovereign public cloud provider. Documents, editing operations, and user metadata remain within your chosen jurisdiction and administrative domain at all times.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-bcb036a elementor-widget elementor-widget-heading" data-id="bcb036a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">2. Open Source Foundation</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-9569b21 elementor-widget elementor-widget-text-editor" data-id="9569b21" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>All of Collabora Online (our WOPI-like protocol and document editor) is fully open source and auditable. This includes request handling, permission evaluation, document lifecycle management, and save semantics &#8211; allowing organisations to verify behaviour, meet regulatory requirements, or adapt integrations to local policy.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-917e3c2 elementor-widget elementor-widget-heading" data-id="917e3c2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">3. No Telemetry</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-43c1ee4 elementor-widget elementor-widget-text-editor" data-id="43c1ee4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Online does not require telemetry, analytics callbacks, or external service connectivity. The integration can function entirely within the deployment environment, including in restricted networks and regulated environments where outbound connections are prohibited.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c4aa774 e-flex e-con-boxed e-con e-parent" data-id="c4aa774" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-40a85e4 elementor-widget elementor-widget-heading" data-id="40a85e4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Migrating Without Disruption</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ca4881f elementor-widget elementor-widget-heading" data-id="ca4881f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Lowering Risk Without Breaking Existing Workflows</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-b53b3b3 elementor-widget elementor-widget-text-editor" data-id="b53b3b3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Migrating an online office solution is often perceived as high risk &#8211; particularly where document locking, synchronisation, and existing integrations are involved. Collabora Online is designed to minimise that risk by maintaining WOPI compatibility while addressing common pain points encountered in real-world deployments.</p><p>At its core, Collabora Online can act as a drop-in WOPI-compatible editor, allowing organisations to migrate editing workloads without changing storage platforms, user workflows, or integration patterns.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1304856 elementor-widget elementor-widget-heading" data-id="1304856" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Safer Locking for Sync-and-Share Environments</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-9e70af2 elementor-widget elementor-widget-text-editor" data-id="9e70af2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Traditional file-locking mechanisms often conflict with modern file sync and share systems, particularly during collaborative editing or partial migrations. Our solution eliminates traditional file-locking mechanisms that conflict with standard file sync and share patterns, instead using timestamp-based conflict detection and auto-expiring lease-based locks.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f9e3aa7 elementor-widget elementor-widget-heading" data-id="f9e3aa7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Fast Integration With Existing Systems</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-d596bf8 elementor-widget elementor-widget-text-editor" data-id="d596bf8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For teams integrating Collabora Online into custom platforms, implementation effort is deliberately kept low. A basic WOPI integration is very fast, with supported SDK examples available for common environments including Node.js, PHP, Python, React, and .NET.</p><p>In addition, we have a list of available full production-grade integrations, including Drupal and WordPress integration, in the SDK.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-2dd7604 elementor-widget elementor-widget-text-editor" data-id="2dd7604" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ol><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/nodejs"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">Node.js example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; integrating COOL via iFrame in Node.js. (Requires familiarity with npm and the node.js framework.)</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples/tree/master/webapp/php"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">PHP example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; integrating Collabora Online via iFrame in PHP. Note: Apache Web Server must be installed on the host machine and started. Also requires PHP module for Apache to be installed and loaded.</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/python"><span style="color: #000000;"><span style="font-size: medium;">Python example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; A simple example integrating Collabora Online via iFrame in Python. (Requires familiarity with Python and Django framework.)</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/reactjs"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">ReactJS example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; A simple example integrating Collabora Online via iFrame in ReactJS and Express. We assume you are familiar with ReactJS, npm and node.js framework.</span></span></p></li><li><p class="western"><span style="text-decoration: underline;"><span style="color: #000080; text-decoration: underline;"><a class="western" href="https://github.com/CollaboraOnline/collabora-online-sdk-examples//tree/master/webapp/dotNET"><span style="color: #000000; text-decoration: underline;"><span style="font-size: medium;">.NET example</span></span></a></span></span><span style="color: #000000;"><span style="font-size: medium;"> &#8211; A simple example integrating Collabora Online via iFrame with .NET backend.</span></span></p></li></ol>								</div>
				</div>
				<div class="elementor-element elementor-element-80ebf64 elementor-widget elementor-widget-heading" data-id="80ebf64" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">More Than a Like-for-Like Replacement</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-281ec60 elementor-widget elementor-widget-text-editor" data-id="281ec60" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>While Collabora Online can be introduced as a direct replacement, its WOPI-based integration also enables additional capabilities that organisations can adopt incrementally. These include document conversion APIs commonly used for previews, richer configuration options, and integration with open-source tools such as <span style="text-decoration: underline;"><a href="https://www.collaboraonline.com/blog/how-to-manage-bibliographic-data-with-zotero-and-collabora-online/">Zotero</a></span> for citation management.</p><p>These enhancements do not require changes to document storage or access models, allowing organisations to extend functionality after migration rather than during it.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ab1ff6a elementor-widget elementor-widget-heading" data-id="ab1ff6a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Secure Viewing for Secure Sharing</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-b44fa5b elementor-widget elementor-widget-text-editor" data-id="b44fa5b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>While Collabora Online provides many integration features through its WOPI-based APIs, it shares pixels of documents &#8211; rendered tiles, to another user’s screen and not the document itself. In addition, the pixels can be further secured by including server-side watermarks, which may include the name of user viewing the file for example. Collabora Online does not store any of the data itself.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9e3355b e-flex e-con-boxed e-con e-parent" data-id="9e3355b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1c61331 elementor-widget elementor-widget-heading" data-id="1c61331" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Real-World Migration Case Studies</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e95ec1e elementor-widget elementor-widget-heading" data-id="e95ec1e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Dutch Education and Research (SURF)</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-e5ea70b elementor-widget elementor-widget-text-editor" data-id="e5ea70b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>From: Microsoft Office Online + various storage requirements</li><li>To: NextCloud + Collabora Online</li><li>Result: ~100,000 users, complete data sovereignty, significant cost reduction</li></ul><p>SURF, the Netherlands education and research network, exemplifies large-scale success with 100,000 users across 59 institutions processing 850GB of data daily with 21 new users added continuously. This deployment replaces traditional commercial alternatives while providing superior security and data control.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a5925fe elementor-widget elementor-widget-heading" data-id="a5925fe" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">University of Lille</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-3094204 elementor-widget elementor-widget-text-editor" data-id="3094204" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>From: Mixed Microsoft/Google environment</li><li>To: Nextcloud + Collabora Online</li><li>Result: 70,000 users, standardised tooling, enhanced security</li></ul><p>The University of Lille serves 70,000 users (67,000 students and 6,300 staff) through Nextcloud integration, achieving standardised office tools across diverse IT cultures. &#8220;The University is really aiming at facilitating open standards across the whole campus,&#8221; IT Director Cédric Foll.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-54637c4 elementor-widget elementor-widget-heading" data-id="54637c4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">German Federal Government</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-5e1991e elementor-widget elementor-widget-text-editor" data-id="5e1991e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>From: Microsoft 365</li><li>To: openDesk (sovereign cloud + Collabora Online)</li><li>Result: Digital sovereignty compliance, reduced foreign dependency</li></ul><p>Recently the German federal government launched the openDesk initiative to migrate from Microsoft 365 to a sovereign digital workplace combining Collabora Online, Nextcloud, and other productivity applications.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2e5165b e-flex e-con-boxed e-con e-parent" data-id="2e5165b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-44be586 elementor-widget elementor-widget-heading" data-id="44be586" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Break Vendor Lock-In Without Breaking Your Stack</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-97274a1 elementor-widget elementor-widget-text-editor" data-id="97274a1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Collabora Online provides a clear path away from Microsoft dependency while preserving familiar workflows, integration patterns, and operational models. By building on Microsoft’s own open WOPI protocol, organisations gain the freedom to choose an interoperable editor without rewriting their storage, identity, or collaboration layers.<br />For CTOs evaluating long-term strategy, Collabora Online’s WOPI implementation offers a rare and practical combination:</p><ul><li>Compatibility with existing Microsoft-based workflows</li><li>Independence from vendor-controlled cloud services</li><li>Predictable cost savings through open-source economics</li><li>Security and compliance through self-managed deployment</li></ul><p>If reducing platform risk, cost exposure, and dependency is part of your roadmap, Collabora Online enables migration on your terms &#8211; incrementally, safely, with long term flexibility built in.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-7a8d5a5 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="7a8d5a5" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-7516ecd elementor-widget elementor-widget-text-editor" data-id="7516ecd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Contact us today to discuss how office migration can transform your workflows and position your organisation for continued success. Visit collaboraonline.com or contact our engineering sales team at hello@collaboraoffice.com to explore your opportunities.</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/">WOPI Is Open. Your Office Stack Should Be Too.</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/wopi-is-open-your-office-stack-should-be-too/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why the Best Online Office Doesn’t Try to Store Your Files</title>
		<link>https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/</link>
					<comments>https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 10:59:58 +0000</pubDate>
				<category><![CDATA[Collabora Online]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Integrators]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55418</guid>

					<description><![CDATA[<p>Keep your storage. Upgrade your editing. If you’ve ever wondered whether Collabora Online is a “cloud drive”, the simple answer is no. We are focussed on making the best document editor possible, and don’t handle document storage. For document storage, we integrate beautifully with Enterprise File Sync &amp; Share solutions (EFSS). If you are more [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/">Why the Best Online Office Doesn’t Try to Store Your Files</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55418" class="elementor elementor-55418" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-d137863 e-flex e-con-boxed e-con e-parent" data-id="d137863" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e82d4ae elementor-widget elementor-widget-heading" data-id="e82d4ae" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Keep your storage. Upgrade your editing.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-70fb5fa elementor-widget elementor-widget-image" data-id="70fb5fa" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1536" height="1025" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-1536x1025.png" class="attachment-1536x1536 size-1536x1536 wp-image-55426" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-1536x1025.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-300x200.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-1024x683.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge-768x512.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Fridge.png 1731w" sizes="auto, (max-width: 1536px) 100vw, 1536px" />															</div>
				</div>
				<div class="elementor-element elementor-element-7f2809e elementor-widget elementor-widget-text-editor" data-id="7f2809e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you’ve ever wondered whether Collabora Online is a “cloud drive”, the simple answer is no. We are focussed on making the best document editor possible, and don’t handle document storage.</p><p>For document storage, we integrate beautifully with Enterprise File Sync &amp; Share solutions (EFSS). If you are more technically minded, and want a more in-depth look at how we do that, <span style="text-decoration: underline;"><a href="/blog/wopi-is-open-your-office-stack-should-be-too/">check out this post</a></span>, but for a more light-hearted run through, read on here&#8230;</p><p>Collabora Online is a kitchen. It’s where the work happens &#8211; chopping, mixing, frying, baking. Rendering, editing, tracked changes, comments, styles, spreadsheets, presentations and formulas. The process of making beautiful and powerful documents happens here.</p><p>Your Enterprise File Sync &amp; Share solution is the fridge (a really smart fridge). Nextcloud, OpenCloud, Seafile, SharePoint, etc. The fridge handles storing what you’ve made, plus who can open the door: access control, sharing links, retention policies, DLP, all that operational goodness. (OK OK! – most modern EFSS solutions do way more than storage. Our partners and integrators are doing awesome things with video-calls, calendars, email, projects management etc. But no one has invented a fridge/dishwasher/smoke-alarm/100-seater dining table combo yet, so we’re going to stick with the fridge analogy for now!)</p><p><strong>You don’t cook in the fridge, and you don’t keep food out on the kitchen worktop.</strong></p><p>Collabora Online runs in stateless containers by design: we open what your EFSS hands us, let you create your masterpiece, and continuously sync changes back to your EFSS &#8211; no long-term storage in the editor. The sharing uses a WOPI-like communication standard making sure the fridge and the kitchen speak the same language. If you want a new fridge? No problem! Bigger, smaller, one of the models with an integrated ice-cube dispenser? No problem. You use what works for you, and we make the rest of the kitchen fast, reliable, and a joy to cook in.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-02ac7ec e-flex e-con-boxed e-con e-parent" data-id="02ac7ec" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1ef6925 elementor-widget elementor-widget-heading" data-id="1ef6925" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">But surely Microsoft does everything right?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c96988a elementor-widget elementor-widget-text-editor" data-id="c96988a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>It’s undeniably convenient when your editor, storage, chat, meetings and identity all live under one roof. That tight integration is a big reason many people don’t realise there’s a difference between SharePoint/OneDrive (storage/EFSS) and Office for the web (the editor). For many teams, <em>“It’s all Microsoft”</em> just… works.</p><p><strong>The trade-offs show up when you need choice and control.</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-00ba2af elementor-widget elementor-widget-text-editor" data-id="00ba2af" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ol><li><strong>Where your fridge lives.</strong> Microsoft’s cloud is, by default, their cloud. If you need data-hosting choices, on-premise hosting, or jurisdictional control, the options narrow quickly &#8211; especially now that Office Online Server (the self-hostable web editor) has an end-of-support date and no like-for-like on-prem replacement1, forcing organisations to Microsoft 365’s cloud services. If you want control over where you keep your food, this is a problem.</li><li><strong>How extensible the experience is.</strong> In a closed ecosystem you inherit one vendor’s timeline and guardrails. If you want a particular governance stack, a specific link-sharing model, unusual retention, or to keep everything on your own infra, you’re often choosing between “do it their way” or “don’t do it.” By contrast, Collabora Online’s model is designed to sit inside your architecture. We are a software developer, not a cloud service – making bundling easy. We also offer 3 years’ LTS for each release [link to recent blog] so you upgrade when you’re ready, not when we say go.</li><li><strong>All-in-one stacks bolt the kitchen to the ground.</strong> Collabora Online is different: if you want, we can even be a moveable food truck, we’ll cook documents from whichever fridge (EFSS) you prefer (or even multiple EFSS’s!). Running in stateless containers, means not only your files, but all your settings stay in the EFSS, so you can deploy wherever it makes sense &#8211; on-prem, your private cloud, multi-cloud, even air-gapped &#8211; without refitting your storage.</li></ol>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-faaafab e-flex e-con-boxed e-con e-parent" data-id="faaafab" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-449deba elementor-widget elementor-widget-heading" data-id="449deba" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Keep Cooking When Clouds Go Cold</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9360c7c elementor-widget elementor-widget-text-editor" data-id="9360c7c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>And that’s all before we start talking about the <span style="text-decoration: underline;"><a href="/blog/ideals-to-entrapment-a-uk-government-case-study-of-how-not-to-run-it-infrastructure/">associated problems with vendor lock-in</a></span>. Long story short – throwing all your eggs in one basket (especially a basket you rent and aren’t allowed to move) isn’t usually a good idea.</p><p>So what’s “missing” in an all-in-one world? Not missing features in the editor per se (although there’s plenty missing from Microsoft’s online editor) but rather missing options for how you deploy, store, and govern.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bc3a91b e-flex e-con-boxed e-con e-parent" data-id="bc3a91b" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d30716f elementor-widget elementor-widget-heading" data-id="d30716f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A 60-second WOPI explainer*** (no handshakes, promise)</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a25f35e elementor-widget elementor-widget-text-editor" data-id="a25f35e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Think of WOPI as a kitchen–fridge conversation:</p><ol><li>Your EFSS (WOPI host) invites the editor with a short-lived token and a “please open this file” URL.</li><li>Collabora Online (WOPI client) opens the document, renders it, and when you edit, calls back to the EFSS’s endpoints to read/write.</li><li>Identity, permissions, and audit stay with the EFSS, the editor focuses on editing.</li></ol><p>If your fridge speaks WOPI, our kitchen cooks.</p><p>What does this mean in practice? No download-save-reupload dance, no losing track of whether DocumentName_v003_FINAL_printthisone.docx is the one to email to your client. You click on a file in your EFSS, the file opens in the same browser window, while all the syncing magic happens behind the scenes.</p><p><em>*** This is hugely simplified, but hopefully you get the idea! Want more of the nuts and bolts later? <span style="text-decoration: underline;"><a href="/blog/wopi-is-open-your-office-stack-should-be-too/">Check out this post</a></span> or have a look at our SDK.</em></p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-92532aa e-flex e-con-boxed e-con e-parent" data-id="92532aa" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2b2cc33 elementor-widget elementor-widget-heading" data-id="2b2cc33" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Make Your Sysadmin Happy</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-562e0c9 elementor-widget elementor-widget-text-editor" data-id="562e0c9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sysadmins get a simple life: our architecture scales beautifully, rolls through updates cleanly, and doesn’t hoard storage. We even have a kubernetes controller making 10,000+ user deployments easy to manage (because some people have really big kitchens!) Storage, identity, logging and retention stay <span style="text-decoration: underline;"><a href="/blog/4-reasons-to-take-owasp-regulations-seriously/">where policy says they belong &#8211; inside the EFSS</a></span>. And if you need long-term support, we publish multi-year LTS so you upgrade on your schedule, not because someone else’s roadmap says so.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7c8a7dd e-flex e-con-boxed e-con e-parent" data-id="7c8a7dd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-13b3700 elementor-widget elementor-widget-heading" data-id="13b3700" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A Solution that Works For You</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-519c5a0 elementor-widget elementor-widget-text-editor" data-id="519c5a0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Putting everything under one roof can feel tidy &#8211; but it also means your users have no choice. As an EFSS vendor, OEM’ing Collabora Online gives you a self-contained “kitchen” that slots cleanly into your platform, looks like your brand, and deploys anywhere (on-prem, your cloud, their cloud). You keep ownership of storage, identity, sharing, and roadmap, we bring the editor that users expect without dragging you into the years-long grind of office compatibility and performance engineering.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3912f90 e-flex e-con-boxed e-con e-parent" data-id="3912f90" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-18f096d elementor-widget elementor-widget-heading" data-id="18f096d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A partner that respects your business</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-84a9289 elementor-widget elementor-widget-text-editor" data-id="84a9289" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>EFSS looks simple on the surface, but it isn’t! Authentication, multi-tenant storage, replication, retention, legal holds, link policies &#8211; that’s a seriously full-time project. Office editing is its own craft too &#8211; and it’s the one we focus on. Rather than everyone building mediocre/buggy “all-in-one” solutions we are staying out of the EFSS market and make the best document editor we can. The result: a faster time-to-market, fewer moving parts to support, stateless containers that scale with your needs, multi-year LTS so upgrades fit your cadence, and a team that ships features your customers will love. All the while you keep control of the customer relationship and the business value you’ve already built.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a421a62 e-flex e-con-boxed e-con e-parent" data-id="a421a62" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-940d73c elementor-widget elementor-widget-heading" data-id="940d73c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Try it now</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-50e08d0 elementor-widget elementor-widget-text-editor" data-id="50e08d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Give Collabora Online a go with our free trial. Or if you’re feeling technical, try pointing Collabora Online at your EFSS, open a file, and enjoy working!</p>								</div>
				</div>
				<div class="elementor-element elementor-element-97abd42 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="97abd42" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/">Why the Best Online Office Doesn’t Try to Store Your Files</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/why-the-best-online-office-doesnt-try-to-store-your-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Collabora Productivity contributions in LibreOffice 26.2</title>
		<link>https://www.collaboraonline.com/blog/collabora-productivity-contributions-in-libreoffice-26-2/</link>
					<comments>https://www.collaboraonline.com/blog/collabora-productivity-contributions-in-libreoffice-26-2/#respond</comments>
		
		<dc:creator><![CDATA[Richard Brock]]></dc:creator>
		<pubDate>Thu, 05 Feb 2026 14:42:13 +0000</pubDate>
				<category><![CDATA[Collabora Office]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Releases]]></category>
		<guid isPermaLink="false">https://www.collaboraonline.com/?p=55294</guid>

					<description><![CDATA[<p>For over 12 years, Collabora Productivity has been privileged to work as one part of a broader community of enthusiastic developers, both volunteers and paid, collaborating to make an open source office suite that is free to download and trusted by millions of users. The LibreOffice codebase is the foundation of Collabora Online, our enterprise, [&#8230;]</p>
<p>The post <a href="https://www.collaboraonline.com/blog/collabora-productivity-contributions-in-libreoffice-26-2/">Collabora Productivity contributions in LibreOffice 26.2</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="55294" class="elementor elementor-55294" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-b416e9c e-flex e-con-boxed e-con e-parent" data-id="b416e9c" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1b830f1 elementor-widget elementor-widget-text-editor" data-id="1b830f1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For over 12 years, Collabora Productivity has been privileged to work as one part of a broader community of enthusiastic developers, both volunteers and paid, collaborating to make an open source office suite that is free to download and trusted by millions of users.</p><p>The LibreOffice codebase is the foundation of Collabora Online, our enterprise, document-editing and online collaboration product – and as long-standing members of the community, we are excited to contribute to LibreOffice releases with 26.2 available today!</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9ffb767 e-flex e-con-boxed e-con e-parent" data-id="9ffb767" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c53d22d elementor-widget elementor-widget-heading" data-id="c53d22d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Our contributions</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-248a01c elementor-widget elementor-widget-text-editor" data-id="248a01c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									With the <a href="https://www.collaboraonline.com/blog/collabora-allotropia-merge/">merger with allotropia </a><a href="https://www.collaboraonline.com/blog/collabora-allotropia-merge/">software GmbH in May 2025</a>, our commits to the codebase for 2025 (from January to the end of December), as per <a href="https://blog.documentfoundation.org/blog/2026/01/21/state-of-the-project-2025/">The Document Foundation’s State of the Project 2025</a>, amounted to around 45% of the total commits from over 50 individuals.

While Collabora Productivity is part of a global community of committers, we were fortunate enough to be able to contribute more than half of the documented features from the <a href="https://wiki.documentfoundation.org/ReleaseNotes/26.2">release notes </a><a href="https://wiki.documentfoundation.org/ReleaseNotes/26.2">for LibreOffice 26.2</a>. In terms of total commits, this amounted to around 2,000, but, more importantly, fixed over 500 issues (including commits merged from 25.8 to 26.2.02). The chart shows the feature areas from the release notes where Collabora engineers contributed code.								</div>
				</div>
				<div class="elementor-element elementor-element-817c7a7 elementor-widget elementor-widget-image" data-id="817c7a7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img loading="lazy" decoding="async" width="800" height="527" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/LO-26.2-Contributors-011-1024x675.png" class="attachment-large size-large wp-image-55296" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/LO-26.2-Contributors-011-1024x675.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/LO-26.2-Contributors-011-300x198.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/LO-26.2-Contributors-011-768x506.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/LO-26.2-Contributors-011-1536x1012.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/LO-26.2-Contributors-011-2048x1350.png 2048w" sizes="auto, (max-width: 800px) 100vw, 800px" />											<figcaption class="widget-image-caption wp-caption-text">Source: https://wiki.documentfoundation.org/ReleaseNotes/26.2</figcaption>
										</figure>
									</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ae2abee e-flex e-con-boxed e-con e-parent" data-id="ae2abee" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43f4ca1 elementor-widget elementor-widget-heading" data-id="43f4ca1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Improvements in LibreOffice 26.2</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-22060fd elementor-widget elementor-widget-text-editor" data-id="22060fd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>It is fair to say this release focuses less on new features and instead offers many improvements to app performance and a smoother overall experience with LibreOffice. Collabora Productivity, together with peers in the community, have also worked diligently to improve interoperability and compatibility issues, and here are some of Collabora’s contribution highlights:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-961b1a7 elementor-widget elementor-widget-heading" data-id="961b1a7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Writer: Auto Captions and Fixes</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-a028ba4 elementor-widget elementor-widget-text-editor" data-id="a028ba4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p>AutoCaptions – When you paste in an image, Writer auto-inserts a caption, as long as you check the box in Tools &gt; Options &gt; LibreOffice Writer &gt; AutoCaptions.</p></li><li><p>Better handling of Floating Tables – Tables are better behaved! Previously, Writer prioritised keeping tables and headers together, which meant they could both slide onto the next page if there wasn’t enough space left on the page. Sometimes this disrupted document flow, creating a large gap on the previous page, but this is now fixed. <a href="https://vmiklos.hu/blog/sw-floattable12.html">Read how it was fixed on Miklos Vajna’s blog</a>.</p></li><li><p>Better DOCX interoperability for Floating Tables – The handling of the Table Split feature has improved. Prior to 26.2, this would result in two floating tables inside one frame, which couldn’t be exported to DOCX.</p></li></ul><ul><li><p>Track Changes improved – You have greater choice when handling interdependent changes now, and can select the ‘layer’ to change in the Manage Changes, e.g., you can choose a format change that’s on top of a Delete or Insert change.</p></li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-604c965 elementor-widget elementor-widget-image" data-id="604c965" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="577" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/AutoCaption-1024x738.png" class="attachment-large size-large wp-image-55300" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/AutoCaption-1024x738.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/AutoCaption-300x216.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/AutoCaption-768x554.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/AutoCaption-1536x1107.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/AutoCaption.png 1871w" sizes="auto, (max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-c57f729 elementor-widget elementor-widget-image" data-id="c57f729" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img loading="lazy" decoding="async" width="800" height="687" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/Floating-Table-Do-Not-Split-1024x879.png" class="attachment-large size-large wp-image-55308" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/Floating-Table-Do-Not-Split-1024x879.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Floating-Table-Do-Not-Split-300x257.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Floating-Table-Do-Not-Split-768x659.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Floating-Table-Do-Not-Split-1536x1318.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Floating-Table-Do-Not-Split.png 1848w" sizes="auto, (max-width: 800px) 100vw, 800px" />											<figcaption class="widget-image-caption wp-caption-text">Prior to 26.2, a Floating Table followed by a headline were both prioritised, often pushing them onto the next page when close to the bottom of the page. This happened because of the keep-with-next / don’t split paragraph attributes and create large white spaces in documents, but this is now fixed. Read Miklos Vajna’s blog to learn how.</figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-ca8945e elementor-widget elementor-widget-heading" data-id="ca8945e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Calc: Supporting more features</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-dc5f8f4 elementor-widget elementor-widget-text-editor" data-id="dc5f8f4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p>BIFF12 support – The max limit for pasting from Excel to Calc has increased. Prior to 26.2, Calc could paste 65,536 rows. With the Biff12 file format (Excel 2007+) supported, users can paste 1,048,576 rows by 16,384 columns per sheet.</p></li><li><p>XmlMaps support – Users spotted that XLSX spreadsheets lost xmlMaps.xml when opened in Calc and saved as an XLSX file. With xmlMaps.xml support, users can create direct, structural links between cells and external XML data files, e.g., turning Calc into an interface for managing XML data.</p></li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-530ae35 elementor-widget elementor-widget-heading" data-id="530ae35" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Chart: Live Preview for Sidebar</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-2c2347a elementor-widget elementor-widget-text-editor" data-id="2c2347a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Live Preview – It’s quicker to select colour schemes. When a user mouses over Chart data range colour palette entries, it shows a live preview in the active chart.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-69356ff elementor-widget elementor-widget-image" data-id="69356ff" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img loading="lazy" decoding="async" width="800" height="523" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/Color-Palette-Live-Preview-1024x669.png" class="attachment-large size-large wp-image-55312" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/Color-Palette-Live-Preview-1024x669.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Color-Palette-Live-Preview-300x196.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Color-Palette-Live-Preview-768x502.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Color-Palette-Live-Preview-1536x1003.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Color-Palette-Live-Preview.png 1934w" sizes="auto, (max-width: 800px) 100vw, 800px" />											<figcaption class="widget-image-caption wp-caption-text">Live Preview for Sidebar colour themes: Select any Data Series in an active chart, and with the Sidebar open, scroll down to the ‘Color’ section. When you open the Color dialog and mouse-over any  of the ‘Colorful’ and ‘Monochromatic’ colour palette themes, you will see a preview of how it will look.</figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-4c677db elementor-widget elementor-widget-heading" data-id="4c677db" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Performance: Boosts and Fixes</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7e7d533 elementor-widget elementor-widget-text-editor" data-id="7e7d533" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p>Calc – Lots of fixes, like faster scrolling on spreadsheets with many hidden columns, faster removal of duplicates, and Reject All in Track Changes was slow to complete, so that&#8217;s been optimised.</p></li><li><p>Graphics &#8211; Again, a lot more optimisation for many user cases, especially when exporting SVGs with bitmaps and importing certain SVGs (usually because of fills) and polygons (with tiled image fill) that were noticeably slow to render.</p></li><li><p>UI &#8211; for example, Go To Page / Slide / Sheet Dialogs are async now, which means the UI stays responsive when navigating large documents.</p></li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-b3a5f5c elementor-widget elementor-widget-heading" data-id="b3a5f5c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">UI: New Context Menu option</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-a64f208 elementor-widget elementor-widget-text-editor" data-id="a64f208" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p>Insert Hyperlink &#8211; Another new time-saver courtesy of the Context Menu, which works across all the core apps. This time, when you highlight text, and the Context Menu pops up automatically, you will find an ‘Inset Hyperlink’ as an option.</p></li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-9abfb7d elementor-widget elementor-widget-image" data-id="9abfb7d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img loading="lazy" decoding="async" width="800" height="503" src="https://www.collaboraonline.com/wp-content/uploads/2026/02/Insert-Hyperlink-1024x644.png" class="attachment-large size-large wp-image-55304" alt="" srcset="https://www.collaboraonline.com/wp-content/uploads/2026/02/Insert-Hyperlink-1024x644.png 1024w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Insert-Hyperlink-300x189.png 300w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Insert-Hyperlink-768x483.png 768w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Insert-Hyperlink-1536x967.png 1536w, https://www.collaboraonline.com/wp-content/uploads/2026/02/Insert-Hyperlink.png 1977w" sizes="auto, (max-width: 800px) 100vw, 800px" />											<figcaption class="widget-image-caption wp-caption-text">Highlight text and when the Context Menu appears, 26.2 now includes an Insert Hyperlink option.</figcaption>
										</figure>
									</div>
				</div>
				<div class="elementor-element elementor-element-0ed1578 elementor-widget elementor-widget-heading" data-id="0ed1578" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Filters: Improved Interoperability and Markdown</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-2e55d0c elementor-widget elementor-widget-text-editor" data-id="2e55d0c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li><p>Markdown &#8211; Both Markdown export and import features are improved, and you can apply templates to imported Markdown, too, so your documents pick up the colour theme and formatting, for example.</p></li><li><p>Calc: Generic XML and JSON Tabular Mapping Support &#8211; Linkable tabular ranges are auto-mapped to sheets in Calc when opened now. A linkable range is a section of a document containing tabular records. When a document contains multiple linkable ranges, each range gets mapped to a single sheet.</p></li></ul>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9e957b4 e-flex e-con-boxed e-con e-parent" data-id="9e957b4" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8774400 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="8774400" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d4e362e elementor-widget elementor-widget-text-editor" data-id="d4e362e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>There are many other commits from many people in LibreOffice 26.2, so while we are acknowledging the time and effort contributed by our engineering team here, we want to celebrate the collective contributions of everyone involved in the LibreOffice project.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-1650be2 elementor-blockquote--skin-border elementor-widget elementor-widget-blockquote" data-id="1650be2" data-element_type="widget" data-widget_type="blockquote.default">
				<div class="elementor-widget-container">
							<blockquote class="elementor-blockquote">
			<p class="elementor-blockquote__content">
				“We are pleased that Collabora Productivity's business model of selling maintenance subscriptions has allowed us to contribute the majority of highlighted new features in this release cycle - alongside the community.”			</p>
							<div class="e-q-footer">
											<cite class="elementor-blockquote__author">—Michael Meeks, CEO of Collabora Productivity on LibreOffice 26.2 </cite>
														</div>
					</blockquote>
						</div>
				</div>
				<div class="elementor-element elementor-element-f90bad7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f90bad7" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-fdc8072 e-flex e-con-boxed e-con e-parent" data-id="fdc8072" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-559ee6d elementor-widget elementor-widget-text-editor" data-id="559ee6d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For a detailed document on Collabora Productivity’s contributions to LibreOffice 26.2 and the support we provide in areas such as crash-testing, security maintenance and interoperability, <a href="https://mautic.collaboraoffice.com/asset/318:fact-sheet-collabora-productivity-contributions-to-libreoffice-2602pdf">download the fact sheet (PDF)</a>.</p><p>We love to work in the open for the benefit of everyone and empower each user to control their documents!</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ace7604 elementor-align-center toggleElem elementor-invisible elementor-widget elementor-widget-button" data-id="ace7604" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/demo/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Free Demo</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-e67736e elementor-widget elementor-widget-text-editor" data-id="e67736e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you’re new here, and you’re looking for a feature rich and compatible open source solution for editing and collaboration your users will love, try Collabora Online today!</p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.collaboraonline.com/blog/collabora-productivity-contributions-in-libreoffice-26-2/">Collabora Productivity contributions in LibreOffice 26.2</a> appeared first on <a href="https://www.collaboraonline.com/">Collabora Online and Collabora Office</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.collaboraonline.com/blog/collabora-productivity-contributions-in-libreoffice-26-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
