Skip to content

Releases: Sync-in/server

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 23:12
81b4f9f

🔥🚀 Support for Multi-Factor Authentication (MFA) and App Passwords

Features

  • feat: mfa and app passwords (5ed579f 431a988 43a8b10 91eda5c)
  • backend:sync: handle 2FA during client registration (b0aadde)
  • backend:auth: add support for AD-specific LDAP attributes (1b6a8fc)
  • backend:infrastructure: allow configuration of ignoreTLS and rejectUnauthorized for SMTP transport (c1b3f5a)
  • backend:notifications: add email notifications for two-factor authentication security events (b207f33)
  • backend:notifications: include link password in sent emails (1a3ed0a)
  • backend:users: add email notifications when account is locked (954bb10)

Bug Fixes

  • backend:auth: improve handling of sql errors (f4b78fa)
  • backend:users: ensure default value for user secrets when null (090eb6e)

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:40
fa9745b

Bug Fixes

  • crash on non-AVX CPUs with musl: @napi-rs/canvas >=0.1.7.8 triggers "Illegal Instruction" when AVX is not supported (de2f983)

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:57
555e0f0

Features

  • files: optimize document opening to avoid extra API calls (bf57d93)
  • frontend:files: display count for multiple selected files and open sidebar pasteboard when adding files (39feccd)
  • frontend:spaces: enable keyboard navigation when files are selected in list mode (7e38ce2)

Bug Fixes

  • backend:links: increment nbAccess even when no limit is set (d6d2e74)
  • frontend:spaces: prevent false positives when checking external location (f1fdd0d)
  • docker: fix /app ownership for .init file (e43f478)

Performance

  • docker: only change application data ownership (6e88991)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:01
72a7158

Features

  • backend:webdav: add temporary hook for Joplin sync compatibility Joplin issue (fc22a7d)
  • backend:files: add showHiddenFiles option to toggle visibility of dotfiles (ed47fbf)
  • backend:files: allow markdown files to be edited with onlyOffice (c3d9d85)
  • frontend:spaces: open documents in edit mode on double-click (d6ef175)

Bug Fixes

  • backend:users: ensure permission guards correctly evaluate array permissions (c27dc7b)

v1.3.9

Choose a tag to compare

@github-actions github-actions released this 22 Aug 21:06
050240b

Features

  • backend: allow IPv6 in database fields for IP addresses (757f2d1)

Bug Fixes

  • backend:config: do not lowercase env var values (cb73ab0)
  • docker:nginx: optionalize OnlyOffice proxying and avoid startup failure when container is absent (2be107f)

v1.3.8

Choose a tag to compare

@github-actions github-actions released this 19 Aug 23:40
c5b47b9

Bug Fixes

  • backend:files: correct archive name when downloading a folder (1474949)
  • backend:sync: avoid "parent must exist" error when files are moved before destination folder creation during sync (8c92535)
  • frontend:assets: replace symlinked SVGs with real files to fix Angular 20 build issues (3749e44)

Chores

  • docker: allow http2 in nginx directives (4ad2ffb)
  • frontend: add missing video-mp4 mime type (d210268)
  • frontend: bump to angular 20 (363671a)
  • npm-sync-in-server.js: more verbose createUser function (1ea155a)
  • frontend: update-angular-19-to-20 (14f0397)
  • add Husky pre-commit hook for lint and test (281e32d)
  • CHANGELOG.md: cleanup (a44c6ce)
  • husky: limit pre-commit hook to lint only (20fa56d)
  • README.md: add keywords (81c1a6e)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:49
3ecb05f

Features

  • cli add create-user command to manage user creation

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:59
20af77e

Bug Fixes

  • backend:conf: handle undefined logger.stdout in some environments (08087ba)
  • backend:test: log path (eabf3d7)
  • backend:validation: log file path (0e8c695)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 10:43
f1e7f07

Features

  • add support for npm distribution and server management CLI (4a5f821)
  • backend: make log file path configurable via logger.filePath (5ffac5a)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 22:42
ae2302f

Features

  • onlyoffice: updated compatibility with version 9.x (added md, vsdx, odg... to viewable extensions)
  • docker: include Docker Compose files to track them across releases

Bug Fixes

  • test: assign proper token names for csrf and ws (bfe43e5)