Product

What’s new in ownCloud Server 10.5: File Locking

File locking allows you to exclusively work on files for a period of time, preventing users from accidentally interfering with others' work.
ownCloud server 10.5 release

The Problem: While you work on the file, one of your colleagues also starts working on it. She then saves her changes to the file. Later you also save, unintentionally overwriting her changes and wiping out the progress she has made.

The Solution: With the new ownCloud 10.5, users can explicitly lock files while they work on them. Every user with access to a file can lock it. Locks automatically expire after a certain amount of time, by default after 30 minutes. Before the lock expires automatically, only the user that locked the file can unlock it.

Important: This feature is disabled by default, because it allows users to lock other user’s files *exclusively*, so even the owner can’t unlock them. Before activating this feature, please double-check if this is the behaviour you want. Please see the release notes for information on how to enable it. If you’re fluent in CLI, just enable it through this command:
occ config:app:set files enable_lock_file_action --value yes

Admin docs: doc.owncloud.com

Screenshot of the user interface when locking a file in the Web App

Screenshot of the user interface when locking a file in the Web App

The Admin Angle: You can shorten or lengthen the lock period in their admin section. File locking prevents file conflicts, keeps versioning and activity logging clean and is easy to use through the Web App. File Locking is only available in the Web App for now, but while a file is locked, the Mobile Apps and the Desktop Clients can’t save changes to it.

ownCloud File Locking

ownCloud File Locking

 

ownCloud

5. August 2020

Read now:

ownCloud Web and oCIS Are Now One Codebase. All Apache-2.0.

ownCloud Web and oCIS Are Now One Codebase. All Apache-2.0.

Two codebases just became one. The ownCloud Web frontend now lives inside owncloud/ocis under web/, all under Apache-2.0. One repository, one licence, one CI pipeline, one contribution surface. Years of contribution history preserved, everything moved into a single home. This is what the OSPO relicensing programme looks like when it reaches the core product.

mehr lesen
Alt Text for Every Image. No Manual Work. No Excuses.

Alt Text for Every Image. No Manual Work. No Excuses.

Missing alt text is one of the most commonly flagged WCAG failures. EN 301 549 mandates it for public sector ICT across Europe. As of today, oCIS ships an extension that generates a credible first draft with your configured vision LLM, lets the user edit it, and writes it back to the file as a WebDAV property that survives the session. A meaningful compliance tool, not just a convenience feature.

mehr lesen