CryptPad
End-to-end encrypted collaborative office suite
Alternative to: Google Docs, Google Workspace, Microsoft 365

5.3.0
2023-05-03Goals
This release updates OnlyOffice applications to version 7.1 It improves the Form application and other areas of CryptPad with minor features and bug fixes.
Features
-
Upgrade OnlyOffice applications (Sheet, Document, Presentation) to version 7.1
-
Forms
- New question type: Date [#811]
- Add Condorcet voting results to ordered list responses
-
Default dark theme switch [#759]: set dark theme as the default for the instance in
application_config.js -
New FreeBSD rc.d init script
Improvements
-
Auto-select document name on edit if it’s still the default [thanks to piemonkey]
-
Forms
- Clarify button text to “Copy Public Link” [#937]
- Clarify text on the document creation screen so that “Expiration date” (date at which the document will be destroyed) is not confused with the closing date of the form [user feedback]
- Decimals are now allowed in text questions with type “number” [Forum]
-
Rich Text
- Move width-toggle button out of the way of the text [#957]
-
Deployment
- Systemd: Removed outdated logging directives and implemented sandboxing and other hardening best practices
- Nginx: Invert settings to forbid remote embedding by default
-
Removed unused dev dependencies
Bug Fixes
-
Forms and Kanban
- Fixed spacing issues with input fields
-
Forms
-
Rich Text
- Fix scroll issues when clicking on the table of contents
- Fix double notification for mention + reply in a comment
-
Fix issues with deprecated cache
-
Fix bug that kept certain documents from being “pinned” to the drive. This could lead them to be deleted for inactivity even though they were stored in the drive. Note that storage quotas may increase as a result
Update notes
If you are upgrading from a version older than 5.2.0 please read the upgrade notes of all versions between yours and 5.3.0 to avoid configuration issues.
To upgrade:
- Stop your server
- Get the latest code with git
git fetch origin --tags
git checkout 5.3.0
- Restart your server
- Review your instance’s checkup page to ensure that you are passing all tests