Subject: CVS commit: pkgsrc/www/php-nextcloud
From: Ryo ONODERA
Date: 2023-08-01 14:15:14
Message id: 20230801121515.08735FBDB@cvs.NetBSD.org

Log Message:
php-nextcloud: Update to 26.0.4

Changelog:
26.0.4:
Changes:

    Move encrypt-all password email to EmailTemplate (server#37737)
    Store encrypted OAuth2 client secrets (server#38708)
    Generate user themed favicon and touchicon (server#38853)
    Fix confusion around mail settings and improve layout a bit (server#38887)
    Fix(core): Do not invert app menu text color (server#38908)
    PruneOutdatedSyncTokens deletes all entries (server#38920)
    Adjust admin setup check to increase warning to configure https (server#38932)
    Add bruteforce protection in OauthApiController (server#38949)
    Fix(systemtags): Add missing systemtags index (server#38961)
    Perf: skip request without write permission (server#38972)
    Fix: expect interface, not a specific implementation (server#38977)
    Fix: Avoid failing to update the current version entry if there is none \ 
(server#39003)
    Use getsystemvalue-functions in Mailer.php (server#39006)
    Fix setup-check test (server#39014)
    Fix(l10n): Fix plural issue with different locale and language (server#39031)
    Fix creating events with old (< unix time) lastoccurence (server#39060)
    Fix(cypress): branch definition (server#39072)
    Fix(files): Only render the menu if there are actions to show (server#39080)
    Silent `imagecreatefromstring()` errors (server#39100)
    Ignore and log non integer versions (server#39117)
    Fix password confirmation (server#39143)
    Fix(sse): don’t update uncached files (server#39152)
    Update psalm-baseline.xml (server#39155)
    Fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem \ 
(server#39159)
    Fix(TagSearchProvider): Short circuit if no tag matches the query (server#39194)
    Fix(cypress): revert only toggle (server#39206)
    Use more efficient tag retrieval on DAV report request (server#39232)
    Fix(dav): Abort requests with 429 instead of waiting (server#39252)
    Fix(files_sharing): hide download permission for circle shares (server#39260)
    Display displayname on federated shares (server#39270)
    Add command do delete orphan shares (server#39285)
    Preload custom properties when propfinding folders (server#39293)
    Cibit): fix failing test setup (server#39335)
    Chore(CI): Sign .drone.yml file (server#39345)
    GetStorage before remove (server#39355)
    Fix: also run phpunit on `apps/theming/css` modified files (server#39375)
    Fix(db): no hardcoded table prefix is expected (server#39393)
    Feat: Add public event for missing indices (server#39397)
    Update psalm-baseline.xml (server#39406)
    Fix(core): Add password confirmation requirement for getapppassword \ 
(server#39418)
    Fix(apps): Fix loading info.xml file (server#39492)
    Modernize cypress tests (activity#1189)
    Fix npm audit (activity#1243)
    Update nextcloud/ocp dependency (activity#1249)
    Update 3rdparty dependencies (bruteforcesettings#467)
    Revert “Update 3rdparty dependencies” (bruteforcesettings#478)
    Bump unzipper from 0.10.11 to 0.10.14 (files_pdfviewer#751)
    Fix npm audit (files_pdfviewer#766)
    Fix npm audit (again) (files_pdfviewer#773)
    Update phpunit workflows from master (files_pdfviewer#778)
    Replace “Unselect” with “Unselect all” in right click menu \ 
(files_rightclick#171)
    Update nextcloud/ocp dependency (firstrunwizard#901)
    Fix npm audit (firstrunwizard#904)
    Fix npm audit (firstrunwizard#916)
    Update nextcloud/ocp dependency (logreader#914)
    Choreaudit dependencies (logreader#925)
    Update nextcloud/ocp dependency (nextcloud_announcements#210)
    Update nextcloud/ocp dependency (nextcloud_announcements#214)
    Update nextcloud/ocp dependency (notifications#1579)
    Fix(settings): Delete settings when a user is deleted (notifications#1585)
    Choreaudit dependencies (notifications#1604)
    Update nextcloud/ocp dependency (notifications#1609)
    Reset selection state in route change (photos#1890)
    Update nextcloud/ocp dependency (photos#1894)
    Fix npm audit (photos#1902)
    Fix npm audit (photos#1913)
    Add unselect all (photos#1922)
    Adapt to SystemTags optimizations on server (photos#1927)
    Update nextcloud/ocp dependency (photos#1934)
    Fix npm audit (privacy#919)
    Fix npm audit (privacy#924)
    Fix npm audit (privacy#930)
    Update nextcloud/ocp dependency (related_resources#195)
    Update nextcloud/ocp dependency (serverinfo#467)
    Update nextcloud/ocp dependency (survey_client#179)
    Fix(deps): update highlight (text#4143)
    Fix(css): info callout box color to –color-info (text#4303)
    Update nextcloud/ocp dependency (text#4307)
    Fix/2708 pasting tables (text#4314)
    Bring back keyboard shortcuts to help modal on non-mobile (text#4319)
    Fix: Pass origin along the initial state update (text#4322)
    Fix: clickable zone of task list checkbox (text#4325)
    Chore(deps): update dependency prosemirror-test-builder to ^1.1.1 (text#4342)
    Chore(deps): update dependency vue-demi to ^0.14.5 (text#4358)
    Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.10 (text#4359)
    Fix(deps): update dependency @nextcloud/router to ^2.1.2 (text#4360)
    Fix(deps): update dependency lib0 to ^0.2.78 (text#4361)
    Chore(deps): update dependency cypress to ^12.15.0 (text#4365)
    Chore(deps): update dependency vite-plugin-commonjs to ^0.8.0 (text#4366)
    Fix(deps): update dependency yjs to ^13.6.5 (text#4368)
    Fix(deps): update dependency @nextcloud/auth to ^2.1.0 (text#4369)
    Fix(deps): update dependency @nextcloud/dialogs to ^4.1.0 (text#4370)
    Fix(deps): update dependency @nextcloud/event-bus to ^3.1.0 (text#4371)
    Fix(deps): update dependency @nextcloud/vue to ^7.12.0 (text#4372)
    Fix(deps): update dependency @nextcloud/l10n to ^2.2.0 (text#4385)
    Fix(deps): update dependency yjs to ^13.6.6 (text#4388)
    Flaky CI fixes (text#4392)
    Chore(deps): update dependency @nextcloud/eslint-config to ^8.3.0-beta.2 \ 
(text#4404)
    Chore(deps): update dependency cypress to ^12.16.0 (text#4405)
    Fix: remove redundant css (text#4408)
    Chore(ci): Run cypress against proper stable branch (text#4410)
    Ci(cypress): Revert show_hidden method for cypress interception (text#4413)
    Fix(frontend): Update last saved timestamp when document is saved (text#4416)
    Fix: hotkey ctrl-s (text#4418)
    Fix npm audit (text#4430)
    Fix(deps): update dependency @nextcloud/axios to ^2.4.0 (text#4433)
    Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.11 (text#4450)
    Fix(deps): update dependency mitt to ^3.0.1 (text#4451)
    Chore(deps): update dependency cypress to ^12.17.0 (text#4455)
    Chore(deps): update dependency vite to ^4.4.2 (text#4456)
    Chore(deps): update jest to ^29.6.1 (text#4457)
    Update nextcloud/ocp dependency (text#4463)
    Fix npm audit (text#4465)
    Fix(frontend): Improve paste handler for table cells (text#4471)
    Fix: Delete inactive sessions in one query (text#4473)
    Chore(deps): update dependency cypress to ^12.17.1 (text#4478)
    Fix: Fetch attachment share permissions (text#4485)
    Fix sync errors after network issues (text#4487)
    Fix: Encode individual parts of the dav url as uri components (text#4497)
    Fix: max width of editor container on mobile (text#4500)
    Fix: link preview width on mobile (text#4502)
    Fix(sync): only save on close if changes were made (text#4509)
    Fix: remove duplicated save key action (text#4515)
    Tests(cypress): Refactor reconnect test to be more reliable and add second \ 
test for actual reconnect (text#4518)
    Fix: Add index to session_id on text_steps table (text#4524)
    Fix: Use simple query and chunk in PHP to delete inactive sessions (text#4552)
    Fix(postgres): Use a unique index name (text#4554)
    Chore(deps-dev): Bump @types/dockerode from 3.3.18 to 3.3.19 (viewer#1724)
    Fix: update npm scripts for visual regression snapshots update (viewer#1735)
    Fix npm audit (viewer#1753)
    Use the Node object as event payload (viewer#1755)
    Chore: update cypress.yml workflow from template (viewer#1765)
    Fix npm audit (viewer#1776)
    Chore(deps): Bump @nextcloud/files from 3.0.0-beta.10 to 3.0.0-beta.11 \ 
(viewer#1789)
    Send CSRF token in rawStat (viewer#1799)
    Fix/video fullscreen iphone (viewer#1803)
    Fix/fullscreen ios stable26 (viewer#1822)

26.0.3:

Changes:

    Invalidate existing tokens when deleting an oauth client (server#37230)
    Adjust the value of the “max-parts” parameter of the object storage \ 
‘ListPart’ interface to 1000 (server#37776)
    Allow storing multiple mounts for the same rootid in the mount cache \ 
(server#38023)
    Fix npm audit (server#38118)
    Use aria-expanded correctly on toggle user actions (server#38358)
    Show pending popover menu when password is enabled by default (server#38396)
    Fix loading custom logo image (server#38399)
    Fix: Catch Deadlock properly as execute throws Doctrine exceptions not our \ 
wrapped ones (server#38479)
    Ungroup `placeholder` css rules (server#38487)
    Add fallback when a there is no preview for a version (server#38509)
    Fix: catch errors in id3parser library (server#38517)
    Fix initialisation of versions in the DB (server#38521)
    Update ca-cert bundle (server#38530)
    Redis: use atomic operations everywhere (server#38539)
    Reload filelist when adding or removing shares (server#38557)
    Fix app menu flicker (server#38564)
    Fix(trashbin): Truncate long filenames (server#38573)
    Fix(caldav): Ignore invalid events for reminder generation (server#38574)
    Increase from 100000 to 600000 iterations for hash_pbkdf2 (server#38583)
    Update psalm-baseline.xml (server#38598)
    Fix: Use proper link for navigating to files on click handler (server#38654)
    Fix(caldav): Close DB cursor in reminder index background job (server#38660)
    Improve oauth2 database migration from ownCloud (server#38672)
    Fix(caldav): Cast calendar objects id to int when building index (server#38677)
    Sharing: Do not show copy action when user doesn’t have permissions \ 
(server#38684)
    Fix(actions): cypress (server#38698)
    Chore: update workflows from templates (server#38704)
    Create lint-eslint-when-unrelated.yml (server#38720)
    Fix npm audit (server#38741)
    Allow to specify upgrade.cli-upgrade-link in order to link to the correct \ 
documentation (server#38752)
    Log failures to read certificates during listing (server#38757)
    Fix npm audit (server#38807)
    Make sure to show download button only one time (server#38818)
    Use source cache when listing folder during recursive copy (server#38892)
    Groupfolder activities on move/rename (activity#1204)
    Update nextcloud/ocp dependency (firstrunwizard#878)
    Chore(deps): Bump @nextcloud/vue from 7.7.1 to 7.7.2 (firstrunwizard#885)
    Fix npm audit (firstrunwizard#891)
    Chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 (logreader#844)
    Audit and update dependencies (logreader#860)
    Update nextcloud/ocp dependency (nextcloud_announcements#201)
    Update nextcloud/ocp dependency (notifications#1562)
    Chore: update workflows from templates (notifications#1586)
    Audit fix (password_policy#470)
    Update nextcloud/ocp dependency (photos#1747)
    Listen to more events for albums (photos#1846)
    Chore: update workflows from templates (photos#1848)
    Fix: properly handle public link share deletion (photos#1850)
    Fix: use owner instead of owner_id to delete photos by owner (photos#1852)
    Update view when layout setting changes (photos#1858)
    Prevent progress bar overflow when uploading in album content (photos#1863)
    Make file list semantically correct (photos#1869)
    Fix npm audit (photos#1879)
    Fix npm audit (privacy#905)
    Chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 \ 
(recommendations#592)
    Chore(CI): Adjust testing matrix for Nextcloud 26 on stable26 \ 
(suspicious_login#777)
    Chore: run npm audit fix (suspicious_login#805)
    Feat: update image view width and add title (text#4165)
    Chore(deps): update dependency vite to ^4.3.9 (text#4197)
    Fix(deps): update dependency @nextcloud/vue to ^7.11.6 (text#4198)
    Update nextcloud/ocp dependency (text#4215)
    Ci: Backport relevant action changes from main (text#4240)
    Fix(UserApiController): Fix warning during test run with PHP 8.2 (text#4245)
    Don’t expect HTML element with ID `mimetype` in public share (text#4257)
    Fix: paste multiple line to table issue (text#4265)
    Fix/4267 js tests (text#4271)
    Fix: handle non markdown files in conflicts (text#4273)
    Fix npm audit (text#4279)
    Fix: Catch unique constraint violation when creating new documents (text#4294)
    Chore: Bump composer autoloader for new composer version (text#4295)
    Fix 404 on blank.mp4 (viewer#1677)
    Chore(deps-dev): Bump @types/dockerode from 3.3.17 to 3.3.18 (viewer#1687)
    Chore(deps-dev): Bump tslib from 2.5.0 to 2.5.3 (viewer#1702)
    Fix size of progress container (viewer#1714)
    Chore: update workflows from templates (viewer#1721)
    Fix npm audit (viewer#1732)

26.0.2:

Changes:

    Also unmark deleted ldap user when checking the ldap entry (server#37304)
    Fix DBAL exception handling in setValues (server#37549)
    Fix(dav): Use an icon with correct color for calendar user settings section \ 
(server#37601)
    Fix button text (server#37708)
    Handle not being able to write file for notify self-test (server#37740)
    Fix: Make sure that rollback hook is triggered on all version backends \ 
(server#37743)
    Really disable versions features when S3 versioning is enabled (server#37768)
    Handle reminders where calendar name is null (server#37785)
    Ungroup `placeholder` css rules to prevent browsers from removing all rules \ 
(server#37793)
    Fix event move issue (server#37812)
    Fix background color of external devices with errors on dark color theme \ 
(server#37833)
    Fix(files): Don’t throw an error when guests access the controller \ 
(server#37836)
    Sec(deps): Update guzzlehttp/psr7 (server#37845)
    Fix TypeError in Profiler (server#37849)
    Add the server roots and version info hash to apcu prefix (server#37872)
    Check free space only if source exists and is dir (server#37873)
    Ignore errors while trying to update parent storage_mtime (server#37875)
    Do not override stored credentials when login in with SAML (server#37900)
    Make grid toggle sticky (server#37907)
    Bump @nextcloud/vue from 7.8.0 to 7.10.0 (server#37910)
    Trap focus in dialogs (server#37911)
    Update crl after revoke shifts.csr (server#37922)
    Backport: Fix profile view edit button overlapping status text (server#37939)
    Fix(settings): Fix title of profile scope options (server#37941)
    Do not show Tags action when systemtag is disabled (server#37957)
    Fix npm audit (server#37973)
    Add command for getting fileinfo for debugging (server#38005)
    Fix: change maintenance mode info wording (server#38009)
    Fix multiple LDAP configuration support by fixing AccessFactory (server#38027)
    Update expire_date column of table comments (server#38037)
    Mutualize expireDate handling when creating and updating a share (server#38040)
    Fix: catch ManuallyLockedException and use app context (server#38043)
    Fix app overflow menu on bright color theme (server#38049)
    Fix: add workaround for oci and limit queries (server#38054)
    Fix(ocp): Add deprecation version to ILogFactory::getCustomLogger (server#38070)
    Fix “skip content”-buttons on small screen sizes (server#38076)
    Increase “Edit your profile visibility button” contrast (server#38078)
    Fix weather app aria label (server#38079)
    Increase imaginary timeouts as for big files the processing could take very \ 
long (server#38081)
    Check return value and improve error handling on certificate manager \ 
(server#38091)
    Fix(theming): unwanted variables and colours calc fixes (server#38098)
    Fix: always use proper path on node api when calling the view (server#38128)
    Fix json_decode expecting a string (server#38130)
    Check if version entity is not null before delete (server#38153)
    Do not stop at the first PHP error/warning in files:scan (server#38154)
    Fix error on delete in ChunkingV2Plugin (server#38167)
    Fix(workflowengine): Fix multiple UI issues in workflow engine admin \ 
settings (server#38189)
    Make sure to never trigger files hooks on a null path (server#38204)
    Fix redirect on unsupported browser warning (server#38208)
    Update psalm-baseline.xml (server#38212)
    Fix: Check for wrapped retriable exceptions (server#38238)
    Fix(carddav): Mark system address book as read-only (server#38248)
    Check if version has entity before trying to access it (server#38254)
    Add command to summarize space usage (server#38255)
    Fix incosistent scrolling in Firefox (server#38257)
    Fix(deps): Bump @nextcloud/vue to 7.11.5 (server#38263)
    Fix(lostpassword): Also rate limit the setPassword endpoint (server#38268)
    Fix(middleware): Also abort the request when reaching max delay in af… \ 
(server#38275)
    Check the username when doing external storage session auth (server#38281)
    Get rid of more int casts in file size manipulations (server#38289)
    Fix generated avatars cache (server#38304)
    SystemTags endpoint to return tags used by a user with meta data (server#38307)
    Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php \ 
(server#38317)
    Fix(search): fix load more (server#38318)
    Fix : Share Expire After N Days width (server#38319)
    Chore(deps): Bump @nextcloud/vue from 7.11.5 to 7.11.6 (server#38331)
    Revert “Ungroup `placeholder` css rules to prevent browsers from removing \ 
all rules” (server#38437)
    Sec(deps): Update guzzlehttp/psr7 (3rdparty#1387)
    Rename “user” to “account” in description (bruteforcesettings#455)
    App cfg from cli (circles#1295)
    Make changes to circle config synchroneous (circles#1309)
    Add npm-audit-fix (files_pdfviewer#732)
    Fix npm audit (files_pdfviewer#739)
    Update nextcloud/ocp dependency (firstrunwizard#842)
    Fix npm audit (firstrunwizard#862)
    Update nextcloud/ocp dependency (nextcloud_announcements#193)
    Chore(deps): Bump @nextcloud/vue from 7.7.1 to 7.7.2 (notifications#1518)
    Fix(deps): Update webpack (notifications#1526)
    Fix header menu color by updating @nextcloud/vue to 7.10.0 (notifications#1534)
    Update nextcloud/ocp dependency (notifications#1543)
    Do not allow deletion from public albums (photos#1750)
    Fix #1753: Media and Photos views are blank after upgrade to 26.0.1 (photos#1759)
    Fix: hide upload button on public album shares (photos#1763)
    Expose DAV permissions on album and places photos (photos#1775)
    Do not silence error when setting a place (photos#1778)
    Fix folder view (photos#1779)
    Use display name instead of id for shared albums (photos#1783)
    Reset file list on upload in FilesPicker (photos#1792)
    Run npm audit fix (photos#1799)
    Revert using display name in shared albums’ name (photos#1801)
    Prevent progress bar overflow when uploading in Folders (photos#1803)
    Fix npm audit (privacy#888)
    Fix npm audit (recommendations#613)
    Fix(API): Add a log entry when an error occurs so the admin can pass … \ 
(related_resources#208)
    Fix npm audit (related_resources#223)
    Chore(deps): Bump @nextcloud/vue from 7.9.0 to 7.11.6 (related_resources#232)
    Update nextcloud/ocp dependency (serverinfo#433)
    Fix Undefined Array key Family in DefaultOs (serverinfo#438)
    With FreeBSD jails, networkinfo->gateway can be empty (serverinfo#444)
    Update nextcloud/ocp dependency (serverinfo#446)
    Update nextcloud/ocp dependency (serverinfo#457)
    Chore(deps): update dependency eslint-plugin-cypress to ^2.13.3 (text#4017)
    Fix(deps): update tiptap to ^2.0.3 (text#4055)
    Chore(deps): update dependency vue-demi to ^0.14.0 (text#4056)
    Fix: Only handle recent awareness messagess from sessions (text#4062)
    Adjust smart picker menu action (text#4065)
    Enh(log): use level warning for saving empty docs (text#4072)
    Fix(cypress): show hidden files request now uses PUT (text#4074)
    Chore(deps): update dependency @nextcloud/webpack-vue-config to ^5.5.1 \ 
(text#4098)
    Pass data to `this.$parent.$emit` in `Editor.vue` (text#4103)
    Fix double readme files getting created on case-insensitive storages (text#4105)
    Fix npm audit (text#4110)
    Fix editing image description fails if enter isn’t pressed (text#4114)
    Fix(Viewer): remove outdated fix from stable16. (text#4120)
    Fix: autofocus own rich workspaces only at freshly created (text#4125)
    Fix(conflict): resolve quickly with fast sync. (text#4127)
    Fix: pass file id for direct editing and fail y.js provider setup if none \ 
was passed (text#4128)
    Chore(deps): update dependency @cypress/webpack-preprocessor to ^5.17.1 \ 
(text#4133)
    Chore(deps): update dependency @vue/vue2-jest to ^29.2.4 (text#4134)
    Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.9 (text#4135)
    Fix(deps): update dependency lib0 to ^0.2.74 (text#4136)
    Chore(deps): update dependency cypress to ^12.11.0 (text#4137)
    Chore(deps): update dependency vite to ^4.3.5 (text#4138)
    Chore(deps): update dependency vite-plugin-commonjs to ^0.7.0 (text#4139)
    Fix(deps): update dependency @nextcloud/router to ^2.1.1 (text#4141)
    Fix(deps): update dependency @nextcloud/vue to ^7.11.2 (text#4142)
    Fix(deps): update dependency yjs to ^13.6.1 (text#4144)
    Update nextcloud/ocp dependency (text#4150)
    Fix(deps): update dependency @nextcloud/vue to ^7.11.3 (text#4159)
    Chore(deps): update dependency vue-demi to ^0.14.1 (text#4168)
    Fix(deps): update dependency path-normalize to ^6.0.12 (text#4172)
    Chore(deps): update dependency cypress to ^12.12.0 (text#4173)
    Fix(deps): update dependency @nextcloud/vue to ^7.11.4 (text#4175)
    Chore(deps): update dependency @nextcloud/eslint-config to ^8.3.0-beta.0 \ 
(text#4180)
    Chore(deps): update dependency vite-plugin-commonjs to ^0.7.1 (text#4188)
    Chore: v8.0.0 (twofactor_totp#1343)
    Fix(deps): Update vulnerable npm packages (twofactor_totp#1375)
    Chore(deps-dev): replace vue-jest with @vue/vue2-jest@27 (twofactor_totp#1395)
    Chore(deps): Bump @skjnldsv/vue-plyr from 7.3.0 to 7.3.1 (viewer#1613)
    Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.4.0 to 5.5.1 \ 
(viewer#1621)
    Add npm-audit-fix (viewer#1623)
    Fix npm audit (viewer#1632)
    Fix: use left position of sidebar to set viewer width (viewer#1641)
    Chore(deps-dev): Bump @types/dockerode from 3.3.16 to 3.3.17 (viewer#1644)
    Fix: remove undefined method call (viewer#1649)
    Use proper alt text for viewer app modal (viewer#1652)
    Override hardcoded save button width (viewer#1657)
    Increase z-index of SfxPopper instead of its children (viewer#1659)

26.0.1:

Changes:

    Update wording for disabled web updater (server#37052)
    Don’t try to hash a nonexisting password (server#37217)
    Use native tooltip for version’s date (server#37264)
    Set `h1` headings for navigation through files app (server#37273)
    Replace custom tooltips with native ones and add description to all e… \ 
(server#37275)
    Fix: add important to css hidden files class (server#37286)
    Add parent index on filecache (server#37318)
    Fix(security): Mark recording_servers key appconfig as private as it … \ 
(server#37336)
    Fix/36908 set aria hidden for default shipped widgets icons (server#37338)
    Fix OC_Image: Prevent E_WARNING from getimagesize* (server#37368)
    Create `h3` headings for profile page. Replace `` which have… (server#37389)
    Fix(mailer): remove value comparison for smtp_authtype as there is only one \ 
option (server#37391)
    Do onetime user setup before getting any mount from providers (server#37394)
    Backport/stable26/jerome herbinet/patch 15 (server#37431)
    Fix(files_sharing): Allow file actions other than download for hide download \ 
shares (server#37439)
    Fix(references): Do not log errors on 404 responses of opengraph image \ 
fetching (server#37440)
    Fix(docs): Fix RST parsing of the sample config (server#37441)
    Fix/36917 the statuses list was implemented semantically incorrectly \ 
(server#37449)
    Replace custom tooltips with native ones of entries in contacts menu. \ 
(server#37463)
    Add label for logo link (server#37471)
    Fix the avatar generation on Alpine Linux (server#37482)
    Change contactsmenu structure to a list (server#37485)
    Hide shared files located in group folder’s trash bin (server#37488)
    Fix default_language doc (server#37508)
    Improve handling of profile fields (server#37523)
    Stable25] Quota value as float for 32-bit systems (server#37533)
    Clear encrypted flag when moving away from encrypted storage (server#37537)
    Fix: Avoid scrolling the #content wrapper container (server#37545)
    Feat(security): Allow to opt-out of ratelimit protection, e.g. for te… \ 
(server#37551)
    Extend path-prefix optimizer to remove all cases of path_hash= when \ 
encountering a path prefix filter (server#37558)
    Update psalm-baseline.xml (server#37565)
    Migrate metadata JSON column to new value TEXT column (server#37571)
    Fix(initial-state): Log an error when initial-state can not be JSON e… \ 
(server#37576)
    Fix cypress tests for files_versions (server#37589)
    Fix: Always create user directory when transfering files to new users \ 
(server#37666)
    Doc(auth): Warn about disabled token passwords and LDAP logout (server#37684)
    Fix(dav): add string comparison for diff (server#37687)
    App type extended_authentication (server#37689)
    Handle not being able to write file for notify self-test (server#37701)
    Fix(translation): Fix several issues with the translations api (server#37705)
    Revert “handle not being able to write file for notify self-test” \ 
(server#37718)
    Update nextcloud/ocp dependency (activity#1144)
    Fix multiselect right-click options (files_rightclick#153)
    Fix-right-click multiselect in trash bin (files_rightclick#158)
    Update nextcloud/ocp dependency (nextcloud_announcements#175)
    Update nextcloud/ocp dependency (nextcloud_announcements#185)
    Update nextcloud/ocp dependency (notifications#1481)
    Deduplicate notifications (notifications#1485)
    Update nextcloud/ocp dependency (notifications#1499)
    Add object type as data attr to notification (notifications#1501)
    Update nextcloud/ocp dependency (notifications#1506)
    Feat(API): Add an endpoint to check for existance of notification ids \ 
(notifications#1509)
    Fix: null password handling in entry control logic (password_policy#454)
    Fix scrolling in large folders (photos#1706)
    Fix(settings): Debounce filepicker calls (photos#1712)
    Migrate to the new file_metadata column layout (photos#1736)
    Albums: check copy source owner is the current user and throw (photos#1737)
    Chore(deps): Bump @nextcloud/vue from 7.2.0 to 7.9.0 (related_resources#205)
    Fix(deps): update dependency @hocuspocus/provider to ^1.1.1 (text#3896)
    Fix(deps): update dependency y-websocket to ^1.5.0 (text#3897)
    Fix(deps): update dependency yjs to ^13.5.51 (text#3898)
    Fix(deps): update dependency lib0 to ^0.2.72 (text#3914)
    Feat: Add Shift-Mod-C for copying the markdown source (text#3942)
    Chore(deps): update dependency cypress to ^12.8.1 (text#3948)
    Get mimeIconUrl for media attachments without a session (text#3955)
    Fix: split layout of conflict view (text#3959)
    Fix(deps): update dependency @nextcloud/vue to ^7.8.3 (text#3966)
    Chore(deps): update dependency @nextcloud/webpack-vue-config to ^5.5.0 \ 
(text#3967)
    Update nextcloud/ocp dependency (text#3969)
    Chore(deps): update dependency vite to ^4.2.1 (text#3971)
    Revert composer autoload changes to PHP 8.1 version (text#3982)
    Emit events from editor when image nodes get added or deleted (text#3983)
    Conflict fixes (text#3988)
    Fix(deps): update dependency @nextcloud/vue to ^7.8.4 (text#3992)
    Fix(deps): update dependency lib0 to ^0.2.73 (text#3993)
    Add table wrapper as scroll container for readonly tables (text#4000)
    Make saving indicator a button for force-save (text#4002)
    Fix: Ensure to not persist user put into the session for direct editing \ 
(text#4003)
    Fix(deps): update dependency @hocuspocus/provider to ^1.1.3 (text#4013)
    Fix(deps): update dependency @nextcloud/vue to ^7.9.0 (text#4014)
    Fix(deps): update tiptap to ^2.0.1 (text#4015)
    Chore(deps): update dependency cypress to ^12.9.0 (text#4016)
    Update nextcloud/ocp dependency (text#4022)
    Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.8 (text#4032)
    Fix(deps): update dependency yjs to ^13.5.52 (text#4033)
    Fix(deps): update tiptap to ^2.0.2 (text#4034)
    Update nextcloud/ocp dependency (text#4036)
    Fix: scroll for outline (text#4038)
    Fix: Properly emit ready event on conflicts with the editor API (text#4040)
    Fix(deps): update dependency path-normalize to ^6.0.11 (text#4042)
    Fix(challenge): invert icon on light mode (twofactor_totp#1349)
    Chore(deps-dev): Bump dockerode and @types/dockerode (viewer#1583)
    Update vue to 7.6.1 (viewer#1594)
    Fix enter key in text input in image editor (viewer#1597)
    Bump @types/dockerode from 3.3.15 to 3.3.16 (viewer#1600)

Files:
RevisionActionfile
1.68modifypkgsrc/www/php-nextcloud/Makefile
1.54modifypkgsrc/www/php-nextcloud/PLIST
1.57modifypkgsrc/www/php-nextcloud/distinfo