Version 32.0.3 December 11, 2025
Changes:
server
Build(deps-dev): bump jasmine-core from 2.5.2 to 2.99.1 (server#54898)
Fix npm audit (server#54938)
Build(deps): bump @nextcloud/vue from 8.29.2 to 8.34.0 (server#55097)
Build(deps): bump @nextcloud/calendar-availability-vue from 2.2.10 to 2.2.11 (server#55202)
Fix chunked upload for file drop shares (server#55804)
Fix: don’t suggest files:scan with object store in info:file (server#56434)
Fix(core): RTL legacy snapper width (server#56448)
Build(deps): bump marked from 16.4.1 to 16.4.2 (server#56456)
Build(deps-dev): bump msw from 2.12.1 to 2.12.2 (server#56458)
Build(deps): bump @nextcloud/paths from 2.2.2 to 2.3.0 (server#56462)
Build(deps): bump color from 5.0.2 to 5.0.3 (server#56463)
Build(deps-dev): bump @nextcloud/babel-config from 1.2.0 to 1.3.0 (server#56464)
Build(deps): bump @nextcloud/router from 3.0.1 to 3.1.0 (server#56465)
Build(deps-dev): bump puppeteer from 24.29.1 to 24.30.0 (server#56467)
Fix: pass only necessary information when deleting mulitple objects (server#56505)
Feat(profiler): Use gzdecode/gzencode to parse profiles (server#56506)
Fix(files): Do not fail on missing sidebar in files list (server#56513)
Feat: Add option to update the public key of a user (server#56526)
Fix(files_reminder): prevent setting reminder in the past (server#56535)
Fix(i18n): Corrected plural for multi plural languages (server#56539)
Feat(objectstore): add configurable S3 retry attempts (server#56541)
Fix: mp3info break frame parsing on short frames (server#56552)
Chore: remove codecov bundle analysis (server#56560)
Fix(settings): Reactive UI updates for app group limitations (server#56569)
Encode s3 metadata as base64 if needed (server#56573)
Build(deps-dev): bump stylelint from 16.25.0 to 16.26.0 (server#56576)
Build(deps-dev): bump sass from 1.93.3 to 1.94.2 (server#56577)
Build(deps-dev): bump webpack from 5.102.1 to 5.103.0 (server#56578)
Build(deps): bump libphonenumber-js from 1.12.26 to 1.12.29 (server#56579)
Build(deps-dev): bump @zip.js/zip.js from 2.8.8 to 2.8.11 (server#56581)
Build(deps-dev): bump workbox-webpack-plugin from 7.3.0 to 7.4.0 (server#56586)
Build(deps): bump core-js from 3.46.0 to 3.47.0 (server#56589)
Build(deps-dev): bump @types/dockerode from 3.3.45 to 3.3.47 (server#56592)
Build(deps-dev): bump puppeteer from 24.30.0 to 24.31.0 (server#56595)
Feat: emit an event when an S3 bucket is created (server#56617)
Build(deps-dev): bump msw from 2.12.2 to 2.12.3 (server#56639)
Build(deps-dev): bump bamarni/composer-bin-plugin from 1.8.2 to 1.8.3 (server#56645)
Fix(encryption): Increment `lastChunkNr` when size is off (server#56654)
Fix(files_sharing): Allow deleting a share of a missing file (server#56657)
Fix/fix/theming legacy app config (server#56662)
Fix(CalDAV): imip set language per user (server#56663)
Fix(l10n): do not consider user language when getting the generic one (server#56666)
Fix(user_status): adjust online status string (server#56714)
Fix(logger): add back lost params for logger methods (server#56731)
Fix(files_sharing): Hide ‘Open locally’ action (server#56738)
Build(deps-dev): bump stylelint from 16.26.0 to 16.26.1 (server#56750)
Fix(files_sharing): sidebar link share password checkbox (server#56760)
Feat(CertificateManager): Add option to specify the default certificates bundle path (server#56766)
Fix(oracle): Add a warning for Oracle 11 (server#56767)
Feat(admin_audit): Log cache insert/delete to audit log (server#56769)
Fix(Memcache): use different cache key when in maintenance mode (server#56774)
Feat(ObjectStore): Allow overriding arguments per bucket (server#56778)
Fix(QuotaPlugin): Always check the quota before moving (server#56787)
Fix(sharing): Allow public share access for everyone (server#56798)
Fix(s3): rename ‘Amazon S3’ to ‘S3 Storage’ (server#56800)
Fix(updatenotification): Fix log spam from ResetToken job (server#56803)
Fix(security): Update CA certificate bundle (server#56812)
Fix(s3): make data integrity protections opt-in (server#56821)
Debt(files): Remove regular stats request (server#56822)
Chore(deps): Update flake to 25.11 and haze to 2.1.3 (server#56829)
32.0.3 RC1 (server#56832)
Reflect public shares in `isPublic` flag and fix permission check (server#56837)
Refactor(workflowengine): Check if class is correct (server#56838)
Fix(sharing): Add isTrustedServer flag to lookup results (server#56842)
Fix(trashbin): deletedBy of a file from a federated folder (server#56849)
Patch the version file to allow upgrading from owncloud > v10.13 (server#56867)
Feat(files): Add support for `storage-id` and `path` in RepairTree command (server#56869)
Fix(files_sharing): ensure that external section is mounted (server#56910)
Fix(flake): Allow using EOL PHP versions (server#56913)
32.0.3 RC2 (server#56917)
Fix(CachingRouter): Disable cache for findMatchingRoute (server#56927)
Fix(dav): handle HTML in CalDAV invitations (server#56965)
Fix(comments): Check comment object (server#56983)
32.0.3 (server#56991)
3rdparty
Fix: mp3info break frame parsing on short frames (3rdparty#2201)
activity
Fix npm audit (activity#2233)
Fix(emails): catch server connection exceptions (activity#2235)
Chore: pin ocp version (activity#2239)
Chore(deps): bump @nextcloud libraries (activity#2241)
Update nextcloud/ocp dependency (activity#2249)
Fix npm audit (activity#2252)
Update nextcloud/ocp dependency (activity#2262)
app_api
Feat(docker-29): set minimum docker engine API version to v1.44 (app_api#700)
Fix: APCu cache condition (app_api#706)
Fix: Use OCP\IAppConfig instead of OCP\IConfig to prevent config error (app_api#725)
Fix(default_daemon_config): save as “lazy” setting (app_api#726)
bruteforcesettings
Chore(deps-dev): Bump @vitejs/plugin-vue from 6.0.1 to 6.0.2 (bruteforcesettings#894)
Chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.5 to 9.0.0-rc.6 (bruteforcesettings#900)
Update nextcloud/ocp dependency (bruteforcesettings#902)
Update nextcloud/ocp dependency (bruteforcesettings#906)
circles
Update nextcloud/ocp dependency (circles#2195)
Fix: replace circle/circles text with team/teams (circles#2227)
Ci: update all workflow templates from organization template repository (circles#2246)
Add auto-approve and merge workflow for Nextcloud OCP (circles#2250)
Fix(members): minlevel on initiator (circles#2259)
files_pdfviewer
Fix npm audit (files_pdfviewer#1293)
Fix(deps): Use correct version of vue-loader (files_pdfviewer#1309)
logreader
Fix npm audit (logreader#1816)
Chore: update workflows (logreader#1823)
Update nextcloud/ocp dependency (logreader#1833)
Update nextcloud/ocp dependency (logreader#1840)
Fix: do not poll log entries without lastReqId (logreader#1846)
nextcloud_announcements
Update nextcloud/ocp dependency (nextcloud_announcements#548)
notifications
Fix npm audit (notifications#2650)
Chore: update workflows (notifications#2657)
Update nextcloud/ocp dependency (notifications#2661)
Build(deps): Bump vue from 3.5.24 to 3.5.25 (notifications#2668)
Build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.5 to 9.0.0-rc.6 (notifications#2669)
Update nextcloud/ocp dependency (notifications#2672)
Fix npm audit (notifications#2676)
Update nextcloud/ocp dependency (notifications#2680)
photos
Update nextcloud/ocp dependency (photos#3314)
Perf: Use distributed cache for no media paths (photos#3330)
Revert “Revert “fix: Disable ReverseGeoCoderService when the server has no internet”” (photos#3331)
Fix: fix original date time filter type (photos#3336)
privacy
Ci: update all workflow templates from organization template repository (privacy#1215)
recommendations
Ci: update all workflow templates from organization template repository (recommendations#944)
related_resources
Ci: update all workflow templates from organization template repository (related_resources#772)
Fix(groupfolders): expect object instead of array (related_resources#787)
serverinfo
Update nextcloud/ocp dependency (serverinfo#899)
suspicious_login
Ci: update all workflow templates from organization template repository (suspicious_login#1047)
Chore(github): remove st3iny as maintainer (suspicious_login#1054)
text
Fix: Add cleanup for orphaned text steps (text#7923)
Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.53.3 (text#7946)
Fix(deps): update dependency @nextcloud/router to ^3.1.0 (text#7947)
Update nextcloud/ocp dependency (text#7949)
Fix npm audit (text#7953)
Chore(deps): update dependency vite to ^7.2.4 (text#7971)
Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.8 (text#7973)
Assistant button performance and visibility fixes (text#7982)
Fix(TextDirection): Skip composition transactions (text#7983)
Ci: update all workflow templates from organization template repository (text#7987)
Update nextcloud/ocp dependency (text#7993)
Test: Use example.org instead of nextcloud.com for testing links (text#7999)
Fix: increase websocket timeout for background throttling (text#8006)
Fix: Properly check for array of authenticated share ids (text#8010)
twofactor_nextcloud_notification
Fix npm audit (twofactor_nextcloud_notification#1116)
Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1132)
Fix npm audit (twofactor_nextcloud_notification#1133)
twofactor_totp
Ci: update all workflow templates from organization template repository (twofactor_totp#1657)
Chore: update package lock format (twofactor_totp#1659)
Fix: add BFP to the enable route (twofactor_totp#1682)
Perf: load totp secret just once for verification (twofactor_totp#1685)
updater
Fix(download): download fail with only one URL (updater#697)
viewer
Fix: svg rendering (viewer#3024)
Ci: update all workflow templates from organization template repository (viewer#3030)
Version 32.0.2 November 20, 2025
Changes:
server
Build(deps-dev): bump stylelint from 16.24.0 to 16.25.0 (server#55542)
Build(deps-dev): bump @testing-library/jest-dom from 6.8.0 to 6.9.1 (server#55543)
Build(deps-dev): bump typescript from 5.9.2 to 5.9.3 (server#55545)
Build(deps-dev): bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 (server#55594)
Build(deps): bump @simplewebauthn/browser from 13.2.0 to 13.2.2 (server#55596)
Build(deps-dev): bump @vitejs/plugin-vue2 from 2.3.3 to 2.3.4 (server#55597)
Fix(team-api): get all teams details in a single request (server#55762)
Fix(Apps): fix install command check on existing apps (server#55832)
Build(deps): bump marked from 16.3.0 to 16.4.1 (server#55840)
Build(deps): bump dompurify from 3.2.7 to 3.3.0 (server#55841)
Build(deps-dev): bump @zip.js/zip.js from 2.8.2 to 2.8.8 (server#55842)
Fix(dav): dav:remove-invalid-shares removing federated calendar shares (server#55860)
Fix(updater): Stop expiring secret prematurely (server#55890)
Test: adjust cypress tests for changes filter behavior (server#55897)
Fix(FilesPicker): Prevent selection of nodes without create permission (server#55898)
Fix(ocm-sharing): The owner needs to be set for sharing to work (server#55902)
Build(deps-dev): bump cypress-split from 1.24.24 to 1.24.25 (server#55919)
Build(deps): bump @nextcloud/browserslist-config from 3.1.0 to 3.1.1 (server#55921)
Build(deps): bump p-limit from 7.1.1 to 7.2.0 (server#55924)
Fix: join accounts_data instead of preferences when searching users (server#55956)
Fix(dav): allow multiple link shares token in session (server#55961)
Fix(NewUserDialog): allow to deselect a group from the list (server#55974)
Fix(federation): Allow outgoing and incoming federation with oCIS federated cloud ids (server#55977)
Validate filename when creating file from template (server#55980)
Fix(files_sharing): Only send password on change (server#55983)
Fix: make share recursion error more informative (server#55984)
Build(deps-dev): bump msw from 2.11.5 to 2.11.6 (server#55996)
Build(deps-dev): bump puppeteer from 24.24.0 to 24.26.1 (server#55998)
Build(deps): bump focus-trap from 7.6.5 to 7.6.6 (server#56023)
Fix(bfp): Trim meta data so it can still be stored (server#56029)
Fix(profiler): Harden profiler writes (server#56030)
Fix admin delegation show all priority items (server#56043)
Add unit tests for AdminDelegation command and AuthorizedGroupService (server#56044)
Style(icons): Replace icon with outline variant (server#56051)
Fix(CalDav): use old event information if new is missing (server#56053)
Fix(OCM): align parameter naming with spec and extend OCMProvider (server#56056)
Fix(Memcache): ensure global prefix depends on enabled apps (server#56061)
Fix(files): make sure drag-and-drop and the upload menu behaves the same (server#56066)
Fix(ocm): probe standardized .well-known endpoint (server#56071)
Fix(Mailer): Log errors (server#56098)
Fix(LDAP): drop hard base checks for now (server#56105)
Ci(actions): Pin action versions by hash (server#56110)
Build(deps): Bump giggsey/libphonenumber-for-php-lite from 9.0.9 to 9… (server#56119)
Build(deps): bump libphonenumber-js from 1.12.24 to 1.12.25 (server#56123)
Build(deps-dev): bump @nextcloud/webpack-vue-config from 6.3.0 to 6.3.2 (server#56124)
Build(deps-dev): bump tar from 7.5.1 to 7.5.2 (server#56125)
Build(deps-dev): bump sass from 1.93.2 to 1.93.3 (server#56126)
Build(deps-dev): bump @types/dockerode from 3.3.44 to 3.3.45 (server#56127)
Fix(theming): use IAppConfig for all ThemingDefaults (server#56132)
Chore(l10n): Use numbered placeholders (server#56139)
Build(deps-dev): bump @babel/preset-typescript from 7.27.1 to 7.28.5 (server#56151)
Build(deps-dev): bump puppeteer from 24.26.1 to 24.27.0 (server#56152)
Fix(s3): expose request_checksum_calculation and response_checksum_va… (server#56154)
Fix(files-external): do not load lazy appconfig from construct (server#56158)
Chore(i18n): Adapted spelling of MIME type (server#56176)
Fix(sharing): Allow reasonable control for ‘Hide download’ on fed shares (server#56177)
Fix(pagination): render multistatus to XML before caching (server#56181)
Fix(jobs): Limit command jobs to known cases (server#56188)
Fix(security): Update CA certificate bundle (server#56209)
Fix(files_versions): Add user to error message (server#56214)
Fix(activity): do not loop affected userIDs twice (server#56220)
Fix(files_versions): Do not assume source exist when migrating versions to new storage (server#56230)
Feat(EphemeralSessions): Introduce lax period (server#56232)
Fix: Force direct login after password reset (server#56247)
Chore(i18n): Fixed plural strings (server#56252)
Build(deps): bump @nextcloud/password-confirmation from 5.3.1 to 5.3.2 (server#56294)
Build(deps): bump libphonenumber-js from 1.12.25 to 1.12.26 (server#56295)
Build(deps): bump @nextcloud/capabilities from 1.2.0 to 1.2.1 (server#56296)
Build(deps-dev): bump msw from 2.11.6 to 2.12.0 (server#56297)
Build(deps): bump @nextcloud/event-bus from 3.3.2 to 3.3.3 (server#56298)
Build(deps): bump @nextcloud/paths from 2.2.1 to 2.2.2 (server#56299)
Build(deps): bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2 (server#56300)
Build(deps-dev): bump @cypress/webpack-preprocessor from 7.0.1 to 7.0.2 (server#56301)
Build(deps-dev): bump @nextcloud/typings from 1.9.1 to 1.10.0 (server#56302)
Build(deps-dev): bump puppeteer from 24.27.0 to 24.29.1 (server#56303)
Build(deps): bump @nextcloud/l10n from 3.4.0 to 3.4.1 (server#56304)
Feat(cloud-federation-api): accept folder shares (server#56336)
Fix(ocm): align discovery process with OCM spec (server#56341)
Feat: add occ command to scan and delete orphaned keys (server#56347)
32.0.2 RC1 (server#56352)
Fix(security): Update code signing revocation list (server#56365)
Add AI input limits (server#56369)
Fix(ocm): normalize protocol to support multi with webdav option (server#56373)
Fix(files_external): check for changes when saving settings (server#56376)
Fix(sharing): clean old federation shares when select another file/fo… (server#56378)
Feat(rate-limit): Allow overwriting the rate limit (server#56382)
Fix(AppFramework): Check for responder existence (server#56386)
Fix user collaborators returned when searching for mail collaborators (server#56393)
Build(deps): Bump symfony/http-foundation to 6.4.29 (server#56402)
Make failed availability check apply in the same request (server#56407)
Fix(encryption): Fix user key support with basic auth (server#56411)
Refactor(files): move hotkeys in app settings to new `NcAppSettingsShortcutsSection` (server#56413)
Build(deps): Reload icewind/smb from codeberg (server#56415)
Fix: Clear mount cache when file storage changes during move (server#56417)
Add rememberme checkbox (server#56423)
Fix(encryption): Add the script to test encryption status only on logged in pages (server#56424)
Fix(files_sharing): use webroot for public links (server#56427)
Refactor(files): migrate app settings to new `NcForm*` components (server#56442)
32.0.2 RC2 (server#56445)
Fix npm lint errors in stable32 (server#56492)
32.0.2 (server#56529)
3rdparty
Build(deps): Bump giggsey/libphonenumber-for-php-lite from 9.0.9 to 9.0.17 (3rdparty#2176)
Ci(actions): Explicitly persist credentials (3rdparty#2178)
Build(deps): Bump symfony/http-foundation to 6.4.29 (3rdparty#2185)
Build(deps): Reload icewind/smb from codeberg (3rdparty#2188)
activity
Update nextcloud/ocp dependency (activity#2167)
Feat(activity): add bulk activity option (activity#2172)
Fix npm audit (activity#2177)
Update nextcloud/ocp dependency (activity#2200)
Update nextcloud/ocp dependency (activity#2215)
Fix: activity insert (activity#2219)
bruteforcesettings
Feat: Add comment support (bruteforcesettings#844)
Fix npm audit (bruteforcesettings#852)
Fix(deps): Fix package-lock.json (bruteforcesettings#855)
Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.3.0 to 6.3.2 (bruteforcesettings#869)
Fix: change to pencil icon in dialog (bruteforcesettings#877)
Ci(ocp): Fix broken OCP update due to wrong PHP requirement (bruteforcesettings#880)
Update nextcloud/ocp dependency (bruteforcesettings#887)
circles
Update nextcloud/ocp dependency (circles#2183)
Refactoring activities (circles#2210)
Allow test during :check (circles#2215)
Limit event to configured interface (circles#2218)
files_downloadlimit
Chore(deps-dev): Bump eslint from 9.37.0 to 9.38.0 (files_downloadlimit#582)
Chore(deps-dev): Bump @nextcloud/browserslist-config from 3.0.1 to 3.1.1 (files_downloadlimit#599)
Fix(deps): Fix package-lock.json (files_downloadlimit#603)
Chore(deps-dev): Bump eslint from 9.38.0 to 9.39.0 (files_downloadlimit#605)
Chore(deps-dev): Bump eslint from 9.39.0 to 9.39.1 (files_downloadlimit#616)
Chore(deps-dev): Bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2 (files_downloadlimit#618)
firstrunwizard
Chore(deps): Bump @nextcloud/axios from 2.5.1 to 2.5.2 (firstrunwizard#1722)
Chore(deps): Bump vue from 3.5.21 to 3.5.22 (firstrunwizard#1723)
Update nextcloud/ocp dependency (firstrunwizard#1738)
Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.9 to 9.0.1 (firstrunwizard#1746)
Chore(deps-dev): Bump @nextcloud/vite-config from 2.5.0 to 2.5.2 (firstrunwizard#1764)
Fix npm audit (firstrunwizard#1766)
Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 (firstrunwizard#1773)
Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.3 to 7.0.1 (firstrunwizard#1776)
Update nextcloud/ocp dependency (firstrunwizard#1779)
Chore(deps): Bump vue from 3.5.22 to 3.5.24 (firstrunwizard#1792)
logreader
Fix npm audit (logreader#1788)
Update nextcloud/ocp dependency (logreader#1791)
Update nextcloud/ocp dependency (logreader#1802)
Fix npm audit (logreader#1804)
Update nextcloud/ocp dependency (logreader#1813)
nextcloud_announcements
Update nextcloud/ocp dependency (nextcloud_announcements#538)
Update nextcloud/ocp dependency (nextcloud_announcements#540)
Update nextcloud/ocp dependency (nextcloud_announcements#545)
notifications
Build(deps-dev): Bump @nextcloud/vite-config from 2.5.1 to 2.5.2 (notifications#2604)
Build(deps): Bump @nextcloud/notify_push from 1.3.0 to 1.3.1 (notifications#2605)
Fix npm audit (notifications#2606)
Ci(actions): Update workflows (notifications#2611)
Update nextcloud/ocp dependency (notifications#2613)
Update nextcloud/ocp dependency (notifications#2623)
Build(deps): Bump @nextcloud/event-bus from 3.3.2 to 3.3.3 (notifications#2631)
Build(deps): Bump vue from 3.5.22 to 3.5.24 (notifications#2632)
Build(deps): Bump @nextcloud/capabilities from 1.2.0 to 1.2.1 (notifications#2633)
Build(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1 (notifications#2634)
Update nextcloud/ocp dependency (notifications#2637)
Update nextcloud/ocp dependency (notifications#2640)
Update nextcloud/ocp dependency (notifications#2641)
photos
Update nextcloud/ocp dependency (photos#3247)
Update nextcloud/ocp dependency (photos#3267)
Fix(albums): Do not overwrite albums on move (photos#3271)
Fix: escaping album names (photos#3291)
Fix(Album): Do not close the form on rename error (photos#3295)
Fix(Album): Stop replacing navigation button (photos#3299)
Fix(Album): Prevent whitespace-only album names (photos#3300)
Fix(Timeline): Scroll to top of app content on route change (photos#3306)
Fix: Disable ReverseGeoCoderService when the server has no internet (photos#3319)
Revert “fix: Disable ReverseGeoCoderService when the server has no internet” (photos#3322)
recommendations
Fix(deps): Use correct version of vue-loader (recommendations#935)
related_resources
Chore(deps-dev): bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1 (related_resources#709)
Chore(deps-dev): bump @nextcloud/browserslist-config from 3.0.1 to 3.1.1 (related_resources#724)
Chore(deps-dev): bump @nextcloud/webpack-vue-config from 6.3.0 to 6.3.2 (related_resources#731)
Chore(deps-dev): bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2 (related_resources#744)
Chore(deps-dev): bump @nextcloud/babel-config from 1.2.0 to 1.3.0 (related_resources#745)
serverinfo
Update nextcloud/ocp dependency (serverinfo#889)
Update nextcloud/ocp dependency (serverinfo#894)
suspicious_login
Fix too short DataSet for shuffled samples when there is no unique IP address (suspicious_login#1032)
Chore(deps): update php-cs-fixer (suspicious_login#1041)
Fix: rethrow exception when storing a model fails (suspicious_login#1043)
text
Update nextcloud/ocp dependency (text#7808)
Fix(files.js): check,ether “show folder descr.” is set or not (text#7809)
Fix(PreviewOptions): Move three-dot menu into preview box or link bubble (text#7813)
Fix(FloatingButtons): group smartpicker button and drag handle together (text#7827)
Fix(FloatingButtons): also hide when readonly, plaintext or richworkspace (text#7828)
Fix(deps): update tiptap (text#7830)
Chore(deps): update dependency cypress-split to ^1.24.25 (text#7834)
Fix(deps): update dependency @nextcloud/notify_push to ^1.3.1 (text#7835)
Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.52.5 (text#7836)
Fix(deps): update dependency @nextcloud/dialogs to ^6.4.1 (text#7837)
Fix(deps): update dependency @nextcloud/vue to ^8.33.0 (text#7838)
Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.6 (text#7840)
Chore(deps): update dependency prettier-plugin-organize-imports to ^4.3.0 (text#7841)
Chore(deps): update dependency vite to ^6.4.1 autoclosed (text#7842)
Fix(deps): update dependency mermaid to ^11.12.0 (text#7843)
Chore(deps): update dependency typescript to ^5.9.3 (text#7846)
Fix(deps): update dependency @nextcloud/auth to ^2.5.3 (text#7847)
Fix(deps): update dependency @nextcloud/axios to ^2.5.2 (text#7848)
Fix(deps): update dependency slug to ^11.0.1 (text#7849)
Chore(deps): update dependency @nextcloud/vite-config to ^1.7.2 (text#7850)
Chore(deps): update dependency cypress-vite to ^1.8.0 (text#7851)
Fix(deps): update dependency @nextcloud/sharing to ^0.3.0 (text#7856)
Chore(deps): update dependency @nextcloud/e2e-test-server to ^0.4.0 (text#7857)
Fix(deps): update dependency @nextcloud/browser-storage to ^0.5.0 (text#7858)
Chore(deps): update dependency @nextcloud/browserslist-config to ^3.1.1 (text#7863)
Fix(Markdown): copy full block node if it has more than one child (text#7866)
Fix(LinkBubbleView): Don’t choke on invalid URLs (text#7868)
Fix(deps): update dependency mermaid to ^11.12.1 (text#7881)
Fix(deps): update tiptap to ^2.27.1 (text#7882)
Update nextcloud/ocp dependency (text#7884)
Fix npm audit (text#7886)
Fix(assistant): move assistant button to menubar (text#7891)
Fix(files): Fix unneeded space below menu bar on mobile views (text#7892)
Chore(deps): update dependency @nextcloud/browserslist-config to ^3.1.2 (text#7904)
Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.7 (text#7905)
Fix(deps): update dependency @nextcloud/event-bus to ^3.3.3 (text#7906)
Fix(deps): update dependency @nextcloud/l10n to ^3.4.1 (text#7907)
Chore(deps): update dependency @nextcloud/babel-config to ^1.3.0 (text#7908)
Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.53.1 (text#7909)
Chore(deps): update dependency vite to ^7.2.2 (text#7910)
Fix(deps): update dependency @nextcloud/vue to ^8.34.0 (text#7911)
Update nextcloud/ocp dependency (text#7915)
Feat: add downloadCallback for Viewer handler (text#7926)
Chore: Bump composer autoloader files with composer 2.9.0 (text#7931)
Improve share token handling in AttachmentService (text#7934)
twofactor_nextcloud_notification
Fix npm audit (twofactor_nextcloud_notification#1092)
Fix(deps): Use correct version of vue-loader (twofactor_nextcloud_notification#1096)
Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1100)
Ci(actions): Update workflows (twofactor_nextcloud_notification#1103)
Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1112)
Ci: update all workflow templates from organization template repository (twofactor_nextcloud_notification#1120)
Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1123)
updater
Fix(download): use mirror for downloading (updater#679)
viewer
Fix: files root detection for public shares (viewer#3009)
Feat: Save current state of a file before downloading it (viewer#3016)
Fix: ensure fonts are shipped (viewer#3020) |