Releases: nextcloud/server
Releases · nextcloud/server
v30.0.0beta3
What's Changed
- refactor(cloud_federation_api): Replace security annotations with respective attributes by @provokateurin in #46744
- fix: Add
acceptShare
as an interface by @susnux in #46099 - chore(ShareSettings): Proper wording for share autocompletion settings by @fenn-cs in #46830
- refactor(weather_status): Replace security annotations with respective attributes by @provokateurin in #46824
- refactor(user_ldap): Replace security annotations with respective attributes by @provokateurin in #46822
- fix(trashbin): Improve documentation of since/until timestamps of res… by @nickvergessen in #46894
- Resolve template filler bugs by @elzody in #46895
- chore: Fix cypress docker integration when testing locally by @susnux in #46893
- Update IRC URL by @j-carl in #42746
- fix(build): do not run SPDX Plugin in dev mode by @skjnldsv in #46903
- refactor(dav): Replace security annotations with respective attributes by @provokateurin in #46747
- perf(systemtags): Add index for systemtags_object_mappings.objectid by @ChristophWurst in #45306
- fix(files): Set container for file list actions by @susnux in #46896
- feat(editLocallyAction): Handle possible no local client scenario by @fenn-cs in #46452
- revert: chore(files): cleanup old templates by @susnux in #46897
- fix(files_sharing): Add missing "note to recipient" by @susnux in #46892
- fix: don't break doc builds / fix imaginary config sample formatting by @joshtrichards in #46915
- Update line height by @marcoambrosini in #46876
- fix(core): app menu label position and animation by @skjnldsv in #46916
- fix(files): do not show legacy
edit locally
action on public pages by @skjnldsv in #46927 - fix: template folder and file request menu order by @skjnldsv in #46913
- fix(files): Add missing
emptyView
handling by @susnux in #46917 - fix(systemtags): Correctly set the display name for the Nextcloud node by @susnux in #46921
- fix(files): Provide default file action for file entry name (on click action) by @susnux in #46768
- [master] Update psalm-baseline.xml by @nextcloud-command in #46901
- refactor(files): Migrate logger to Typescript by @susnux in #46083
- build(deps): bump the github-actions group with 6 updates by @dependabot in #46936
- fix(TaskProcessing): Don't break if provider methods throw by @marcelklehr in #46872
- More fixes for task processing by @marcelklehr in #46912
- Add small font size variable by @marcoambrosini in #46925
- chore(core): wrap initial state into hidden container by @ShGKme in #46873
- refactor(files_sharing): Replace security annotations with respective attributes by @provokateurin in #46810
- refactor(encryption): Replace security annotations with respective attributes by @provokateurin in #46804
- fix(core): app menu notification should be in the top right by @skjnldsv in #46930
- fix(activity): regroup Files and split sharing activity by @skjnldsv in #46942
- fix(files): empty folder pending size by @skjnldsv in #46928
- fix(AdminSettings/AI): show pref list of only the enabled translation providers by @kyteinsky in #46943
- Audit the tag creator by @GretaD in #40163
- chore: Remove deprecated legacy search backend by @juliushaertl in #45950
- fix(files): Correctly create Nodes from WebDAV result in "recent"-view by @susnux in #46918
- fix(dav): drop unwanted RemoteException class by @skjnldsv in #46550
- refactor(files): Replace security annotations with respective attributes by @provokateurin in #46807
- fix: don't persist previews used during blurhash generation - take 2 by @st3iny in #46864
- fix: try to find non-recursive share source by @icewind1991 in #46881
- fix(userstatus): add missing parenthesis by @miaulalala in #46287
- fix(setupchecks): Skip checking for OPcache settings if running checks from CLI by @solracsf in #46353
- feat: Navigate via folder tree by @Pytal in #46596
- 30.0.0 beta 3 by @blizzz in #46946
New Contributors
Full Changelog: v30.0.0beta2...v30.0.0beta3
v30.0.0beta2
What's Changed
- fix(core): Document CSRF token endpoint by @provokateurin in #46761
- refactor(comments): Replace security annotations with respective attributes by @provokateurin in #46745
- refactor(core): Replace security annotations with respective attributes by @provokateurin in #46748
- fix(files): Correctly validate new node name by @susnux in #46767
- chore: deprecate old AI APIs by @marcelklehr in #46775
- fix(files): Ensure scrolled file list does not leak through file filters by @susnux in #46782
- fix(styles): use also new CSS variable for correct header text color on public pages by @susnux in #46785
- style(settings): align icons at legacy help navigation by @Antreesy in #46773
- build(deps-dev): bump guzzlehttp/guzzle from 7.9.1 to 7.9.2 in /build/integration by @dependabot in #46793
- fix(files): always ask for confirmation if trashbin app is disabled by @skjnldsv in #46786
- build(deps-dev): bump tar from 6.2.1 to 7.4.3 by @dependabot in #46800
- build(deps): bump @nextcloud/sharing from 0.2.2 to 0.2.3 by @dependabot in #46796
- build(deps-dev): bump cypress-if from 1.12.0 to 1.12.4 by @dependabot in #46799
- build(deps): bump @nextcloud/upload from 1.4.1 to 1.4.2 by @dependabot in #46492
- build(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.8 by @dependabot in #46797
- build(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.4.0 by @dependabot in #46795
- build(deps-dev): bump puppeteer from 22.13.0 to 22.14.0 by @dependabot in #46798
- build(deps): bump query-string from 9.0.0 to 9.1.0 by @dependabot in #46794
- chore: bump cypress workers to 8 by @skjnldsv in #46803
- fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checks by @provokateurin in #46760
- fix(testing): Make Testing TextProcessing providers unicode safe by @marcelklehr in #46779
- fix(styles): Make sure footer with legal links is shown correctly by @susnux in #46784
- Fix rmdir() to release possible directory lock prior to removing directory by @dennisverspuij in #46027
- test(theming): Fix broken footer links tests by @provokateurin in #46826
- [master] Fix npm audit by @nextcloud-command in #46513
- refactor(user_status): Replace security annotations with respective attributes by @provokateurin in #46823
- refactor(testing): Replace security annotations with respective attributes by @provokateurin in #46818
- refactor(twofactor_backupcodes): Replace security annotations with respective attributes by @provokateurin in #46820
- refactor(provisioning_api): Replace security annotations with respective attributes by @provokateurin in #46815
- refactor(theming): Replace security annotations with respective attributes by @provokateurin in #46819
- refactor(systemtags): Replace security annotations with respective attributes by @provokateurin in #46817
- build(psalm): Enforce named attribute arguments by @provokateurin in #46827
- chore: fix some comments by @withbest in #46834
- fix(psalm): named attribute argument by @ArtificialOwl in #46846
- refactor(federatedfilesharing): Replace security annotations with respective attributes by @provokateurin in #46805
- build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 by @dependabot in #46858
- fix: fix recursive share check by @icewind1991 in #46849
- refactor(dashboard): Replace security annotations with respective attributes by @provokateurin in #46746
- refactor(workflowengine): Replace security annotations with respective attributes by @provokateurin in #46825
- fix(files): correctly shrink breadcrumbs bar by @raimund-schluessler in #46865
- feat(files_sharing): show file requests in navigation by @skjnldsv in #46770
- fix:
OCP\Files\Node\Folder::search
was not setting the owner by @susnux in #46379 - feat(log): Allow to combine log.conditions to only log (app&user) by @nickvergessen in #45277
- fix: Update 3rdparty commit hash to latest (only actions changed) by @nickvergessen in #46871
- Migration Attributes by @ArtificialOwl in #46476
- ci: Fix summary condition by @nickvergessen in #46877
- fix(files): Bring back files personal settings by @susnux in #46867
- fix(files_sharing): Adjust design of account filter for file list by @susnux in #46857
- 30.0.0 beta 2 by @blizzz in #46870
New Contributors
- @dennisverspuij made their first contribution in #46027
- @withbest made their first contribution in #46834
Full Changelog: v30.0.0beta1...v30.0.0beta2
v30.0.0beta1
What's Changed
- Master is now 30 by @nickvergessen in #44530
- build(deps-dev): bump sass from 1.71.1 to 1.72.0 by @dependabot in #44538
- build(deps): bump the github-actions group with 4 updates by @dependabot in #44547
- fix(files): Fix translation of "Delete file" by @nickvergessen in #44526
- fix(dashboard): do not suggest to install new widgets if appstore is disabled by @tcitworld in #44506
- fix(files): Fix error with numeric filenames by @Pytal in #44562
- feat(trashbin): Show original location of deleted file by @Pytal in #44512
- build(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1 by @dependabot in #44540
- fix(files_sharing): Create passwords when enforced for mail shares by @backportbot in #44571
- fix: csrf check failed on public share with password by @luka-nextcloud in #44369
- fix(tests): Fix tests when daytime saving time change happened recently by @come-nc in #44612
- fix(files_sharing): Disable autocomplete for share label and password by @susnux in #44575
- build(deps): bump nextcloud/coding-standard from 1.1.1 to 1.2.1 in /vendor-bin/cs-fixer by @dependabot in #44534
- chore(bug-report-template): update list of nc versions by @szaimen in #44619
- fix(dav): Fix quota check for chunk upload by @come-nc in #44332
- fix(SetupChecks): Add hint about dns/firewall if
mjs
check can't run by @joshtrichards in #44621 - fix(federation): ICloudId->getRemote() should contain the protocol by @nickvergessen in #44625
- perf(dav): skip non-calendar requests in webcal caching plugin by @kesselb in #44511
- fix(encryption): Clicking default module in UI sets bogus value by @joshtrichards in #44604
- build(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #44467
- build(deps): bump @nextcloud/files from 3.1.0 to 3.1.1 by @dependabot in #44542
- fix(appconfig): compare with original value by @ArtificialOwl in #44642
- fix(files): breadcrumbs drag-and-drop & unifying methods by @skjnldsv in #44409
- fix(settings): show warning for indexToReplace as part of missing indices by @JohannesGGE in #44306
- fix(deps): Update phpseclib from 2.0.45 to 2.0.47 by @susnux in #44662
- [master] Update psalm-baseline.xml by @nextcloud-command in #43808
- fix(DateTimeFormatter): Adjust invalid doc blocks by @susnux in #44663
- build(deps-dev): bump undici from 5.28.3 to 5.28.4 by @dependabot in #44660
- build(deps): bump libphonenumber-js from 1.10.58 to 1.10.60 by @dependabot in #44681
- fix(3rdparty): Add a CI job to check 3rdparty integrity by @nickvergessen in #44678
- build(deps-dev): bump sass from 1.72.0 to 1.74.1 by @dependabot in #44699
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #44537
- fix(deps): Update doctrine/dbal to 3.8.3 by @susnux in #44683
- feat: drop support for php 8.0 by @st3iny in #44607
- fix(Blurhash): Suppress imagecreatefromstring() E_WARNING by @joshtrichards in #44705
- fix(oc-dialog): Get rid of the overlay by @susnux in #44717
- fix(styles): Adjust heading styles by @susnux in #43640
- fix(3rdparty): Adjust dependencies to also require min. PHP 8.1 by @susnux in #44720
- fix(AppFramework): Fix error message about 204 not allowing custom headers by @provokateurin in #44726
- chore(RichObjectStrings): Add missing newlines by @provokateurin in #44707
- feat(core): Include core capabilities in OpenAPI by @provokateurin in #44216
- Call davGetFavoritesReport after the registration of propfind properties by @artonge in #44714
- fix: Update
fusonic/opengraph
from 2.2.0 to 2.3.0 by @susnux in #44715 - fix: use proper jailed patch in watcher by @icewind1991 in #44730
- fix: Pass the mountpoint target user to storages without owner by @juliushaertl in #44294
- feat(occ): Add --disabled option to occ user:list by @come-nc in #44753
- fix: Fix avatar images by @Pytal in #44736
- fix: Add deprecation to
OC.dialogs.fileexists
by @susnux in #44756 - docs: Adjust branding in IDBConnection::prepare doc block by @ChristophWurst in #44746
- fix(breadcrumbs): improved rendering of breadcrumb progress bar by @emoral435 in #44450
- Make sass command compatible with macos by @marcoambrosini in #44452
- build(deps-dev): bump cypress from 13.7.1 to 13.7.2 by @dependabot in #44698
- fix(LDAP): escape DN on check-user by @blizzz in #44350
- feat: Deprecate and replace legacy jQuery UI dialogs with Vue by @susnux in #44755
- fix(federation): give some time to prepare both servers by @blizzz in #44771
- build(deps-dev): bump cypress-split from 1.21.0 to 1.23.0 by @dependabot in #44762
- fix(capabilities): Expose if mod-rewrite is working via capabilities by @nickvergessen in #44799
- build(deps-dev): bump typescript from 5.4.3 to 5.4.5 by @dependabot in #44809
- chore(deps): Bump @nextcloud/vue to v8.11.2 by @Pytal in #44795
- fix(notifications): Improved notification exceptions by @nickvergessen in #44770
- chore(deps): Update openapi-extractor by @provokateurin in #44827
- chore(db): move to OCP\Server by @solracsf in #44810
- feat: remove orphaned entries from filecache_extended by @kesselb in #38933
- chore: Update
@nextcloud/upload
to 1.1.1 to fix uploading large files by @susnux in #44835 - Feature/occ clear avatar cache command by @yemkareems in #44840
- fix(files): Inherit some node attributes when creating new nodes to preserve shared state by @susnux in #44834
- chore(files): Switch widget icon to primary color by @Pytal in #44806
- fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 by @susnux in #44761
- fix(files): Focus filename input in new-node dialog when opened by @susnux in #44847
- fix: Remove obsolete resource typing by @come-nc in #44658
- fix: Drop unmaintained and unused dependencies by @susnux in #44849
- fix(deps): Update symfony/polyfill-intl-normalizer from 1.28.0 to 1.29.0 by @susnux in #44854
- fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user by @susnux in #44661
- [master] Update psalm-baseline.xml by @nextcloud-command in #44870
- fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect by @susnux in #44869
- fix(status): Update status time when reverting to it manually by @nickvergessen in #44878
- fix(files): Clear search filter when changing directory or view by @susnux in #44882
- fix(appconfig): format app values by @ArtificialOwl in #44644
- enh(metadata): migrate metadata to lazy appconfig by @ArtificialOwl in #43574
- fix(comments): Fix issues thrown by comments sidebar tab code by @susnux in #44868
- fix(files): Display selected files count by @Pytal in #44805
- fix: avoid douple
expireDate
parsing by @fenn-cs in #44838 - fix(a...
v29.0.4
What's Changed
- [stable29] test(theming): Fix unit tests for personal settings by @susnux in #46471
- [stable29] fix(ci): Correctly check for assets that need compilation by @backportbot in #46469
- [stable29] fix(CI): Update setup-php, setup-node, checkout and paths-filter actions by @nickvergessen in #46575
- [stable29] fix(files_sharing): also allow removing READ permissions on email shares by @backportbot in #46598
- [stable29] stop file actions when conflict dialog skipped by @backportbot in #46562
- 29.0.4 by @Altahrim in #46584
Full Changelog: v29.0.4rc1...v29.0.4
v28.0.8
What's Changed
- [stable28] fix(ci): Use low runners were possible by @SystemKeeper in #46468
- [stable28] fix(CI): Update setup-php, setup-node, checkout and paths-filter actions by @nickvergessen in #46576
- [stable28] fix(files_sharing): also allow removing READ permissions on email shares by @backportbot in #46599
- [stable28] stop file actions when conflict dialog skipped by @backportbot in #46561
- 28.0.8 by @Altahrim in #46585
Full Changelog: v28.0.8rc1...v28.0.8
v29.0.4rc1
What's Changed
- [stable29] fix: avoid duplicate tag inserts by checking if the mapping exists already in db by @backportbot in #45995
- [stable29] chore(deps): Bump deepdiver/zipstreamer to 2.0.3 by @susnux in #45897
- [stable29] fix(files): Properly handle denied ownership transfers by @backportbot in #45906
- [stable29] fix(userstatus): Fix user status automation in real-life scenario by @backportbot in #46096
- [stable29] fix(dav): add missing database index for dav_shares by @backportbot in #46148
- [stable29] fix(security): Update code signing revocation list by @nextcloud-command in #46154
- [stable29] fix(caldav): When message is a reply compare the message sender not the recipient by @backportbot in #46146
- [stable29] perf(session): remove useless session open by @backportbot in #46168
- [stable29] fix(federation): Fix missing protocol on CloudID remote by @backportbot in #46173
- [stable29] fix(CI): Fix OpenAPI github action by @nickvergessen in #46175
- [stable29] fix(cron): Log excess memory usage at debug and info levels by @backportbot in #45843
- [stable29] Rename openFileInfo to fileInfo by @backportbot in #45988
- [stable29] Update favorites navigation list on folder renames by @backportbot in #46137
- [stable29] Use guzzle for addressbook federation by @backportbot in #46117
- [stable29] fix(setupchecks): skip check when disk_free_space is disabled by @backportbot in #46203
- [stable29] Fix npm audit by @nextcloud-command in #45892
- [stable29] ci: Migrate Litmus and CalDAVTester from drone to GitHub by @backportbot in #45726
- [stable29] fix: getMountsForFileId may return an unordered list by @backportbot in #46213
- [stable29] feat(files): increase max copy-move concurrency to 5 by @backportbot in #46128
- [stable29] Don't trigger action when renaming by @backportbot in #46018
- [stable29] fix(files_sharing): Also set the expiration date timezone during validation by @backportbot in #46142
- [stable29] docs(ShareApiController): Correct note about expiry date timezone by @backportbot in #46228
- build(deps-dev): Bump cypress-split from 1.21.0 to 1.21.2 by @dependabot in #46240
- build(deps-dev): Bump @cypress/webpack-preprocessor from 6.0.1 to 6.0.2 by @dependabot in #46246
- [stable29] fix(preview): don't create folder structure when previews are disabled by @backportbot in #45993
- [stable29] fix(security): Update CA certificate bundle by @nextcloud-command in #46264
- [stable29] fix(ExternalSharing): Handle template shares from external sources by @backportbot in #46281
- build(deps-dev): Bump mime from 4.0.1 to 4.0.3 by @dependabot in #46244
- build(deps): Bump libphonenumber-js from 1.10.58 to 1.10.64 by @dependabot in #46242
- [stable29] fix(tests): Remove output when running tests by @backportbot in #46290
- [stable29] fix: Authorization header can be an empty string by @backportbot in #46212
- [stable29] build(deps): Bump @nextcloud/vue from 8.11.2 to 8.14.0 by @dependabot in #46237
- [stable29] fix(DAV): offset not applied by @backportbot in #46226
- chore(deps-dev): bump tslib from 2.6.2 to 2.6.3 by @dependabot in #46331
- chore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3 by @dependabot in #46330
- chore(deps-dev): bump cypress from 13.7.1 to 13.7.3 by @dependabot in #46333
- chore(deps-dev): bump cypress-if from 1.12.0 to 1.12.3 by @dependabot in #46332
- [stable29] fix: Avoid throwing errors for teams are unavailable by @backportbot in #46163
- chore(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2 by @dependabot in #46334
- [stable29] chore(mp3info): apply upstream patch for invalid array access by @backportbot in #46306
- [stable29] fix: csrf check failed on public share with password by @backportbot in #46039
- [stable29] fix(s3): Don't wait indefinitely for S3 to return by @backportbot in #46367
- [stable29] fix(files_versions): renaming file version when its not a string by @backportbot in #46001
- [stable29] fix(SharingDetailsView): Prevent illegal unselection of read permissions by @backportbot in #46362
- [stable29] fix(settings): make trailing slash for caldav/carddav redirects optional by @backportbot in #46093
- [stable29] fix(cypress): wait for apps list fetch for better testing stability by @backportbot in #46385
- [stable29] fix(carddav): limit vcard size by @backportbot in #46314
- [stable29] fix(theming): Also provide default image as background by absolut URL by @susnux in #46211
- [stable29] fix(files_trashbin): Make files view registering an init script by @susnux in #46054
- [stable29] fix(IntegrityCheck): Ensure the check is run if no results are available by @backportbot in #46298
- [stable29] fix: Update Nextcloud libraries by @susnux in #46374
- [stable29] fix(caldav): limit vevent size by @backportbot in #46413
- [stable29] fix(caldav): encode calendar URIs with umlauts for activities by @backportbot in #46012
- [stable29] fix: Do not log an error when connecting to SFTP without a logged in user by @backportbot in #46061
- [stable29] fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById by @backportbot in #46035
- [stable29] fix: don't use custom certificate bundle if no customer certificates are configured by @backportbot in #46069
- [stable29] delete background jobs by id when cleaning up by @backportbot in #45919
- [stable29] fix: allows admin to edit global credentials by @backportbot in #46091
- [stable29] fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root by @backportbot in #45956
- [stable29] fix(workflows): Fix file systemtag cache by @backportbot in #46412
- [stable29] fix(files_versions): Use
NcDateTime
for proper translated version dates by @backportbot in #45911 - [stable29] fix(theming): Don't reset the cachebuster value when we reset theming by @backportbot in #46434
- [stable29] fix(theming): Conitionally disable blur filter for performance by @backportbot in #46258
- [stable29] perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP by @backportbot in #46393
- [stable29] fix(FilesView): Update files view upon share creation/delete by @backportbot in #46119
- [stable29] fix(Session): avoid race conditions on clustered setups by @backportbot in #46437
- [stable29] fix(SharingEntryLink): Show enforced password input label by @backportbot in #46162
- [stable29] feat: don't count failed CSRF as failed login attempt by @backportbot in #46443
- 29.0.4 RC1 by @Altahrim in #46389
Full Changelog: v29.0.3...v29.0.4rc1
v28.0.8rc1
What's Changed
- [stable28] chore(deps): Bump deepdiver/zipstreamer by @susnux in #45896
- [stable28] fix(files): Properly handle denied ownership transfers by @backportbot in #45905
- [stable28] fix(files_versions): renaming file version when its not a string by @susnux in #46092
- [stable28] fix(security): Update code signing revocation list by @nextcloud-command in #46155
- [stable28] fix(caldav): When message is a reply compare the message sender not the recipient by @backportbot in #46145
- [stable28] fix(openapi): Regenerate OpenAPI after server changes by @nickvergessen in #46164
- [stable28] fix: avoid duplicate tag inserts by checking if the mapping exists already in db by @backportbot in #45994
- [stable28] Update favorites navigation list on folder renames by @backportbot in #46138
- [stable28] fix(files_sharing): Also set the expiration date timezone during validation by @backportbot in #46141
- [stable28] fix: getMountsForFileId may return an unordered list by @backportbot in #46214
- [stable28] feat(files): increase max copy-move concurrency to 5 by @backportbot in #46129
- [stable28] Don't trigger action when renaming by @backportbot in #46019
- [stable28] Rename openFileInfo to fileInfo by @backportbot in #45987
- build(deps-dev): Bump karma-coverage from 2.2.0 to 2.2.1 by @dependabot in #46241
- build(deps-dev): Bump @types/dockerode from 3.3.28 to 3.3.29 by @dependabot in #46243
- build(deps-dev): Bump cypress from 13.7.2 to 13.7.3 by @dependabot in #46245
- [stable28] fix(setupchecks): skip check when disk_free_space is disabled by @backportbot in #46223
- [stable28] fix(security): Update CA certificate bundle by @nextcloud-command in #46265
- [stable28] chore: upgrade
@nextcloud/files
and@nextcloud/sharing
by @skjnldsv in #46236 - [stable28] fix(ExternalSharing): Handle template shares from external sources by @backportbot in #46280
- [stable28] fix(DAV): offset not applied by @blizzz in #46221
- [stable28] fix(settings): Use axios directly for health check to preven URL sanitizing by @backportbot in #45770
- [stable28] build(deps): Bump @nextcloud/vue from 8.11.2 to 8.14.0 by @dependabot in #46239
- chore(deps-dev): bump jsdoc from 4.0.2 to 4.0.3 by @dependabot in #46336
- chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 by @dependabot in #46338
- chore(deps-dev): bump mime from 4.0.1 to 4.0.4 by @dependabot in #46337
- chore(deps): bump dompurify from 3.1.4 to 3.1.6 by @dependabot in #46335
- [stable28] chore(mp3info): apply upstream patch for invalid array access by @backportbot in #46341
- [stable28] fix(FilesView): Update files view upon share creation/delete by @backportbot in #46118
- [stable28] fix(s3): Don't wait indefinitely for S3 to return by @backportbot in #46366
- [stable28] fix(SharingDetailsView): Prevent illegal unselection of read permissions by @backportbot in #46364
- [stable28] fix(SetupCheck): jsm test shall not give up with first no-response by @blizzz in #46302
- [stable28] fix(IntegrityCheck): Ensure the check is run if no results are available by @backportbot in #46297
- [stable28] fix(cron): Log long running jobs by @backportbot in #46191
- [stable28] sidebar: allow turning off tags view by default by @solracsf in #46316
- build(deps): Bump @nextcloud/calendar-availability-vue from 2.2.0 to 2.2.2 by @dependabot in #46238
- [stable28] fix(carddav): limit vcard size by @backportbot in #46313
- [stable28] fix(caldav): encode calendar URIs with umlauts for activities by @backportbot in #46011
- [stable28] delete background jobs by id when cleaning up by @backportbot in #45920
- [stable28] fix: don't use custom certificate bundle if no customer certificates are configured by @backportbot in #46067
- [stable28] fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root by @backportbot in #45955
- [stable28] fix(files_trashbin): Make files view registering an init script by @susnux in #46417
- [stable28] fix(workflows): Fix file systemtag cache by @backportbot in #46411
- [stable28] Fix npm audit by @nextcloud-command in #45891
- [stable28] perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP by @backportbot in #46394
- [stable28] test: run tests in child process by @kesselb in #46430
- [stable28] fix(caldav): limit vevent size by @backportbot in #46421
- [stable28] fix(theming): Don't reset the cachebuster value when we reset theming by @backportbot in #46433
- [stable28] fix(Session): avoid race conditions on clustered setups by @backportbot in #46436
- [stable28] fix: Update Nextcloud libraries by @backportbot in #46422
- [stable28] fix: Do not log an error when connecting to SFTP without a logged in user by @backportbot in #46060
- [stable28] feat: don't count failed CSRF as failed login attempt by @backportbot in #46442
- [stable28] fix: allows admin to edit global credentials by @backportbot in #46090
- [stable28] fix: don't return null for SharedStorage::getWrapperStorage with share recursion by @backportbot in #44323
- [stable28] fix(theming): Conitionally disable blur filter for performance by @backportbot in #46431
- 28.0.8 RC1 by @Altahrim in #46390
Full Changelog: v28.0.7...v28.0.8rc1
v29.0.3
What's Changed
- [stable29] fix(theming): replace standard generic package icon by material design by @backportbot in #45577
- [stable29] fix(caldav): automatically delete outdated scheduling objects by @backportbot in #45641
- [stable29] fix(session): Do not update authtoken last_check for passwordless by @backportbot in #45602
- [stable29] fix(INavigationManager): Fix psalm alias not set in the right place by @backportbot in #45645
- [stable29] fix(core): Add missing null value possibility to Resource and Reference richObject by @backportbot in #45644
- [stable29] fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue by @backportbot in #45690
- [stable29] Avoid updating the same oc_authtoken row twice by @backportbot in #45348
- [stable29] fix: Update
@nextcloud/files
to fix public link shares by @backportbot in #45601 - [stable29] fix(core): unsupported browser redirect url by @backportbot in #45621
- [stable29] fix(federatedfilesharing): import external federated share script by @backportbot in #45675
- [stable29] fix(appconfig): format app values by @backportbot in #44894
- [stable29] fix(files): Display selected files count by @backportbot in #44909
- [stable29] feat: Add legal notice and privacy policy links to help page by @backportbot in #44988
- [stable29] fix: regression with updating read-only config by @backportbot in #44927
- [stable29] fix(files): Don't fail if dir exists by @backportbot in #45590
- [stable29] fix: register DI alias for IFileAccess by @backportbot in #45476
- [stable29] feat: Add
forbidden_filename_characters
to JSConfig for use in frontend libraries by @backportbot in #45379 - [stable29] fix(files): Only execute default action if there is an action to perform by @backportbot in #45662
- [stable29] fix(files): Close sidebar and update fileid when current node is deleted by @backportbot in #45659
- [stable29] CalDAV fix search with limit and time range by @backportbot in #45566
- [stable29] fix(settings): show warning for indexToReplace as part of missing indices by @backportbot in #44675
- [stable29] fix(dav): Rate limit address book creation by @backportbot in #45543
- [stable29] unmark deleted users if their last login date is more recent than deleted date by @backportbot in #45587
- [stable29] fix(files): Ensure active file list entry is highlighted by @backportbot in #45597
- [stable29] fix(files): Make sure files are opened when using
open-in-files
action(s) or at lease are scrolled into view by @backportbot in #45728 - [stable29] ci(eol): update workflow from template by @st3iny in #45734
- [stable29] fix(dav): Don't log access control as error by @backportbot in #45756
- fix(settings): Use axios directly for health check to preven URL sanitizing by @susnux in #45765
- [stable29] fix: Autodetect legacy filekey instead of trusting the header for legacy header by @backportbot in #45778
- [stable29] fix(Mailer): Allow to enforce strict email format by @backportbot in #45660
- [stable29] fix(search): tags redirect route by @backportbot in #45791
- [stable29] fix: Only list remnants as disabled if option is enabled by @backportbot in #45773
- [stable29] fix(files): reset menu pos when opening in grid mode by @backportbot in #45666
- [stable29] fix(caldav): event links in shared calendar notifications by @backportbot in #45800
- [stable29] fix(files): handling numbered type owner name & id by @sanskar-soni-9 in #45764
- [stable29] fix(Session): avoid password confirmation on SSO by @backportbot in #45705
- [stable29] fix(cron): Log long running jobs by @backportbot in #45813
- [stable29] Use isRetryable to catch retryable exceptions by @backportbot in #45808
- [stable29] fix(files_sharing): fix parsing of remote shares by @backportbot in #45816
- [stable29] fix(files): also trigger new tab on file name middle click by @backportbot in #45826
- [stable29] fix(Token): make new scope future compatible by @blizzz in #45809
- [stable29] test: add tests for ProfilePageController by @backportbot in #45821
- [stable29] fix(auth): Keep redirect URL during 2FA setup and challenge by @backportbot in #44977
- [stable29] fix(files): do not rely on unique fileid by @backportbot in #45837
- [stable29] fix(ObjectStore): Fix regression when hostname is empty by @backportbot in #45840
- [stable29] get child ids for folder in a separate query during move by @backportbot in #45851
- [stable29] 44032 fix show new shares without refresh by @backportbot in #45304
- [stable29] feat: add option to disable scanner transactions by @backportbot in #45856
- [stable29] fix(files): Ignore right click for default action by @backportbot in #45862
- [stable29] Show non writable folders during move or copy by @backportbot in #45864
- [stable29] fix(comments): Use proper icon components instead of icon classes to fix dark mode by @backportbot in #45871
- 29.0.3 RC1 by @blizzz in #45795
- [stable29] fix(deleteAction): Bump up delete requests concurrency to 5 by @backportbot in #45907
- [stable29] ci: use precise ref for 3rdparty check by @backportbot in #45928
- 29.0.3 RC2 by @blizzz in #45913
- [stable29] fix(files): correctly import WebDAV client in files store by @backportbot in #45942
- [stable29] fix(dav): Limit number of UPDATES for sync token created_at by @backportbot in #45991
- 29.0.3 RC3 by @skjnldsv in #46008
- [stable29] fix: move repair mimetype repair step to the expensive steps by @backportbot in #45966
- [stable29] fix(theming): also apply enforced theme for guests by @backportbot in #45904
- 29.0.3 RC4 by @blizzz in #46032
- [stable29] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION by @blizzz in #46075
- 29.0.3 by @blizzz in #46063
Full Changelog: v29.0.2...v29.0.3
v28.0.7
What's Changed
- [stable28] fix(contactsinteraction): Allow vCard download by @backportbot in #45286
- [stable28] feat: Add back searching in disabled user list by @backportbot in #45478
- [stable28] fix(files): properly reset preview component by @backportbot in #45432
- [stable28] fix(files): Implement
SortingService
to fix sorting of files by @backportbot in #45533 - [stable28] fix(contactsmenu): empty content margin by @backportbot in #45426
- [stable28] feat: Limit email input to 255 chars by @backportbot in #45289
- [stable28] fix: Mark more configs as sensitive by @backportbot in #45442
- [stable28] Fix header menu icon color by @backportbot in #45552
- [stable28] fix(session): Do not update authtoken last_check for passwordless by @backportbot in #45063
- [stable28] fix(userstatus): catch unique constrain violation on revert by @backportbot in #45205
- [stable28] perf(db): Sort data for IN before chunking by @backportbot in #45214
- [stable28] fix(theming): replace standard generic package icon by material design by @backportbot in #45578
- [stable28] fix(files): Don't fail if dir exists by @backportbot in #45591
- [stable28] fix(groups): allows to save group names with more than 64 characters by @backportbot in #45368
- [stable28] fix(files): Ensure active file list entry is highlighted by @backportbot in #45598
- [stable28] fix(theming): replace standard generic package icon by material design by @backportbot in #45610
- [stable28] Expose subscription calendars by @backportbot in #45225
- [stable28] fix: Refresh file picker on folder creation by @Pytal in #45575
- [stable28] fix: Update
@nextcloud/files
to fix public link shares by @backportbot in #45600 - [stable28] Avoid updating the same oc_authtoken row twice by @backportbot in #45349
- [stable28] fix(memcache): remove double $$ to fix error by @backportbot in #44980
- [stable28] unmark deleted users if their last login date is more recent than deleted date by @backportbot in #45588
- [stable28] fix(dav): Add occ command to fix missing caldav sync tokens by @backportbot in #44197
- [stable28] fix: delete user credentials stored in storages_credentials when user gets deleted by @backportbot in #45362
- [stable28] CalDAV fix search with limit and time range by @backportbot in #45567
- [stable28] feat: support "s3-accelerate" endpoint by @backportbot in #45059
- [stable28] fix(caldav): automatically delete outdated scheduling objects by @backportbot in #45640
- [stable28] fix(core): unsupported browser redirect url by @backportbot in #45622
- [stable28] fix(CalDAV): remove UNKNOWN from room / resource consideration by @backportbot in #45052
- [stable28] fix(files): Only execute default action if there is an action to perform by @backportbot in #45663
- [stable28] fix(INavigationManager): Fix psalm alias not set in the right place by @backportbot in #45646
- [stable28] fix(core): Add missing null value possibility to Resource and Reference richObject by @backportbot in #45643
- [stable28] fix(dav): Add retention time to sync token cleanup by @backportbot in #44398
- [stable28] fix(files_sharing): usage of NcTextField in SelectShareFolderDialogue by @backportbot in #45689
- [stable28] fix(federatedfilesharing): import external federated share script by @backportbot in #45674
- [stable28] fix(files): Display selected files count by @backportbot in #44908
- [stable28] fix: Fix truncation on public page by @backportbot in #44990
- [stable28] fix(unifiedSearch): Prevent broken avatars for federated users by @backportbot in #45028
- [stable28] feat: add request id as comment to all queries by @backportbot in #44958
- [stable28] fix: forbid moving a folder into a subfolder of itself by @backportbot in #45528
- [stable28] fix(files): Fix ownership transfer encrypted files detection by @backportbot in #45110
- [stable28] fix(OC_Image): Set correct return type for exif_imagetype stub by @backportbot in #45198
- [stable28] fix(sharing): Avoid (dead)locking during orphan deletion by @backportbot in #44010
- [stable28] fix: regression with updating read-only config by @backportbot in #44926
- [stable28] fix: consider all paths the user has for a share source when considering max permissions by @backportbot in #45294
- [stable28] fix(dav): Rate limit address book creation by @backportbot in #45542
- [stable28] fix(files): Make sure files are opened when using
open-in-files
action(s) or at lease are scrolled into view by @backportbot in #45727 - [stable28] ci(eol): update workflow from template by @st3iny in #45735
- [stable28] fix(dav): Don't log access control as error by @backportbot in #45758
- [stable28] fix(files): Close sidebar and update fileid when current node is deleted by @backportbot in #45658
- [stable28] fix: avoid douple
expireDate
parsing by @backportbot in #44912 - [stable28] fix: Autodetect legacy filekey instead of trusting the header for legacy header by @backportbot in #45777
- [stable28] Update psalm-baseline.xml by @nextcloud-command in #45719
- [stable28] fix(search): tags redirect route by @backportbot in #45790
- [stable28] fix(Mailer): Allow to enforce strict email format by @backportbot in #45793
- [stable28] fix(caldav): event links in shared calendar notifications by @backportbot in #45799
- [stable28] fix(files): reset menu pos when opening in grid mode by @backportbot in #45665
- [stable28] fix(files): handling numbered type owner name & id by @backportbot in #45803
- [stable28] fix(Session): avoid password confirmation on SSO by @backportbot in #45704
- [stable28] fix(files_sharing): fix parsing of remote shares by @backportbot in #45817
- [stable28] fix(files): also trigger new tab on file name middle click by @backportbot in #45825
- [stable28] fix: Only list remnants as disabled if option is enabled by @backportbot in #45774
- [stable28] test: add tests for ProfilePageController by @backportbot in #45823
- [stable28] 44032 fix show new shares without refresh by @backportbot in #45303
- [stable28] fix(files): do not rely on unique fileid by @backportbot in #45836
- [stable28] Use isRetryable to catch retryable exceptions by @backportbot in #45807
- [stable28] get child ids for folder in a separate query during move by @backportbot in #45850
- [stable28] feat: add option to disable scanner transactions by @backportbot in #45857
- [stable28] fix(ObjectStore): Fix regression when hostname is empty by @backportbot in #45839
- [stable28] Respect empty
expiryDate
value in server by @backportbot in #45604 - [stable28] fix(files): Ignore right click for default action by @backportbot in #45863
- [stable28] fix(files_sharing): Add one string for every share type + fix(sharingDetails): Show correct share target by @fenn-cs in #45024
- [stable28] Show non writable folders during move or copy by @backportbot in #45865
- 28.0.7 RC1 by @blizzz in #45796
- [stable28] fix(comments): Use proper icon components instead of icon classes to fix dark mode by ...
v27.1.11
What's Changed
- fix: Return a file element even if the rendered list does not contained one by @juliushaertl in #45121
- [stable27] feat: Limit email input to 255 chars by @backportbot in #45290
- [stable27] Expose subscription calendars by @backportbot in #45232
- [stable27] fix(dav): Add occ command to fix missing caldav sync tokens by @backportbot in #44196
- [stable27] CalDAV fix search with limit and time range by @backportbot in #45568
- [stable27] fix(session): Do not update authtoken last_check for passwordless by @backportbot in #45062
- [stable27] fix(contactsinteraction): Allow vCard download by @backportbot in #45444
- [stable27] fix(groups): allows to save group names with more than 64 characters by @backportbot in #45369
- [stable27] Avoid updating the same oc_authtoken row twice by @backportbot in #45351
- [stable27] perf(db): Sort data for IN before chunking by @backportbot in #45213
- [stable27] fix(core): unsupported browser redirect url by @backportbot in #45624
- [stable27] fix(dialogs): Make sure conflict dialog is loaded before adding conflicts by @mejo- in #45664
- [stable27] fix(dav): Add retention time to sync token cleanup by @backportbot in #44397
- [stable27] fix: Mark more configs as sensitive by @backportbot in #45441
- [stable27] feat: add request id as comment to all queries by @backportbot in #44957
- [stable27] fix(sharing): Avoid (dead)locking during orphan deletion by @backportbot in #44009
- [stable27] fix(caldav): automatically delete outdated scheduling objects by @backportbot in #45639
- [stable27] unmark deleted users if their last login date is more recent than deleted date by @backportbot in #45589
- [stable27] fix: forbid moving a folder into a subfolder of itself by @backportbot in #45527
- [stable27] fix: Fix truncation on public page by @backportbot in #44991
- [stable27] fix(dav): Rate limit address book creation by @backportbot in #45544
- [stable27] fix(dav): Don't log access control as error by @backportbot in #45757
- [stable27] ci(eol): update workflow from template by @st3iny in #45736
- [stable27] fix: Autodetect legacy filekey instead of trusting the header for legacy header by @backportbot in #45776
- [stable27] fix: failing tests for setup check by @miaulalala in #45762
- Manual/backport/44910/stable27 by @fenn-cs in #45749
- [stable27] Update psalm-baseline.xml by @nextcloud-command in #43776
- [stable27] fix(caldav): event links in shared calendar notifications by @backportbot in #45798
- fix(ShareEntryLinkedList): Correctly propagate share data by @fenn-cs in #45828
- [stable27] fix(Session): avoid password confirmation on SSO by @backportbot in #45703
- [stable27] Use isRetryable to catch retryable exceptions by @backportbot in #45806
- [stable27] fix(ObjectStore): Fix regression when hostname is empty by @backportbot in #45838
- [stable27] test: add tests for ProfilePageController by @backportbot in #45824
- [stable27] get child ids for folder in a separate query during move by @backportbot in #45849
- [stable27] fix(cron): Log long running jobs by @backportbot in #45855
- [27] feat: add option to disable scanner transactions by @icewind1991 in #45681
- [stable27] Fix npm audit by @nextcloud-command in #45732
- 27.1.11 RC1 by @blizzz in #45797
- [stable27] fix(deleteAction): Bump up delete requests concurrency to 5 by @SystemKeeper in #45908
- 27.1.11 RC2 by @blizzz in #45915
- [stable27] ci: use precise ref for 3rdparty check by @backportbot in #45926
- [stable27] fix(dav): Limit number of UPDATES for sync token created_at by @backportbot in #45989
- 27.1.11 RC3 by @skjnldsv in #46005
- [stable27] fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION by @backportbot in #46087
- 27.1.11 by @blizzz in #46065
Full Changelog: v27.1.10...v27.1.11