Nextcloud
Self-hosted cloud platform for file sync, collaboration, and communication with integrated video conferencing and office tools
Nextcloud runs three LTS branches in parallel, shipping bug fixes and quiet performance wins.
◆Recent moves
- 6d ago
Nextcloud 32.0.15: share expiration time correction
32.0.15 corrects a share expiration bug where the deadline was set to the wrong time of day (now correctly 23:59:59). A quiet but user-visible fix backported to the oldest active branch.
- 6d ago
Nextcloud 33.0.9: OCM invite-accepted capability refactor
The OCM (Open Cloud Mesh) federation module gets a capability refactor in 33.0.9, moving invite-accepted handling to a cleaner implementation path. This is the kind of fix that surfaces after real-world cross-instance usage and addresses actual federation failures rather than theoretical edge cases.
- 6d ago
Nextcloud 34.0.4: theming button text fix
A one-line theming fix marks background button text as an English string for proper localization handling. Small housekeeping in the v34 branch with no visible user impact.
- 1mo ago
Nextcloud 33.0.8: file sharing permissions fix
33.0.8 correctly preserves unmasked permissions as scan_permissions in the file-sharing layer. A correctness fix with no visible UI change, but important for installations relying on precise share permission scoping.
- 1mo ago
Nextcloud 34.0.3: group lookup performance
34.0.3 replaces heavier getUserGroups calls with the leaner getUserGroupIds throughout the codebase — a concrete reduction in database load for large instances with many group memberships. This cross-branch performance push is most meaningful at enterprise scale where group counts are high.
- 1mo ago
Nextcloud 32.0.14: group auth query optimization
32.0.14 avoids fetching the full group object in AuthorizedGroupMapper, using a lighter query path instead. This mirrors the getUserGroupIds change in 34.0.3 — a coordinated cross-branch effort to reduce group-query overhead in high-group-count deployments.