pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Nov  9 14:07:18 UTC 2025

Modified Files:
        pkgsrc/www/php-nextcloud: Makefile PLIST distinfo

Log Message:
www/php-nextcloud: Update to 32.0.1

Changelog:
October 23, 2025

# Version 32.0.1

Changes:

  * server
      + Fix(comments): expand long comment on click (server#55242)
      + Fix(encryption): do not setup filesystem without permissions (server#
        55253)
      + Fix(systemtags): Provide initial state for admin restriction setting
        (server#55279)
      + Fix(comments): explicitly return limbo status of comment (server#55285)
      + Fix: create room/resource calendar synchronously (server#55292)
      + Feat(Unified search): Use existing min search length setting (server#
        55301)
      + Fix(core): Stop abusing the cache for avatar upload (server#55303)
      + Fix(workflowenigne): stricter length header handling (server#55316)
      + Feat: Mark OC.SystemTags as deprecated (server#55323)
      + Fix(ocm): ignore cache if not setup (server#55326)
      + Fix(sharing): ensure to check new password (server#55327)
      + Fix: add missing sharing options to ui and add full-match results
        (server#55329)
      + Build(deps): bump libphonenumber-js from 1.12.17 to 1.12.23 (server#
        55337)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.27 to 9.6.29 in /build/
        integration (server#55338)
      + Build(deps): bump phpunit/phpunit from 10.5.55 to 10.5.57 in /
        vendor-bin/phpunit (server#55339)
      + Build(deps-dev): bump sass from 1.93.0 to 1.93.2 (server#55340)
      + Build(deps-dev): bump puppeteer from 24.22.0 to 24.22.3 (server#55341)
      + Build(deps-dev): bump tar from 7.4.3 to 7.5.1 (server#55342)
      + Fix(cache): Ensure unique global prefix per instanceid (server#55386)
      + Fix: Do not try to create lazy ghosts for PHP internal classes (server#
        55399)
      + Revert: feat(core): Hide header in PWA (server#55402)
      + Fix: small typo fix (server#55407)
      + Fix(files): Stop overwriting scan_permissions (server#55411)
      + Admin-delegation occ ?? add output option for show command to support
        JSON formats (server#55430)
      + Test: mock appstore response in Cypress tests (server#55435)
      + Fix(appstore): Also catch ClientException and ServerException (server#
        55437)
      + Fix(appstore): Make appstore timeout configurable (server#55440)
      + Fix(security): Update code signing revocation list (server#55445)
      + Fix: legacy app navigation snapper on RTL layout (server#55465)
      + Fix(IUserManager): Fix deprecation of search method (server#55480)
      + Refactor(ShareApiController): Add more error handling (server#55489)
      + Feat: add header with user id in response (server#55502)
      + Fix(user_ldap): Fix configuration creation and copy (server#55515)
      + Allow to remove a website in the user profile (server#55523)
      + Build(deps): bump nextcloud/openapi-extractor from 1.8.3 to 1.8.5 in /
        vendor-bin/openapi-extractor (server#55540)
      + Build(deps): bump phpunit/phpunit from 10.5.57 to 10.5.58 in /
        vendor-bin/phpunit (server#55541)
      + Build(deps-dev): bump dockerode from 4.0.8 to 4.0.9 (server#55546)
      + Fix(setup): set dbtype value also for single-db (server#55562)
      + Fix(unified-search): Remove hard-coded search result limit (server#
        55565)
      + Fix(files): Always return a valid mimetype (server#55570)
      + Feat(test-case): allow to use PHPUnit Group attributes to mark tests
        requiring database (server#55571)
      + Fix(ldap): Fix copying and creating LDAP configuration (server#55584)
      + Chore(CODEOWNERS): include mjs and cjs for frontend (server#55587)
      + Build(deps): bump @nextcloud/browser-storage from 0.4.0 to 0.5.0
        (server#55592)
      + Fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months (server#55599)
      + Fix(TaskProcessing): Make sure list command int filter parameters are
        parsed as ints (server#55604)
      + Fix(ooo): don??t catch general DB exceptions (server#55607)
      + Fix(live-photo): Allow files-live-photo meta data with edit permissions
        (server#55615)
      + Fix(caldav): encoding inconsistencies in event search provider (server#
        55626)
      + Fix(caldav): disable remote access when calendar federation is off
        (server#55633)
      + Fix(systemtags): catch empty nodes (server#55636)
      + Fix(FileAccess): Make getByAncestorInStorage sharding ready (server#
        55644)
      + Fix comments when used by other apps (server#55663)
      + Fix(S3): Only append streams if non-seekable (server#55671)
      + Fix(caldav): avoid selecting every custom properties from table if we
        have no calendars to filter (server#55678)
      + Build(deps): bump nextcloud/openapi-extractor from 1.8.5 to 1.8.6 in /
        vendor-bin/openapi-extractor (server#55685)
      + Build(deps-dev): bump puppeteer from 24.22.3 to 24.24.0 (server#55687)
      + Build(deps-dev): bump msw from 2.11.3 to 2.11.5 (server#55688)
      + Build(deps): bump core-js from 3.45.1 to 3.46.0 (server#55689)
      + Build(deps-dev): bump webpack from 5.101.3 to 5.102.1 (server#55690)
      + Build(deps-dev): bump cypress-split from 1.24.23 to 1.24.24 (server#
        55692)
      + Build(deps): bump libphonenumber-js from 1.12.23 to 1.12.24 (server#
        55694)
      + Fix(contacts): Do not expose SAB in `/contactsmenu` (server#55700)
      + Fix: disable mp3 preview provider (server#55723)
      + Fix(files): clear search input on directory navigation (server#55733)
      + Fix(LDAP): properly disable require TLS certificate verification (if
        configured) (server#55736)
      + Fix(files_sharing): correctly handle error in case of failing share
        creation (server#55739)
      + 32.0.1 RC1 (server#55744)
      + Fix(settings): Improve TaskProcessingPickupSpeed setup check (server#
        55749)
      + Fix: Fix crash in files_version about uninitialized property (server#
        55761)
      + Fix: iMip reply from outlook.com does not contain organizer property
        (server#55763)
      + Fix(TextProcessingApiController): Set better attribute on routes
        (server#55775)
      + Feat(settings): Introduce TaskProcessingSuccessRate setup check (server
        #55778)
      + Fix(TextToImage): Set better attribute for routes (server#55786)
      + Feat: add new link endpoint when using globalscale (server#55798)
      + Fix(l10n): Don??t fallback from 3-letter languages to 2-letter (server#
        55809)
      + Fix(ocm): format notifications (server#55816)
      + Feat(route): globalsiteselector as root url generator (server#55817)
      + 32.0.1 RC2 (server#55822)
      + Feat: locally cache frequently requested LDAP mapping data (server#
        55823)
      + Chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0 (server#
        55826)
      + Fix(dav): Restrict properties allowed object classes (server#55851)
      + Fix: translation on /unsupported screen (server#55872)
      + Add font-variant-numeric to selected files list (server#55873)
      + Fix: temporarily disable public shares chunking capability (server#
        55874)
      + Fix(lexicon): execute repair step (server#55881)
      + Fix(lexicon): switch bool value to non-lazy (server#55884)
      + 32.0.1 (server#55958)
  * activity
      + Update nextcloud/ocp dependency (activity#2118)
      + Fix npm audit (activity#2132)
      + Update nextcloud/ocp dependency (activity#2152)
      + Update nextcloud/ocp dependency (activity#2159)
  * app_api
      + Fix(HaRP): do not block HaRP itself if requests contain a non-existent
        application (app_api#679)
      + Fix(ExAppNotifier): First check if any exapps enabled (app_api#680)
  * bruteforcesettings
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.2 to
        9.0.0-rc.5 (bruteforcesettings#806)
      + Chore(deps): add vitest (bruteforcesettings#819)
      + Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.8 to 9.0.0
        (bruteforcesettings#827)
      + Fix npm audit (bruteforcesettings#828)
      + Fix: use the correct outlined item (bruteforcesettings#829)
      + Chore(deps): Bump @nextcloud/vue from 9.0.0 to 9.0.1
        (bruteforcesettings#834)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1
        (bruteforcesettings#835)
  * circles
      + Fix: adjust source names to ??Team?? instead of cicles (circles#2122)
      + Store remote share id (circles#2149)
      + Update nextcloud/ocp dependency (circles#2155)
      + Ignore non-circles share while extracting permissions (circles#2159)
      + Improve action on multi-teams (circles#2169)
      + Feat: caching user single id in preferences (circles#2170)
  * files_downloadlimit
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.2 to
        9.0.0-rc.5 (files_downloadlimit#523)
      + Chore(deps-dev): Bump eslint from 9.30.1 to 9.37.0 (files_downloadlimit
        #566)
  * files_pdfviewer
      + Fix: Remove unneeded PDF.js web files from release (files_pdfviewer#
        1287)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1
        (files_pdfviewer#1291)
  * logreader
      + Fix npm audit (logreader#1733)
      + Update nextcloud/ocp dependency (logreader#1755)
      + Fix npm audit (logreader#1759)
      + Update nextcloud/ocp dependency (logreader#1765)
      + Update nextcloud/ocp dependency (logreader#1772)
      + Chore(deps-dev): bump @nextcloud/browserslist-config from 3.0.1 to
        3.1.0 (logreader#1775)
  * nextcloud_announcements
      + Update nextcloud/ocp dependency (nextcloud_announcements#528)
      + Update nextcloud/ocp dependency (nextcloud_announcements#529)
      + Update nextcloud/ocp dependency (nextcloud_announcements#533)
  * notifications
      + Build(deps): Bump vue from 3.5.21 to 3.5.22 (notifications#2532)
      + Build(deps): Bump @nextcloud/vue from 9.0.0-rc.9 to 9.0.0
        (notifications#2533)
      + Update nextcloud/ocp dependency (notifications#2537)
      + Refactor(UserSettings): use `NcSelect` for batchtime (notifications#
        2540)
      + Update nextcloud/ocp dependency (notifications#2545)
      + Update nextcloud/ocp dependency (notifications#2551)
      + Refactor(AdminSettings): use `NcSelect` for batchtime (notifications#
        2556)
      + Chore(deps): bump @nextcloud/vite-config to 2.5.1 (notifications#2561)
      + Build(deps): Bump @nextcloud/auth from 2.5.2 to 2.5.3 (notifications#
        2570)
      + Build(deps-dev): Bump @nextcloud/stylelint-config from 3.1.0 to 3.1.1
        (notifications#2571)
      + Build(deps): Bump @nextcloud/dialogs from 7.0.0-rc.3 to 7.0.0
        (notifications#2572)
      + Build(deps): Bump ua-parser-js from 2.0.5 to 2.0.6 (notifications#2573)
      + Build(deps): Bump @nextcloud/vue from 9.0.0 to 9.0.1 (notifications#
        2574)
      + Fix(multi-tab): Fix interactions when multiple tabs are active
        (notifications#2578)
      + Create update-stable-titles.yml (notifications#2580)
      + Update nextcloud/ocp dependency (notifications#2583)
      + Build(deps): Bump @nextcloud/dialogs from 7.0.0 to 7.0.1 (notifications
        #2593)
      + Update nextcloud/ocp dependency (notifications#2594)
  * photos
      + Update nextcloud/ocp dependency (photos#3169)
      + Feat(PhotoPicker): Do not show non-owned files (photos#3209)
      + Update nextcloud/ocp dependency (photos#3225)
      + Ci(actions): Update workflows from templates (photos#3229)
      + Feat(Albums): Allow deleting an album photo from the viewer (photos#
        3233)
      + Fix(api): Validate user config values (photos#3235)
      + Fix(Timeline): Use new download endpoint (photos#3240)
      + Fix(Viewer): Provide filename without root to the Viewer. (photos#3241)
      + Fix(FacesView): Properly import RouterLink (photos#3242)
  * recommendations
      + Fix npm audit (recommendations#923)
  * serverinfo
      + Update nextcloud/ocp dependency (serverinfo#878)
      + Update nextcloud/ocp dependency (serverinfo#885)
  * suspicious_login
      + Update php-stemmer to 4.0 as workaround for full PHP 8.4 compatibility
        (suspicious_login#1033)
  * text
      + Fix: Delete old sessions in cleanup cron (text#7675)
      + Chore(DocumentService): Raise log level for SyncStep2 message to error
        (text#7697)
      + Fix(sync): lastSavedVersion is version send with the request (text#
        7699)
      + Update nextcloud/ocp dependency (text#7715)
      + Fix(css): Adjust status icon colors to Nextcloud 32 variable names
        (text#7721)
      + Feat: Save a checksum for documents and use it to detect conflicts
        (text#7725)
      + Replace cypress component tests (text#7727)
      + Fix(editor): restore default editor width while not breaking drag
        handle (text#7728)
      + Fix(print): Overwrite `display: grid` to prevent cut content (text#
        7731)
      + Fix(sync): handle empty push requests (text#7735)
      + Fix(DocumentService): Return 200 steps before saved version in
        SyncStep2 (text#7737)
      + Revert ??chore(DocumentService): Raise log level for SyncStep2 message
        to error?? (text#7740)
      + Fix(code): don??t wrap lines in code blocks, only in plaintext
        documents (text#7743)
      + Fix(sync): increment the version after applying the steps (text#7745)
      + Fix(sync): Only send recovery step in case of SyncStep1 (text#7746)
      + Chore: bump version to 6.0.0 (text#7748)
      + Fix(sync): Apply document state from create request (text#7756)
      + Update nextcloud/ocp dependency (text#7774)
      + Fix(PreviewOptions): set active radio button on open (text#7778)
      + Fix(sync): Reset document sessions on upgrade (text#7786)
      + Fix(sync): send first update without initial document state (text#7791)
      + Fix: prevent the collision between y-websocket reconnectTimeout and
        polling interval (text#7823)
  * twofactor_nextcloud_notification
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1074)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1077)
      + Fix npm audit (twofactor_nextcloud_notification#1084)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1087)
  * viewer
      + Chore(deps): update dockerode (viewer#2964)
      + Fix(ImageEditing): controls might hide behind iPadOS home bar (viewer#
        2985)
      + Fix(Viewer): Provide `id` instead of `fileid` to `File` constructor
        (viewer#2994)
      + Fix(viewer): address file path composition for subfolders in public
        shares (viewer#2998)

September 27, 2025

# Version 32.0.0

Changes:

  * server
      + Make it possible to run occ as root (server#33545)
      + Don??t believe sftp when it tells us the mtime is less than we know it
        is (server#40105)
      + [Proposal] Inform user about master key generation on encryption
        enabling (server#40468)
      + Fix(dashboard): performance and refactoring (server#41065)
      + Refactor(App): Remove registerRoutes method (server#42678)
      + Fix(user_ldap): Do not map groups we do not know if they match filter
        (server#45364)
      + Fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResult
        (server#46780)
      + Fix: remove caching in fetchListOfGroups (server#47513)
      + Refactor(style): Remove repeated semicolon (server#47648)
      + Fix: Move login via email logic to local backend (server#47686)
      + Fix: `user:settings` command when user is not available (server#47889)
      + Ci: Install PHPUnit 10 (server#48210)
      + New occ commands to manage system-tags for files (server#48277)
      + Feat(encryption): Migrate from hooks to events (server#48560)
      + Fix: Filter for folders in cleanup old preview job (server#48581)
      + Fix(settings): Add some context to the PHP memory limit error (server#
        48672)
      + Fix(updater): make clean-up job more robust / easier to debug (server#
        48674)
      + Perf: Log requests using high amount of memory as warning (server#
        48738)
      + Feat: support migrating an instance to sharding (server#48795)
      + [master] Fix npm audit (server#48815)
      + Add the option to provide a groupname and only see its?? members in occ
        group:list (server#49016)
      + Fix(db): Stop writing unused `dbport` to config at install time (server
        #49104)
      + Fix(SetupChecks): Pass webfinger if the handler returns 400 too (server
        #49440)
      + Fix: adjust url for task links (server#49639)
      + Fix(config): drop value details (server#49645)
      + Clarify app manager method names (server#49648)
      + Update & Expand Meta Tags (server#49872)
      + Chore(deps-dev): bump @zip.js/zip.js from 2.7.53 to 2.7.54 (server#
        49948)
      + Chore(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.3
        (server#49950)
      + Fix: when already upgrading, don??t instruct to run `occ upgrade`
        (server#49955)
      + Fix: Change UserAgent to *cloud (server#50053)
      + Fix OCM implementation has wrong parameter names (server#50069)
      + Fix(core): Fix undefined ??application?? array key error (server#50081)
      + Feat(cardav): support result truncation for addressbook federation
        (server#50092)
      + Fix(AppFramework): Log malformed protocol values and unify fallback
        behavior (server#50099)
      + Fix(unified-search): load more than 5 items in folder filter (server#
        50129)
      + Build(deps-dev): bump behat/behat from 3.16.0 to 3.18.1 in /build/
        integration (server#50137)
      + Feat: add example contact on first login (server#50156)
      + Feat(UserMountCache): Emit events for added, removed and updated mounts
        (server#50157)
      + Fix(oauth2): adjust db schemas when migrating from owncloud (server#
        50193)
      + Add integration tests for moving a file from and to a shared folder
        (server#50221)
      + Fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist
        (server#50234)
      + Perf(files_reminders): Reduce db queries on propfind (server#50244)
      + Implement Directory Check (server#50258)
      + Chore : Comprehensive e2e testing for public sharing (server#50260)
      + Fix(files_sharing): Respect permissions passed when creating link
        shares (server#50270)
      + Fix: Metadata field search (server#50273)
      + Fix(settings): Fix setup check when mail_smptmode is set to ??null??
        (server#50281)
      + Refactor: Sharing sidebar UI redesign (server#50282)
      + Chore: update icewind/smb to 3.7.0 (server#50284)
      + Fix opening federated shares (server#50292)
      + Fix(theming): Harden admin theming settings (server#50293)
      + Fix: detect deleted items as updated for smb storage (server#50298)
      + Fix(files_versions): Update `unencrypted_size` during rollback (server#
        50299)
      + Chore(3rdparty): Bump symfony/process from 6.4.12 to 6.4.15 (server#
        50315)
      + Chore(tests): Make linter happy in cypress tests (server#50318)
      + Fix(theming): remove node-vibrant dependency and usage (was moved to
        backend) (server#50320)
      + Fix: don??t use cached root info from shared cache if the watcher has
        detected an update (server#50324)
      + ? Master is now 32 (server#50330)
      + Fix(taskprocessing): More caching (server#50331)
      + Chore(deps-dev): bump @babel/node from 7.25.7 to 7.26.0 (server#50336)
      + Feat: Support X-NC-Skip-Trashbin header (server#50353)
      + Fix(translations): Fix profile and webhook_listeners (server#50355)
      + Fix: remove return type (server#50362)
      + Fix(files): support submenu in batch actions header too (server#50364)
      + Chore: add profile translations reuse license (server#50365)
      + Fix(systemtags): Use literal strings for i18n in showSuccess (server#
        50366)
      + Fix: Properly read updater channel before returning version channel as
        a fallback (server#50368)
      + Fix(dav): default calendar and address book not created on first login
        (server#50369)
      + [master] fix(security): Update code signing revocation list (server#
        50376)
      + Revert ??fix(Share20\Manager): Ensure node is still accessible when
        checking share?? (server#50389)
      + Fix(dav): Mark removal of dav object properties as expensive (server#
        50391)
      + Ci(reuse): Fix translation reuse mapping (server#50394)
      + Fix: Correctly return app id and app version for `core` styles and
        images (server#50398)
      + Feat: Use redundant label for accesibility only (server#50399)
      + Fix(LDAP): also log why the connection to main server failed (server#
        50405)
      + Chore(deps): bump the github-actions group across 1 directory with 7
        updates (server#50410)
      + Fix(settings): Clarify peculiarities of enabling encryption (server#
        50424)
      + Fix outdated OpenAPI specs (server#50425)
      + Fix(occ): hide sensitive data while config:app:set (server#50426)
      + Chore(deps-dev): bump puppeteer from 23.10.4 to 24.1.1 (server#50429)
      + Files: harden thumbnail endpoint (server#50430)
      + Fix: Harden files scanner for invalid null access (server#50436)
      + Docs(dispatcher): Correct described return values (server#50444)
      + Fix(unifiedsearch): Simplify and correct thumbnail styles (server#
        50446)
      + Fix: Ensure `label` is always a string (server#50447)
      + Chore: update php intl stub and fix type issues (server#50452)
      + Fix(log): Fix log level handling (server#50455)
      + Hide ??Create templates folder?? option if templates are disabled
        (server#50464)
      + Fix: Check that user actually can validate password for js (server#
        50465)
      + Fix: make early check if users filesystem have a mountpoint at //files
        (server#50470)
      + Improve error detail when saving an incorrect LDAP config (server#
        50475)
      + Fix(CalDav): Spelling (server#50490)
      + Fix(performance): use low resolution for blurhash (server#50494)
      + Fix(ci): cypress container name (server#50496)
      + Don??t rethrow a type error (server#50498)
      + Fix: Increase background and primary color debounce time (server#50501)
      + Fix(theming): Do not throw in background color migration (server#50503)
      + Feat(S3): add SSE-C support in S3 External Storage (server#50514)
      + Fix: Show recipient email addresses in share owner notification email
        (server#50515)
      + Fix: Exclude non accepted shares when computing access list (server#
        50519)
      + Fix(files_sharing): file request form validity check reset (server#
        50524)
      + Fix(ConvertType): Read dbtype in createConnectionParams and remove
        safeguard (server#50530)
      + Fix: Only hide template folder creation if default was changed to empty
        (server#50540)
      + Fix(files_sharing): skip expiration notify for invalid share record
        (server#50542)
      + Fix: unified search provider id (server#50550)
      + Chore(CI): Updating npm-audit-fix.yml workflow from template (server#
        50551)
      + Perf(files): Check node type property instead of instance (server#
        50553)
      + Add LDAP test settings command (server#50567)
      + Fix(files): Fix folder preview for favorites widget (server#50576)
      + Enh/apply rector set to apps (server#50577)
      + Fix(files): Correctly scroll selected file into view (server#50582)
      + Fix(unified-search): filteredProviders now inherits all provider props
        (server#50592)
      + Fix: template field title (server#50602)
      + Chore(deps): bump the github-actions group with 2 updates (server#
        50604)
      + Chore(deps-dev): bump @testing-library/user-event from 14.5.2 to 14.6.1
        (server#50610)
      + Chore(deps-dev): bump cypress-split from 1.24.0 to 1.24.7 (server#
        50613)
      + Chore(files): Adjust wording (server#50635)
      + Fix(TaskProcessing\Manager): Always use distributed cache and use PHP
        serialize (server#50640)
      + Fix(sharing): better handle file share attributes (server#50642)
      + Fix(files): properly update store on files conversions success (server#
        50645)
      + Feat(login-flow-v2): Restrict allowed apps by user agent check (server#
        50650)
      + Chore(deps-dev): bump vitest and @vitest/coverage-v8 (server#50653)
      + Enh: Fix display default expire date, add tests & tiny refactors
        (server#50655)
      + Fix(theming): high contrast themes scrollbar (server#50657)
      + Fix: make sure we process mime extensions as string (server#50660)
      + Chore(deps): Bump stecman/symfony-console-completion (server#50661)
      + Enh: improve occ file:transfer-ownership logging (server#50663)
      + Feat(theming): allow to disable standalone windows (server#50666)
      + Fix(files): Do not download files with openfile query flag (server#
        50669)
      + Fix(AccountProperty): better validation of twitter and fediverse
        handles (server#50678)
      + Fix(files): only send config update requests if user is logged in
        (server#50680)
      + Fix(dav): Migrate from hooks to user events (server#50689)
      + Fix(emailTemplate): use instance Name instead of Url in subject (server
        #50692)
      + Feat(admin_audit): write admin audit log for AnyLoginFailedEvent
        (server#50697)
      + Feat(object_store): Add support for session token (STS) in AWS
        credentials (server#50702)
      + Build(deps): Bump icewind/searchdav from 3.1.0 to 3.2.0 (server#50708)
      + Fix(files_reminders): Only allow updating reminders if the file is
        accessible (server#50711)
      + Chore(deps-dev): bump cypress-split from 1.24.7 to 1.24.9 (server#
        50727)
      + Chore(deps): bump p-queue from 7.4.1 to 8.1.0 (server#50729)
      + Chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2 (server#50730)
      + Chore(deps-dev): bump cypress-if from 1.12.6 to 1.13.2 (server#50731)
      + Chore(deps): bump pinia from 2.3.0 to 2.3.1 (server#50733)
      + Fix(setupcheck): Update setup check for PHP version to be more accurate
        (server#50735)
      + Feat(sharing): Allow to set default view mode for public shares (server
        #50739)
      + Fix(transifex): Adjust check for translation of apps (server#50753)
      + Update doc comment for prefixTableName (server#50764)
      + Perf(cron): Delay (re)checking timed jobs (server#50768)
      + Fix(SharedStorage): Check if storage ID is set on cache (server#50769)
      + Test(Mailer): Align tests for mailer with stable30 (server#50779)
      + Perf(files): faster query to fetch incomplete directories (server#
        50781)
      + Fix(workflowengine): require a web component as operation plugin
        (server#50783)
      + Fix: Fix regression in calendar invitation sending (server#50784)
      + Chore(filecache): remove index fs_id_storage_size (server#50791)
      + Fix: Only keep allowed characters in appid, and flag the method as
        escaping (server#50794)
      + Fix(login): only show error state on login box if user interacted
        (server#50798)
      + Fix: Fix psalm taint errors (server#50800)
      + Chore(deps): bump elliptic from 6.6.0 to 6.6.1 (server#50801)
      + Fix(files): properly forward open params from short urls (server#50807)
      + Fix(repair): PHP8.3 deprecation warning (server#50809)
      + Fix(systemtags): do not hide if no tags (server#50814)
      + Fix(transferownership): Allow searching new owner by email (server#
        50816)
      + Chore(deps): bump dompurify from 3.1.7 to 3.2.4 (server#50818)
      + Fix(files_sharing): Fix public share expiration being set when toggle
        is not enabled (server#50820)
      + Bump behat/behat from 3.18.1 to 3.19.0 in /build/integration (server#
        50827)
      + [master] Fix npm audit (server#50839)
      + Feat: Support deleting metadata from WebDAV (server#50852)
      + Fix(oauth2): retain support for legacy ownCloud clients (server#50858)
      + Fix(activity): Fix activity parameter types (server#50860)
      + Fix: Fix psalm taint false-positives by small refactorings (server#
        50864)
      + Fix(files_sharing): block downloading if needed (server#50873)
      + Fix: Initialize lastConnectionCheck after first connection (server#
        50874)
      + Fix(dav): Handle end of stream in `File::put` (server#50881)
      + Refactor: Update `@nextcloud/vue` to 8.23.1 and update imports (server#
        50886)
      + Fix(cron): Keep job class limitation when searching for the next job
        (server#50896)
      + Fix(files_versions): Do not expire versions newer than min age (server#
        50903)
      + Fix(files): do not show extension warning for folders renaming (server#
        50904)
      + Fix(files_sharing): rate limit share creation 20 times per 10 minutes
        (server#50905)
      + Chore: Adjust `OCP\Server::get` annotation to work with phpstan (server
        #50908)
      + Fix(files_external): request strict password auth on credentials enter
        action (server#50910)
      + Enh(SystemTag): Make MapperEvent webhook compatible (server#50916)
      + Fix(files_sharing): Map sharee information for `shared-by-you` view
        (server#50918)
      + Fix(files): Ensure the filter instance is mounted (server#50919)
      + Revert ??fix(files): updateAll method?? (server#50920)
      + Fix(files_sharing): Also list deleted team shares (server#50922)
      + Feat(setupcheck): check logging level for validity (server#50927)
      + Feat: add system address book settings in ui (server#50933)
      + Fix(cron): Ignore time sensitivity when a class was explicitely
        scheduled (server#50942)
      + Fix(files): handle failed node properly (server#50943)
      + Fix(l10n): Fix triple dot in translation (server#50946)
      + Ci(autochecks): Run some autochecks also on non-PHP files (server#
        50949)
      + Fix: wipe local storages on log out (server#50956)
      + Fix: rename ??edit locally?? to ??open locally?? (server#50957)
      + Fix: NotFoundException for anonymous users (server#50958)
      + Chore(deps): bump nextcloud/openapi-extractor from 1.3.0 to 1.4.0 in /
        vendor-bin/openapi-extractor (server#50964)
      + Chore(deps): bump webdav from 5.7.1 to 5.8.0 (server#50970)
      + Chore(deps-dev): bump cypress-split from 1.24.9 to 1.24.14 (server#
        50971)
      + Chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2 (server#50972)
      + Chore(deps): bump p-limit from 6.1.0 to 6.2.0 (server#50973)
      + Chore(deps): bump color from 4.2.3 to 5.0.0 (server#50974)
      + Chore(deps-dev): bump @testing-library/cypress from 10.0.2 to 10.0.3
        (server#50976)
      + Feat(files): allow to ignore warning to change file type (server#50979)
      + Fix: validate account properties as a repair step (server#50985)
      + Spelling standardization (server#50987)
      + Fix: Use case insensitive check when validating login name (server#
        50989)
      + Refactor: move version rollback hook to event (server#50990)
      + Chore: Automated request for reviews of pull request (server#50991)
      + Fix(admin_audit): Fix incorrect truncation of files path in admin audit
        log (server#50992)
      + Fix: Replace OC_App calls by IAppManager (server#50999)
      + Fix(FederatedShareProvider): Delete external shares when groups are
        deleted or users removed from a group (server#51000)
      + Fix: rework UploadFolder implementation (server#51010)
      + Fix(files_external): Move definition parameter to the correct place
        (server#51019)
      + Fix: Transfer ownership with S3 as primary (server#51020)
      + Fix: Deprecate OC_Template, add proper template manager instead (server
        #51029)
      + Fix(singularandpluralfiles):implemented ternary operator to handle si??
        (server#51031)
      + [master] fix(security): Update CA certificate bundle (server#51043)
      + Fix(l10n): Improve english source strings (server#51049)
      + Fix: Report duplicated extra files in integrity check (server#51050)
      + Feat: Close sessions created for login flow v2 (server#51051)
      + Fix SQL query so that it is ansi safe fixing #51067 (server#51069)
      + Fix(translation): Fix string concatenation in LDAP endpoint (server#
        51071)
      + Feat: log query for dbal exceptions (server#51073)
      + Files: fix exception when share-attributes is undefined (server#51077)
      + Fix(files_reminders): Do not attempt to send reminders after a user has
        left a share (server#51079)
      + Fix(CalDAV): add calendar enable (server#51081)
      + Feat(dav)!: add webhook compatibility for calendar object events
        (server#51082)
      + Feat(PWA): add `display_override` to set the display-mode to
        `minimal-ui` on supported browsers (server#51092)
      + Chore: auto sync min desktop version with last supported version
        (server#51094)
      + Fix(login): Ephemeral sessions (server#51095)
      + Fix(LDAP): use ldap_set_option over putenv to disable cert check
        (server#51096)
      + Fix disabled user list for SAML group subadmin (server#51108)
      + Feat(OCM-invites): Implementation of invitation flow for OCM 1.1.0
        (server#51113)
      + Feat(AppFramework): extend range check to optional parameters (server#
        51116)
      + Fix(cypress): wait for toast to appear (server#51126)
      + Fix: Do not build encrypted password if there is none (server#51130)
      + Fix(imip): dont compare events for the reply message (server#51131)
      + Ci: fix request-reviews workflow (server#51135)
      + Feat: command to list and delete calendar subscriptions (server#51136)
      + Remove space (server#51142)
      + Fix(dav): Create SAB at installation (server#51144)
      + Fix(files_trashbin): disable bulk download for trashbin (server#51146)
      + Chore: Use codeowners instead of workflow to assign reviewers (server#
        51147)
      + Fix(files): also show file list headers on empty views (server#51148)
      + Fix(files_sharing): ignore duplicated navigation when replacing current
        route (server#51151)
      + Fix(files_sharing): ensure downloaded file has the correct filename
        (server#51152)
      + Chore(deps): bump the github-actions group with 4 updates (server#
        51154)
      + Chore(deps-dev): bump cypress-axe from 1.5.0 to 1.6.0 (server#51155)
      + Chore(deps-dev): bump @nextcloud/cypress from 1.0.0-beta.12 to
        1.0.0-beta.14 (server#51156)
      + Chore(deps-dev): bump @vitest/coverage-v8 from 3.0.5 to 3.0.7 (server#
        51157)
      + Chore(deps): bump @vueuse/integrations from 11.1.0 to 11.3.0 (server#
        51158)
      + Chore(deps): bump moment-timezone from 0.5.46 to 0.5.47 (server#51160)
      + Chore(deps): bump focus-trap from 7.6.0 to 7.6.4 (server#51161)
      + Include ??background_color?? in list of supported keys (server#51181)
      + [master] Fix A+ rating when checking with Nextcloud Security Scan.
        (server#51184)
      + Feat(db): add truncateTable method (server#51190)
      + Refactor(TempManager): Simplify and unify implementations and remove
        legacy behavior (server#51194)
      + Feat: Allow AVIF content type in PhotoCache (server#51195)
      + Build(integration): Disable password_policy app (server#51196)
      + Test(e2e): adjust trashbin tests to be less flaky (server#51211)
      + Fix: remote account activity translation (server#51216)
      + Feat: Add bases and gidNumber attribute to ldap:test-user-settings
        output (server#51218)
      + Feat(appconfig): removing pre-migration check (server#51221)
      + Fix(lookup_server_connector): correctly handle account properties
        (server#51229)
      + Fix(Comment): replace richEditor mixin with NcRichText (server#51239)
      + Chore(deps): update `@nextcloud/upload` to 1.9.0 (server#51243)
      + Chore(CODEOWNERS): do not spam backenders with frontend PRs related to
        `dist/` (server#51246)
      + Fix: pass hide download attribute while creating the share to fix
        github issue 50788 (server#51250)
      + Fix(dav): Handle long absence status earlier (server#51256)
      + Fix(dav): Use IUser::getDisplayName directly (server#51258)
      + Fix(files): Don??t do session related work in the constructor of the
        View (server#51259)
      + Fix(theming): use plain string in `t` method (l10n) (server#51266)
      + Chore(deps): switch davclient library to nextcloud-deps fork (server#
        51267)
      + Fix(login): Properly target public page with attribute (server#51280)
      + Fix(l10n): Remove leading space from translation string (server#51287)
      + Fix(systemtags): unify restrict_creation_to_admin handling (server#
        51288)
      + Fix: optimize FileUtils::getFilesByUser (server#51296)
      + Test: Remove `.only()` calls (server#51302)
      + Test(cypress): rename select all clear (server#51309)
      + Fix(encryption): Listen for user login and logout to set encryption key
        (server#51310)
      + Fix(external_storage): fix settings save (server#51320)
      + Fix(files): Make sure file pointer exists (server#51333)
      + Fix(settings): Fix infinitely loading account management page with
        pagination of groups (server#51336)
      + Build(deps): bump core-js from 3.40.0 to 3.41.0 (server#51337)
      + Build(deps): bump marked from 15.0.0 to 15.0.7 (server#51339)
      + Build(deps-dev): bump typescript from 5.7.3 to 5.8.2 (server#51340)
      + Build(deps-dev): bump vitest from 3.0.7 to 3.0.8 (server#51342)
      + Build(deps): bump nextcloud/openapi-extractor from 1.4.0 to 1.5.0 in /
        vendor-bin/openapi-extractor (server#51349)
      + Fix(federatedfilesharing): warn when enabling lookup server data upload
        (server#51352)
      + Refactor: cleanup rollback hook usage (server#51355)
      + Fix(base.php): Correct order for booting \OC\Server (server#51361)
      + Fix(files_external): Stop building path twice when checking if file
        exists on case insensitive SMB storage (server#51364)
      + Fix(dav): Fix share token pattern for base uri extraction (server#
        51365)
      + Fix(lookup-server): disable when not using global scale (server#51378)
      + Fix(AppDiscover): Strip double-quotes from folder name (server#51379)
      + Fix(cardav): only show users from enabled addressBooks in contacts menu
        (server#51380)
      + Fix(lookup-server): Only flag new users for lookup update / delete
        (server#51384)
      + Fix: Remove multiple require_once calls for template functions (server#
        51385)
      + Fix: skip caching lastSeenQuotaUsage for remote shares (server#51389)
      + Allow to delete files without trashbin + add unit tests + some
        refactoring (server#51394)
      + Add command to list shares (server#51399)
      + Test: speed up hotkey tests by 2.4s (server#51400)
      + Chore(dev-deps): Drop dependency on jsdoc (server#51403)
      + Fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz` (server#
        51405)
      + Fix(unified-search): do not overlap search bar with button (server#
        51418)
      + Feat(bulk-upload): change the default to disabled as there are still
        some bugs present (server#51431)
      + Fix(GenerateBlurhashMetadata): Suppress imagescale errors (server#
        51433)
      + Fix(mime-types): adjust compiled mime types and sign (server#51434)
      + Perf(db): Extend index on cards_properties to cover name and value
        (server#51438)
      + Fix(db): Create replacement index where original index is missing
        (server#51439)
      + Fix(CalDav): alter invitation attachment filename and type (server#
        51441)
      + Fix(RichObjectStrings): Make exception messages for invalid parameters
        more useful for debugging (server#51442)
      + [master] revert(deps): jquery-ui to 1.13.3 (server#51446)
      + Fix: resolve typo in authMethod enum cases (server#51449)
      + Fix(dav): do not require CSRF for safe and indempotent HTTP methods
        (server#51457)
      + Fix public download activity (server#51458)
      + Feat(core): migrate setup to vue (server#51464)
      + Test(core): add setup cypress tests (server#51468)
      + Fix(files_sharing): ensure share status action works also in grid view
        (server#51469)
      + Fix(files): Ensure actions never overflow filename (server#51471)
      + Fix(profile): allow to unset phone number (server#51477)
      + Chore: drop outdated deprecation comment from Mailer (server#51480)
      + Fix(database): Cast users count to integer (server#51490)
      + Fix(dav): allow uploading of files with long filenames (server#51491)
      + Build(deps): bump @nextcloud/event-bus from 3.3.1 to 3.3.2 (server#
        51495)
      + Build(deps-dev): bump dockerode from 4.0.2 to 4.0.4 (server#51498)
      + Build(deps-dev): bump wait-on from 8.0.1 to 8.0.3 (server#51499)
      + Build(deps-dev): bump sass from 1.81.0 to 1.85.1 (server#51500)
      + Fix: add event status and participant status (server#51501)
      + Build(deps): bump nextcloud/openapi-extractor from 1.5.0 to 1.5.1 in /
        vendor-bin/openapi-extractor (server#51502)
      + [master] Fix npm audit (server#51505)
      + Fix(comments): Fix activity rich subject parameters (server#51512)
      + Ci: Update 3rdparty actions (server#51520)
      + Fix(webauthn): adjust for updated library and add tests (server#51521)
      + Fix: adjust webpack nonce generation (server#51524)
      + Fix(login): simplify code and use consistent layout (server#51540)
      + Fix(auth): Allow 2FA challenges for Ephemeral sessions (server#51544)
      + Fix(IMimeTypeDetector): use correct return type (server#51564)
      + Refactor(IMimeTypeDetector): use consistent capitalization (server#
        51567)
      + Feat(files): Add capability for clients to check WCF state (server#
        51568)
      + Test(cypress): wait for button to be visible (server#51587)
      + Chore(test): use consistent tabs for indention in behat tests (server#
        51591)
      + Fix(dav): throw invalid argument when property type does not match
        (server#51592)
      + Fix(occ): Suppress errors when checking config.php fileowner (server#
        51594)
      + Fix(deps): lock mdast-util-gfm-autolink-literal library to exact
        version 2.0.0 (server#51598)
      + Feat: Limit `ExpireTrash` job to 30 minutes (server#51600)
      + Chore: update `@nextcloud/upload` to version 1.9.1 (server#51601)
      + Fix: Use default share folder of the user on share accept (server#
        51602)
      + Add command to list orphan objects (server#51603)
      + Feat(files): add command to automatically rename filenames (server#
        51608)
      + Fix(files_versions): only handle path updates when there is path
        (server#51609)
      + Fix(IFilenameValidator): correctly handle case insensitivity (server#
        51611)
      + Fix(ocm): `publicKey` can be disabled so capabilities do not match
        (server#51622)
      + Feat: Add share expiration indicator (server#51630)
      + Build(deps-dev): bump sass-loader from 16.0.2 to 16.0.5 (server#51640)
      + Build(deps-dev): bump vitest from 3.0.8 to 3.0.9 (server#51641)
      + Fix(user): Some strings not being translated (server#51644)
      + Fix(systemtags): Dispatch events when bulk assigning system tags
        (server#51649)
      + Chore(i18n): Improved grammar (server#51650)
      + Cookie_domain config option for setting cookie on a wider domain
        (server#51657)
      + Fix: Go back to soft typing for template function p (server#51663)
      + Fix(provisioning_api): Pass on translated hint if password change fails
        (server#51668)
      + Perf(sharing): Use oc_share.item_type IN instead of OR equals (server#
        51669)
      + Feat(openapi): Generate merged spec for all apps (server#51674)
      + Fix(setupchecks): Treat information messages as success (server#51675)
      + Add OC_App::getAppVersions replacement in IAppManager (server#51676)
      + Fix(dav): filter user files when updating tags (server#51682)
      + Fix(files): Properly encode URLs when preparing ZIP download (server#
        51684)
      + Fix(template): implement ITemplate directly (server#51686)
      + Fix files_sorting cypress tests (server#51689)
      + Fix(login): Improve CSRF error message for better user understanding
        (server#51697)
      + Feat(files): hide ??Personal files?? and ??Shared with others?? views
        if user has no quota (server#51698)
      + Feat(mimetypes): Added musicxml mimetypes (server#51703)
      + Fix(files_versions): correctly show version author also for shared
        files (server#51705)
      + Fix: filter out contacts with empty email addresses in sharee
        completion (server#51707)
      + Enhancement: Better previews for HDR video (server#51712)
      + Fix(dav): Allow underscores on custom links (server#51715)
      + Fix: task type translations (server#51724)
      + Fix(files_versions): retrieve all display names with one request
        (server#51727)
      + Feat: Support OC-Checksum in bulk upload (server#51729)
      + Fix(files_reminders): Fix reminder actions being displayed on invalid
        nodes (server#51737)
      + Fix(files_versions): Rely on server mime fallback icons (server#51744)
      + Fix(settings): Handle email change restriction separately from display
        name change restriction (server#51745)
      + Fix(dav): Give proper HTTP status code on MKCOL when quota exceeded
        (server#51750)
      + Fix(theming): enforce theme also for login (server#51752)
      + Fix(files_reminders): Lower disabled notifications app error to info
        (server#51760)
      + Feat: show permissions in info:file output (server#51766)
      + Fix(phpunit10): Migrate away from PHPUnit at() calls (server#51768)
      + Fix(files): show hidden files and folders count in summary (server#
        51771)
      + Store original path in object metadata (server#51779)
      + Chore(deps-dev): bump guzzlehttp/guzzle from 7.9.2 to 7.9.3 in /build/
        integration (server#51789)
      + [master] Fix npm audit (server#51798)
      + Notification manager deterministic app call order (server#51800)
      + Feat: Add new methods to list distinct mounts and retrieve all files in
        a mount (server#51810)
      + Chore(i18n): Aligned spelling of ??sub admin?? (server#51816)
      + Feat: add command to get basic storage info (server#51818)
      + Build(deps): bump vite from 6.2.3 to 6.2.4 (server#51822)
      + Build(deps): bump the github-actions group with 4 updates (server#
        51824)
      + Chore(legacy): Remove deprecated OC_Util::addScript and functions
        depending on it (server#51836)
      + Chore(files_trashbin): Add user details in log from Trashbin (server#
        51837)
      + Mark all methods of OC_Util as deprecated (server#51838)
      + Fix: don??t have sabre/dav send it??s own reponse if we already send
        the zip response (server#51845)
      + Chore: remove scrutinizer (server#51848)
      + Fix(encryption): init keys also when logged in using cookie auth
        (server#51852)
      + Fix: display chinese character avatar (server#51855)
      + Fix: Catch exceptions when expiring trashbin (server#51861)
      + Fix(files): right click actions menu flicker (server#51863)
      + Fix: use proper migration sorting when checking if a migration needs to
        be executed (server#51866)
      + Fix: Use login name to check the password (server#51870)
      + Chore: adjust CODEOWNERS (server#51874)
      + Chore(deps): update `@nextcloud/vue` to `8.24.0` (server#51876)
      + Chore: bump dependabot npm `open-pull-requests-limit` to 20 (server#
        51881)
      + Build(deps-dev): bump behat/behat from 3.19.0 to 3.20.0 in /build/
        integration (server#51882)
      + Build(deps-dev): bump puppeteer from 24.4.0 to 24.5.0 (server#51883)
      + Build(deps): bump libphonenumber-js from 1.11.18 to 1.12.6 (server#
        51887)
      + Fix(session): Only mark sessions of permanent tokens as app passwords
        (server#51905)
      + Fix: improve handling of newFolder race condition handling (server#
        51920)
      + Feat: add debug logging for adding/removing items from the user mounts
        cache (server#51921)
      + Feat: Calendar Export (server#51924)
      + Feat: Calendar Import (server#51925)
      + Fix(systemtags): emit assign and unassign bulk tagging events (server#
        51927)
      + Fix: ensure enabled (enforced) themes are always set on template layout
        (server#51933)
      + Perf(files_sharing): do not emit second propfind for account filter
        (server#51937)
      + Fix(cache): always require updates if mtime is null (server#51942)
      + Fix(files_reminders): add missing import (server#51944)
      + Chore: test that all apps are covered by psalm (server#51945)
      + Perf(cloud_federation_api): only provide capabilities if needed (server
        #51946)
      + Build(deps): bump vite from 6.2.4 to 6.2.5 (server#51947)
      + Build(deps-dev): bump dockerode from 4.0.4 to 4.0.5 (server#51949)
      + Build(deps-dev): bump mime from 4.0.6 to 4.0.7 (server#51950)
      + Build(deps-dev): bump typescript from 5.8.2 to 5.8.3 (server#51952)
      + Build(deps): bump backbone from 1.6.0 to 1.6.1 (server#51953)
      + Build(deps): bump moment-timezone from 0.5.47 to 0.5.48 (server#51954)
      + Build(deps-dev): bump stylelint from 16.9.0 to 16.17.0 (server#51955)
      + [master] fix(security): Update code signing revocation list (server#
        51967)
      + Revert ??refactor: add migration for email setting?? (server#51982)
      + Fix(federation): allows equal signs in federation id (server#51994)
      + Fix(l10n): put placeholder like string into variable (server#52005)
      + Fix: Proper order for checking path prefix for getting file by id from
        cache (server#52008)
      + Fix: Handle missing share providers when promoting reshares (server#
        52013)
      + Fix(preview): Fix constructor parameter name and default value (server#
        52014)
      + Feat(ip): use larger IPv6 range by default (server#52015)
      + Fix(dav): Really only run the chunk cleanup once (server#52019)
      + [master] fix(security): Update code signing revocation list (server#
        52020)
      + Refactor(RichObjectStrings): Only log error if key or value is not
        string in validator (server#52035)
      + Fix: more optimized caching for share target verification (server#
        52045)
      + Introduce own method for calendar unsharing (server#52046)
      + Fix: don??t construct storage when checking if a sub-mount is
        applicable (server#52047)
      + Fix(workflowengine): fix group not shown in Group membership check
        (server#52048)
      + Fix(taskprocessing): use the event for AppAPI to get list of AI
        providers (server#52050)
      + Feat(TaskProcessing): Add TextToSpeech provider (server#52051)
      + Revert ??refactor(RichObjectStrings): Only log error if key or value i
        ?? (server#52062)
      + Fix(federation): Don??t load the addressbook when resolving a cloud ID
        (server#52066)
      + Test: Improve comments manager test output in case of failure (server#
        52070)
      + Fix(files_sharing): file request pass empty string if password or
        expiration is disabled (server#52072)
      + Fix: fix preloading files with no custom properties (server#52073)
      + Fix(files_sharing): fix share creation error handling (server#52075)
      + Fix(previews): avoid large file downloads for remote movie storage
        (server#52079)
      + Ci: add check to ensure composer-bin is not accidentally committed
        (server#52080)
      + Fix: reuse default navigation entry when updating navigation entries
        (server#52082)
      + Fix(federation): Fix returning ??no display name?? after cache result
        (server#52085)
      + Cleanup user backends related methods (server#52086)
      + Chore(i18n): Use ??name?? instead of ??nickname?? (server#52094)
      + Built in profiling capabilities with excimer (server#52099)
      + [master] fix(security): Update code signing revocation list (server#
        52105)
      + Fix(TaskProcessing): for validation for taskprocessing EShapeType
        (server#52116)
      + Fix(files_sharing): Apply default password setting in SharingDetailsTab
        (server#52121)
      + Fix: don??t return other mounts from share mount provider (server#
        52128)
      + Build(deps): bump vite from 6.2.5 to 6.2.6 (server#52132)
      + Fix: disable direct download for shares (server#52133)
      + Revert ??feat(bulk-upload): change the default to disabled as there are
        still some bugs present?? (server#52137)
      + Build(deps-dev): bump @zip.js/zip.js from 2.7.54 to 2.7.60 (server#
        52140)
      + Build(deps): bump @simplewebauthn/browser from 12.0.0 to 13.1.0 (server
        #52141)
      + Build(deps): bump @vueuse/components from 11.1.0 to 11.3.0 (server#
        52142)
      + Build(deps-dev): bump puppeteer from 24.5.0 to 24.6.1 (server#52144)
      + Build(deps-dev): bump sass from 1.85.1 to 1.86.3 (server#52145)
      + Build(deps): bump dompurify from 3.2.4 to 3.2.5 (server#52146)
      + Build(deps-dev): bump @types/dockerode from 3.3.32 to 3.3.37 (server#
        52147)
      + Build(deps-dev): bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
        (server#52148)
      + Build(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (server#52150)
      + Build(deps-dev): bump stylelint from 16.17.0 to 16.18.0 (server#52151)
      + Build(deps): bump marked from 15.0.7 to 15.0.8 (server#52153)
      + Build(deps): bump nextcloud/openapi-extractor from 1.5.2 to 1.5.3 in /
        vendor-bin/openapi-extractor (server#52156)
      + Chore(i18n): Aligned spelling of app name (server#52162)
      + [master] ignore missing theming app (server#52166)
      + Fix(ContextAgent): Do not translate the name ContextAgent (server#
        52168)
      + Perf: Add index to select properties by name, path and user (server#
        52175)
      + Fix: Remove support for app.php loading (server#52178)
      + Ci: add Codecov??s test analytics and bundle analysis features (server#
        52179)
      + Fix(files_sharing): bring back handling of `hide-download` on public
        shares (server#52180)
      + Feat(dav): Enable chunked upload for public shares (server#52182)
      + Chore: Output error content when test smb-kerberos-sso is failing
        (server#52212)
      + Perf(carddav): don??t query circle memberships (server#52215)
      + Feat: add logging to preview generation (server#52221)
      + Feat(security): add configurable IPv6 subnet for BFP and throttling
        (server#52223)
      + Fix(usermanager): Don??t throw when checking if a too long user id is
        an existing user (server#52224)
      + Fix(CalDAV): do not ignore move command object target uri (server#
        52228)
      + Fix(mail): use matching text color for primary elements (server#52240)
      + Fix(caldav): Fix check for ROOM or RESOURCE condition (server#52241)
      + Fix(S3): Use original folder size during copy (server#52242)
      + Build(deps-dev): bump @babel/preset-typescript from 7.26.0 to 7.27.0
        (server#52243)
      + Build(deps-dev): bump @types/dockerode from 3.3.37 to 3.3.38 (server#
        52244)
      + Build(deps-dev): bump jsdom from 26.0.0 to 26.1.0 (server#52245)
      + Build(deps): bump @nextcloud/vue from 8.24.0 to 8.25.1 (server#52246)
      + Build(deps-dev): bump webpack from 5.94.0 to 5.99.5 (server#52247)
      + Chore: drop scssphp dependency (server#52249)
      + Fix(settings): allow to clear twitter and fediverse (server#52250)
      + Build(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 (server
        #52251)
      + Fix(Log): revert swich to ?? operator (server#52252)
      + Fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute list
        (server#52257)
      + Update AUTHORS (server#52267)
      + Fix(files): make sure to always have proper plural forms (server#52269)
      + Build(deps): bump libphonenumber-js from 1.12.6 to 1.12.7 (server#
        52272)
      + Optionally allow logging parameters to query log (server#52276)
      + Fix(CardDAV): do not ignore move command object target uri (server#
        52285)
      + Refactor(files): share `mtime` for file entry components (server#52290)
      + Chore: revert ??fix(deps): lock mdast-util-gfm-autolink-literal library
        ?? (server#52291)
      + Ci(dependabot): remove stable29 and group composer directories (server#
        52293)
      + Fix(files): prevent dragging preview when drag-drop (server#52296)
      + Test: ignore git-ignored files from tests (server#52298)
      + Refactor: Thumbnail Generator logging and tests (server#52299)
      + Build(deps-dev): bump behat/behat from 3.20.0 to 3.21.0 in /build/
        integration (server#52304)
      + Build(deps-dev): bump dockerode from 4.0.5 to 4.0.6 (server#52315)
      + Build(deps-dev): bump webpack from 5.99.5 to 5.99.6 (server#52321)
      + Build(deps-dev): bump puppeteer from 24.6.1 to 24.7.0 (server#52325)
      + Build(deps-dev): bump sass from 1.86.3 to 1.87.0 (server#52330)
      + Build(deps): bump the github-actions group with 4 updates (server#
        52347)
      + Feat(files): allow showing file type (mime) column (server#52359)
      + Fix(blurhash): Use preview API to generate the previews (server#52360)
      + Fix(objectstorage): add retry attempts to S3 connection (server#52361)
      + Fix(files_sharing): Improve expiration date input change handling
        (server#52364)
      + Feat(profile): Add an API to get the profile field data (server#52366)
      + Fix(files_versions): wait for version to be created before setting
        metadata (server#52369)
      + Fix(files_versions): create version if previous does not exist (server#
        52373)
      + Fix(updatenotification): Fix error handling when fetching applist for
        server update (server#52374)
      + Fix(metadata): set background job on fresh setup (server#52375)
      + Feat: add option to include external storage when transfering files
        (server#52378)
      + Fix(Template): harden enabled-theme logic (server#52391)
      + Fixbit): make `pack` compatible with 32bit PHP (server#52392)
      + Chore(3rdparty): update `php-opencloud/openstack` to v3.12.0 for PHP8.4
        (server#52396)
      + Chore(deps): Bump laravel/serializable-closure from 1.3.5 to 2.0.4
        (server#52400)
      + Fixbit): use `PHP_INT_MAX` where needed (server#52402)
      + Fix(federation): Allow federation file sharing when federation app is??
        (server#52404)
      + Fix(caldav): use direct.edit route in event activities (server#52410)
      + Fix(settings): only provide groups the subadmin has access to (server#
        52417)
      + Fix(files_sharing): Show remote shares as external (server#52423)
      + Fix(config): Censor more app configs in system report (server#52424)
      + Refactor(dav): use first class callable syntax to boot the app (server#
        52427)
      + Refactor(dav): refactor inline event listeners (server#52428)
      + Fix(occ): Fix autocompletion of config:app:* commands (server#52429)
      + Fix(navigation): Fix default app entry registered as closure (server#
        52434)
      + Fix(files): middle click & ctrl new tab (server#52438)
      + [master] fix(settings): Use axios directly for health check to preven
        URL sanitizing (server#52439)
      + Fix: better error message when trying to scan a folder that is already
        being scanned (server#52441)
      + Fix: don??t check node access again for listing reminders in dav
        (server#52443)
      + Chore: Update config.sample.php to document new ffprobe path option
        (server#52445)
      + Build(deps-dev): bump behat/behat from 3.21.0 to 3.21.1 in /build/
        integration (server#52455)
      + Build(deps-dev): bump webpack from 5.99.6 to 5.99.7 (server#52456)
      + Build(deps-dev): bump stylelint from 16.18.0 to 16.19.1 (server#52457)
      + Build(deps): bump marked from 15.0.8 to 15.0.11 (server#52458)
      + Build(deps-dev): bump puppeteer from 24.7.0 to 24.7.2 (server#52460)
      + Build(deps-dev): bump vitest from 3.1.1 to 3.1.2 (server#52461)
      + Fix(JSResourceLocator) fix incorrect parameter being used. (server#
        52479)
      + [master] Fix npm audit (server#52483)
      + Fix: check if config is enabled before creating a default contact
        (server#52494)
      + Fix(files_sharing): Filter own shares that are reshares (server#52503)
      + Feat(files_sharing): Add toggle to control display area for federated
        shares (server#52511)
      + Feat: only get template fields once selected (server#52514)
      + Fix(WFE): properly set inital status (server#52525)
      + Fix(files_sharing): Prevent create/delete permissions on file shares
        (server#52526)
      + Fix(files_sharing): bring back owner and ownerDisplayName initial state
        (server#52532)
      + Fix: do not show account filter for public shares (server#52533)
      + Perf(caldav): increase chunk size in RemoveOrphanEventsAndContacts
        repair step (server#52534)
      + Fix(dav): check the owner displayName scope before giving attribute
        (server#52535)
      + Feat(files_sharing): show Account menu on public pages (server#52537)
      + Use PHP 8.4 lazy ghosts for Dependency injection (server#52538)
      + Fix: Forward ??extra?? argument when optimizing query (server#52542)
      + Fix(share): assume download enabled on federated share (server#52543)
      + Chore(IAccountManager): remove deprecated visibility constants (server#
        52544)
      + Fix: Remove unneccesary etag check (server#52546)
      + Fix(WeatherStatus): Check if result is an array (server#52551)
      + Tests: Prepare more tests for PHPUnit 10 (server#52552)
      + Chore(Constants): Sort by value (server#52558)
      + Fix: Forward attributes to the sidebar (server#52565)
      + Build(deps): bump vite from 6.2.6 to 6.3.4 (server#52571)
      + Fix: Flaky samba kerberos tests (server#52572)
      + Fix(notification): Notification in activity shows ??Rich subject or a
        ?? (server#52575)
      + Ci: pin Codecov action versions by hash (server#52581)
      + Fix(apps): Sort names separately from active/update state (server#
        52583)
      + Fix(CI): fix CI in documentation repository (server#52584)
      + Fix(throttler): Always use the sleepDelayOrThrowOnMax instead of
        deprecated sleepDelay (server#52586)
      + Fix(loginflow): Fix type error when password could not be decrypted
        (server#52587)
      + Test: Finish migrating tests/Core/ to PHPUnit 10 compatible code
        (server#52588)
      + Fix(dav): move orphan cleaning logic to a chunked background job
        (server#52589)
      + Build(deps): bump is-svg from 5.1.0 to 6.0.0 (server#52592)
      + Build(deps-dev): bump @babel/preset-typescript from 7.27.0 to 7.27.1
        (server#52593)
      + Build(deps): bump @nextcloud/dialogs from 6.1.1 to 6.2.0 (server#52596)
      + Build(deps-dev): bump @babel/plugin-transform-private-methods from
        7.25.9 to 7.27.1 (server#52597)
      + Add lexicon support to files_external (server#52621)
      + Fix: aliases and capitalization of emails (server#52622)
      + IAppConfig: getValueType() get data from lexicon if available (server#
        52623)
      + Test(comments): Make Comments test result output properly readable
        (server#52626)
      + Fix(files_external): Mark password fields for LoginCredentials and
        SessionCredentials as hidden and optional (server#52628)
      + Fix(files): Fix non-string values for activity rich object strings
        (server#52630)
      + Perf(Share20): Add interface to query all shares in a folder without
        filtering by user (server#52634)
      + Test: add e2e tests for multiple-files download (server#52636)
      + Fix(TaskProcessing): increase task cleanup delay (server#52642)
      + Fix: create mountpoint folder even if the user has a quota of 0 (server
        #52665)
      + Improve init profiling (server#52667)
      + Refactor(updatenotification): cleanup and remove deprecated usage
        (server#52669)
      + Feat: add command to check files_external dependencies (server#52681)
      + Fix(db): Store last insert id before reconnect (server#52684)
      + Fix(files_external): Safely check if the timestamp is numeric (server#
        52686)
      + Feat(FilenameValidator): allow to sanitize filenames (server#52688)
      + Spelling standardization (server#52690)
      + Feat: allow setting system config values with json value (server#52693)
      + Fix(files_versions): Folder should not be hardcoded (server#52694)
      + Fix(webhooks_listener): correctly set userId from event (server#52699)
      + Chore(cypress): add setup tests (server#52703)
      + Feat: add more encryption checks to info:file (server#52706)
      + Fix: throw a better error if we can??t get the encrypted header size
        (server#52707)
      + Fix(dav): add repair step to queue job to update rooms and resources
        (server#52708)
      + Build(deps-dev): bump behat/behat from 3.21.1 to 3.22.0 in /build/
        integration (server#52712)
      + Build(deps): bump query-string from 9.1.0 to 9.1.2 (server#52722)
      + Build(deps): bump @nextcloud/moment from 1.3.2 to 1.3.4 (server#52723)
      + Build(deps-dev): bump @nextcloud/cypress from 1.0.0-beta.14 to
        1.0.0-beta.15 (server#52724)
      + Build(deps-dev): bump @vitest/coverage-v8 from 3.1.2 to 3.1.3 (server#
        52725)
      + Build(deps-dev): bump @babel/node from 7.26.0 to 7.27.1 (server#52726)
      + Build(deps): bump @nextcloud/vue from 8.25.1 to 8.27.0 (server#52727)
      + Build(deps): bump libphonenumber-js from 1.12.7 to 1.12.8 (server#
        52728)
      + Build(deps): bump core-js from 3.41.0 to 3.42.0 (server#52729)
      + Fix: use correct date format for expires, last-modified, and
        if-modified-since headers (server#52743)
      + Chore(i18n): Adapted spelling of product name ??Windows?? (server#
        52747)
      + Chore(i18n): Use username instead of User ID (server#52748)
      + Fix(files_trashbin): check if there is enough space before restoring
        (server#52752)
      + Fix(updatenotification): respect `updatechecker` config (server#52771)
      + Fix(unified_search): Maintain filters when loading more results (server
        #52772)
      + Feat(cypress): add oracle to setup tests (server#52774)
      + Fix unjailedroot of nested jails if there are other wrappers in between
        (server#52775)
      + Fix(accounts): enhance UX for groups assignment (server#52776)
      + Feat(files_sharing): add config option for extending link-share
        permissions (server#52777)
      + Fix: check if properties exist before using them (server#52778)
      + Feat(log): Log the request id sent with the request (server#52782)
      + Feat(dav): allow uploading folders to public shares (server#52785)
      + Allow configuring multiple object store backends (server#52786)
      + Fix(files_sharing): add mime fallback to public preview too (server#
        52792)
      + Feat: Cache compiled routes (server#52793)
      + Fix: log requests exceeding the rate limiting (server#52798)
      + Fix: annotate possible exceptions (server#52800)
      + Chore: replace legacy OC_Helper calls with OCP\Util (server#52801)
      + Chore: deprecate \OC_Helper::canExecute (server#52802)
      + Fix(files): do not even try to fetch a preview if `has-preview` is
        false (server#52809)
      + Fix: Move CSRF check from base to PublicAuth for public.php (server#
        52810)
      + Chore: move `rmdirr` implementation from OC legacy to OCP\Files (server
        #52812)
      + Fix(files_sharing): Show note if note exists on share (server#52813)
      + Feat: move primary object store configuration to a single place (server
        #52816)
      + Chore(deps): Update rector to ^2.0 (server#52817)
      + Refactor: Extend rector to core/ (server#52820)
      + Fix(dav): handle uploading folders with names of existing file for file
        drop plugin (server#52821)
      + Feat(core): add human readable mimes (server#52822)
      + Feat(lexicon): migrate config key/value (server#52832)
      + Fix(settings): Send update request when clearing user manager (server#
        52833)
      + Fix(files_versions): Remove routes leading to deleted ajax files
        (server#52840)
      + Chore: remove reviewers from dependendabot ?? its deprecated (server#
        52841)
      + Build(deps-dev): bump cypress-split from 1.24.14 to 1.24.17 (server#
        52845)
      + Refactor: cleanup public code and clean psalm baseline (server#52846)
      + Fix: Remove deprecated getters in IServerContainer (server#52848)
      + Test: Prepare tests/ and some apps/*/tests/ for PHPUnit10 (server#
        52851)
      + Refactor: Extend rector to all top-level files (server#52853)
      + Fix: Throw exception in PreviewManager when preview is not available
        (server#52859)
      + Feat(psalm): Mark all usage of deprecated code as error (server#52860)
      + Feat(files): show readable mime if available (server#52862)
      + Chore!(\OCP\Files): remove deprecated static `getStorage` method
        (server#52870)
      + Fix(previews): lower log level when cached preview isn??t found (server
        #52871)
      + Fix: improve error message when cache rename source can??t be found
        (server#52873)
      + Add command to clear dav??s photo cache (server#52879)
      + Add commands to set/get/delete/clear the distributed memcache (server#
        52880)
      + Fix(OCP\Color): use correct doc block type (server#52885)
      + Chore: ignore 3rdparty while psalm linting (server#52886)
      + Chore(deps): Bump undici from 5.28.5 to 5.29.0 (server#52887)
      + Chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`
        (server#52890)
      + Chore: Add nix flake with development shell (server#52891)
      + Chore: remove files file templates deprecated since v18 and provided by
        richdocuments (server#52893)
      + Chore: move implementation to non-deprecated OCP\Util from OC_Helper
        (server#52894)
      + Replace ??remove?? wording with ??delete?? (server#52897)
      + Chore(files): remove dead code from the helper class (server#52901)
      + Test: restore .htaccess file after running unit tests (server#52905)
      + Feat(integrity): Allow to run check for all apps (server#52909)
      + Chore: deprecate OC_Helper::copyr (server#52911)
      + Chore!: remove legacy functions from `OC_Helper` deprecated before v10
        (server#52912)
      + Use logical operator for hideFromCollaboration (server#52913)
      + Fix: hide guests group from principal backend (server#52914)
      + Fix(user_ldap): Store the list of used configuration prefixed in
        appconfig (server#52916)
      + Test: Migrate settings and provisioning_api to PHPUnit10 (server#52918)
      + Chore(deps-dev): Bump @zip.js/zip.js from 2.7.60 to 2.7.61 (server#
        52921)
      + Chore(deps-dev): Bump sass from 1.87.0 to 1.89.0 (server#52922)
      + Chore(deps): Bump nextcloud/openapi-extractor from 1.5.3 to 1.7.0 in /
        vendor-bin/openapi-extractor (server#52923)
      + Test: Prepare files_external for PHPUnit10 (server#52927)
      + Chore: deprecate `OC_Helper::isReadOnlyConfigEnabled` (server#52930)
      + Test: Speed up comments test (server#52932)
      + Test: Migrate files_versions to PHPUnit 10 (server#52933)
      + Fix(files_versions): only close stream if still open, fixing S3 (server
        #52937)
      + Fix(tests): Register mount in loginHelper as well (server#52942)
      + Feat(Http): Add RequestHeader attribute (server#52943)
      + Chore: Remove useless legacy autoloader for tests (server#52945)
      + Fix: Remove useless legacy autoloader (server#52949)
      + Chore: Add an autoload.php file for tests relying on core class (server
        #52951)
      + Revert ??fix(files_sharing): Filter own shares that are reshares??
        (server#52962)
      + Fix(files_versions): Log error instead of crashing when event listeners
        get called on non-existing files (server#52963)
      + Fix(throttler): Don??t query bruteforce attempts twice (server#52971)
      + Fix(SetupManager): Include home and root providers when registering
        mounts (server#52972)
      + Perf: Skip photos related properties in custom properties (server#
        52976)
      + Perf(dav): Preload dav search with tags/favorites (server#52981)
      + Chore: Set correct version for new UserMount events (server#52982)
      + Fix(node): emit hooks on `Node::copy()` (server#52996)
      + Fix: unblock ffmpeg on some broken videos (server#53000)
      + Feat(SetupChecks): Add check for TaskProcessing pickup speed (server#
        53001)
      + Fix(theming): Instead of expecting a warning handle it properly (server
        #53005)
      + Test: Migrate theming and sharebymail to PHPUnit10 (server#53007)
      + [master] fix(security): Update CA certificate bundle (server#53012)
      + Fix(caldav): don??t send invitations to circles (server#53029)
      + Fix(systemtags): case-insensitive search (server#53032)
      + Feat(IUser): add `getQuotaBytes` method to get machine readable quota
        (server#53045)
      + Fix: recommended apps button test (server#53047)
      + Fix: Use logger correctly in UserRow.vue (server#53053)
      + Feat: auto-generate changelog on release (server#53054)
      + [master] fix(security): Update code signing revocation list (server#
        53058)
      + Choren): More natural english (server#53068)
      + Ci(gh): Sync actions (server#53069)
      + Refactor(dav): remove unused CalDAVBackend method (server#53070)
      + Fix(autoloader): Fix location of class to be autoloadable (server#
        53071)
      + Feat(OCP): Consumable vs. Implementable public API (server#53072)
      + Docs(caldav): update documentation for calendar search (server#53074)
      + Test: files_sharing add test for LoadAdditionalListener (server#53075)
      + Chore(codeowners): add codeowners for calendar and contacts api (server
        #53076)
      + Chore(deps-dev): Bump puppeteer from 24.7.2 to 24.9.0 (server#53083)
      + Chore(deps-dev): Bump webpack from 5.99.7 to 5.99.9 (server#53084)
      + Chore(deps): Bump query-string from 9.1.0 to 9.2.0 (server#53085)
      + Test: Migrate CalDAV tests to PHPUnit10 (server#53106)
      + Choren): More natural english ?? fix plural typo (server#53108)
      + Fix(settings): change Mastodon only URI to webfinger (server#53109)
      + Test: Migrate CardDAV tests to PHPUnit10 (server#53111)
      + Fix(files_trashbin): Expire trashbin items when space is needed (server
        #53112)
      + Ci: Update comments and correctly skip the ??pull 3rdparty?? command
        (server#53115)
      + Fix(files_sharing): show note, label and list of uploaded files on file
        drop (server#53118)
      + Fix: broken password reset form (server#53119)
      + Perf: improve query to determine which users need a background scan
        (server#53120)
      + Feat(declarativeSettings): support encryption of sensitive values
        (server#53121)
      + Test: Migrate DAV Systemtags tests to PHPUnit 10 (server#53122)
      + Fix(log): map all warnings to warn log level, notice to info (server#
        53124)
      + Fix(blurhash): Skip generation if the previews are disabled (server#
        53130)
      + Fix(FileReferenceEventListener): Invalidate cache after node was
        renamed (server#53131)
      + Fix(files): auto reload sidebar tags on update (server#53140)
      + Perf(base): Stop setting up the FS for every basic auth request (server
        #53141)
      + Fix: log error when writing stream to dav file (server#53145)
      + Test: Migrate remaining DAV tests to PHPUnit 10 (server#53146)
      + Fix(files_versions): ??undefined restored?? on restore (server#53147)
      + Test: Migrate User LDAP to phpunit 10 (server#53150)
      + Test(encryption): prepare for PHPUnit 10 (server#53153)
      + Refactor(core): migrate core application to `IBootstrap` (server#53157)
      + Docs(caldav): update documentation for calendar search (server#53161)
      + Fix(files): do nothing if `view local` dialog was just closed (server#
        53171)
      + Build(deps): bump the github-actions group across 1 directory with 2
        updates (server#53172)
      + Test: Migrate Federation and Files_Trashbin to PHPUnit 10 (server#
        53175)
      + Fix(profile): do not restore previous value on invalid request (server#
        53178)
      + Test: Migrate federated file sharing to PHPUnit 10 (server#53179)
      + [master] fix(security): Update code signing revocation list (server#
        53187)
      + Ci(crl): Add stable31 branch (server#53197)
      + Fix(user_status): Avoid unique constraint violations from parallel he??
        (server#53198)
      + Ci(feedback): Use default action template (server#53200)
      + Fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled
        (server#53205)
      + Fix: clear opcache after app extraction (server#53210)
      + Feat(core): Add option to disable creating an admin user when
        installing (server#53212)
      + Build(deps-dev): bump rector/rector from 2.0.16 to 2.0.17 in /
        vendor-bin/rector (server#53220)
      + Build(deps): bump focus-trap from 7.6.4 to 7.6.5 (server#53221)
      + Build(deps-dev): bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (server#53222)
      + Build(deps-dev): bump sass from 1.89.0 to 1.89.1 (server#53223)
      + Build(deps): bump dompurify from 3.2.5 to 3.2.6 (server#53224)
      + Build(deps-dev): bump @vitest/coverage-v8 from 3.1.3 to 3.1.4 (server#
        53225)
      + Build(deps): bump moment-timezone from 0.5.48 to 0.6.0 (server#53227)
      + Chore: adjust codeowners for stylesheets (server#53233)
      + Test(files_sharing): adjust tests for PHPUnit v10 (server#53235)
      + Build(deps): bump LizardByte/setup-python-action from 2025.426.160528
        to 2025.530.174035 in the github-actions group (server#53236)
      + Fix(systemtags): fix translations for systemtags view (server#53244)
      + Fix(user_ldap): Harmonize parameter obfuscation and serialization
        accross logging methods (server#53250)
      + Codecov: disable telemetry (server#53254)
      + Test(files_sharing): split `testCanAccessShare` into separate tests and
        fix for PHPUnit 10 (server#53255)
      + Ci(github): No longer fail-fast (server#53261)
      + Feat: add ??unscanned option to files_external:scan (server#53264)
      + Fix(comments): Do not set parent when instantiating activity tab plugin
        (server#53267)
      + Test: cleanup karma (jsunit) tests and move files_external to Cypress
        (server#53268)
      + Ci: Add storage name to run name for easier identification (server#
        53269)
      + Fix(accounts): new account quota value (server#53273)
      + Feat: link upcoming event to calendar app modal (server#53274)
      + Fix(provisioning_api): Allow group details access for users with admin
        delegation (server#53275)
      + Fix(files_versions): Log failure to compute node path (server#53276)
      + Fix(TaskProcessingApiController): use StreamResponse to return file
        content (server#53277)
      + Fix(files_sharing): show message when nickname is not valid (server#
        53280)
      + Feat(RequestHeader): Add indirect parameter (server#53283)
      + Build(deps): bump tar-fs from 2.1.2 to 2.1.3 (server#53284)
      + Fix(files): highlight previous folder on history up (server#53285)
      + Feat(tests): Test application enabling/disabling and routes (server#
        53287)
      + Fix(core): correctly show displayname when picking a file (server#
        53291)
      + Fix: handle IDLE timeout (server#53292)
      + Fix(files_sharing): Hide own reshares (server#53304)
      + Feat: create example event when a user logs in for the first time
        (server#53311)
      + Fix(notifications): Fix check for hasNotifiers when all apps use Regi??
        (server#53314)
      + Refactor: generate migrations with override attributes (server#53315)
      + [FilesList] Use the correct theming instance name from capabilities
        (server#53321)
      + Fix: Set public link upload email notification to opt-in (server#53322)
      + Docs(caldav): improve documentation of
        CalDavBackend::getCalendarsForUserCount (server#53323)
      + Fix: refactor request token handling and do not update with invalid
        result (server#53326)
      + Fix Unix socket syntax (server#53327)
      + [master] fix(security): Update code signing revocation list (server#
        53328)
      + Fix: Pass over product name as capability (server#53339)
      + Fix(workflows): releases changelog generator tags handling (server#
        53341)
      + Build(deps-dev): bump webpack-dev-server from 5.1.0 to 5.2.2 (server#
        53345)
      + Fix: Do not enable applications which are not installed yet (server#
        53352)
      + Fix(settings): show group label instead of gid in accounts management
        (server#53363)
      + Fix: hide guests group when searching for principals (server#53369)
      + Test: run all files_external tests for S3 (server#53378)
      + Build(deps): bump libphonenumber-js from 1.12.8 to 1.12.9 (server#
        53382)
      + Build(deps-dev): bump @vitest/coverage-v8 from 3.1.4 to 3.2.2 (server#
        53383)
      + Build(deps): bump marked from 15.0.11 to 15.0.12 (server#53384)
      + Build(deps-dev): bump @codecov/webpack-plugin from 1.9.0 to 1.9.1
        (server#53385)
      + Build(deps-dev): bump @zip.js/zip.js from 2.7.61 to 2.7.62 (server#
        53386)
      + Build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0 (server#53387)
      + Build(deps-dev): bump puppeteer from 24.9.0 to 24.10.0 (server#53388)
      + Build(deps): bump nextcloud/openapi-extractor from 1.7.0 to 1.8.0 in /
        vendor-bin/openapi-extractor (server#53393)
      + Chore(workflows): add auto stable PR title update (server#53398)
      + Fix3): Make design consistent with 404 + add default hint (server#
        53402)
      + Fix(tests): Fix 32bits PHPUnit tests (server#53417)
      + Fix TimedJob execution time to allow job execution exactly when
        scheduled (server#53418)
      + Fix(s3): retry failed multipart uploads with decreased concurrency
        (server#53419)
      + Fix: make Rotate a TimedJob and run every hour (server#53420)
      + Fix: make ScheduledNotifications a TimedJob and run every minute
        (server#53421)
      + Feat: improve logging of fopen failures for smb (server#53426)
      + Fix: allow hinting the shard keys for joined tables (server#53427)
      + Feat(settings): simplify OPcache checks (server#53429)
      + Refactor(files): migrate away from moment.js (server#53435)
      + Fix(UserRow): fallback to group name in case of undefined
        availableGroup (server#53436)
      + Refactor(files): move hotkey handling to composable (server#53437)
      + Build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 (server#
        53445)
      + Feat(lexicon): configurable presets (server#53449)
      + Fix(router): In debug mode, cache routes only for 3 seconds (server#
        53453)
      + Fix(OCM-invites): Use the correct way of getting the email (server#
        53457)
      + Fix(profiler): set default values for fputcsv arguments to avoid
        depreciation warning (server#53458)
      + Also run rector on tests and enable UseSpecificWillMethodRector (server
        #53459)
      + Fix: don??t create an empty file before writing the contents in
        OC_Util::copyr (server#53461)
      + Fix: remove double cache write in ObjectStoreStorage::touch (server#
        53462)
      + Fix(OCMProvider): fix dependency injection for OCMProvider (server#
        53465)
      + Fix(files_sharing): Hide link shares for users in excluded groups
        (server#53466)
      + Refactor(config.php): Global wording review (server#53468)
      + Fix: Remove X-XSS-Protection use, check and recommendation (server#
        53476)
      + Fix: do not extract fields for blank template (server#53477)
      + Build(deps-dev): bump rector/rector from 2.0.17 to 2.0.18 in /
        vendor-bin/rector (server#53478)
      + Build(deps-dev): bump @vitest/coverage-v8 from 3.2.2 to 3.2.3 (server#
        53479)
      + Build(deps-dev): bump cypress-split from 1.24.17 to 1.24.18 (server#
        53480)
      + Build(deps-dev): bump cypress from 13.15.0 to 13.17.0 (server#53481)
      + Fix(ObjectStore): Make S3 ??connect_timeout?? option configurable
        (server#53498)
      + Fix(profile): Consistent email confirmation pages (server#53499)
      + Fix: Fix theming for disabled accounts (server#53501)
      + Test: Adjust tests to match code again (server#53502)
      + Fix(sharing): fix json decoding the list of groups excluded from
        sharing (server#53503)
      + Fix: Correctly ignore lazy ghost initialization in debug warning about
        direct constructor call (server#53507)
      + Fix: properly deprecate IOCMProvider (server#53508)
      + [files_versions] Fix sidebar version item style (server#53512)
      + Fix(encryption): Do not register user key related event listeners
        (server#53514)
      + Fix(encryption): Fix DI for encryption Manager class (server#53516)
      + Chore: Cleanup DIContainer class (server#53523)
      + Chore(core): fix typo in session heartbeat service (server#53525)
      + Fix(maintenance): refresh page when turned off (sometimes) (server#
        53528)
      + Fix(core): getRequestToken import typo (server#53534)
      + Cleanup DependencyAnalyzer and InfoParser (server#53537)
      + Fix(file_sharing): Remove string concatenated translation (server#
        53538)
      + Fix(FilenameValidator): use `_` as default replacement for invalid
        chars (server#53539)
      + Feature/add profile to occ (server#53540)
      + Fix(files_reminders): Join the reminders with the file system metadata
        (server#53548)
      + Docs: fix config sample to work with RST documentation (server#53550)
      + Fix CSRF token not being refreshed while a two-factor challenge is
        ongoing (server#53564)
      + Fix(files): add plural form for selected nodes (server#53567)
      + Refactor(dav): move shared logic to a dedicated example contact service
        (server#53568)
      + Feat: add ocs route to get apps enabled for current user (server#53569)
      + Refactor(files): remove custom page title handling (server#53574)
      + Chore: remove all `mbstring.func_overload` references (server#53578)
      + Fix(files_sharing): do not double escape the share title (server#53590)
      + Fix: reload login page after password reset (server#53607)
      + Fix: revive always storing lowercased email addresses (server#53615)
      + Fix(core): Make ??password-from-env work with NC_PASS everywhere
        (server#53616)
      + Fix(caldav): Use parameter for query to neutralize it in query diffs
        (server#53620)
      + Feature/53428 auto create collection on upload (server#53621)
      + Chore(deps-dev): bump dockerode from 4.0.6 to 4.0.7 (server#53623)
      + Chore(deps-dev): bump puppeteer from 24.10.0 to 24.10.2 (server#53624)
      + Chore(deps): bump nextcloud/coding-standard from 1.3.2 to 1.4.0 in /
        vendor-bin/cs-fixer (server#53625)
      + Fix(files_sharing): fallback self.crypto.getRandomValues (server#53635)
      + Fix(files_sharing): Stop hiding delete share button in advanced
        settings menu (server#53639)
      + Fix(reminders): use tablename without prefix (server#53644)
      + Fix: don??t scan the same storage multiple times (server#53647)
      + Fix: don??t try to get fileid for non exising nodes when serializing
        events file (server#53648)
      + Fix: throw a better error if we don??t get an authorization header for
        security confirmation (server#53649)
      + Test: create new file with content when creating test files for
        versioning tests (server#53650)
      + Chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 (server#53653)
      + Fix(files): add more debug output to the filename sanitizing command
        (server#53657)
      + Feat(files_sharing): Toggle display for trusted server shares (server#
        53661)
      + Feat(files): allow to proper search in files (server#53662)
      + Fix(encryption): Catch exceptions in encrypt-all command and continue
        (server#53665)
      + Feat(occ): Add commands to list all routes and match a single one
        (server#53669)
      + Feat(files_sharing): allow viewing files with download disabled (server
        #53671)
      + Align app id for federation in error messages (server#53676)
      + Fix(dav): catch exception on non local account (server#53677)
      + Fix(nullcache): make get compliant with the interface (server#53678)
      + Docs(http): update return type for getBody (server#53679)
      + Fix: Correctly show free space if lower than quota in Files navigation
        (server#53693)
      + Fix(settings): use correct scope for translations (server#53695)
      + Style(core): rely on var(??header-height) (server#53697)
      + Fix(settings): translate pronounce account property (server#53698)
      + Fix(encryption): Catch NotFoundException in ShareDeletedEvent listener
        (server#53700)
      + Only attempt $result array access if array not empty. (server#53714)
      + [master] Fix npm audit (server#53718)
      + Chore/rector: make phpunit dataproviders phpunit 12 compatible (server#
        53728)
      + Fix: handle dav external storage roots with spaces (server#53729)
      + Fix(ROS): Document hide-download option on files (server#53735)
      + Build(deps): bump the github-actions group with 4 updates (server#
        53737)
      + Fix(syslog): open syslog channel on write (server#53738)
      + Properly fail on invalid json (server#53740)
      + Chore(public): Remove unused union type for user mount events (server#
        53741)
      + Feat(file-versions): #53151 add VersionCreatedEvent event (server#
        53746)
      + Fix: fix trashbin restore events (server#53752)
      + Feat(settings): Deploy daemon selection support during ExApp
        installation (server#53756)
      + [TaskProcessing] Add audio-to-audio chat task type (server#53759)
      + Fix(federation): remove background jobs when removing trusted servers
        (server#53760)
      + Feat(TaskProcessing): Add AnalyzeImage TaskType (server#53763)
      + Feat(taskprocessing): add toggle for AI guest restriction (server#
        53764)
      + Fix(files): provide boundaries for FileListTableHeaderActions element
        (server#53766)
      + Fix(files_reminders): Don??t load if disabled for user (server#53767)
      + Fix(comments): switch to outlined icons where possible (server#53776)
      + Fix(l10n): our default language is American English so adjust the
        spelling (server#53787)
      + Fix(profile): add max width for the user actions (server#53788)
      + Chore: update `@nextcloud/files` and use now public API (server#53789)
      + Feat(files): allow to configure default view (server#53798)
      + [master] fix(security): Update code signing revocation list (server#
        53800)
      + Fix(imip): set charset for imip attachment (server#53814)
      + Feat(files): add ??search everywhere?? button within the filters row
        (server#53820)
      + Fix(files): make sure the FilesList is always mounted (server#53824)
      + Feat(files): already search in background (locally) while filtering
        (server#53826)
      + Feat: Meeting Proposals (server#53831)
      + Chore: use constants for metadata (server#53832)
      + Feat(files_versions): get revision for a node (server#53833)
      + Feat(ocp): add email address validator (server#53834)
      + Fix(federatedfilesharing): Fix external share being deleted when
        accepting share (server#53840)
      + Chore(AccountManager): adjust code style for cs-fixer (server#53845)
      + [TaskProcessing] Add agency audio-to-audio task type (server#53846)
      + Build(deps): Bump egulias/email-validator from 4.0.2 to 4.0.4 (server#
        53847)
      + Feat: add ??Busy?? status and new preset ??Be right back?? status
        (server#53850)
      + Build(deps): Bump mlocati/ip-lib from 1.18.1 to 1.20.0 (server#53852)
      + Fix: hide rename action in trashbin (server#53855)
      + Fix(theming): Correctly generate CSS for font themes (server#53857)
      + Feat: add Context Chat OCP API (server#53859)
      + Revert ??fix(dav): only consider user??s principal for unsharing
        entries?? (server#53863)
      + Build(deps): Bump php-http/guzzle7-adapter from 1.0.0 to 1.1.0 (server#
        53866)
      + Fix(files): ensure proper headers lifecycle (server#53872)
      + Fix(systemtags): case-insensitive search & prevent duplicates (server#
        53875)
      + Build(deps): Bump pear/pear-core-minimal from 1.10.15 to 1.10.16
        (server#53876)
      + Fix(files): Remove redundant setting (server#53885)
      + Fix: force lowercase emails (server#53887)
      + Fix: Move getInstallPath to Installer class (server#53892)
      + Migrate calls to OC_App::loadApp to the IAppManager (server#53893)
      + Chore: Cleanup OC\Updater and OC\Installer classes (server#53895)
      + Feat(comments): Allow to filter by topmost parent id (server#53896)
      + Fix(Krb): switch away from deprecated and broken KerberosApacheAuth()
        (server#53897)
      + Ci: test against MariaDB 11.8 (latest LTS) (server#53898)
      + Build(deps): Bump icewind/streams from 0.7.7 to 0.7.8 (server#53899)
      + Feat(files): add delete confirmation option (server#53900)
      + Build(deps): Bump php-opencloud/openstack from 3.12.0 to 3.14.0 (server
        #53903)
      + Fix(comments): Adjust interface with implementation (server#53904)
      + Fix(provisioning_api): catch failed user creation (server#53909)
      + Build(deps): Bump wapmorgan/mp3info from 0.1.0 to 0.1.1 (server#53915)
      + Revert ??perf(base): Stop setting up the FS for every basic auth
        request?? (server#53918)
      + Perf(base): Stop setting up the FS for every basic auth request (server
        #53920)
      + Feat(federated-share): forward notification only on remote reshare
        (server#53922)
      + Build(deps): Bump symfony/polyfill-intl-grapheme from 1.31.0 to 1.32.0
        (server#53926)
      + Build: Update psalm baseline (server#53927)
      + Build(deps): Bump `fusonic/opengraph` from 2.3.0 to 3.0.0 (server#
        53928)
      + Build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.48 to
        9.0.9 (server#53929)
      + Feat(files): show destructive actions as important (server#53931)
      + Build(deps): Bump `aws/aws-sdk-php` from 3.324.13 to 3.349.3 (server#
        53936)
      + Chore(deps): update `@nextcloud/vue` to v8.28.0 (server#53937)
      + Ci(integration-dav): migrate LizardByte/setup-python-action (server#
        53941)
      + Chore: Fix all method calls with too many arguments (server#53944)
      + Chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constants (server
        #53945)
      + Add missing methods to IShare and IShareProvider (server#53946)
      + Fix: Fix button alignment for email templates in Outlook (server#53950)
      + [master] fix(security): Update CA certificate bundle (server#53954)
      + Fix: Fix clearing unified search when modal is closed (server#53964)
      + Feat(files): allow custom setting order (server#53965)
      + Feat(files): allow hidding files extensions (server#53966)
      + Fix(files): sort favorites navigation alphabetically (server#53967)
      + Feat(files): reduce row height (server#53968)
      + Fix(federation): respect sharing.federation.allowSelfSignedCertificat??
        (server#53972)
      + Feat(lexicon): moving out from unstable (server#53975)
      + Fix(files_sharing): ensure share folder exists in the settings (server#
        53979)
      + Fix(files): new folder icon color (server#53983)
      + Fix(files): show hidden new file name warning (server#53984)
      + Fix(update): Correctly trigger update for auto-disabled local apps
        (server#53986)
      + Fix(caldav): don??t return cancelled events for upcoming events API
        (server#53992)
      + Fix(files): make sure mtime row is wide enough (server#53993)
      + Feat(UnifiedSearch): Online search providers support, toggle option
        (server#53996)
      + Feat(appconfig): add searchKeys() (server#54003)
      + Fix: Do not show password dialog when user can not validate password
        (server#54005)
      + Fix(bruteforce): limit appconfig lazy loading (server#54007)
      + Build(deps-dev): bump behat/behat from 3.22.0 to 3.23.0 in /build/
        integration (server#54008)
      + Build(deps-dev): bump rector/rector from 2.1.0 to 2.1.2 in /vendor-bin/
        rector (server#54009)
      + [master] Fix npm audit + update minor and patch dependencies (server#
        54010)
      + Chore(3rdparty): remove unused aws services (server#54011)
      + Chore: move smb package to 3rdparty (server#54012)
      + Fix: group imip log messages by removing principal and uri (server#
        54016)
      + Chore(codeowners): add codeowners for calendar and contacts impl
        (server#54017)
      + Fix(settings): verify source of app-discover media (server#54019)
      + Feat(files): hide note about app passwords when 2FA not enabled (server
        #54020)
      + Feat: add ICloudIdResolver (server#54026)
      + Fix(ConnectionFactory): Apply Oracle connection fix to primary and
        replica params as well (server#54027)
      + Fix: use double / in strings (server#54035)
      + Fix(TaskProcessingApiController): Improve error handling (server#54037)
      + Fix(db): use `caching_sha2_password` for MySQL (server#54043)
      + Fix(files_sharing): only show ??shared with me?? information if shared
        (server#54049)
      + Fix(session): log when ephemeral sessions are closed (server#54051)
      + Feat: replace vue icons with outline versions (server#54054)
      + Fix(files_sharing): restore state when updating share failed (server#
        54055)
      + Enforce comma-dangle and vue/html-self-closing (server#54057)
      + Feat(preset): load apps on preset change (server#54058)
      + Feat(preset): add lexicon entry for custom share tokens (server#54064)
      + Fix(cron): Fix infinite loop on ParallelAware blocked jobs (server#
        54068)
      + Feature: add bluesky to accounts (server#54069)
      + Feat: replace material icons with outline versions (second pass)
        (server#54075)
      + Refactor(IMimeTypeDetector): streamline + minor tidying (server#54077)
      + Fix(files): add webdav url settings input bottom margin (server#54078)
      + Fix(userconfig): duplicate core lexicon (server#54082)
      + Fix: various files design adjustments (server#54083)
      + Feat(dav): add occ commands to get and set absences (server#54084)
      + Enh(files): Replace ??All folders?? with ??Folder tree structure??
        (server#54085)
      + Chore(OCP): Migrate lib/Config/ to new attributes (server#54086)
      + Chore(deps): bump nextcloud/openapi-extractor from 1.8.0 to 1.8.1 in /
        vendor-bin/openapi-extractor (server#54092)
      + Fix: Make some strings in CodeIntegrity.php translatable (server#54099)
      + Chore: add type to issue templates (server#54111)
      + Feat(activity): add bulk activity option (server#54117)
      + Show nice label when searching in root (server#54119)
      + Fix(search): Fix SearchComposer.php filtering logic (server#54120)
      + Fix: add missing color select to tags usage query (server#54121)
      + Fix: validate written size for s3 multipart uploads (server#54125)
      + Feat: federated calendar shares (server#54127)
      + Chore(deps): update `@nextcloud/auth`, `@nextcloud/
        calendar-availability-vue`, `@nextcloud/files` & `@nextcloud/sharing`
        (server#54128)
      + Feat(core): Hide header in PWA (server#54138)
      + Feat(workflows): drop dist and js changes when compile-rebasing (server
        #54139)
      + Fix(ContactsMenu): use proper icons in the header navigation (server#
        54143)
      + Chore(deps): bump linkifyjs from 4.1.3 to 4.3.2 (server#54150)
      + Log error for plugins doing queries per-file during propfind (server#
        54153)
      + Feat(preset): profile visibility (server#54158)
      + Fix(files_sharing): ensure password or date is enabled by default to be
        enforced (server#54159)
      + Feat: send invitation emails through ICreateFromString (server#54160)
      + Feat(AccountMenu): apply some outline to the user avatar (server#54162)
      + Fix(core): ensure unique vcategory (server#54165)
      + Fix: hide guests group from overall principals (server#54167)
      + Chore: update node and npm version (server#54168)
      + Chore: remove `nextcloud-vue-collections` and use `@nextcloud/vue`
        instead (server#54171)
      + Fix(AppMenu): ensure that aria attributes are set when needed (server#
        54172)
      + Feat(AppMenu): add slight opactiy gradient to app icons (server#54178)
      + Fix: spelling mistake (server#54179)
      + Feat(occ): add default help text with docs link to all commands (server
        #54180)
      + Fix: don??t update cached mountpoints if the request doesn??t have
        filesystem access (server#54182)
      + Refactor(UnifiedSearch): use `NcHeaderButton` for proper styles (server
        #54183)
      + Refactor: de-duplicate header styles, add comments and mark
        deprecations (server#54186)
      + Chore(files_sharing): remove leftover of legacy files ui (server#54187)
      + Chore(deps): bump the github-actions group with 3 updates (server#
        54188)
      + Fix: incorrect DELETE on federated-share acceptance (server#54192)
      + Ci(codeql): convert codeql integration into a workflow (server#54193)
      + [TaskProcessing] Load and store some config keys lazily (server#54196)
      + Feat(mounts): optimize load of mounts by filtering on database side
        (server#54197)
      + Test: add env option to disable loading all installed apps during tests
        (server#54200)
      + Fix(l10n): Less jargon in source strings (server#54202)
      + Fix: fix oci string length with empty strings (server#54203)
      + Cache IdentityProof keys (server#54207)
      + Chore(deps-dev): bump sass from 1.89.1 to 1.89.2 (server#54208)
      + Chore(deps-dev): bump wait-on from 8.0.3 to 8.0.4 (server#54209)
      + Chore(deps-dev): bump @zip.js/zip.js from 2.7.62 to 2.7.71 (server#
        54210)
      + Chore(deps-dev): bump @types/dockerode from 3.3.38 to 3.3.42 (server#
        54211)
      + Chore(deps-dev): bump cypress-split from 1.24.18 to 1.24.20 (server#
        54212)
      + Chore(deps-dev): bump @vitest/coverage-v8 from 3.2.3 to 3.2.4 (server#
        54214)
      + Chore(deps): bump marked from 15.0.12 to 16.1.1 (server#54215)
      + Update CODEOWNERS (server#54224)
      + Feat(db): add method to test mariadb (server#54228)
      + Perf: join array_merge calls in MountProvider::getMountsForUser()
        (server#54229)
      + Fix(logging): Fix query logging with DateTimeImmutable parameters
        (server#54230)
      + Feat(notifications): provide method to preload many notifications at
        once (server#54232)
      + Fix(encryption): Ignore shared files in encrypt-all command (server#
        54233)
      + Test(cypress): split helpers for files actions to make tests less flaky
        (server#54237)
      + Feat: allow admins to configure additional sensitive config values
        (server#54238)
      + Refactor(AppFramework): drop unused spreed/Talk fallback (server#54239)
      + Fix(caldav): get UID value (server#54240)
      + Feat(userstatus): add busy capability (server#54241)
      + Revert ??feat: Implement Directory Check?? (server#54250)
      + Fix: Remove redundant toast notifications (server#54260)
      + Fix: handle smb timeouts as storage not available (server#54264)
      + Feat(taskprocessing): add cleanup flag to tasks (server#54272)
      + Fix(trash): Fix order of metadata deletion (server#54275)
      + Fix(systemtags): outline icon css selector (server#54279)
      + Fix(container): Don??t use deprecated things to set up controllers for
        apps (server#54282)
      + [master] fix(security): Update code signing revocation list (server#
        54285)
      + Feat(files_sharing): show GS users similar to internal users (server#
        54294)
      + Fix(dav): calculate permissions based on addressbook principal (server#
        54298)
      + Chore(deps): bump tmp from 0.2.3 to 0.2.4 (server#54299)
      + Refactor(App): \OC\AppFramework\App clean-up (server#54303)
      + Fix: use correct return value for `has-preview` dav property (server#
        54309)
      + Fix(files_sharing): Implement conditional federation placeholder
        (server#54310)
      + Enh(unified-search): Smarter load more (server#54312)
      + Fix(files): verify files are still accessible before downloading
        (server#54313)
      + Feat/54115/emit preload collection event (server#54318)
      + Feat: add table filter to schema:export and schema:expected (server#
        54327)
      + Refactor(files_external): Drop unused oauth1 code (server#54328)
      + Fix(files): filter non batch actions in header (server#54329)
      + Fix(systemtags): picker tag list height alignment (server#54331)
      + Feat(lexicon): get value type from lexicon (server#54335)
      + Feat(preset): share password protection (server#54336)
      + Fix(files): drop usage of FileInfoModel (server#54337)
      + Chore(files_sharing): remove unused legacy scripts (server#54338)
      + Fix(container): Reduce general deprecation spam on all requests (server
        #54339)
      + Feat(settings): Improve AI settings task list and rename to Assistant
        (server#54340)
      + Chore(deps-dev): bump puppeteer from 24.15.0 to 24.16.0 (server#54341)
      + Chore(deps): bump core-js from 3.44.0 to 3.45.0 (server#54342)
      + Chore(deps-dev): bump @zip.js/zip.js from 2.7.71 to 2.7.72 (server#
        54343)
      + Chore(deps-dev): bump stylelint from 16.23.0 to 16.23.1 (server#54344)
      + Chore(deps): bump @nextcloud/initial-state from 2.2.0 to 3.0.0 (server#
        54345)
      + Chore(deps-dev): bump sass from 1.89.2 to 1.90.0 (server#54346)
      + Chore(deps-dev): bump @cypress/webpack-preprocessor from 6.0.4 to 7.0.0
        (server#54347)
      + Chore: Update minimum supported desktop version to 3.1.0 (server#54353)
      + Chore(CODEOWNERS): ensure every file change has at least 2 reviewers
        (server#54354)
      + Fix(settings): add missing AI icon (server#54356)
      + Fix: increase how long we cache display names (server#54357)
      + Fix(files_sharing): show shares to remote as internal if configured so
        (server#54360)
      + Views/UnifiedSearch: trigger on `f` input rather than qwerty keycode
        (server#54367)
      + Chore: drop unused ocs/providers.php (server#54370)
      + Fix: Fix getting trusted server other than the first (server#54371)
      + Ci: adjust update desktop version workflow to assign correct team
        (server#54376)
      + Feat: indicate reason for preloading notifications (server#54377)
      + Chore: update 3rdparty to include PHP polyfills (server#54380)
      + Feat(AppConfig): cache the config if local cache is available (server#
        54383)
      + Perf: use more optimized node-by-id logic in View::getPath (server#
        54384)
      + Feat(ocm): split ocm discovery and capacities (server#54385)
      + Fix(performance): Fix n+1 issue when fetching calendar properties
        (server#54386)
      + [master] fix(security): Update CA certificate bundle (server#54393)
      + Fix(ZipFolderPlugin): set mtime of directories in archive (server#
        54401)
      + Fix(Streamer): use localtime for ZIP files (server#54402)
      + Perf: delete commonly used custom properties instead of setting the
        default value (server#54405)
      + Feat(preset): share link expiration date (server#54408)
      + Perf(comments): Add a way to get comments for multiple objects at the
        same time (server#54409)
      + Fix(files_sharing): sharing status action sidebar promise return
        (server#54410)
      + Perf: ignore any custom property in the nc/oc namespace that isn??t
        explicitly allowed (server#54411)
      + Perf: render sharing tab sections only once (server#54413)
      + Feat(preset): compare default for all preset (server#54414)
      + Fix: add more transparency to the header icon gradient (server#54418)
      + Fix: catch and log exception from share events (server#54419)
      + Perf(calendar): Disable custom properties for individual calendar
        events (server#54420)
      + Fix: Replace some more icons with outlined ones (server#54421)
      + Fix(dav): clean up user??s addressbook shares on deletion (server#
        54424)
      + Perf: prevent fetching a principal??s user account if the data is not
        needed (server#54426)
      + Fix(core): unified search is cut off on small window (server#54434)
      + Perf(caldav): preload publish statuses for a whole calendar home at
        once (server#54435)
      + Perf(caldav): also cache empty share arrays (server#54438)
      + Feat: use secondary-like status colors (server#54439)
      + Fix(caldav): encode calendar URLs properly when formatting search
        results (server#54440)
      + Chore(deps): bump marked from 16.1.1 to 16.1.2 (server#54450)
      + Chore(deps-dev): bump msw from 2.10.4 to 2.10.5 (server#54452)
      + Chore(deps-dev): bump puppeteer from 24.16.0 to 24.16.2 (server#54453)
      + Chore(deps-dev): bump webpack from 5.101.0 to 5.101.2 (server#54454)
      + Chore(deps-dev): bump rector/rector from 2.1.2 to 2.1.4 in /vendor-bin/
        rector (server#54457)
      + Chore(dav): Fix typo in property name (server#54464)
      + Feat: allow to set your local timezone in settings and provide it to
        clients (server#54470)
      + Feat: provide api to register actions in contacts menu (server#54474)
      + Fix(files_sharing): Also hide own reshares in shared with me section
        (server#54479)
      + Chore(CODEOWNERS): remove dependabot team from codeowners (server#
        54482)
      + Feat(IDateTimeZone): allow to fetch timezone of specified user (server#
        54483)
      + Fix: exclude \Sabre\DAVACL\Plugin from prop find monitoring (server#
        54485)
      + Feat: allow filtering sharing:delete-orphan-shares by share owner or
        target (server#54490)
      + Feat: add CSS variables for status border and text (server#54492)
      + Fix: typos in cache and app config (server#54494)
      + Refactor: replace deprecated CSS variables with their replacement
        (server#54496)
      + Chore: update `@nextcloud/vue` to v8.29.1 for beta of Nextcloud 32
        (server#54497)
      + Chore(psalm): Update baseline (server#54500)
      + Fix(workflows): also exclude beta in block-merge-freeze (server#54503)
      + Fix: propfind query monitor breaking removeListener and removeAllList??
        (server#54507)
      + Revert ??fix(workflows): also exclude beta in block-merge-freeze??
        (server#54510)
      + Fix: adjust server styles for new secondary status colors (server#
        54512)
      + Fix(theming): correctly parse CSS colors for user primary color picker
        (server#54515)
      + Fix: Fix unique constraint violation in oc_vcategory migration (server#
        54519)
      + Feat(preset): compare userconfig lexicon entries (server#54520)
      + Fix: changelog generation workflow (server#54523)
      + Change ??core.ProfilePage.index?? to lowercase (server#54530)
      + Fix(theming): Document correct response schema if app is not enabled
        (server#54532)
      + Fix(caldav): show confidential event if writable (server#54533)
      + Fix(caldav): public calendars are always read-only (server#54535)
      + Do not always check password checkbox when sharing without password
        (server#54538)
      + Chore: increase cypress runners to 10 (server#54540)
      + Fix(AppManager): Argument must be of type array|object (server#54541)
      + Dispatch new event when invalidating an authentication token (server#
        54545)
      + Config value to allow to extend .user.ini on update (server#54552)
      + Feat(theming): add new default background for Nextcloud 32 (server#
        54554)
      + Feat(lexicon): set/get current preset from controller (server#54558)
      + Feat(lexicon): remove limitation to store definition only on cli
        (server#54559)
      + Feat(files): implement breakpoint improvements (server#54561)
      + Chore(deps): bump cipher-base from 1.0.4 to 1.0.6 (server#54568)
      + Chore(deps): bump sha.js from 2.4.11 to 2.4.12 (server#54569)
      + Feat(Settings): Add section to select preset (server#54570)
      + Fix: use appropriate user agent string when syncing Outlook calendar
        subscriptions (server#54575)
      + Fix(Sidebar): change icons to outline (server#54579)
      + Fix moving cache items from cache jail with sharding (server#54580)
      + Chore(deps): bump p-limit from 6.2.0 to 7.1.0 (server#54588)
      + Chore(flake): Add haze (server#54598)
      + Fix(2fa): Fix 2FA session setup when ephemeral session is used (server#
        54605)
      + Fix(encryption): Fix TypeError when trying to decrypt unencrypted file
        (server#54607)
      + Tests: Update testing certificates that expired after 10 years (server#
        54608)
      + Test: Fix double space (server#54617)
      + Fix(oauth2): Limit allowed grant_type values in getToken (server#54618)
      + Fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
        (server#54620)
      + Fix(settings): adjust colors used by legacy setup checks ui (server#
        54621)
      + Fix(theming): add missing `color-text-success` variable (server#54624)
      + Fix(files_sharing): Correctly reject pending remote shares (server#
        54625)
      + Fix(OCS): Add IRequest::getFormat to determine the response
        Content-Type the same way everywhere (server#54627)
      + Fix(theming): use IAppConfig instead of IConfig to set theming config
        (server#54630)
      + Fix(core): make sure no alpha mask is applied on the account menu
        (server#54631)
      + Fix(trashbin): Fix errors in the log on MOVE operations (server#54632)
      + Chore(deps): Update nextcloud/openapi-extractor to v1.8.2 (server#
        54643)
      + Fix(files_sharing): correctly apply icons and copy share link (server#
        54648)
      + Fix(carddav): IAddressBook::getKey() should return a string (server#
        54650)
      + Fix(core): more understandable guest avatar menu notice (server#54654)
      + Feat(repair): Migrate oc_properties.propertyvalue to the correct type
        if needed (server#54655)
      + Feat: add proper element colors and adjust setup checks (server#54656)
      + Port away from IQueryBuilder::execute in lib/ and tests/ and fix
        invalid usage of UniqueConstraintViolationException (server#54664)
      + Chore(rector): Apply current rector config (server#54666)
      + Restore ??Others with access?? section (server#54667)
      + Chore(version): Hub 10 -> Hub 25 Autumn (server#54671)
      + Docs: Adjust comment to avoid future confusion (server#54672)
      + Style(icon): Use material symbol variant of delete icon (server#54677)
      + Feat(theming): provide Nextcloud Assistant theming colors (server#
        54679)
      + More material symbol variants (server#54681)
      + Chore(Preview): Remove avconv support (server#54683)
      + Fix(files_versions): Use helper function to get versions folder (server
        #54684)
      + Fix(comments): Fix missing return type on new method (server#54689)
      + Fix(TaskProcessingApiController): Don??t allow anonymous access anymore
        (server#54690)
      + Feat: allow group??s members to view fellow members (server#54691)
      + Chore(deps): update `@nextcloud/vue` to v8.29.2 (server#54692)
      + Build(deps-dev): bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 in /build/
        integration (server#54693)
      + Chore(MtimeSanitizer): Print bad values to help debugging (server#
        54695)
      + Fix(Accounts): Add back v2 scope migration (server#54703)
      + Build(deps): bump @nextcloud/calendar-availability-vue from 2.2.8 to
        2.2.10 (server#54707)
      + Build(deps): bump p-limit from 7.1.0 to 7.1.1 (server#54708)
      + Build(deps): bump marked from 16.2.0 to 16.2.1 (server#54709)
      + Fix(status.php): Fix samesite cookies (server#54713)
      + Revert ??perf(base): Stop setting up the FS for every basic auth
        request?? (server#54717)
      + Fix: make bucket mapper work with new multi-object-store config (server
        #54721)
      + Feat(files): provide UI to sanitize filenames after enabling WCF
        (server#54722)
      + Fix(files_versions): ensure users IDs are strings (server#54728)
      + Feat(ocp): create contacts from string (server#54729)
      + Fix(files_versions): author and label parsing fallback (server#54733)
      + Feat: Add text/plain MIME type mapping for ??text?? extension (server#
        54737)
      + Fix: resolving conflict when uploading multiple files via drag&drop
        (server#54738)
      + Fix(lexicon): send single notice/warning when using unknown config key
        (server#54739)
      + Use outline icon for Help/Copy (server#54741)
      + Fix: psalm ParamNameMismatch issues (server#54742)
      + Build(deps-dev): bump cypress-axe from 1.6.0 to 1.7.0 (server#54745)
      + Build(deps): bump the github-actions group with 4 updates (server#
        54772)
      + Replace filled icon with outlined variant (server#54774)
      + Fix(lostpassord): Delete lost password token on password change (server
        #54775)
      + Perf(carddav): ungreedify search result aggregation (server#54777)
      + Chore(deps): Update nextcloud/openapi-extractor to v1.8.3 (server#
        54783)
      + Chore(flake): update haze to 2.1.1 (server#54785)
      + Fix(theming): adjust assistant icon color on dark theme (server#54789)
      + Fix: add missing listener (server#54794)
      + Fix(RepairMimeTypes): Fix psalm issue (server#54795)
      + Enh(avatars): use different colors for guests for the same name (server
        #54798)
      + Fix: Remove intro from presets (server#54800)
      + Fix(dav): ensure moving or copying a file is possible (server#54801)
      + Test: add cypress tests for the systemtags files view (server#54820)
      + Fix(Filesystem): use FilenameValidator for
        `Filesystem::isFileBlacklisted` (server#54821)
      + Fix(comments): use showFile route to reference files with a matching ??
        (server#54826)
      + Fix(theming): Remove header-icon-mask in dark-mode high-contrast as
        well (server#54832)
      + Fix(settings): Settings presets are called ??Quick presets?? (server#
        54833)
      + Fix dashboard icons (server#54836)
      + Fix(l10n): use `productName` instead of hardcoded ??Nextcloud?? where
        possible (server#54838)
      + Perf(users): Create lazy users in IUserManager::getSeenUsers (server#
        54839)
      + Fix(files_sharing): add some gap between text and sharing status icon
        (server#54841)
      + Fix: the account files filter should also work in trashbin (server#
        54847)
      + Feat(migration-attributes): add DataCleansing (server#54861)
      + Welcome stable32 (server#54862)
      + Feat(SystemTag): Add typed events for tag mapper events (server#54863)
      + 32.0.0 RC1 (server#54864)
      + Style(contactsmenu): properly align contacts menu actions (server#
        54865)
      + Fix(security): Update Expires time (server#54868)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.21 to 9.6.25 in /build/
        integration (server#54872)
      + Build(deps-dev): bump @testing-library/cypress from 10.0.3 to 10.1.0
        (server#54873)
      + Build(deps): bump phpunit/phpunit from 10.5.35 to 10.5.53 in /
        vendor-bin/phpunit (server#54879)
      + Build(deps-dev): bump msw from 2.10.5 to 2.11.1 (server#54881)
      + Build(deps-dev): bump symfony/event-dispatcher from 6.4.13 to 6.4.25 in
        /build/integration (server#54884)
      + Build(deps): bump libphonenumber-js from 1.12.13 to 1.12.15 (server#
        54892)
      + Build(deps-dev): bump @zip.js/zip.js from 2.7.72 to 2.7.73 (server#
        54895)
      + Fix: TypeError: this.fetchDisplayName is not a function (server#54902)
      + Fix: remove executable flag from source files (server#54906)
      + Chore(flake): update haze to 2.1.2 (server#54910)
      + Add task processing manager method to get the list of available task
        type IDs (server#54917)
      + Chore(deps-dev): bump puppeteer from 24.17.0 to 24.19.0 (server#54929)
      + Chore(deps-dev): bump sass from 1.90.0 to 1.92.1 (server#54930)
      + Chore(deps): bump @nextcloud/sharing from 0.2.5 to 0.3.0 (server#54931)
      + Fix(cache): Set default Redis port to `0` for UNIX sockets (server#
        54945)
      + Feat(file_sharing): Provide template creator list in public shares
        (server#54948)
      + Fix: ensure all object store configuration have distict bucket names
        (server#54952)
      + Fix: calculate node limit using MiB instead of MB (server#54956)
      + Chore(deps): update `doctrine/dbal` to v3.10.2 (server#54960)
      + Feat: show object store instance in info:file (server#54961)
      + Fix: remove loading removed script (server#54964)
      + Feat(files_trashbin): Refactor expire background job to support
        parallel run (server#54967)
      + Fix(files_trashbin): Fix size propagation when moving file to trash
        (server#54972)
      + Fix: Avoid internal error when logging in with the wrong account to
        verify email address (server#54973)
      + Perf(mounts): avoid array_merge in mounts loop (server#54976)
      + Fix(security): Update CA certificate bundle (server#54982)
      + Fix: don??t show object size warning if we can??t determine the object
        size (server#54996)
      + 32.0.0 RC2 (server#55000)
      + Fix: update transifex link (server#55017)
      + Fix(user-status): adjust user status icon size (server#55018)
      + Feat(ZipFolderPlugin): always use the parent folder name as archive
        name (server#55020)
      + Fix(auth): allow access to dynamic js files during 2FA (server#55023)
      + Build(deps-dev): bump puppeteer from 24.19.0 to 24.20.0 (server#55028)
      + Build(deps-dev): bump msw from 2.11.1 to 2.11.2 (server#55033)
      + Build(deps): bump query-string from 9.2.2 to 9.3.0 (server#55035)
      + Build(deps-dev): bump @zip.js/zip.js from 2.7.73 to 2.8.2 (server#
        55037)
      + Build(deps-dev): bump stylelint from 16.23.1 to 16.24.0 (server#55038)
      + Build(deps): bump @nextcloud/upload from 1.10.0 to 1.11.0 (server#
        55040)
      + Build(deps-dev): bump dockerode from 4.0.7 to 4.0.8 (server#55042)
      + Fix(security): Update code signing revocation list (server#55051)
      + Feat(encryption): Add integration tests for occ commands and fix them
        (server#55060)
      + Fix(PWA): fix standalone window margins (server#55064)
      + Fix(unified-search): make sure date range option is translated (server#
        55076)
      + Fix(ownCloud): ensure that `accounts.display_name` fits into
        `users.displayname` (server#55078)
      + Fix(files_sharing): use `newPassword` always for the unsaved password
        (server#55082)
      + Fix(settings): rename ??Settings presets?? to ??Quick presets?? (server
        #55084)
      + Fix(contactsmenu): adjust padding to new design (server#55088)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.25 to 9.6.26 in /build/
        integration (server#55094)
      + Build(deps): bump phpunit/phpunit from 10.5.53 to 10.5.54 in /
        vendor-bin/phpunit (server#55095)
      + Build(deps-dev): bump mime from 4.0.7 to 4.1.0 (server#55096)
      + Build(deps-dev): bump wait-on from 8.0.4 to 8.0.5 (server#55098)
      + Build(deps): bump libphonenumber-js from 1.12.15 to 1.12.17 (server#
        55099)
      + Fix: Dispatch favorite event with an actual path (server#55127)
      + Fix: handleIMip undefined array key (server#55138)
      + Build: Update 3rdparty ignorelist (server#55145)
      + Fix: always use english name for recently contacted category (server#
        55146)
      + Fix(Updater): Lower deadlock log level from warning to info (server#
        55150)
      + Fix: Allow hyphen in appid (server#55152)
      + Fix: make sure default contact exists by default (server#55154)
      + Fix(userconfig): set ??mail?? as indexed (server#55159)
      + 32.0.0 RC3 (server#55162)
      + Fix(TaskProcessing): Cache task types by user language (server#55165)
      + Fix(lexicon): trigger email indexing (server#55167)
      + Feat(files_sharing): provide web components based API for sidebar
        (server#55174)
      + Fix(trashbin): Translate Nextcloud exception to Sabre exception (server
        #55189)
      + Update calendar-availability-vue to v2.2.11 (TrashCanOutline) (server#
        55192)
      + Fix(comments): add inline container size query to comment body (server#
        55195)
      + Build(deps): bump @simplewebauthn/browser from 13.1.2 to 13.2.0 (server
        #55203)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.26 to 9.6.27 in /build/
        integration (server#55204)
      + Build(deps): bump phpunit/phpunit from 10.5.54 to 10.5.55 in /
        vendor-bin/phpunit (server#55205)
      + Build(deps-dev): bump sass from 1.92.1 to 1.93.0 (server#55206)
      + Build(deps-dev): bump @types/dockerode from 3.3.43 to 3.3.44 (server#
        55207)
      + Build(deps): bump @nextcloud/dialogs from 6.3.1 to 6.3.2 (server#55208)
      + Build(deps): bump query-string from 9.3.0 to 9.3.1 (server#55209)
      + Build(deps): bump dompurify from 3.2.6 to 3.2.7 (server#55210)
      + Build(deps): bump color from 5.0.0 to 5.0.2 (server#55211)
      + Build(deps-dev): bump cypress-split from 1.24.21 to 1.24.23 (server#
        55212)
      + Build(deps): bump marked from 16.2.1 to 16.3.0 (server#55213)
      + Build(deps-dev): bump puppeteer from 24.20.0 to 24.22.0 (server#55214)
      + Build(deps): bump @nextcloud/axios from 2.5.1 to 2.5.2 (server#55229)
      + Build(deps-dev): bump msw from 2.11.2 to 2.11.3 (server#55238)
      + Fix(ocm-invites): add route to invite accept dialog (server#55239)
      + Fix(github): add labels and milestone to PR checklist (server#55246)
      + Fix: added bluesky link (server#55249)
      + Feat(db): add SSL/TLS support for PostgreSQL (server#55256)
      + Chore(i18n): Fixed grammar (server#55270)
      + Fix: Stop infinite loop in ExpireTrash (server#55295)
      + 32.0.0 RC4 (server#55298)
      + Update assistant text gradient (server#55305)
      + 32.0.0 (server#55354)
  * 3rdparty
      + Build(deps): Bump symfony/process from 6.4.12 to 6.4.15 (3rdparty#1977)
      + Build(deps): Bump icewind/searchdav from 3.1.0 to 3.2.0 (3rdparty#1980)
      + Build(deps): Bump stecman/symfony-console-completion from 0.13.0 to
        0.14.0 (3rdparty#1981)
      + Build(deps): Bump php-http/guzzle7-adapter from 1.0.0 to 1.1.0
        (3rdparty#1999)
      + Build(deps): Bump pear/pear-core-minimal from 1.10.15 to 1.10.16
        (3rdparty#2000)
      + Build(deps): Bump icewind/streams from 0.7.7 to 0.7.8 (3rdparty#2003)
      + Build(deps): Bump php-opencloud/openstack from 3.10.0 to 3.12.0
        (3rdparty#2024)
      + Build(deps): Bump fusonic/opengraph from 2.3.0 to 3.0.0 (3rdparty#2028)
      + Ci: Add dependabot for stable31 (3rdparty#2031)
      + Ci: Fix label assigned to stable31 dependabot PRs (3rdparty#2043)
      + Build(deps): Bump mlocati/ip-lib from 1.18.1 to 1.20.0 (3rdparty#2052)
      + Ci: Update actions (3rdparty#2060)
      + Build(deps): Bump egulias/email-validator from 4.0.2 to 4.0.4 (3rdparty
        #2064)
      + Build(deps): Bump laravel/serializable-closure from 1.3.5 to 2.0.4
        (3rdparty#2071)
      + Chore: drop `phpscss` legacy dependency (3rdparty#2075)
      + Ci: persist credentials to allow pushing assets (3rdparty#2076)
      + Build(deps): Bump php-opencloud/openstack from 3.12.0 to 3.14.0
        (3rdparty#2083)
      + Build(deps): Bump wapmorgan/mp3info from 0.1.0 to 0.1.1 (3rdparty#2090)
      + Ci(deps): Bump shivammathur/setup-php from 2.32.0 to 2.34.1 (3rdparty#
        2096)
      + Build(deps): Bump symfony/polyfill-intl-grapheme from 1.31.0 to 1.32.0
        in the symfony group across 1 directory (3rdparty#2097)
      + Build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.48 to
        9.0.9 (3rdparty#2098)
      + Build(deps): Bump aws/aws-sdk-php from 3.324.13 to 3.349.3 (3rdparty#
        2099)
      + Feat(s3): Avoid shipping unused services (3rdparty#2102)
      + Chore: add icewind/smb as dependency (3rdparty#2103)
      + Feat: add polyfills for new PHP versions (3rdparty#2112)
      + Branchoff/welcome stable32 (3rdparty#2125)
      + Build(deps): Bump doctrine/dbal from 3.9.1 to 3.10.2 (3rdparty#2134)
      + Chore: Update gitignore list (3rdparty#2142)
  * activity
      + Feat: Add sharing activity for teams (activity#1754)
      + [master] Fix npm audit (activity#1824)
      + Chore: bump vue-material-design-icons from 5.3.0 to 5.3.1 (activity#
        1826)
      + Chore: bump wait-on from 8.0.0 to 8.0.2 (activity#1864)
      + Chore: bump vite from 5.4.8 to 5.4.14 (activity#1867)
      + Feat(deps): Add Nextcloud 32 support on master (activity#1869)
      + Chore: bump @nextcloud/dialogs from 5.3.7 to 6.1.1 (activity#1871)
      + Chore(CI): Updating pr-feedback.yml workflow from template (activity#
        1876)
      + Chore: bump vitest and @vitest/coverage-v8 (activity#1879)
      + Chore: bump elliptic from 6.6.0 to 6.6.1 (activity#1882)
      + Chore: bump dompurify from 3.1.7 to 3.2.4 (activity#1883)
      + Chore: Update workflows (activity#1886)
      + Chore: bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.14
        (activity#1887)
      + Chore: bump @vueuse/core from 11.1.0 to 12.7.0 (activity#1888)
      + Test: Use utils function from server and wait for requests (activity#
        1893)
      + Bump typescript from 5.6.3 to 5.8.2 (activity#1896)
      + Bump @nextcloud/moment from 1.3.1 to 1.3.2 (activity#1900)
      + [master] Update nextcloud/ocp dependency (activity#1907)
      + [master] Update nextcloud/ocp dependency (activity#1914)
      + Feat: skip expire sharing notify if node deleted (activity#1915)
      + Fix: update workflows and remove default_enabled from info.xml
        (activity#1916)
      + Fix: unshare from group activity user handling (activity#1925)
      + Chore: do not use private API (`OC`) but instead use `OCP` (activity#
        1926)
      + Feat: Use X-NC-Nickname as user identifier (activity#1927)
      + Feat: exclude certain users from activity expiration (activity#1929)
      + Fix: disable loading when there are no more activities to load
        (activity#1931)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (activity#1938)
      + Chore(deps-dev): Bump wait-on from 8.0.2 to 8.0.3 (activity#1940)
      + [master] Update nextcloud/ocp dependency (activity#1943)
      + Fix(settings): ensure we handle file_created, file_deleted and
        file_restored as file_changed (activity#1947)
      + [master] Update nextcloud/ocp dependency (activity#1954)
      + [master] Fix npm audit (activity#1956)
      + Fix broken infinite scrolling by downgrading @vueuse/core to a version
        supporting vue2 (activity#1960)
      + Chore(deps): Bump tar-fs and dockerode (activity#1961)
      + Chore(deps-dev): Bump vite from 5.4.14 to 5.4.17 (activity#1962)
      + Fix(ActivityAppFeed): handle cases for non-scrollable container
        (activity#1963)
      + Chore(deps-dev): Bump typescript from 5.8.2 to 5.8.3 (activity#1970)
      + Docs: Fix rich subject parameter casting in example (activity#1974)
      + Fix: Improving logging of invalid parameters for activity subject and??
        (activity#1975)
      + Fix: don??t setup the filesystem to check if a user is blocked by ACLs
        (activity#1976)
      + [master] fix: Fix valid parsed check (activity#1981)
      + Fix multiple cypress issues (activity#1983)
      + Chore(deps-dev): Bump vite from 5.4.17 to 5.4.18 (activity#1984)
      + [master] Update nextcloud/ocp dependency (activity#1989)
      + [master] Update nextcloud/ocp dependency (activity#2004)
      + Chore(deps-dev): Bump happy-dom from 15.11.6 to 17.4.6 (activity#2005)
      + [master] Update nextcloud/ocp dependency (activity#2007)
      + Chore(deps-dev): Bump vite from 5.4.18 to 6.3.5 (activity#2009)
      + [master] Update nextcloud/ocp dependency (activity#2013)
      + Chore(deps-dev): Bump @types/dockerode from 3.3.35 to 3.3.38 (activity#
        2018)
      + Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.14 to
        1.0.0-beta.15 (activity#2019)
      + [master] Update nextcloud/ocp dependency (activity#2020)
      + [master] Fix npm audit (activity#2021)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible (activity#
        2022)
      + Test(cypress): Enable test isolation (activity#2023)
      + Chore(deps-dev): Bump happy-dom from 17.4.6 to 17.4.7 (activity#2024)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (activity#2025)
      + Chore(deps-dev): Bump @types/dockerode from 3.3.38 to 3.3.39 (activity#
        2026)
      + Chore(deps-dev): Bump eslint-plugin-cypress from 3.5.0 to 3.6.0
        (activity#2027)
      + [master] Update nextcloud/ocp dependency (activity#2030)
      + Chore: update workflows (activity#2031)
      + Chore: update to ESLint v9 and adjust code (activity#2033)
      + Refactor: adjust nextcloud-vue props to latest version (activity#2034)
      + Feat: migrate to Vue 3 (activity#2035)
      + Fix(notification): Deduplicate the settings check (activity#2041)
      + Chore(deps-dev): Bump eslint-plugin-cypress from 3.6.0 to 5.0.1
        (activity#2042)
      + Chore(deps-dev): Bump happy-dom from 17.4.7 to 17.5.6 (activity#2043)
      + [master] Update nextcloud/ocp dependency (activity#2047)
      + [master] Fix npm audit (activity#2049)
      + Chore(deps): Bump tar-fs from 2.1.2 to 2.1.3 (activity#2051)
      + Fix(FilesHooks): Catch all exceptions when looking up unrelated users
        (activity#2052)
      + [master] Update nextcloud/ocp dependency (activity#2059)
      + [master] Update nextcloud/ocp dependency (activity#2067)
      + [master] Fix npm audit (activity#2069)
      + Feat: use full date and time in activity emails (activity#2078)
      + Chore: update workflows (activity#2079)
      + Chore: update dependabot config to include psalm and phpunit (activity#
        2080)
      + Chore: update psalm (activity#2081)
      + [master] Update nextcloud/ocp dependency (activity#2084)
      + Chore(deps-dev): Bump vimeo/psalm from 6.12.1 to 6.13.0 in /vendor-bin/
        psalm (activity#2085)
      + [master] Update nextcloud/ocp dependency (activity#2087)
      + [master] Update nextcloud/ocp dependency (activity#2093)
      + [master] Update nextcloud/ocp dependency (activity#2096)
      + Fix(dashboard): enable rounded icons (activity#2097)
      + Perf: pass the node of shares around instead getting the path from id
        each time (activity#2098)
      + Fix: use target path for unshare-from-self events (activity#2103)
      + Fix: failing tests (activity#2107)
      + Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 (activity#2108)
      + Enh: Add link on emails to notifications settings (activity#2112)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32 (activity
        #2115)
  * app_api
      + (chore): bump version for Nextcloud 32 (app_api#485)
      + Updated CODEOWNERS (app_api#486)
      + Fix: add more space to taskprocessing columns (app_api#488)
      + Info.xml: replaced ??cloud-py-api?? with ??nextcloud?? (app_api#489)
      + Feat: advanced deploy options (app_api#497)
      + Enh(TaskProcessingService): Cache result of
        getRegisteredTaskProcessingProviders (app_api#500)
      + Chore: small CI polishing (app_api#502)
      + Fix: correct env var parsing when there is only one entry (app_api#508)
      + Improve error logging (app_api#510)
      + Fix AppManager method name (app_api#512)
      + Fix parameter preparation for occ command (app_api#518)
      + (chore): pinned versions of CI actions (app_api#529)
      + (chore): removed deprecated Speech, Tanslate and TextProcessing AI
        providers (app_api#532)
      + (chore): removed the filling of the deprecated ??app_api_system??
        sesson flag (app_api#533)
      + (chore): removed deprecated occ app_api:deploy (app_api#534)
      + (chore): removed ??docs?? folder (app_api#535)
      + (fix): AppAPI Proxy ?? invalid ??content-length?? (app_api#537)
      + Chore: bumped minimal NC version from 31 to 32 (app_api#540)
      + Chore: removed unnecessary code for old NCs (app_api#541)
      + (fix): perfomance ?? load ExApps menu items only when event is
        triggered (app_api#542)
      + (fix): use the event for AppAPI to get list of AI providers (app_api#
        545)
      + Fix task processing registration validation (app_api#548)
      + Chore: replaced deprecated ??IConfig?? methods with ??IAppConfig??
        (app_api#551)
      + Chore: removed support of old docker image format (app_api#552)
      + Chore: removed FileEventsListener in favor of webhooks_listener feature
        (app_api#553)
      + Feat: custom Docker registries support (only for docker-install type)
        (app_api#554)
      + Fix: disabled RateLimiting for Nextcloud in the CI (app_api#556)
      + Fix(info.xml): correct developer docs link (typo) (app_api#558)
      + Fix(exAppMapper): init missing headers_to_exclude (app_api#561)
      + Feat: lowercase headers to exclude in exapp proxy (app_api#568)
      + Fix(DeployDaemon): support for daemon names containing spaces (app_api#
        575)
      + Chore(ci-action): action to close frozen issues (app_api#577)
      + Fix(ci-action): rename CI action triage config file (app_api#582)
      + Fix(ci-action): consider label creation data in calculation (app_api#
        583)
      + Feat(DockerEngine): use API from HaRP instead of using Docker directly
        (app_api#584)
      + Feat(declarativeSettings): support sensitive Declarative settings
        values encryption (app_api#585)
      + Ci: update node.yml workflow from template (app_api#586)
      + Fix(Podman-HealthCheck): treat empty health status as success. (app_api
        #588)
      + Chore(ci): update to Psalm 6 (app_api#590)
      + Remove https prevention for manual-install (app_api#593)
      + Fix: add missing registries param on daemon update action (app_api#595)
      + Fix(TestDeploy-UI): correctly reset canDownloadLogs flag (app_api#598)
      + Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 (app_api#600)
      + Feat: daemon selection support during ExApp installation from UI
        (app_api#607)
      + Fix: streaming (app_api#608)
      + Feat(new-route): added endpoint to call NC getAbsoluteURL (app_api#612)
      + Fix(ocs-route): get absolute URL from overwrite.cli.url (app_api#616)
      + Fix: for transfer encoding causing problems (app_api#621)
      + Left align admin settings and more detailed description (app_api#626)
      + Fix(Memcache-OccService): use ??is_array?? to support ??false?? from ??
        cache->get?? (app_api#632)
      + Chore(maintenance): add dependabot.yml (app_api#638)
      + Chore(deps): Bump xt0rted/pull-request-comment-branch from 2.0.0 to
        3.0.0 (app_api#639)
      + Chore(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (app_api#
        640)
      + Chore(deps): Bump skjnldsv/read-package-engines-version-actions from
        2.1 to 2.2 (app_api#641)
      + Chore(deps): Bump actions/setup-node from 3.6.0 to 4.4.0 (app_api#643)
      + Chore(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0
        (app_api#644)
      + Chore(deps): Bump actions/setup-python from 4.8.0 to 5.6.0 (app_api#
        649)
      + Chore(deps): Bump actions/checkout from 3.5.3 to 5.0.0 (app_api#650)
      + Chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.35.4 (app_api
        #652)
      + Fix CI after branch off (app_api#656)
      + Replace MDI filled icons with Material Symbols outlined variant
        (app_api#657)
      + Fix(exAppArchiveFetcher): correct apps_path handling (app_api#663)
  * bruteforcesettings
      + Feat(deps): Add Nextcloud 32 support on master (bruteforcesettings#699)
      + [master] Fix npm audit (bruteforcesettings#702)
      + Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1 (bruteforcesettings#
        707)
      + [master] Fix npm audit (bruteforcesettings#708)
      + Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 (bruteforcesettings#
        709)
      + Fix(workflows): Update workflows. Merging PRs was blocked
        (bruteforcesettings#713)
      + Chore(deps): Bump axios from 1.7.4 to 1.8.2 (bruteforcesettings#714)
      + [master] Fix npm audit (bruteforcesettings#717)
      + [master] Fix npm audit (bruteforcesettings#721)
      + Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
        (bruteforcesettings#723)
      + Chore(deps): Bump postcss and vue-loader (bruteforcesettings#724)
      + [master] Fix npm audit (bruteforcesettings#725)
      + [master] Fix npm audit (bruteforcesettings#728)
      + Chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9
        (bruteforcesettings#730)
      + [master] Fix npm audit (bruteforcesettings#733)
      + [master] Fix npm audit (bruteforcesettings#736)
      + [master] Fix npm audit (bruteforcesettings#745)
      + Feat: apply whitelist to ratelimit (bruteforcesettings#747)
      + [master] Fix npm audit (bruteforcesettings#752)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (bruteforcesettings#753)
      + [master] Fix npm audit (bruteforcesettings#757)
      + Ci: update node.yml workflow from template (bruteforcesettings#760)
      + Chore(deps-dev): Bump webpack-dev-server from 5.1.0 to 5.2.2
        (bruteforcesettings#761)
      + [master] Fix npm audit (bruteforcesettings#767)
      + Feat: use NcListItem (bruteforcesettings#772)
      + Fix: update eslint (bruteforcesettings#773)
      + Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 (bruteforcesettings#
        774)
      + Ci: update npm-audit-fix.yml workflow from template (bruteforcesettings
        #775)
      + Ci: update reuse.yml workflow from template (bruteforcesettings#776)
      + Ci(github): Update workflows (bruteforcesettings#781)
      + [master] Fix npm audit (bruteforcesettings#784)
      + Chore(deps): Bump linkifyjs from 4.1.3 to 4.3.2 (bruteforcesettings#
        785)
      + Chore(deps-dev): Bump cipher-base from 1.0.4 to 1.0.6
        (bruteforcesettings#789)
      + Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 (bruteforcesettings#
        790)
      + Build: update node and npm engines versions (bruteforcesettings#793)
      + Feat: migrate to Vue 3 (bruteforcesettings#796)
      + Update to outlined Material Symbols variant (bruteforcesettings#798)
  * circles
      + [master] Update nextcloud/ocp dependency (circles#1679)
      + Fix: propagate group name changes (circles#1829)
      + Feat(deps): Add Nextcloud 32 support on master (circles#1845)
      + Lighter link to memberships (circles#1851)
      + Fix(occ): handle share wrappers that do not have a circle (circles#
        1862)
      + Lighter api to get circles (circles#1863)
      + Fix: Set a token to shares retrieved from the DB (circles#1865)
      + Fix: Do not send a mail if public share is disabled (circles#1866)
      + Feat(psalm): Add all stubs (circles#1875)
      + Refactor(QueryBuilder): Stop calling orX() without parameters (circles#
        1876)
      + Chore(Application): Remove unused files navigation registration
        (circles#1877)
      + Fix(SyncService): Sync group display names (circles#1894)
      + Ignore non-existant users (circles#1904)
      + Speedup circles fetching (circles#1913)
      + Log issue while maintenance (circles#1914)
      + Composer upgrade and cs:fix (circles#1915)
      + Ignore empty string when adding member (circles#1923)
      + Do not refresh display name on known local user (circles#1927)
      + Only sync users on explicit request (circles#1929)
      + Fix(sharing): Handle share notes (circles#1962)
      + Perf(MemberRequest): Remove unused LEFT JOINs (circles#1969)
      + Switch to probeCircles (circles#1981)
      + Update child share permissions (circles#1989)
      + Fix: Move to vendor-bin for tools (circles#1994)
      + Add rector and apply it (circles#1995)
      + Fix share provider DI (circles#1996)
      + Chore: Set @provokateurin as second maintainer (circles#2000)
      + Fix: use shared_by user in share mail if initiator is not set (circles#
        2007)
      + Fix(ShareByCircleProvider): Include data in getSharesByPath to fix
        share_with_displayname (circles#2012)
      + Test: Fix autoloading (circles#2013)
      + Fix(LocalController): Allow to still get full details of members
        (circles#2019)
      + Update displayname on new member (circles#2023)
      + Fix: Get Sanitized Name (circles#2030)
      + Ignore eventual duplicate entries (circles#2031)
      + Fix(Command): Stop re-rendering tables for each row (circles#2042)
      + Build(composer): Stop main composer.json updates propagating to
        vendor-bin (circles#2043)
      + Feature: send email to internal users of circles when shared with
        circle (circles#2050)
      + Chore(dev-deps): Bump nextcloud/ocp package (circles#2063)
      + Feat: add option to fix display names for LDAP users (circles#2067)
      + [master] Update nextcloud/ocp dependency (circles#2068)
      + Fix(federated-teams): ignore duplicate instance and generate logs
        (circles#2069)
      + Fix: translate name of dashboard widget (circles#2073)
      + Fix(dashboard): enable rounded item icons (circles#2083)
      + Enh(loopback): ignore on occ (circles#2084)
      + Feat: Add interactive vue-based teams dashboard widget (circles#2085)
      + Fix(share): returns expiration date to front-end (circles#2090)
      + Fix: ignore empty expiration date (circles#2094)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32 (circles#
        2101)
      + Stable version (circles#2103)
      + Fix(share): extract expiration from cached data (circles#2106)
      + Update nextcloud/ocp dependency (circles#2111)
      + Fix federated teams with space-containing userid (circles#2113)
  * files_downloadlimit
      + Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1
        (files_downloadlimit#380)
      + Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.2
        (files_downloadlimit#400)
      + [master] Fix npm audit (files_downloadlimit#406)
      + Feat(deps): Add Nextcloud 32 support (files_downloadlimit#459)
      + Ci: Bring in workflow updates from upstream (files_downloadlimit#460)
      + Chore(deps): Bump @nextcloud/dialogs from 5.3.7 to 6.1.1
        (files_downloadlimit#461)
      + Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1 (files_downloadlimit
        #469)
      + Chore(deps-dev): Bump vite from 5.4.9 to 6.3.2 (files_downloadlimit#
        481)
      + Ci: update node.yml workflow from template (files_downloadlimit#483)
      + [master] Fix npm audit (files_downloadlimit#484)
      + Ci: update npm-audit-fix.yml workflow from template
        (files_downloadlimit#485)
      + Chore: update workflows from organization (files_downloadlimit#488)
      + Chore(deps): Bump svenstaro/upload-release-action from 2.9.0 to 2.11.2
        (files_downloadlimit#489)
      + Chore(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1
        (files_downloadlimit#490)
      + Chore: update and migrate to ESLint v9 (files_downloadlimit#491)
      + Fix(public): use correct color for header text (files_downloadlimit#
        494)
      + Chore(deps): Bump form-data from 4.0.3 to 4.0.4 (files_downloadlimit#
        500)
      + Chore(deps): Bump linkifyjs from 4.3.1 to 4.3.2 (files_downloadlimit#
        504)
      + Chore(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.2
        (files_downloadlimit#505)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3
        (files_downloadlimit#507)
      + Build: update node and npm engines versions (files_downloadlimit#509)
      + Fix: keep track of download count (files_downloadlimit#510)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4
        (files_downloadlimit#513)
      + Feat: migrate to web components API (files_downloadlimit#542)
      + Feat: allow to unset default download limit (files_downloadlimit#554)
  * files_pdfviewer
      + Move initialization from helper script to Vue component
        (files_pdfviewer#1107)
      + Fix disabled annotation edition in view only files (files_pdfviewer#
        1108)
      + Feat(deps): Add Nextcloud 32 support on master (files_pdfviewer#1119)
      + Chore(deps): Bump @nextcloud/dialogs from 6.0.1 to 6.1.1
        (files_pdfviewer#1120)
      + Chore(CI): Updating npm-audit-fix.yml workflow from template
        (files_pdfviewer#1121)
      + Chore(deps): Bump pdfjs-dist from 3.11.174 to 4.0.189 (reloaded)
        (files_pdfviewer#1131)
      + Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1 (files_pdfviewer#
        1142)
      + Chore(deps): Bump dompurify from 3.1.5 to 3.2.4 (files_pdfviewer#1143)
      + Chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0 (files_pdfviewer#
        1144)
      + [master] Fix npm audit (files_pdfviewer#1146)
      + Chore: move the issue template into the ISSUE_TEMPLATE folder
        (files_pdfviewer#1147)
      + Adjust saving annotations in public pages to changes in Nextcloud 31
        (files_pdfviewer#1149)
      + Fix saving annotations in paths with special characters
        (files_pdfviewer#1151)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (files_pdfviewer#1153)
      + Get PDF.js version from ??package-lock.json?? (files_pdfviewer#1159)
      + Fix: Pin pdfjs-dist to exact 4.0.189 (files_pdfviewer#1163)
      + Fix: Remove custom handling for public share pages with single files
        (files_pdfviewer#1164)
      + [master] Fix npm audit (files_pdfviewer#1175)
      + Chore(GA): update GA master (files_pdfviewer#1177)
      + [master] Fix npm audit (files_pdfviewer#1186)
      + Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
        (files_pdfviewer#1189)
      + Chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9
        (files_pdfviewer#1195)
      + Chore(deps-dev): Bump axios from 1.8.4 to 1.9.0 (files_pdfviewer#1196)
      + [master] Fix npm audit (files_pdfviewer#1201)
      + Fix: Open PDF file in ??richdocuments?? if it is not downloadable
        (files_pdfviewer#1203)
      + Chore: Update GitHub workflows from templates (files_pdfviewer#1207)
      + [master] Fix npm audit (files_pdfviewer#1210)
      + Chore(deps): Bump @nextcloud/auth from 2.4.0 to 2.5.1 (files_pdfviewer#
        1212)
      + Chore(deps): Bump @nextcloud/dialogs from 6.2.0 to 6.3.0
        (files_pdfviewer#1213)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible
        (files_pdfviewer#1214)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (files_pdfviewer#1215)
      + Chore(deps-dev): Bump webpack-dev-server from 5.1.0 to 5.2.2
        (files_pdfviewer#1217)
      + Chore: Update GitHub workflows from templates (files_pdfviewer#1218)
      + Chore(deps): Bump @nextcloud/l10n from 3.2.0 to 3.3.0 (files_pdfviewer#
        1219)
      + [master] Fix npm audit (files_pdfviewer#1226)
      + Fix: Fix content size (files_pdfviewer#1227)
      + Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.2 to 1.4.0
        (files_pdfviewer#1228)
      + Chore(deps-dev): Bump axios from 1.9.0 to 1.10.0 (files_pdfviewer#1229)
      + Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 (files_pdfviewer#1230)
      + [master] Fix npm audit (files_pdfviewer#1235)
      + Update @nextcloud/eslint-config to 9.X (files_pdfviewer#1237)
      + Chore(deps): Bump linkifyjs from 4.1.3 to 4.3.2 (files_pdfviewer#1238)
      + Chore(deps-dev): Bump cipher-base from 1.0.4 to 1.0.6 (files_pdfviewer#
        1242)
      + Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 (files_pdfviewer#
        1243)
      + [master] Fix npm audit (files_pdfviewer#1244)
      + Build: update node and npm engines versions (files_pdfviewer#1245)
      + Chore: Update GitHub workflows from templates (files_pdfviewer#1248)
      + Chore(deps): Bump @nextcloud/auth from 2.5.1 to 2.5.2 (files_pdfviewer#
        1253)
      + Chore(deps): Bump @nextcloud/sharing from 0.2.4 to 0.2.5
        (files_pdfviewer#1254)
      + Fix: Update engines in package-lock.json (files_pdfviewer#1259)
      + Fix npm audit (files_pdfviewer#1262)
      + Fix npm audit (files_pdfviewer#1268)
  * firstrunwizard
      + [master] Fix npm audit (firstrunwizard#1435)
      + Feat(deps): Add Nextcloud 32 support on master (firstrunwizard#1489)
      + Chore(deps): Bump actions/setup-node from 4.0.3 to 4.1.0
        (firstrunwizard#1490)
      + Chore(deps): Bump peter-evans/create-pull-request from 6.1.0 to 7.0.6
        (firstrunwizard#1491)
      + Chore(deps): Bump shivammathur/setup-php from 2.31.1 to 2.32.0
        (firstrunwizard#1492)
      + Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.2 (firstrunwizard#
        1493)
      + Chore(deps): Bump @nextcloud/dialogs from 5.3.7 to 6.1.1
        (firstrunwizard#1495)
      + Chore(deps): Bump marcelklehr/get-github-handles-from-website-action
        from 1.0.0 to 1.0.1 (firstrunwizard#1501)
      + Ci: Bring in workflow updates from upstream (firstrunwizard#1502)
      + Chore(deps): Bump actions/setup-node from 4.1.0 to 4.2.0
        (firstrunwizard#1506)
      + Fix: apostrophe issue (firstrunwizard#1507)
      + Chore(CI): Updating npm-audit-fix.yml workflow from template
        (firstrunwizard#1511)
      + Chore(deps): Bump shivammathur/setup-php from 2.31.1 to 2.32.0
        (firstrunwizard#1516)
      + Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1 (firstrunwizard#
        1520)
      + Chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0 (firstrunwizard#
        1524)
      + Chore(deps-dev): Bump sass from 1.83.4 to 1.85.0 (firstrunwizard#1526)
      + Chore(deps): Bump @nextcloud/vue from 8.22.0 to 8.23.1 (firstrunwizard#
        1527)
      + [master] Fix npm audit (firstrunwizard#1530)
      + Chore: move the issue template into the ISSUE_TEMPLATE folder
        (firstrunwizard#1534)
      + Chore(deps-dev): Bump vite from 5.4.14 to 6.1.1 (firstrunwizard#1535)
      + Feat: Update Nextcloud HUB release (firstrunwizard#1536)
      + Chore(deps): Bump actions/setup-node from 4.1.0 to 4.2.0
        (firstrunwizard#1537)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (firstrunwizard#1539)
      + Chore(deps): Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7
        (firstrunwizard#1544)
      + Chore(deps-dev): Bump vite from 6.1.1 to 6.2.0 (firstrunwizard#1546)
      + Chore(deps-dev): Bump sass from 1.85.0 to 1.85.1 (firstrunwizard#1547)
      + Chore(deps): Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8
        (firstrunwizard#1548)
      + Chore(deps-dev): Bump vite from 6.2.0 to 6.2.1 (firstrunwizard#1549)
      + Chore(deps-dev): Bump vite from 6.2.1 to 6.2.2 (firstrunwizard#1553)
      + [master] Fix npm audit (firstrunwizard#1560)
      + Chore(deps): Bump actions/setup-node from 4.2.0 to 4.3.0
        (firstrunwizard#1561)
      + Chore(GA): update GitHub Actions (firstrunwizard#1562)
      + Chore(deps): Bump actions/setup-node from 4.1.0 to 4.3.0
        (firstrunwizard#1564)
      + Chore(deps): Bump peter-evans/create-pull-request from 7.0.5 to 7.0.8
        (firstrunwizard#1565)
      + Chore(deps): Bump shivammathur/setup-php from 2.31.1 to 2.32.0
        (firstrunwizard#1566)
      + Chore(deps-dev): Bump sass from 1.85.1 to 1.86.0 (firstrunwizard#1567)
      + Chore(deps-dev): Bump vite from 6.2.2 to 6.2.3 (firstrunwizard#1568)
      + Chore(deps-dev): Bump vite from 6.2.3 to 6.2.4 (firstrunwizard#1572)
      + Chore(deps-dev): Bump vite from 6.2.4 to 6.2.5 (firstrunwizard#1574)
      + Chore(deps): Bump nextcloud-libraries/npm-audit-action from 0.1.0 to
        0.2.0 (firstrunwizard#1580)
      + Chore(deps-dev): Bump vite from 6.2.5 to 6.2.6 (firstrunwizard#1581)
      + Chore(deps): Bump actions/setup-node from 4.3.0 to 4.4.0
        (firstrunwizard#1585)
      + Chore(deps): Bump @babel/runtime from 7.20.13 to 7.27.0 (firstrunwizard
        #1586)
      + Chore(deps): Bump shivammathur/setup-php from 2.32.0 to 2.33.0
        (firstrunwizard#1587)
      + Chore(deps-dev): Bump sass from 1.86.0 to 1.87.0 (firstrunwizard#1591)
      + Chore(deps-dev): Bump vite from 6.2.6 to 6.3.3 (firstrunwizard#1593)
      + Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.2 to 1.5.4
        (firstrunwizard#1600)
      + Chore: update to ESLint v9 and adjust code (firstrunwizard#1603)
      + Refactor: adjust nextcloud-vue props to latest version (firstrunwizard#
        1604)
      + Feat: migrate to Vue 3 (firstrunwizard#1605)
      + Chore: adjust codeowners (firstrunwizard#1606)
      + Animations: shorten the videos from 5s to 3s to be less blocking and
        annoying (firstrunwizard#1616)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible
        (firstrunwizard#1620)
      + Chore(deps-dev): Bump brace-expansion from 1.1.11 to 1.1.12
        (firstrunwizard#1628)
      + Chore(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1
        (firstrunwizard#1629)
      + Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.0 to 7.0.0-rc.1
        (firstrunwizard#1630)
      + Chore(deps-dev): Bump sass from 1.87.0 to 1.89.2 (firstrunwizard#1631)
      + [master] Fix npm audit (firstrunwizard#1632)
      + Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.2 to 1.4.0
        (firstrunwizard#1633)
      + Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 (firstrunwizard#1634)
      + Ci: update reuse.yml workflow from template (firstrunwizard#1635)
      + Chore(deps): Bump form-data from 4.0.2 to 4.0.4 (firstrunwizard#1636)
      + Chore(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.1
        (firstrunwizard#1638)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.1 to 2.35.2
        (firstrunwizard#1640)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3
        (firstrunwizard#1641)
      + Chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (firstrunwizard#
        1642)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.4 to
        9.0.0-rc.5 (firstrunwizard#1644)
      + [master] Update nextcloud/ocp dependency (firstrunwizard#1645)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4
        (firstrunwizard#1650)
      + Make menu item icon outline styled (firstrunwizard#1651)
      + Chore(deps-dev): Bump sass from 1.90.0 to 1.91.0 (firstrunwizard#1652)
      + Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.1 to 7.0.0-rc.2
        (firstrunwizard#1653)
      + Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.6 to 9.0.0-rc.7
        (firstrunwizard#1654)
      + Chore: 29 is EOL remove it from dependabot (firstrunwizard#1655)
      + Chore(deps-dev): Bump sass from 1.91.0 to 1.92.0 (firstrunwizard#1656)
      + Chore(deps-dev): Bump vite from 7.1.3 to 7.1.4 (firstrunwizard#1657)
      + Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.7 to 9.0.0-rc.8
        (firstrunwizard#1658)
      + Ci: update workflows from organization (firstrunwizard#1659)
      + Perf: only add background jobs and app hint notifications on login
        (firstrunwizard#1660)
      + Feat: add share by bluesky and linkedin (firstrunwizard#1663)
      + Feat: add hub release information for Hub 25 Autumn (firstrunwizard#
        1665)
      + Fix: gracefully handle disabled autoplay policies (firstrunwizard#1666)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (firstrunwizard#1668)
      + Fix: resolve visual regressions on Nextcloud 32 (firstrunwizard#1671)
      + Chore(deps-dev): Bump sass from 1.92.0 to 1.92.1 (firstrunwizard#1680)
      + Update nextcloud/ocp dependency (firstrunwizard#1683)
      + Fix: ensure modal always has a min height to prevent jumping
        (firstrunwizard#1691)
      + Fix: always use the internal back button (firstrunwizard#1692)
      + Chore(deps-dev): Bump vite from 7.1.4 to 7.1.5 (firstrunwizard#1696)
      + Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.8 to 9.0.0-rc.9
        (firstrunwizard#1697)
      + Update nextcloud/ocp dependency (firstrunwizard#1700)
      + Fix npm audit (firstrunwizard#1702)
      + Chore(deps-dev): Bump vite from 7.1.5 to 7.1.6 (firstrunwizard#1712)
      + Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.2 to 7.0.0-rc.3
        (firstrunwizard#1713)
      + Update nextcloud/ocp dependency (firstrunwizard#1714)
  * logreader
      + Chore(deps): remove date-fns (logreader#1376)
      + Feat(deps): Add Nextcloud 32 support on master (logreader#1480)
      + Chore(deps-dev): bump happy-dom from 16.6.0 to 16.7.2 (logreader#1482)
      + Chore(deps-dev): bump @nextcloud/vite-config from 1.5.0 to 1.5.1
        (logreader#1483)
      + Chore(deps): bump pinia from 2.3.0 to 2.3.1 (logreader#1484)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.2 to 3.0.4
        (logreader#1486)
      + [master] Update nextcloud/ocp dependency (logreader#1490)
      + [master] Fix npm audit (logreader#1491)
      + Chore: update workflows (logreader#1493)
      + Chore(deps-dev): bump happy-dom from 16.7.3 to 16.8.1 (logreader#1497)
      + Chore: add update-nextcloud-ocp-approve-merge workflow (logreader#1501)
      + Fix(LogTable): implement virtual scrolling (logreader#1505)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.4 to 3.0.5
        (logreader#1506)
      + Chore(deps-dev): bump vite from 5.4.14 to 6.1.0 (logreader#1507)
      + Chore(deps-dev): bump happy-dom from 16.8.1 to 17.0.0 (logreader#1508)
      + [master] Update nextcloud/ocp dependency (logreader#1512)
      + Chore(deps): bump dompurify from 3.1.6 to 3.2.4 (logreader#1513)
      + Chore(deps-dev): bump elliptic from 6.6.0 to 6.6.1 (logreader#1514)
      + Chore(deps-dev): bump happy-dom from 17.0.0 to 17.1.0 (logreader#1515)
      + Chore(deps): bump @nextcloud/vue from 8.22.0 to 8.23.1 (logreader#1519)
      + [master] Update nextcloud/ocp dependency (logreader#1520)
      + Chore(deps-dev): bump happy-dom from 17.1.0 to 17.1.2 (logreader#1528)
      + Chore(deps-dev): bump vite from 6.1.0 to 6.1.1 (logreader#1529)
      + Chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (logreader#1530)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.5 to 3.0.6
        (logreader#1531)
      + [master] Update nextcloud/ocp dependency (logreader#1534)
      + Chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 (logreader#1539)
      + Chore(deps): bump axios from 1.7.9 to 1.8.1 (logreader#1542)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.6 to 3.0.7
        (logreader#1543)
      + Chore(deps-dev): bump happy-dom from 17.1.2 to 17.1.8 (logreader#1544)
      + [master] Update nextcloud/ocp dependency (logreader#1546)
      + [master] Fix npm audit (logreader#1547)
      + Chore(deps): bump axios from 1.8.1 to 1.8.2 (logreader#1548)
      + Chore(deps-dev): bump vite from 6.2.0 to 6.2.1 (logreader#1549)
      + Chore(deps-dev): bump happy-dom from 17.1.8 to 17.4.0 (logreader#1551)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.7 to 3.0.8
        (logreader#1552)
      + [master] Update nextcloud/ocp dependency (logreader#1555)
      + Fix: replace `axios` types import source (logreader#1557)
      + Chore(deps-dev): bump vite from 6.2.1 to 6.2.2 (logreader#1559)
      + Chore(deps-dev): bump @nextcloud/vite-config from 1.5.2 to 1.5.3
        (logreader#1560)
      + Chore(deps-dev): bump happy-dom from 17.4.0 to 17.4.4 (logreader#1561)
      + [master] Update nextcloud/ocp dependency (logreader#1562)
      + [master] Fix npm audit (logreader#1564)
      + Chore: update ci workflows (logreader#1567)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.8 to 3.0.9
        (logreader#1571)
      + [master] Update nextcloud/ocp dependency (logreader#1575)
      + Fix: Do not register listener when not in console (logreader#1577)
      + Chore(deps-dev): bump vite from 6.2.2 to 6.2.3 (logreader#1581)
      + [master] Update nextcloud/ocp dependency (logreader#1584)
      + Chore(deps-dev): bump vite from 6.2.3 to 6.2.4 (logreader#1588)
      + Chore(deps-dev): bump vite from 6.2.4 to 6.2.5 (logreader#1589)
      + Chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (logreader#1590)
      + Chore(deps): bump @nextcloud/vue from 8.23.1 to 8.24.0 (logreader#1592)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.0.9 to 3.1.1
        (logreader#1593)
      + [master] Update nextcloud/ocp dependency (logreader#1594)
      + Chore(deps-dev): bump vite from 6.2.5 to 6.2.6 (logreader#1601)
      + [master] Update nextcloud/ocp dependency (logreader#1605)
      + Chore(deps): bump @nextcloud/vue from 8.24.0 to 8.25.1 (logreader#1607)
      + Chore(deps-dev): bump vite from 6.2.6 to 6.3.1 (logreader#1608)
      + Chore(deps-dev): bump vite from 6.3.1 to 6.3.2 (logreader#1609)
      + [master] Update nextcloud/ocp dependency (logreader#1611)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.1.1 to 3.1.2
        (logreader#1619)
      + Chore(deps-dev): bump vite from 6.3.2 to 6.3.3 (logreader#1620)
      + [master] Update nextcloud/ocp dependency (logreader#1622)
      + [master] Fix npm audit (logreader#1624)
      + Chore: update workflows (logreader#1628)
      + Chore(deps-dev): bump vite from 6.3.3 to 6.3.4 (logreader#1632)
      + Chore(deps): bump @nextcloud/dialogs from 6.1.1 to 6.2.0 (logreader#
        1633)
      + Chore(deps-dev): bump @nextcloud/vite-config from 1.5.3 to 1.5.4
        (logreader#1634)
      + Chore(deps-dev): bump happy-dom from 17.4.4 to 17.4.6 (logreader#1635)
      + [master] Update nextcloud/ocp dependency (logreader#1637)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.1.2 to 3.1.3
        (logreader#1641)
      + Chore(deps): bump @nextcloud/vue from 8.26.0 to 8.26.1 (logreader#1642)
      + Chore(deps-dev): bump vite from 6.3.4 to 6.3.5 (logreader#1643)
      + Chore(deps-dev): bump @nextcloud/vite-config from 1.5.4 to 1.5.6
        (logreader#1644)
      + [master] Update nextcloud/ocp dependency (logreader#1648)
      + Chore(deps-dev): bump happy-dom from 17.4.6 to 17.4.7 (logreader#1651)
      + Chore(deps): bump @nextcloud/dialogs from 6.2.0 to 6.3.0 (logreader#
        1652)
      + [master] Update nextcloud/ocp dependency (logreader#1653)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.1.3 to 3.1.4
        (logreader#1656)
      + [master] Update nextcloud/ocp dependency (logreader#1660)
      + Chore(deps): bump @nextcloud/vue from 8.26.1 to 8.27.0 (logreader#1661)
      + Chore(deps-dev): bump happy-dom from 17.4.7 to 17.5.6 (logreader#1662)
      + [master] Update nextcloud/ocp dependency (logreader#1664)
      + Chore(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0 (logreader#1669)
      + Chore(deps-dev): bump happy-dom from 17.5.6 to 17.6.3 (logreader#1671)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.1.4 to 3.2.2
        (logreader#1672)
      + [master] Update nextcloud/ocp dependency (logreader#1673)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.2.2 to 3.2.3
        (logreader#1675)
      + Chore(deps-dev): bump happy-dom from 17.6.3 to 18.0.1 (logreader#1677)
      + Chore(deps-dev): bump eslint-plugin-chai-friendly from 1.0.1 to 1.1.0
        (logreader#1678)
      + Chore(deps): bump @nextcloud/dialogs from 6.3.0 to 6.3.1 (logreader#
        1679)
      + [master] Update nextcloud/ocp dependency (logreader#1680)
      + [master] Fix npm audit (logreader#1682)
      + Chore(deps-dev): bump @vitest/coverage-istanbul from 3.2.3 to 3.2.4
        (logreader#1684)
      + [master] Update nextcloud/ocp dependency (logreader#1687)
      + Chore(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 (logreader#1688)
      + Ci: update reuse.yml workflow from template (logreader#1690)
      + [master] Update nextcloud/ocp dependency (logreader#1691)
      + [master] Update nextcloud/ocp dependency (logreader#1695)
      + [master] Update nextcloud/ocp dependency (logreader#1697)
      + [master] Update nextcloud/ocp dependency (logreader#1698)
      + [master] Fix npm audit (logreader#1699)
      + [master] Update nextcloud/ocp dependency (logreader#1702)
      + Chore(deps): bump linkifyjs from 4.1.1 to 4.3.2 (logreader#1704)
      + [master] Update nextcloud/ocp dependency (logreader#1705)
      + [master] Update nextcloud/ocp dependency (logreader#1709)
      + [master] Update nextcloud/ocp dependency (logreader#1710)
      + [master] Update nextcloud/ocp dependency (logreader#1711)
      + [master] Fix npm audit (logreader#1712)
      + Build: update node and npm engines versions (logreader#1715)
      + Migrate to outlined style (logreader#1716)
      + Chore(deps): bump @nextcloud/vue from 8.29.1 to 8.29.2 (logreader#1717)
      + Chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (logreader#1718)
      + Chore(deps-dev): bump vite from 6.3.5 to 7.1.3 (logreader#1720)
      + Chore(deps): bump @nextcloud/initial-state from 2.2.0 to 3.0.0
        (logreader#1721)
      + [master] Update nextcloud/ocp dependency (logreader#1722)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (logreader#1725)
      + Update nextcloud/ocp dependency (logreader#1731)
      + Chore(deps): install @nextcloud/eslint-config v9.0.0-rc.5 (logreader#
        1737)
      + Update nextcloud/ocp dependency (logreader#1740)
      + Update nextcloud/ocp dependency (logreader#1746)
  * nextcloud_announcements
      + Feat(deps): Add Nextcloud 32 support on master (nextcloud_announcements
        #425)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#426)
      + Chore(deps-dev): Bump psalm/phar from 5.26.1 to 6.1.0
        (nextcloud_announcements#429)
      + Chore(CI): Updating pr-feedback.yml workflow from template
        (nextcloud_announcements#432)
      + Chore(deps-dev): Bump psalm/phar from 6.1.0 to 6.5.0
        (nextcloud_announcements#433)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#436)
      + Chore(deps-dev): Bump psalm/phar from 6.5.0 to 6.5.1
        (nextcloud_announcements#437)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#438)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#442)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#448)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#449)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#453)
      + Ci: Update actions (nextcloud_announcements#454)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#460)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#462)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#466)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#470)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#471)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#474)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#477)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#479)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#481)
      + Ci(github): Update workflows (nextcloud_announcements#482)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#487)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#491)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#493)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#494)
      + Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.2 to 1.4.0
        (nextcloud_announcements#495)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#497)
      + Ci: Update workflows (nextcloud_announcements#498)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#499)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#501)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#503)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#504)
      + Fix: ensure that Crawler does not run if no internet connection is
        disabled (nextcloud_announcements#506)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#510)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#511)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#512)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#513)
      + [master] Update nextcloud/ocp dependency (nextcloud_announcements#514)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (nextcloud_announcements#515)
      + Update nextcloud/ocp dependency (nextcloud_announcements#518)
      + Update nextcloud/ocp dependency (nextcloud_announcements#519)
      + Update nextcloud/ocp dependency (nextcloud_announcements#524)
  * notifications
      + [master] Fix npm audit (notifications#2150)
      + Feat(deps): Add Nextcloud 32 support on master (notifications#2159)
      + Chore(deps-dev): Bump rector/rector from 2.0.6 to 2.0.7 in /vendor-bin/
        rector (notifications#2160)
      + Chore(deps): Bump @nextcloud/dialogs from 6.0.1 to 6.1.1 (notifications
        #2161)
      + Chore(deps-dev): Bump @nextcloud/vite-config from 1.4.2 to 1.5.1
        (notifications#2162)
      + Chore(deps-dev): Bump vite from 5.4.7 to 5.4.14 (notifications#2163)
      + [master] Update nextcloud/ocp dependency (notifications#2166)
      + Fix(NotificationsApp): Fix ??Dismiss all?? on the bottom (notifications
        #2172)
      + Chore(CI): Updating npm-audit-fix.yml workflow from template
        (notifications#2174)
      + Fix(APIController): Allow self-test depending on token and not
        user-agent (notifications#2175)
      + Chore(deps): Bump ua-parser-js from 2.0.0 to 2.0.1 (notifications#2181)
      + Chore(deps-dev): Bump rector/rector from 2.0.7 to 2.0.8 in /vendor-bin/
        rector (notifications#2182)
      + Chore(deps-dev): Bump nextcloud/rector from 0.2.1 to 0.3.1 in /
        vendor-bin/rector (notifications#2183)
      + [master] Update nextcloud/ocp dependency (notifications#2186)
      + Refactor: use vars for repeated calls (notifications#2188)
      + Feat(push): Show error when internet connection is disabled in
        configuration (notifications#2189)
      + Fix(test-push): Trigger a Talk test-push for the Talk desktop
        (notifications#2190)
      + Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1 (notifications#2195)
      + Chore(deps): Bump dompurify from 3.1.6 to 3.2.4 (notifications#2196)
      + Ci: Update actions (notifications#2197)
      + Chore(deps-dev): Bump behat/behat from 3.18.1 to 3.19.0 in /tests/
        Integration (notifications#2198)
      + Chore(deps-dev): Bump rector/rector from 2.0.8 to 2.0.9 in /vendor-bin/
        rector (notifications#2199)
      + Bump ua-parser-js from 2.0.1 to 2.0.2 (notifications#2201)
      + Bump @nextcloud/vite-config from 1.5.1 to 1.5.2 (notifications#2203)
      + Bump @nextcloud/vue from 8.22.0 to 8.23.1 (notifications#2204)
      + [master] Update nextcloud/ocp dependency (notifications#2207)
      + [master] Fix npm audit (notifications#2209)
      + Fix(deps): bump nextcloud/l10n to correct latest version (notifications
        #2210)
      + Fix: replace moment() with Intl formatters (notifications#2211)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.3.0 to 1.4.0
        in /vendor-bin/openapi-extractor (notifications#2217)
      + [master] Update nextcloud/ocp dependency (notifications#2219)
      + [master] Fix npm audit (notifications#2222)
      + Fix(push): Improve test-push output (notifications#2225)
      + Ci(performance): Fix performance test and ease debugging it
        (notifications#2226)
      + Build(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2
        (notifications#2229)
      + [master] Update nextcloud/ocp dependency (notifications#2234)
      + Fix(push): Check last activity and last check for age (notifications#
        2235)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.4.0 to 1.5.0
        in /vendor-bin/openapi-extractor (notifications#2243)
      + Build(deps-dev): Bump rector/rector from 2.0.9 to 2.0.10 in /vendor-bin
        /rector (notifications#2244)
      + Build(deps): Bump axios from 1.7.4 to 1.8.2 (notifications#2245)
      + [master] Update nextcloud/ocp dependency (notifications#2246)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.5.0 to 1.5.1
        in /vendor-bin/openapi-extractor (notifications#2251)
      + Build(deps): Bump ua-parser-js from 2.0.2 to 2.0.3 (notifications#2253)
      + Build(deps-dev): Bump @nextcloud/vite-config from 1.5.2 to 1.5.3
        (notifications#2254)
      + [master] Update nextcloud/ocp dependency (notifications#2256)
      + Ci: Update actions (notifications#2257)
      + Style: fix custom icon height (notifications#2260)
      + [master] Update nextcloud/ocp dependency (notifications#2261)
      + Build(deps-dev): Bump vite from 6.2.2 to 6.2.3 (notifications#2268)
      + Build(deps-dev): Bump guzzlehttp/guzzle from 7.9.2 to 7.9.3 in /tests/
        Integration (notifications#2269)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.5.1 to 1.5.2
        in /vendor-bin/openapi-extractor (notifications#2270)
      + Build(deps-dev): Bump rector/rector from 2.0.10 to 2.0.11 in /
        vendor-bin/rector (notifications#2271)
      + [master] Update nextcloud/ocp dependency (notifications#2272)
      + Build(deps-dev): Bump vite from 6.2.3 to 6.2.4 (notifications#2278)
      + Chore(deps): bump @nextcloud/vue from 8.23.1 to 8.24.0 (notifications#
        2280)
      + [master] Update nextcloud/ocp dependency (notifications#2282)
      + Build(deps-dev): Bump vite from 6.2.4 to 6.2.5 (notifications#2286)
      + Build(deps-dev): Bump behat/behat from 3.19.0 to 3.20.0 in /tests/
        Integration (notifications#2287)
      + Build(deps-dev): Bump nextcloud/rector from 0.3.1 to 0.4.1 in /
        vendor-bin/rector (notifications#2288)
      + Ci: Fix typo in performance integration test run (notifications#2291)
      + Build(deps-dev): Bump vite from 6.2.5 to 6.2.6 (notifications#2294)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.5.2 to 1.5.3
        in /vendor-bin/openapi-extractor (notifications#2295)
      + [master] Update nextcloud/ocp dependency (notifications#2296)
      + Build(deps): Bump @nextcloud/vue from 8.24.0 to 8.25.1 (notifications#
        2299)
      + [master] Update nextcloud/ocp dependency (notifications#2300)
      + Fix: prevent double frontend load on production (notifications#2307)
      + Build(deps-dev): Bump behat/behat from 3.20.0 to 3.21.1 in /tests/
        Integration (notifications#2310)
      + Build(deps-dev): Bump rector/rector from 2.0.11 to 2.0.12 in /
        vendor-bin/rector (notifications#2311)
      + Build(deps): Bump @nextcloud/vue from 8.25.1 to 8.26.0 (notifications#
        2312)
      + [master] Update nextcloud/ocp dependency (notifications#2313)
      + [master] Fix npm audit (notifications#2317)
      + Build(deps-dev): Bump vite from 6.2.6 to 6.3.4 (notifications#2319)
      + Build(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0 (notifications
        #2322)
      + Build(deps-dev): Bump @nextcloud/vite-config from 1.5.3 to 1.5.4
        (notifications#2323)
      + Build(deps-dev): Bump rector/rector from 2.0.12 to 2.0.14 in /
        vendor-bin/rector (notifications#2324)
      + [master] Update nextcloud/ocp dependency (notifications#2327)
      + Build(deps-dev): Bump @nextcloud/vite-config from 1.5.4 to 1.5.6
        (notifications#2333)
      + Build(deps): Bump @nextcloud/vue from 8.26.0 to 8.26.1 (notifications#
        2334)
      + Build(deps-dev): Bump behat/behat from 3.21.1 to 3.22.0 in /tests/
        Integration (notifications#2335)
      + Build(deps-dev): Bump rector/rector from 2.0.14 to 2.0.15 in /
        vendor-bin/rector (notifications#2336)
      + [master] Update nextcloud/ocp dependency (notifications#2343)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.5.3 to 1.7.0
        in /vendor-bin/openapi-extractor (notifications#2346)
      + Build(deps-dev): Bump rector/rector from 2.0.15 to 2.0.16 in /
        vendor-bin/rector (notifications#2348)
      + Build(deps): Bump @nextcloud/dialogs from 6.2.0 to 6.3.0 (notifications
        #2349)
      + [master] Update nextcloud/ocp dependency (notifications#2350)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible
        (notifications#2352)
      + Ci: Skip printing the log as we count the queries and upload it already
        (notifications#2356)
      + Perf: Only apply default settings when user is created or settings are
        requested (notifications#2357)
      + Ci: Update workflows (notifications#2358)
      + Fix: Align FakeUser with IUser interface again (notifications#2362)
      + Build(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (notifications#2363)
      + [master] Update nextcloud/ocp dependency (notifications#2366)
      + [master] Update nextcloud/ocp dependency (notifications#2370)
      + Build(deps): Bump @nextcloud/vue from 8.26.1 to 8.27.0 (notifications#
        2371)
      + Build(deps-dev): Bump rector/rector from 2.0.16 to 2.0.17 in /
        vendor-bin/rector (notifications#2372)
      + Feat(APIController): Return nid when doing push self-test
        (notifications#2375)
      + [master] Update nextcloud/ocp dependency (notifications#2376)
      + Ci: Enable debug and debug logging (notifications#2377)
      + [master] Update nextcloud/ocp dependency (notifications#2378)
      + Ci(psalm): Update psalm to 6.12 (notifications#2379)
      + Build(deps): Bump @nextcloud/l10n from 3.2.0 to 3.3.0 (notifications#
        2380)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.7.0 to 1.8.0
        in /vendor-bin/openapi-extractor (notifications#2381)
      + [master] Update nextcloud/ocp dependency (notifications#2383)
      + Chore(deps): bump @nextcloud/eslint-config from 8.4.2 to 9.0.0-rc.2
        (notifications#2384)
      + [master] Update nextcloud/ocp dependency (notifications#2386)
      + [master] Update nextcloud/ocp dependency (notifications#2387)
      + Build(deps-dev): Bump rector/rector from 2.0.17 to 2.0.18 in /
        vendor-bin/rector (notifications#2388)
      + Build(deps): Bump @nextcloud/dialogs from 6.3.0 to 6.3.1 (notifications
        #2389)
      + [master] Fix npm audit (notifications#2392)
      + [master] Update nextcloud/ocp dependency (notifications#2394)
      + Fix(deps): migrate app to Vue 3 (notifications#2395)
      + Fix(notification): handle notification as an object prop (notifications
        #2396)
      + [master] Update nextcloud/ocp dependency (notifications#2397)
      + Refactor: move to `NcDateTime` for formatted dates (notifications#2398)
      + Fix: adjust time format for notifications (notifications#2399)
      + Chore: Update coding-standards to 1.4 (notifications#2400)
      + Ci: Adjust performance base with current master (notifications#2401)
      + Ci: Update workflows (notifications#2403)
      + Build(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 (notifications#2404)
      + [master] Update nextcloud/ocp dependency (notifications#2405)
      + Fix(router): Remove routes.php (notifications#2407)
      + Build(deps-dev): Bump rector/rector from 2.0.18 to 2.1.0 in /vendor-bin
        /rector (notifications#2408)
      + [master] Update nextcloud/ocp dependency (notifications#2411)
      + [master] Update nextcloud/ocp dependency (notifications#2413)
      + [master] Update nextcloud/ocp dependency (notifications#2417)
      + Build(deps-dev): Bump vimeo/psalm from 6.12.0 to 6.12.1 in /vendor-bin/
        psalm (notifications#2418)
      + [master] Update nextcloud/ocp dependency (notifications#2419)
      + Build(csfixer): Bump CS Fixer fo 3.82 (notifications#2420)
      + [master] Update nextcloud/ocp dependency (notifications#2421)
      + [master] Update nextcloud/ocp dependency (notifications#2422)
      + Build(deps-dev): Bump rector/rector from 2.1.0 to 2.1.1 in /vendor-bin/
        rector (notifications#2423)
      + [master] Update nextcloud/ocp dependency (notifications#2424)
      + [master] Update nextcloud/ocp dependency (notifications#2427)
      + [master] Update nextcloud/ocp dependency (notifications#2428)
      + Build(deps-dev): Bump behat/behat from 3.22.0 to 3.23.0 in /tests/
        Integration (notifications#2429)
      + Build(deps-dev): Bump vimeo/psalm from 6.12.1 to 6.13.0 in /vendor-bin/
        psalm (notifications#2430)
      + Build(deps-dev): Bump rector/rector from 2.1.1 to 2.1.2 in /vendor-bin/
        rector (notifications#2431)
      + [master] Fix npm audit (notifications#2432)
      + Chore(deps): bump @nextcloud/vue library to 9.0.0-rc.4 (notifications#
        2435)
      + [master] Update nextcloud/ocp dependency (notifications#2436)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.8.0 to 1.8.1
        in /vendor-bin/openapi-extractor (notifications#2438)
      + [master] Update nextcloud/ocp dependency (notifications#2439)
      + [master] Fix npm audit (notifications#2442)
      + [master] Update nextcloud/ocp dependency (notifications#2444)
      + Build(deps): Bump linkifyjs from 4.3.1 to 4.3.2 (notifications#2445)
      + [master] Update nextcloud/ocp dependency (notifications#2446)
      + [master] Update nextcloud/ocp dependency (notifications#2448)
      + [master] Fix npm audit (notifications#2450)
      + [master] Update nextcloud/ocp dependency (notifications#2453)
      + Ci(github): Update workflows (notifications#2454)
      + [master] Update nextcloud/ocp dependency (notifications#2455)
      + Build(deps-dev): Bump vimeo/psalm from 6.13.0 to 6.13.1 in /vendor-bin/
        psalm (notifications#2456)
      + [master] Update nextcloud/ocp dependency (notifications#2457)
      + [master] Update nextcloud/ocp dependency (notifications#2458)
      + [master] Update nextcloud/ocp dependency (notifications#2460)
      + Build(deps-dev): Bump rector/rector from 2.1.2 to 2.1.4 in /vendor-bin/
        rector (notifications#2461)
      + [master] Update nextcloud/ocp dependency (notifications#2462)
      + Fix: change in-app icons to outline (notifications#2463)
      + [master] Update nextcloud/ocp dependency (notifications#2464)
      + [master] Update nextcloud/ocp dependency (notifications#2465)
      + [master] Update nextcloud/ocp dependency (notifications#2466)
      + Chore(deps): bump @nextcloud/vue to v9.0.0-rc.6 (notifications#2467)
      + Build(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 (notifications#2468)
      + [master] Update nextcloud/ocp dependency (notifications#2469)
      + Build: update node and npm engines versions (notifications#2472)
      + [master] Update nextcloud/ocp dependency (notifications#2473)
      + Chore(deps): bump @nextcloud/vue to v9.0.0-rc.7 (notifications#2474)
      + Fix: use outline svg icon for notifications (notifications#2475)
      + [master] Update nextcloud/ocp dependency (notifications#2476)
      + Build(deps): Bump ua-parser-js from 2.0.3 to 2.0.4 (notifications#2477)
      + Build(deps-dev): Bump @nextcloud/eslint-config from 9.0.0-rc.4 to
        9.0.0-rc.5 (notifications#2478)
      + Build(deps): Bump @nextcloud/initial-state from 2.2.0 to 3.0.0
        (notifications#2479)
      + Build(deps-dev): Bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 in /tests/
        Integration (notifications#2480)
      + Build(deps): Bump @nextcloud/dialogs from 7.0.0-rc.1 to 7.0.0-rc.2
        (notifications#2481)
      + Build(deps-dev): Bump nextcloud/openapi-extractor from 1.8.1 to 1.8.2
        in /vendor-bin/openapi-extractor (notifications#2482)
      + [master] Update nextcloud/ocp dependency (notifications#2483)
      + [master] Update nextcloud/ocp dependency (notifications#2486)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (notifications#2487)
      + Build(deps): Bump vue from 3.5.20 to 3.5.21 (notifications#2493)
      + Build(deps): Bump @nextcloud/vue from 9.0.0-rc.7 to 9.0.0-rc.8
        (notifications#2494)
      + Update nextcloud/ocp dependency (notifications#2497)
      + Update nextcloud/ocp dependency (notifications#2500)
      + Fix npm audit (notifications#2501)
      + Update nextcloud/ocp dependency (notifications#2506)
      + Build(deps): Bump @nextcloud/vue from 9.0.0-rc.8 to 9.0.0-rc.9
        (notifications#2513)
      + Build(deps): Bump ua-parser-js from 2.0.4 to 2.0.5 (notifications#2514)
      + Update nextcloud/ocp dependency (notifications#2519)
      + Chore(deps): bump @nextcloud/dialogs 7.0.0-rc.3 (notifications#2522)
      + Fix(permissions): Correctly ask for browser permissions (notifications#
        2526)
  * password_policy
      + Feat: Allow to configure different policies per password context
        (password_policy#717)
      + Chore(deps-dev): Bump vite from 5.4.9 to 5.4.14 (password_policy#720)
      + Feat(deps): Add Nextcloud 32 support on master (password_policy#722)
      + Chore(deps): Bump @nextcloud/dialogs from 6.0.1 to 6.1.1
        (password_policy#724)
      + Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.0 to 1.5.1
        (password_policy#725)
      + Chore(CI): Updating npm-audit-fix.yml workflow from template
        (password_policy#726)
      + Chore(deps-dev): Bump vite from 5.4.14 to 6.1.0 (password_policy#733)
      + Chore(deps-dev): Bump sass from 1.83.4 to 1.84.0 (password_policy#734)
      + Bump @nextcloud/l10n from 3.1.0 to 3.2.0 (password_policy#738)
      + Bump sass from 1.84.0 to 1.85.0 (password_policy#739)
      + Build(deps-dev): Bump elliptic from 6.6.0 to 6.6.1 (password_policy#
        740)
      + [master] Fix npm audit (password_policy#743)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (password_policy#746)
      + Chore(deps-dev): Bump vite from 6.1.0 to 6.1.1 (password_policy#747)
      + Chore(deps-dev): Bump sass from 1.85.0 to 1.85.1 (password_policy#748)
      + Chore(deps-dev): Bump typescript from 5.7.3 to 5.8.2 (password_policy#
        749)
      + Chore(deps-dev): Bump vite from 6.1.1 to 6.2.0 (password_policy#750)
      + Chore(deps-dev): Bump vite from 6.2.0 to 6.2.1 (password_policy#751)
      + Chore(deps): Bump axios from 1.7.4 to 1.8.2 (password_policy#752)
      + Chore(deps-dev): Bump vite from 6.2.1 to 6.2.2 (password_policy#753)
      + [master] Fix npm audit (password_policy#755)
      + Chore(ci): Update workflows from templates (password_policy#759)
      + Chore(deps-dev): Bump sass from 1.85.1 to 1.86.0 (password_policy#760)
      + Chore(deps-dev): Bump vite from 6.2.2 to 6.2.3 (password_policy#762)
      + Chore(deps-dev): Bump vite from 6.2.3 to 6.2.4 (password_policy#766)
      + Chore(deps-dev): Bump vite from 6.2.4 to 6.2.5 (password_policy#767)
      + Chore(deps-dev): Bump typescript from 5.8.2 to 5.8.3 (password_policy#
        768)
      + Chore(deps-dev): Bump sass from 1.86.0 to 1.86.3 (password_policy#769)
      + [master] Fix npm audit (password_policy#771)
      + Chore(deps-dev): Bump vite from 6.2.5 to 6.2.6 (password_policy#772)
      + Chore(deps-dev): Bump vite from 6.2.6 to 6.3.2 (password_policy#774)
      + Chore(deps-dev): Bump vite from 6.3.2 to 6.3.3 (password_policy#777)
      + Chore(deps-dev): Bump sass from 1.86.3 to 1.87.0 (password_policy#778)
      + Chore(deps-dev): Bump vite from 6.3.3 to 6.3.4 (password_policy#779)
      + Chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0
        (password_policy#780)
      + Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.3 to 1.5.4
        (password_policy#781)
      + Chore(deps-dev): Bump vite from 6.3.4 to 6.3.5 (password_policy#782)
      + Chore(deps-dev): Bump sass from 1.87.0 to 1.89.0 (password_policy#785)
      + Chore(deps): Bump @nextcloud/dialogs from 6.2.0 to 6.3.0
        (password_policy#786)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (password_policy#787)
      + Chore(deps-dev): Bump sass from 1.89.0 to 1.89.1 (password_policy#788)
      + Chore(deps-dev): Bump sass from 1.89.1 to 1.89.2 (password_policy#793)
      + Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 (password_policy#795)
      + Build: update node and npm engines versions (password_policy#801)
      + Ci(github): Update workflows (password_policy#802)
      + Chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 (password_policy#
        807)
      + Chore(deps-dev): Bump sass from 1.89.2 to 1.91.0 (password_policy#809)
  * photos
      + Enh: Migrate from custom webdav v4 handling to webdav v5 with
        `@nextcloud/files` (photos#2312)
      + Chore(deps): Bump debounce from 1.2.1 to 2.2.0 (photos#2742)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1
        (photos#2743)
      + Chore(deps): Bump @mdi/svg from 7.3.67 to 7.4.47 (photos#2745)
      + Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to
        3.0.1 (photos#2746)
      + [master] Fix npm audit (photos#2766)
      + Feat: Ease opening photos picker in album content view (photos#2772)
      + Feat(deps): Add Nextcloud 32 support on master (photos#2776)
      + [master] Update nextcloud/ocp dependency (photos#2784)
      + Chore: Move Create new album action out of menu (photos#2794)
      + Fix: Usage of FilePicker (photos#2798)
      + Chore(deps): Bump serialize-javascript and workbox-webpack-plugin
        (photos#2800)
      + Chore(deps): Bump elliptic from 6.6.0 to 6.6.1 (photos#2807)
      + [master] Update nextcloud/ocp dependency (photos#2809)
      + Chore(deps-dev): Bump dockerode from 4.0.2 to 4.0.4 (photos#2817)
      + Chore(deps): Bump @nextcloud/sharing from 0.1.0 to 0.2.4 (photos#2818)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.4.2
        (photos#2819)
      + Chore(deps): Bump @nextcloud/l10n from 2.2.0 to 3.2.0 (photos#2820)
      + Chore(deps-dev): Bump tslib from 2.6.2 to 2.8.1 (photos#2821)
      + [master] Update nextcloud/ocp dependency (photos#2828)
      + [master] Fix npm audit (photos#2829)
      + Chore(deps-dev): Bump cypress-split from 1.24.7 to 1.24.14 (photos#
        2839)
      + Chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2 (photos#2840)
      + Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.1 (photos
        #2842)
      + [master] Update nextcloud/ocp dependency (photos#2844)
      + Chore(deps): Bump qs from 6.13.1 to 6.14.0 (photos#2853)
      + Chore(deps-dev): Bump @nextcloud/babel-config from 1.0.0 to 1.2.0
        (photos#2854)
      + [master] Update nextcloud/ocp dependency (photos#2859)
      + [master] Fix npm audit (photos#2862)
      + [master] Update nextcloud/ocp dependency (photos#2868)
      + Chore: Update workflows (photos#2869)
      + Chore(deps-dev): Bump wait-on from 7.2.0 to 8.0.3 (photos#2873)
      + Chore(deps-dev): Bump cypress-wait-until from 2.0.1 to 3.0.2 (photos#
        2874)
      + Chore(deps): Bump cypress-io/github-action from 6.7.8 to 6.7.16 (photos
        #2875)
      + Chore(deps): Bump shivammathur/setup-php from 2.31.1 to 2.32.0 (photos#
        2876)
      + Chore(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.1 (photos#
        2877)
      + Chore(deps): Bump peter-evans/create-pull-request from 7.0.5 to 7.0.8
        (photos#2878)
      + Chore(deps): Bump actions/setup-node from 4.1.0 to 4.3.0 (photos#2879)
      + Chore(deps): Bump @nextcloud/logger from 2.7.0 to 3.0.2 (photos#2884)
      + [master] Update nextcloud/ocp dependency (photos#2890)
      + [master] Fix npm audit (photos#2892)
      + Chore(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (photos#
        2895)
      + [master] Update nextcloud/ocp dependency (photos#2903)
      + Fix(l10n): Improve translation exclude list (photos#2904)
      + Fix(l10n): remove breaking trailing dot after curly brace (photos#2908)
      + Chore(deps-dev): Bump typescript from 4.9.5 to 5.8.3 (photos#2915)
      + [master] Update nextcloud/ocp dependency (photos#2919)
      + [master] Fix npm audit (photos#2922)
      + Chore: Migrate to vite (photos#2928)
      + Chore: Migrate to typescript (photos#2930)
      + Chore(deps): Bump nextcloud-libraries/npm-audit-action from 0.1.0 to
        0.2.0 (photos#2932)
      + [master] Update nextcloud/ocp dependency (photos#2938)
      + [master] Fix npm audit (photos#2940)
      + Chore(deps): Bump actions/setup-node from 4.3.0 to 4.4.0 (photos#2942)
      + Chore(deps): Bump vite from 6.2.5 to 6.3.2 (photos#2946)
      + Chore: update workflows from organization (photos#2947)
      + Ci: drop stable29 from dependabot and include `vendor-bin` (photos#
        2948)
      + Perf: group icons into one chunk and extract CSS (photos#2949)
      + Chore(deps-dev): Bump symfony/console from 6.0.0 to 7.2.5 in /
        vendor-bin/psalm (photos#2951)
      + Chore(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.21 (photos#
        2952)
      + Chore(deps-dev): Bump vitest from 3.1.1 to 3.1.2 (photos#2954)
      + Chore(deps-dev): Bump dockerode from 4.0.5 to 4.0.6 (photos#2957)
      + Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.12 to
        1.0.0-beta.14 (photos#2959)
      + Chore(CI): Updating pr-feedback.yml workflow from template (photos#
        2964)
      + Fix(Places): Use event metadata to compute the place (photos#2966)
      + Chore: Migrate to Node API (photos#2968)
      + Chore(deps-dev): Bump cypress-visual-regression from 5.2.2 to 5.3.0
        (photos#2969)
      + Chore(deps-dev): Bump @types/dockerode from 3.3.32 to 3.3.38 (photos#
        2971)
      + [master] Update nextcloud/ocp dependency (photos#2981)
      + [master] Fix npm audit (photos#2983)
      + Perf: Use direct import for @nc/vue (photos#2984)
      + Feat: Add filters in timeline view (photos#2986)
      + Chore(deps): Bump vite from 6.3.2 to 6.3.4 (photos#2987)
      + Chore(deps): Bump axios from 1.8.4 to 1.9.0 (photos#2994)
      + Chore(deps-dev): Bump happy-dom from 17.4.4 to 17.4.6 (photos#2995)
      + [master] Update nextcloud/ocp dependency (photos#2996)
      + [master] Fix npm audit (photos#2998)
      + Chore(deps): Bump cypress-io/github-action from 6.7.16 to 6.9.0 (photos
        #3000)
      + Fix: Adapt sidebar tab to new fileinfo structure (photos#3001)
      + Test(e2ee): Improve e2ee test suite (photos#3002)
      + Feat: Support setting and getting filters in albums (photos#3003)
      + Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.4 to 1.5.6
        (photos#3006)
      + Chore(deps): Bump @nextcloud/moment from 1.3.2 to 1.3.4 (photos#3007)
      + [master] Fix npm audit (photos#3014)
      + Chore(i18n): Improved grammar (photos#3015)
      + Chore(deps-dev): Bump undici from 5.28.5 to 5.29.0 (photos#3017)
      + Chore: Apply rector php8.1 set (photos#3018)
      + Chore: Remove psalm-baseline.xml and correct issues (photos#3019)
      + [master] Update nextcloud/ocp dependency (photos#3021)
      + [master] Fix npm audit (photos#3022)
      + Chore(deps): Bump cypress-io/github-action from 6.9.0 to 6.9.2 (photos#
        3023)
      + Chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3 (photos#
        3024)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible (photos#
        3029)
      + Fix: Propagate DAV permissions to the Viewer (photos#3042)
      + Chore: update to ESLint v9 and adjust code (photos#3043)
      + Chore(deps-dev): Bump @types/dockerode from 3.3.38 to 3.3.39 (photos#
        3046)
      + Chore(deps-dev): Bump eslint-plugin-cypress from 3.6.0 to 5.0.1 (photos
        #3047)
      + Chore(deps-dev): Bump postcss from 8.5.3 to 8.5.4 (photos#3048)
      + Chore(deps-dev): Bump @vitest/coverage-v8 from 3.1.2 to 3.1.4 (photos#
        3050)
      + [master] Update nextcloud/ocp dependency (photos#3054)
      + [master] Fix npm audit (photos#3057)
      + Chore(deps): Bump tar-fs from 2.1.2 to 2.1.3 (photos#3058)
      + Chore(deps-dev): Bump eslint-plugin-cypress from 5.0.1 to 5.1.0 (photos
        #3063)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (photos#3064)
      + Chore(deps-dev): Bump @vitest/coverage-v8 from 3.1.4 to 3.2.2 (photos#
        3065)
      + Chore(deps-dev): Bump happy-dom from 17.4.6 to 17.6.3 (photos#3067)
      + [master] Update nextcloud/ocp dependency (photos#3069)
      + [master] Fix npm audit (photos#3070)
      + Chore(deps): Bump cypress-io/github-action from 6.9.2 to 6.10.0 (photos
        #3072)
      + Chore(deps-dev): Bump happy-dom from 17.6.3 to 18.0.1 (photos#3075)
      + [master] Update nextcloud/ocp dependency (photos#3082)
      + Chore(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1 (photos#
        3083)
      + Feat: Unify filters inputs in the navigation sidebar (photos#3085)
      + Chore(deps-dev): Bump dockerode from 4.0.6 to 4.0.7 (photos#3086)
      + Chore(deps-dev): Bump postcss from 8.5.4 to 8.5.6 (photos#3087)
      + Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.2 to 1.4.0 in
        /vendor-bin/cs-fixer (photos#3090)
      + [master] Update nextcloud/ocp dependency (photos#3091)
      + Chore(deps): Bump cypress-io/github-action from 6.10.0 to 6.10.1
        (photos#3093)
      + Chore(deps): Bump pbkdf2 from 3.1.2 to 3.1.3 (photos#3094)
      + Ci: update npm-audit-fix.yml workflow from template (photos#3098)
      + Ci: update reuse.yml workflow from template (photos#3099)
      + [master] Update nextcloud/ocp dependency (photos#3100)
      + [master] Update nextcloud/ocp dependency (photos#3101)
      + [master] Update nextcloud/ocp dependency (photos#3107)
      + Chore(deps): Bump form-data from 4.0.0 to 4.0.4 (photos#3109)
      + [master] Update nextcloud/ocp dependency (photos#3111)
      + Chore(deps): Bump cypress-io/github-action from 6.10.1 to 6.10.2
        (photos#3112)
      + Fix: close sidebar on navigation change (photos#3113)
      + [master] Update nextcloud/ocp dependency (photos#3121)
      + Chore(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.2 (photos#
        3122)
      + Chore(deps): Bump tmp from 0.2.3 to 0.2.4 (photos#3124)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3 (photos#
        3129)
      + Chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (photos#3130)
      + Feat: Switch to outline icons (photos#3131)
      + Fix: Fallback to icon if collection cover fails to load (photos#3133)
      + [master] Update nextcloud/ocp dependency (photos#3136)
      + Chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0 (photos#3139)
      + Build: update node and npm engines versions (photos#3141)
      + Use material symbol variant of download and delete icon (photos#3143)
      + Chore(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4 (photos#
        3146)
      + Fix(AutomaticPlaceMapperJob): Do not fail when there are no users
        (photos#3148)
      + Missing migration attributes (photos#3149)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32 (photos#
        3150)
      + Replace mdi download icon with Material Symbol variant (photos#3153)
      + Chore(deps): Add missing resolved and integrity fields in
        package-lock.json (photos#3180)
      + Validate album names (photos#3184)
  * privacy
      + Feat(deps): Add Nextcloud 32 support on master (privacy#1158)
      + Ci: Bring in workflow updates from upstream (privacy#1163)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible (privacy#
        1175)
      + Ci: update node.yml workflow from template (privacy#1177)
      + Chore(deps): Bump @babel/runtime from 7.22.10 to 7.27.4 (privacy#1179)
      + Ci: update npm-audit-fix.yml workflow from template (privacy#1185)
      + Ci: update reuse.yml workflow from template (privacy#1186)
      + Chore(deps): Bump linkifyjs from 4.1.1 to 4.3.2 (privacy#1187)
      + Build: update node and npm engines versions (privacy#1190)
  * recommendations
      + Chore(deps-dev): Bump @nextcloud/babel-config from 1.1.1 to 1.2.0
        (recommendations#751)
      + [master] Fix npm audit (recommendations#807)
      + Chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1
        (recommendations#815)
      + Feat(deps): Add Nextcloud 32 support on master (recommendations#837)
      + Ci: Bring in workflow updates from upstream (recommendations#838)
      + Chore: Migrate from `@nextcloud/vue-dashoard` to `@nextcloud/vue`
        (recommendations#839)
      + Fix: Correct alignment of recommendation text (recommendations#848)
      + Feat!: Add more helpful descriptions to recommended files
        (recommendations#849)
      + Chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0 (recommendations#
        851)
      + Chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2
        (recommendations#852)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (recommendations#853)
      + Chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9
        (recommendations#857)
      + Chore(deps): Bump @nextcloud/vue from 8.22.0 to 8.26.0 (recommendations
        #859)
      + Fix(dashboard): empty dashboard widget (recommendations#861)
      + Ci: add renovate config (recommendations#864)
      + Chore(deps): Bump axios from 1.7.4 to 1.9.0 (recommendations#869)
      + Chore(deps): Bump @babel/runtime from 7.24.0 to 7.27.1 (recommendations
        #870)
      + Fix(Dashboard): hides overflow for text (recommendations#875)
      + Chore(deps): Bump @nextcloud/vue from 8.26.1 to 8.27.0 (recommendations
        #877)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (recommendations#878)
      + Ci: update node.yml workflow from template (recommendations#879)
      + Chore(deps-dev): Bump webpack-dev-server from 5.1.0 to 5.2.2
        (recommendations#880)
      + Add license info for renovate config (recommendations#882)
      + Chore: replace Pytal with myself as codeowners (recommendations#886)
      + Ci: update reuse.yml workflow from template (recommendations#891)
      + [master] Fix npm audit (recommendations#894)
      + [master] Fix npm audit (recommendations#896)
      + [master] Fix npm audit (recommendations#901)
      + Build(deps): bump linkifyjs from 4.1.3 to 4.3.2 (recommendations#902)
      + [master] Fix npm audit (recommendations#909)
      + Build: update node and npm engines versions (recommendations#910)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (recommendations#915)
  * related_resources
      + Feat(deps): Add Nextcloud 32 support on master (related_resources#531)
      + Ci: Bring in workflow updates from upstream (related_resources#532)
      + Chore(deps-dev): bump elliptic from 6.6.0 to 6.6.1 (related_resources#
        544)
      + Chore(deps): bump dompurify from 3.1.2 to 3.2.4 (related_resources#545)
      + Chore(deps): bump axios from 1.6.8 to 1.8.4 (related_resources#566)
      + Chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.9
        (related_resources#586)
      + Ci: update node.yml workflow from template (related_resources#606)
      + Chore(deps-dev): bump nextcloud/coding-standard from 1.2.1 to 1.4.0
        (related_resources#613)
      + Chore(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 (related_resources#
        618)
      + Chore(deps): bump @babel/runtime from 7.18.6 to 7.27.6
        (related_resources#619)
      + Ci: update npm-audit-fix.yml workflow from template (related_resources#
        620)
      + Fix: add check if app is enabled for RelatedService (related_resources#
        636)
      + Chore(deps): bump linkifyjs from 4.0.0 to 4.3.2 (related_resources#637)
      + Chore(workflows): Update lint-php-cs workflow (related_resources#646)
      + Build: update node and npm engines versions (related_resources#648)
      + Chore(deps): bump @nextcloud/vue from 8.14.0 to 8.30.0
        (related_resources#658)
      + Chore(deps-dev): bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (related_resources#660)
      + Chore(deps-dev): bump @nextcloud/webpack-vue-config from 6.0.1 to 6.3.0
        (related_resources#667)
      + Chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (related_resources#669)
  * serverinfo
      + Feat(deps): Add Nextcloud 32 support on master (serverinfo#737)
      + Show php-fpm data if available (serverinfo#738)
      + [master] Update nextcloud/ocp dependency (serverinfo#739)
      + [master] Update nextcloud/ocp dependency (serverinfo#748)
      + [master] Update nextcloud/ocp dependency (serverinfo#752)
      + [master] Update nextcloud/ocp dependency (serverinfo#754)
      + [master] Update nextcloud/ocp dependency (serverinfo#756)
      + [master] Update nextcloud/ocp dependency (serverinfo#758)
      + [master] Update nextcloud/ocp dependency (serverinfo#762)
      + Chore: update workflows (serverinfo#763)
      + Ci(actions): add yaml workflow (serverinfo#766)
      + Chore: add vendor-bin (serverinfo#777)
      + Ci(deps): Bump shivammathur/setup-php from 2.31.1 to 2.32.0 in /.github
        /workflows (serverinfo#778)
      + Ci(deps): Bump peter-evans/create-pull-request from 7.0.5 to 7.0.8 in
        /.github/workflows (serverinfo#779)
      + Ci(deps): Bump astral-sh/setup-uv from 5.3.1 to 5.4.1 in /.github/
        workflows (serverinfo#780)
      + Chore: add override attribute (serverinfo#785)
      + [master] Update nextcloud/ocp dependency (serverinfo#786)
      + [master] Update nextcloud/ocp dependency (serverinfo#787)
      + Ci(deps): Bump astral-sh/setup-uv from 5.4.1 to 5.4.2 in /.github/
        workflows (serverinfo#789)
      + Ci(deps): Bump shivammathur/setup-php from 2.32.0 to 2.33.0 in /.github
        /workflows (serverinfo#790)
      + [master] Update nextcloud/ocp dependency (serverinfo#791)
      + Ci(deps-dev): Bump vimeo/psalm from 6.10.0 to 6.10.1 in /vendor-bin/
        psalm (serverinfo#795)
      + Ci(deps): Bump astral-sh/setup-uv from 5.4.2 to 6.0.0 in /.github/
        workflows (serverinfo#796)
      + [master] Update nextcloud/ocp dependency (serverinfo#798)
      + Ci(deps): Bump astral-sh/setup-uv from 6.0.0 to 6.0.1 in /.github/
        workflows (serverinfo#800)
      + [master] Update nextcloud/ocp dependency (serverinfo#802)
      + Ci(deps-dev): Bump vimeo/psalm from 6.10.1 to 6.10.3 in /vendor-bin/
        psalm (serverinfo#803)
      + [master] Update nextcloud/ocp dependency (serverinfo#804)
      + Ci: drop zizmor (serverinfo#808)
      + Chore(actions): update workflows (serverinfo#810)
      + Fix: get actual number of active users (serverinfo#814)
      + Chore: drop yaml linter workflow (serverinfo#816)
      + Feat: add cpu value object (serverinfo#820)
      + [master] Update nextcloud/ocp dependency (serverinfo#823)
      + Chore(actions): update workflows (serverinfo#827)
      + Ci(deps-dev): Bump vimeo/psalm from 6.10.3 to 6.11.0 in /vendor-bin/
        psalm (serverinfo#830)
      + [master] Update nextcloud/ocp dependency (serverinfo#832)
      + Ci(deps-dev): Bump vimeo/psalm from 6.11.0 to 6.12.0 in /vendor-bin/
        psalm (serverinfo#834)
      + [master] Update nextcloud/ocp dependency (serverinfo#836)
      + Feat(users): add disabled users to storage stats (serverinfo#837)
      + Chore(tests): cleanup bootstrap.php to be forward-compatible
        (serverinfo#838)
      + Ci(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1 in /.github
        /workflows (serverinfo#839)
      + [master] Update nextcloud/ocp dependency (serverinfo#840)
      + Ci(deps-dev): Bump nextcloud/coding-standard from 1.3.2 to 1.4.0 in /
        vendor-bin/cs-fixer (serverinfo#843)
      + [master] Update nextcloud/ocp dependency (serverinfo#845)
      + [master] Update nextcloud/ocp dependency (serverinfo#846)
      + Ci(deps-dev): Bump vimeo/psalm from 6.12.0 to 6.12.1 in /vendor-bin/
        psalm (serverinfo#847)
      + [master] Update nextcloud/ocp dependency (serverinfo#850)
      + [master] Update nextcloud/ocp dependency (serverinfo#852)
      + Chore: enforce php version for vendor-bin (serverinfo#853)
      + [master] Update nextcloud/ocp dependency (serverinfo#854)
      + [master] Update nextcloud/ocp dependency (serverinfo#856)
      + Ci(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.2 in /.github
        /workflows (serverinfo#857)
      + [master] Update nextcloud/ocp dependency (serverinfo#859)
      + Ci(deps-dev): Bump vimeo/psalm from 6.13.0 to 6.13.1 in /vendor-bin/
        psalm (serverinfo#860)
      + [master] Update nextcloud/ocp dependency (serverinfo#861)
      + Ci(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3 in /.github
        /workflows (serverinfo#863)
      + [master] Update nextcloud/ocp dependency (serverinfo#864)
      + [master] Update nextcloud/ocp dependency (serverinfo#866)
      + Ci(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4 in /.github
        /workflows (serverinfo#867)
      + [master] Update nextcloud/ocp dependency (serverinfo#869)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (serverinfo#870)
      + Update nextcloud/ocp dependency (serverinfo#873)
      + Update nextcloud/ocp dependency (serverinfo#875)
  * survey_client
      + Feat(deps): Add Nextcloud 32 support on master (survey_client#363)
      + Ci: update reuse.yml workflow from template (survey_client#369)
      + Fix(report): Make the last_report lazy so we don??t load it on each
        request (survey_client#370)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (survey_client#375)
      + Admin ui: fix checkbox toggles not working (survey_client#379)
  * suspicious_login
      + Ci(phpunit): Make sure to be PHP 8.1 compatible (suspicious_login#1000)
      + Chore(deps): update nextcloud-libraries/npm-audit-action action to
        v0.2.0 (master) (suspicious_login#1006)
      + Ci: update reuse.yml workflow from template (suspicious_login#1008)
      + Ci: update pr-feedback action (suspicious_login#1009)
      + Fix(php): suppress notice of JsonSerializable::jsonSerialize
        (suspicious_login#1010)
      + Fix(deps): bump amphp/parallel to v1.4.4. for PHP8.4 compatibility
        (suspicious_login#1014)
      + Change attribute name ??f1_score?? to ??f1 score?? due to RubixML
        change (suspicious_login#1022)
      + Reduce log messages when no model found (suspicious_login#869)
      + Feat(deps): Add Nextcloud 32 support on master (suspicious_login#971)
      + Chore(CI): Updating pr-feedback.yml workflow from template
        (suspicious_login#973)
      + Fix: exclude vendor-bin from release artifacts (suspicious_login#976)
      + Fix: try to avoid memory exhaustion (suspicious_login#979)
      + Fix(deps): Update rubix/ml to v2.5 (suspicious_login#981)
      + Test: Set PHPUNIT_RUN env var (suspicious_login#982)
      + Refactor: move phpunit into a composer bin (suspicious_login#993)
      + Ci: test against MariaDB 11.4 (too) (suspicious_login#994)
      + Ci: add fixup check (suspicious_login#996)
  * text
      + Fix: replace deprecated translation methods (text#6567)
      + Feat(editor): add ??Open in new tab?? option for link previews (text#
        6674)
      + Feat(attachments): add support for creating new attachments (text#6676)
      + Fix(deps): update tiptap to ^2.11.7 (main) (text#6687)
      + Feat(session): Send save request via `sendBeacon` at `beforeunload`
        (text#6798)
      + [main] Fix npm audit (text#6836)
      + Chore(deps): update dependency typescript to ^5.7.3 (main) (text#6846)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.5.1 (main)
        (text#6848)
      + Fix(files): create suggestions bar (text#6856)
      + Chore(deps): update vitest monorepo to ^2.2.0-beta.2 (main) (text#6863)
      + Chore(deps-dev): bump undici from 5.28.4 to 5.28.5 (text#6866)
      + Chore(deps): update dependency vite to v5.4.12 [security] (main) (text#
        6868)
      + Feat(deps): Add Nextcloud 32 support on main (text#6873)
      + Fix(files): add `tiptap-text-direction` extension to support RTL (text#
        6874)
      + Fix: attachment visibility for authenticated users via shared links
        (text#6878)
      + Chore: Update composer files (text#6882)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^
        1.2.4-beta.6 (main) (text#6886)
      + Chore(CI): Updating pr-feedback.yml workflow from template (text#6889)
      + Chore(deps-dev): bump vitest and @vitest/coverage-v8 (text#6890)
      + Fix(workspace): Use filecache existance for checking if readme exists
        (text#6891)
      + Chore(deps): update dependency cypress-split to ^1.24.10 (main) (text#
        6893)
      + Chore(deps): update dependency vite to ^5.4.14 (main) (text#6894)
      + Fix/use e2e test server (text#6898)
      + Chore(deps-dev): bump elliptic from 6.6.0 to 6.6.1 (text#6901)
      + Chore(deps): update @nextcloud/files (text#6902)
      + Keep layout on sync errors (text#6903)
      + Chore(deps): bump dompurify from 3.2.2 to 3.2.4 (text#6907)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.5.2 (main)
        (text#6908)
      + Chore(deps): update dependency cypress-split to ^1.24.11 (main) (text#
        6909)
      + Chore(deps-dev): bump psalm/phar from 5.26.1 to 6.5.1 (text#6910)
      + Fix(deps): update dependency @nextcloud/dialogs to ^6.1.1 (main) (text#
        6911)
      + [main] Fix npm audit (text#6912)
      + Fix/6871 smart add to next line (text#6915)
      + Fix: resolve file version conflict during restore (text#6918)
      + Ci: Add codecov config (text#6919)
      + Fix: Skip notifications for self mentions (text#6922)
      + Feat: Implement event so collectives can inject custom notification
        messages (text#6923)
      + Chore(deps): upgrade vite to version 6 (text#6924)
      + Help modal improvements (text#6926)
      + Chore(deps): update dependency @nextcloud/eslint-config to ^8.4.2
        (main) (text#6927)
      + Chore(deps): update dependency cypress-split to ^1.24.14 (main) (text#
        6928)
      + Fix(deps): update dependency @nextcloud/event-bus to ^3.3.2 (main)
        (text#6929)
      + Drop/vuex (text#6930)
      + Fix: Avoid pushing empty messages (text#6937)
      + Chore(deps): bump axios from 1.7.9 to 1.8.2 (text#6939)
      + Fix(reuse): add license info for vitest snapshots (text#6945)
      + Update(workflow): block-merge-freeze to latest (text#6947)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.5.3 (main)
        (text#6951)
      + Chore(deps): update dependency vite to ^6.2.2 (main) (text#6952)
      + Chore(deps): update dependency typescript to ^5.8.2 (main) (text#6953)
      + Chore(deps): update vitest monorepo to ^3.0.9 (main) (text#6954)
      + Fix(deps): update dependency @nextcloud/l10n to ^3.2.0 (main) (text#
        6955)
      + Fix(deps): update dependency @nextcloud/vue to ^8.23.1 (main) (text#
        6956)
      + [main] Fix npm audit (text#6960)
      + Ci: Pin action versions (text#6961)
      + Fix(ui): style conflict resolution buttons (text#6964)
      + Fix flaky cypress tests (text#6965)
      + Chore: Bump github actions from templates (text#6969)
      + Chore: use VersionRestoredEvent instead of deprecated rollback hook
        (text#6982)
      + Fix(files): Place menubar at the bottom on mobile (text#6983)
      + Fix(deps): update dependency y-prosemirror to ^1.2.17 (main) (text#
        6984)
      + Fix(deps): update dependency yjs to ^13.6.24 (main) (text#6985)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.36.0
        (main) (text#6986)
      + Chore(deps): update dependency cypress-visual-regression to ^5.3.0
        (main) (text#6987)
      + Fix(deps): update dependency mermaid to ^11.6.0 (main) (text#6988)
      + Fix(deps): update dependency uuid to ^11.1.0 (main) (text#6989)
      + Fix(deps): update dependency webdav to ^5.8.0 (main) (text#6990)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to v2 (main)
        (text#6993)
      + Fix(deps): update dependency lib0 to ^0.2.100 (main) (text#6995)
      + Fix(deps): update dependency y-prosemirror to ^1.3.0 (main) (text#6997)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.37.0
        (main) (text#7016)
      + Hide emoji button from the menubar on mobile (text#7025)
      + Chore(deps): update dependency vite to v6.2.3 [security] (main) (text#
        7026)
      + Fix(files): Add transition to buttons and take buttons away from mobile
        view (text#7030)
      + Fix position of assistant button (text#7031)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.0.4
        (main) (text#7032)
      + Chore(deps): update dependency vite to ^6.2.3 (main) (text#7033)
      + Fix(deps): update dependency lib0 to ^0.2.101 (main) (text#7034)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.38.0
        (main) (text#7036)
      + Cleanup forceRecreate and this.$api (text#7037)
      + Chore(deps-dev): bump vite from 6.2.3 to 6.2.4 (text#7052)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.39.0
        (main) (text#7058)
      + Chore(deps): update vitest monorepo to ^3.1.1 (main) (text#7059)
      + Deps(renovate): pin vueuse to version 11 until we migrate to vue3 (text
        #7060)
      + Fix(deps): update dependency @nextcloud/vue to ^8.27.0 (main) (text#
        7063)
      + Fix(deps): update dependency lib0 to ^0.2.102 (main) (text#7068)
      + Chore(deps-dev): bump vite from 6.2.4 to 6.2.5 (text#7071)
      + Chore: drop remaining files from webpack / jest (text#7072)
      + Chore: adjust viteconfig to remove outdated assets (text#7073)
      + Refactor: cleanup main entry point (text#7074)
      + Chore(deps): update dependency typescript to ^5.8.3 (main) (text#7077)
      + [main] Fix npm audit (text#7084)
      + Perf: Cache read only state for pushing steps (text#7086)
      + Setup prettier (text#7087)
      + Fix: writing during short connection failures (text#7093)
      + Chore(deps-dev): bump vite from 6.2.5 to 6.2.6 (text#7098)
      + Fix(deps): update dependency lib0 to ^0.2.103 (main) (text#7099)
      + Fix(deps): update dependency y-prosemirror to ^1.3.2 (main) (text#7100)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.40.0
        (main) (text#7105)
      + Fix(deps): update dependency lib0 to ^0.2.104 (main) (text#7107)
      + Chore(deps): update dependency jsdom to ^26.1.0 (main) (text#7121)
      + Chore(ci): Drop stable29 from CI jobs as it??s end of life (text#7128)
      + Refactor document status and menubar padding (text#7130)
      + Feat: view E2EE files (text#7132)
      + Fix(deps): update dependency y-prosemirror to ^1.3.3 (main) (text#7133)
      + Fix(deps): update dependency yjs to ^13.6.26 (main) (text#7134)
      + Chore(deps): update dependency @nextcloud/prettier-config to ^1.2.0
        (main) (text#7135)
      + Chore(deps): update dependency vite to ^6.3.2 (main) (text#7136)
      + Chore(deps): update dependency eslint-config-prettier to v10 (main)
        (text#7137)
      + Fix(lint): fix prettier warnings (text#7141)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.0.5
        (main) (text#7146)
      + Chore(deps): update dependency vite to ^6.3.3 (main) (text#7147)
      + Chore(deps): update vitest monorepo to ^3.1.2 (main) (text#7148)
      + Fix(deps): update dependency y-prosemirror to ^1.3.4 (main) (text#7149)
      + Disable attachment upload on federated shares (text#7154)
      + Fix(files): Remove obsolete loading code from old API, add public
        shared id to enabled view (text#7157)
      + Chore(deps-dev): bump vite from 6.3.3 to 6.3.4 (text#7159)
      + Chore(deps): update dependency vite to v6.3.4 [security] (main) (text#
        7160)
      + Chore(deps): bump tar-fs and dockerode (text#7161)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.5.4 (main)
        (text#7162)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.40.1
        (main) (text#7163)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.0.6
        (main) (text#7164)
      + Fix(deps): update dependency lib0 to ^0.2.105 (main) (text#7165)
      + Fix(deps): update tiptap to ^2.11.9 (main) (text#7166)
      + Fix(deps): update dependency @nextcloud/dialogs to ^6.2.0 (main) (text#
        7167)
      + Fix: submit button on file picker dialog (text#7180)
      + Chore(SessionList): Migrate to NcButton and MDI icon (text#7184)
      + Fix: Adjust padding in table cell and header components (text#7185)
      + Feat(link): Toggle link on selection with Mod-K shortcut (text#7188)
      + Fix: Apply storage checks in addition to share (text#7191)
      + Fix(files): Add smooth animation via clicking on heading (text#7197)
      + Fix: adjust table width for better view (text#7200)
      + Fix(image): Only focus image description on newly inserted image (text#
        7201)
      + Fix(details): Accept details open tag and summary tag in same line
        (text#7202)
      + Bring back and refactor keymap, add focus trap to plain text editor
        (text#7204)
      + Feature: Delay image load until visible (text#7209)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.5.6 (main)
        ?? autoclosed (text#7210)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.40.2
        (main) (text#7211)
      + Chore(deps): update dependency cypress-split to ^1.24.15 (main) (text#
        7212)
      + Chore(deps): update dependency eslint-config-prettier to ^10.1.5 (main)
        (text#7213)
      + Chore(deps): update dependency vite to ^6.3.5 (main) (text#7214)
      + Chore(deps): update vitest monorepo to ^3.1.3 (main) (text#7215)
      + Fix(deps): update dependency @nextcloud/moment to ^1.3.4 (main) (text#
        7216)
      + Fix(deps): update dependency lib0 to ^0.2.107 (main) ?? autoclosed
        (text#7217)
      + Fix(deps): update dependency y-prosemirror to ^1.3.5 (main) (text#7218)
      + Fix(deps): update tiptap to ^2.12.0 (main) (text#7219)
      + Respect default extension setting in direct editing (text#7229)
      + Chore(deps-dev): bump undici from 5.28.5 to 5.29.0 (text#7232)
      + Fix(attachments): Adjust path to attachments folder when copying a node
        (text#7237)
      + Chore(deps): update dependency cypress-split to ^1.24.17 (main) (text#
        7244)
      + Chore(deps): update vitest monorepo to ^3.1.4 (main) (text#7245)
      + Fix(deps): update yjs (main) (text#7246)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.41.0
        (main) (text#7247)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.41.1
        (main) (text#7248)
      + Fix(deps): update dependency @nextcloud/auth to ^2.5.1 (main) (text#
        7249)
      + Fix(deps): update dependency @nextcloud/dialogs to ^6.3.1 (main) (text#
        7251)
      + Fix(deps): update dependency slug to v11 (main) (text#7252)
      + Fix(Cleanup): Cleanup attachments in cron job (text#7268)
      + Feat(ImageView): use Photos metadata for pre-sized, blurhashed image
        placeholders (text#7275)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.0.7
        (main) (text#7277)
      + Ci: update node.yml workflow from template (text#7278)
      + Chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 (text#7280)
      + Chore: manually bump nextcloud/ocp to fix dependency conflict (text#
        7284)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.42.0
        (main) (text#7287)
      + Chore(deps): update vitest monorepo to ^3.2.2 (main) (text#7288)
      + Fix(deps): update dependency @nextcloud/l10n to ^3.3.0 (main) (text#
        7289)
      + Fix(deps): update tiptap to ^2.14.0 (main) (text#7290)
      + Chore(deps): update dependency cypress-split to ^1.24.18 (main) (text#
        7291)
      + [main] Update nextcloud/ocp dependency (text#7295)
      + Fix: Replace attachment file IDs when copying markdown files (text#
        7298)
      + Fix vitest failure by adding expected value to global variable (text#
        7299)
      + Chore(deps): update vitest monorepo to ^3.2.4 (main) (text#7301)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.44.0
        (main) (text#7302)
      + [main] Update nextcloud/ocp dependency (text#7310)
      + Chore(migrate): useEditorMixin to useEditor composable (text#7313)
      + Fix: prevent loading the code block extension twice for plain text
        (text#7315)
      + Test(nodes): destroy editor after use (text#7316)
      + Fix(deps): update dependency mermaid to ^11.7.0 (main) (text#7321)
      + Fix(deps): update tiptap to ^2.22.0 (main) (text#7322)
      + Chore(deps-dev): bump nextcloud/coding-standard from 1.3.2 to 1.4.0
        (text#7323)
      + Fix(deps): update tiptap to ^2.22.1 (main) (text#7328)
      + Fix(deps): update dependency @tiptap/core to ^2.22.1 (main) (text#7329)
      + Fix(deps): update dependency lib0 to ^0.2.109 (main) (text#7333)
      + Fix(deps): update tiptap to ^2.22.2 (main) (text#7334)
      + Fix(deps): update tiptap to ^2.22.3 (main) (text#7339)
      + [main] Update nextcloud/ocp dependency (text#7343)
      + Bump/workflows/npm audit fix (text#7347)
      + Fix(deps): update dependency y-prosemirror to ^1.3.6 (main) (text#7348)
      + Chore(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 (text#7350)
      + Fixed issue nextcloud/notes/#1538 (text#7353)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.44.1
        (main) (text#7356)
      + Fix(deps): update tiptap to ^2.23.0 (main) (text#7357)
      + [main] Update nextcloud/ocp dependency (text#7365)
      + Chore(git): add .git-blame-ignore-revs file (text#7369)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.0
        (main) (text#7370)
      + Migrate editor instantiation to setup function (text#7371)
      + Debug(SessionMiddleware): Log if we have an invalid session (text#7372)
      + Fix/out of sync (text#7377)
      + Decompose SyncService (text#7381)
      + Fix(links): Use custom link handling only for text-only links (text#
        7385)
      + Revert ??debug(SessionMiddleware): Log if we have an invalid session??
        (text#7389)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.44.2
        (main) (text#7394)
      + Fix(deps): update dependency @nextcloud/sharing to ^0.2.5 (main) (text#
        7395)
      + Fix(deps): update dependency y-prosemirror to ^1.3.7 (main) (text#7396)
      + Fix(deps): update dependency @nextcloud/files to ^3.11.0 (main) (text#
        7397)
      + Fix(deps): update dependency mermaid to ^11.8.0 (main) (text#7398)
      + Fix(deps): update tiptap to ^2.24.2 (main) (text#7399)
      + [main] Update nextcloud/ocp dependency (text#7409)
      + Chore(refactor): save service with new connection (text#7417)
      + Fix(files): workspace implementation (text#7418)
      + Fix(RichText): always load Mention extension in rich text editor (text#
        7419)
      + Feat(status): Display offline state instead of session list (text#7420)
      + Chore(deps): update dependency cypress-split to ^1.24.19 (main) (text#
        7422)
      + Fix(deps): update dependency @nextcloud/auth to ^2.5.2 (main) (text#
        7423)
      + Fix(deps): update dependency mermaid to ^11.8.1 (main) (text#7424)
      + Fix(deps): update dependency @nextcloud/l10n to ^3.4.0 (main) (text#
        7425)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.0
        (main) (text#7426)
      + Fix(deps): update tiptap to ^2.26.1 (main) (text#7427)
      + [main] Update nextcloud/ocp dependency (text#7434)
      + Chore(deps): update dependency cypress-split to ^1.24.20 (main) (text#
        7436)
      + Fix(deps): update dependency @nextcloud/moment to ^1.3.5 (main) (text#
        7438)
      + Refactor: use separate apis for polling and attachment handling (text#
        7446)
      + Chore(update): explicitly import l10n where needed (text#7447)
      + Fix(workspace): fix race condition when loading (text#7448)
      + Chore(lint): enable and fix no-unused-vars (text#7450)
      + Use prettier everywhere (text#7452)
      + Feat: use outline icons (text#7456)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.1
        (main) (text#7457)
      + Chore(deps): update dependency eslint-config-prettier to ^10.1.8 (main)
        (text#7458)
      + Fix(deps): update dependency lib0 to ^0.2.114 (main) (text#7459)
      + Fix(deps): update dependency @nextcloud/vue to ^8.28.0 (main) (text#
        7460)
      + Fix(deps): update dependency mermaid to ^11.9.0 (main) (text#7461)
      + [main] Update nextcloud/ocp dependency (text#7470)
      + Several link bubble/preview fixes (text#7474)
      + Fix(share): use relative path in share as davPath for attachments (text
        #7477)
      + Fix(attach): use same route for public attachment requests (text#7478)
      + Chore(deps): update form-data to 4.0.4 (text#7479)
      + Test(cy): use more reliable way to navigate away (text#7482)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.6.0 (main)
        (text#7483)
      + Chore(deps): update dependency prettier-plugin-organize-imports to ^
        4.2.0 (main) (text#7484)
      + Fix(deps): update dependency @nextcloud/files to ^3.12.0 (main) (text#
        7485)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.1
        (main) (text#7490)
      + Fix(keymap): Fix browser keybinding ctrl+del to delete word ahead (text
        #7491)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.3
        (main) (text#7493)
      + Fix(mermaid): Use dark theme if appropriate (text#7496)
      + [main] Update nextcloud/ocp dependency (text#7500)
      + Fix(workspace): toggle right away and only render if needed (text#7501)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.0
        (main) (text#7502)
      + Fixes for TextDirection extension (text#7509)
      + Further TextDirection improvements (text#7513)
      + Fix/move wide page toggle (text#7514)
      + Fix(TextDirection): Ignore inputRule or collaboration transactions
        (text#7516)
      + Chore(deps): bump linkifyjs from 4.2.0 to 4.3.2 (text#7518)
      + Add typography extension (text#7521)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.2
        (main) (text#7524)
      + Chore(deps): update dependency typescript to ^5.9.2 (main) (text#7525)
      + Fix(deps): update dependency @nextcloud/initial-state to v3 (main)
        (text#7526)
      + [main] Update nextcloud/ocp dependency (text#7531)
      + Chore(ci): upload snapshots of failed cy component tests (text#7536)
      + Feat(files): add drag handler for nodes (text#7537)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.3
        (main) (text#7539)
      + [main] Update nextcloud/ocp dependency (text#7540)
      + [main] Fix npm audit (text#7541)
      + Chore(npm): prettier:change to format only changed files (text#7546)
      + Chore(deps): update dependency cypress-split to ^1.24.21 (main) (text#
        7547)
      + [main] Update nextcloud/ocp dependency (text#7550)
      + Fix/guest user dialog (text#7555)
      + Fix(deps): update dependency mermaid to v11.10.0 [security] (main)
        (text#7556)
      + Chore(deps): update dependency rollup-plugin-webpack-stats to ^2.1.4
        (main) (text#7561)
      + Fix(deps): update dependency mermaid to ^11.10.1 (main) (text#7562)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.47.1
        (main) (text#7563)
      + Fix(deps): update dependency @nextcloud/vue to ^8.29.1 (main) (text#
        7564)
      + Fix(deps): update tiptap to ^2.26.1 (main) (text#7565)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.48.0
        (main) (text#7567)
      + [main] Update nextcloud/ocp dependency (text#7575)
      + [main] Fix npm audit (text#7576)
      + Chore(move): useDelayedFlag to composables (text#7579)
      + Build: update node and npm engines versions (text#7581)
      + [main] Update nextcloud/ocp dependency (text#7584)
      + [main] Fix npm audit (text#7586)
      + Fix(deps): update dependency @nextcloud/vue to ^8.29.2 (main) (text#
        7588)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.49.0
        (main) (text#7589)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.50.0
        (main) (text#7590)
      + Chore(deps): update dependency cypress-vite to ^1.7.0 (main) (text#
        7591)
      + Fix(deps): update dependency path-normalize to v7 (main) (text#7592)
      + Fix(links): do not steal focus on initial loading (text#7599)
      + Migrate to outline Material Symbol style (text#7608)
      + Update nextcloud/ocp dependency (text#7616)
      + Update nextcloud/ocp dependency (text#7639)
      + Fix(createEditor): always provide editor. (text#7646)
      + Fix(readonly-bar): Clean up read-only menu bar to behave consistently
        with normal menu bar (text#7651)
      + Update nextcloud/ocp dependency (text#7667)
      + Fix: add close button when open readonly files on mobile app (text#
        7670)
      + Fix(print): hide readonly bar in print view (text#7674)
  * twofactor_nextcloud_notification
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1004)
      + Ci(github): Update workflows (twofactor_nextcloud_notification#1006)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (twofactor_nextcloud_notification#1010)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1013)
      + Chore(deps): Bump @nextcloud/vue from 8.26.1 to 8.27.0
        (twofactor_nextcloud_notification#1014)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1017)
      + [main] Fix npm audit (twofactor_nextcloud_notification#1018)
      + Ci: Move dev dependencies into vendor-bin
        (twofactor_nextcloud_notification#1019)
      + Chore(deps-dev): Bump webpack-dev-server from 5.1.0 to 5.2.2
        (twofactor_nextcloud_notification#1020)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1021)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1023)
      + Chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3
        (twofactor_nextcloud_notification#1024)
      + Ci: update npm-audit-fix.yml workflow from template
        (twofactor_nextcloud_notification#1025)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1026)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1029)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1030)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1032)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1034)
      + Chore(deps): Bump linkifyjs from 4.0.0 to 4.3.2
        (twofactor_nextcloud_notification#1035)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1037)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1039)
      + Chore(deps-dev): Bump cipher-base from 1.0.4 to 1.0.6
        (twofactor_nextcloud_notification#1040)
      + Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12
        (twofactor_nextcloud_notification#1041)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1042)
      + Build: update node and npm engines versions
        (twofactor_nextcloud_notification#1043)
      + Chore(deps): Bump form-data from 4.0.0 to 4.0.4
        (twofactor_nextcloud_notification#1044)
      + Chore(deps): Bump on-headers and compression
        (twofactor_nextcloud_notification#1045)
      + Ci(github): Update workflows (twofactor_nextcloud_notification#1046)
      + Chore(deps): Bump @nextcloud/vue from 8.29.1 to 8.29.2
        (twofactor_nextcloud_notification#1048)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#1049)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (twofactor_nextcloud_notification#1052)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1055)
      + Fix npm audit (twofactor_nextcloud_notification#1059)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1064)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1067)
      + [main] Fix npm audit (twofactor_nextcloud_notification#933)
      + Feat(deps): Add Nextcloud 32 support on main
        (twofactor_nextcloud_notification#943)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#946)
      + Chore(deps-dev): bump psalm/phar from 5.26.1 to 6.1.0
        (twofactor_nextcloud_notification#948)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#949)
      + Chore(deps-dev): bump psalm/phar from 6.1.0 to 6.5.0
        (twofactor_nextcloud_notification#952)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#953)
      + Chore(deps-dev): bump elliptic from 6.6.0 to 6.6.1
        (twofactor_nextcloud_notification#955)
      + Chore(deps): bump dompurify from 3.1.6 to 3.2.4
        (twofactor_nextcloud_notification#956)
      + Ci: Update actions (twofactor_nextcloud_notification#957)
      + Chore(deps): bump @nextcloud/vue from 8.22.0 to 8.23.1
        (twofactor_nextcloud_notification#958)
      + Chore(deps-dev): bump psalm/phar from 6.5.0 to 6.5.1
        (twofactor_nextcloud_notification#959)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#962)
      + Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (twofactor_nextcloud_notification#963)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#966)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#967)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#969)
      + Chore(deps): Bump axios from 1.7.4 to 1.8.2
        (twofactor_nextcloud_notification#971)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#972)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#973)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#975)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#978)
      + Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
        (twofactor_nextcloud_notification#981)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#982)
      + Chore(deps): Bump @nextcloud/vue from 8.23.1 to 8.25.1
        (twofactor_nextcloud_notification#984)
      + Chore(deps): Bump @babel/runtime from 7.18.9 to 7.27.0
        (twofactor_nextcloud_notification#985)
      + Chore(deps): Bump postcss and vue-loader
        (twofactor_nextcloud_notification#986)
      + Chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9
        (twofactor_nextcloud_notification#987)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#988)
      + Chore(deps): Bump @nextcloud/vue from 8.25.1 to 8.26.0
        (twofactor_nextcloud_notification#992)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#995)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#997)
      + Chore(deps): Bump @nextcloud/vue from 8.26.0 to 8.26.1
        (twofactor_nextcloud_notification#998)
      + [main] Update nextcloud/ocp dependency
        (twofactor_nextcloud_notification#999)
  * twofactor_totp
      + Feat(deps): Add Nextcloud 32 support on master (twofactor_totp#1587)
      + Chore(ci): upgrade packages (twofactor_totp#1588)
      + Refactor: PHP8 optimizations (twofactor_totp#1590)
      + Chore(CI): Updating npm-audit-fix.yml workflow from template
        (twofactor_totp#1594)
      + Fix(migration): Add a migration that drops incompletely setup secrets
        from owncloud (twofactor_totp#1598)
      + Chore(github): update forum URL (twofactor_totp#1602)
      + Feat: add better support for browser autocomplete (twofactor_totp#1603)
      + Chore: update workflows (twofactor_totp#1608)
      + Ci: update node.yml workflow from template (twofactor_totp#1612)
      + Fix(deps): bump @nextcloud/logger from 2.7.0 to v3 (master)
        (twofactor_totp#1617)
      + Chore(release): v14.0.0 (twofactor_totp#1626)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32
        (twofactor_totp#1629)
  * updater
      + Config value to allow to extend .user.ini on update (updater#471)
      + Improve iterators (updater#516)
      + Feat(updater): download resume w/ transfer statistics (updater#571)
      + Fix: lock config file when reading and writing (updater#579)
      + Build(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.3.2
        (updater#588)
      + Fix(cli): occ error handling (updater#595)
      + Chore: Fix dependabot.yml (updater#600)
      + Chore(deps): Bump PHP platform to 8.1 (updater#605)
      + Chore(deps): Bump behat and dependencies in tests/ folder (updater#606)
      + Fix: silence rename warnings (updater#616)
      + Build(deps-dev): Bump behat/behat from 3.19.0 to 3.21.1 in /vendor-bin/
        tests (updater#620)
      + Chore: Update workflows from templates, with few adaptations (updater#
        621)
      + Chore(download): allows Updater to follow redirects (updater#624)
      + Fix: rebuild updater to pass same code test (updater#627)
      + Feat: allow redirections when downloading package (updater#629)
      + Ci: update reuse.yml workflow from template (updater#634)
      + Build(deps-dev): Bump nextcloud/coding-standard from 1.3.2 to 1.4.0 in
        /vendor-bin/coding-standard (updater#636)
      + Feat(download): allow to download archives from several URLs (updater#
        637)
      + Feat: allow to provide manual URL (updater#638)
      + Build(deps-dev): Bump behat/behat from 3.21.1 to 3.23.0 in /vendor-bin/
        tests (updater#641)
      + Chore: update list of expected files (updater#656)
      + Fix: re-allow `.reuse` directory in Expected files (updater#657)
      + Chore: adding me as codeowner (updater#663)
  * viewer
      + Feat: Fallback to manually loading media on error (viewer#2691)
      + Chore(deps): update dependency dockerode to ^4.0.4 (master) (viewer#
        2692)
      + Feat(deps): Add Nextcloud 32 support on master (viewer#2702)
      + Fix: npm audit & lockfile refresh + react fix (viewer#2709)
      + Chore: update command-compile from templates (viewer#2716)
      + Fix(deps): update nextcloud (master) (viewer#2717)
      + [master] Update cypress snapshots (viewer#2727)
      + Chore(CI): Updating pr-feedback.yml workflow from template (viewer#
        2734)
      + Fix: image load error with number folder (viewer#2735)
      + Chore(deps): Bump dompurify from 3.2.3 to 3.2.4 (viewer#2740)
      + Fix: preserve numeric names for filename and basename as string (viewer
        #2741)
      + Chore(GA): update GA master (viewer#2756)
      + Chore(deps): Bump axios from 1.7.9 to 1.8.4 (viewer#2761)
      + Chore(deps): Bump @babel/helpers from 7.26.7 to 7.27.0 (viewer#2764)
      + Chore(deps-dev): Bump vite from 5.4.14 to 5.4.15 (viewer#2765)
      + [master] Update cypress snapshots (viewer#2775)
      + [master] fix(reuse): add missing 0BSD license (viewer#2777)
      + Chore(deps): update cypress (master) (viewer#2778)
      + Chore(deps): update dockerode (master) (viewer#2779)
      + Fix: Do not update page title for single file public shares (viewer#
        2789)
      + [master] Update cypress snapshots (viewer#2802)
      + Feat: handle `hide-download` DAV property (viewer#2806)
      + [master] Update cypress snapshots (viewer#2812)
      + Fix(image-editor): remove hamburger menu button and show close button
        (viewer#2813)
      + Fix(image-editor): prevent double discard changes confirmation (viewer#
        2814)
      + Chore(deps-dev): Bump undici from 5.28.5 to 5.29.0 (viewer#2815)
      + Perf: Set and show current file before running heavier request to list
        directory (viewer#2816)
      + Chore(deps): update dependency vite to ^5.4.19 (master) ?? autoclosed
        (viewer#2820)
      + Fix(deps): update nextcloud (master) (viewer#2821)
      + Fix: add route query for image editor (viewer#2822)
      + Chore(deps): Bump tar-fs and dockerode (viewer#2824)
      + Feat(viewer): Add file overwrite confirmation dialog (viewer#2835)
      + Fix(deps): update dependency @nextcloud/vue to ^8.27.0 (master) (viewer
        #2840)
      + Chore(config): migrate renovate config (viewer#2842)
      + Chore(deps): lock file maintenance (master) (viewer#2843)
      + Ci: update node.yml workflow from template (viewer#2845)
      + [master] Update cypress snapshots (viewer#2868)
      + [master] Fix npm audit (viewer#2873)
      + Fix: image editor dependencies (viewer#2879)
      + Fix: make sure etag is a string (viewer#2880)
      + Fix: image editor focus trap (viewer#2893)
      + Fix(image-editor): open newly created image when closing the image
        editor (viewer#2894)
      + Ci: update npm-audit-fix.yml workflow from template (viewer#2895)
      + Ci: update reuse.yml workflow from template (viewer#2896)
      + [master] Update cypress snapshots (viewer#2901)
      + Fix: file list update (viewer#2906)
      + Chore(deps): Bump linkifyjs from 4.3.1 to 4.3.2 (viewer#2910)
      + [master] Update cypress snapshots (viewer#2915)
      + Chore(config): migrate renovate config ?? autoclosed (viewer#2919)
      + Feat: add API package to register handlers in init scripts (viewer#
        2922)
      + Chore(deps): Bump tmp from 0.2.3 to 0.2.4 (viewer#2923)
      + Fix: sorting to align with files list (viewer#2924)
      + Chore(deps): update dependency typescript to ^5.9.2 (master) (viewer#
        2925)
      + Build: update node and npm engines versions (viewer#2938)
      + Use material symbol, outlined variant for icons (viewer#2941)
      + Fix ??wrong owner type?? issue when deleting a file from the viewer
        (viewer#2942)
      + Fix: correct typo in owner-id check that casts it to string (viewer#
        2946)
      + Fix: viewer files router in standalone mode (viewer#2947)
      + Feat: only provide fonts which are available (shipped by us) (viewer#
        2956)
      + Chore(CI): Adjust testing matrix for Nextcloud 32 on stable32 (viewer#
        2961)

Hub 25 Autumn release below

Nextcloud Hub 25 Autumn is here!

Nextcloud Hub 25 Autumn ?? Your digital workspace, ready in no time.

  * ? Global redesign and usability lift
  * ? New Office UI: Colors, tabs, bars
  * ? Performance and stability boost
  * ? New AI Agency tools unlocked
  * ? Talk threads & live transcription
  * ? Calendar: Date poll for participants
  * ? Intuitive file search
  * ? Teams 2.0 & quick Guest accounts
  * ? Quick presets & many other admin updates
  * ? Vue3, WebSockets and more OpenAPI for devs

Read our announcement blog for all the the details

Latest Nextcloud 31 release below.

October 23, 2025

# Version 31.0.10

Changes:

  * server
      + Feat(files_trashbin): Refactor expire background job to support
        parallel run (server#53026)
      + Fix(Streamer): use localtime for ZIP files (server#54487)
      + Fix(theming): correctly parse CSS colors for user primary color picker
        (server#54522)
      + Fix: aliases and capitalization of emails (server#54771)
      + Fix: TypeError: this.fetchDisplayName is not a function (server#54901)
      + Chore(flake): update haze to 2.1.2 (server#54909)
      + Fix(cache): Set default Redis port to `0` for UNIX sockets (server#
        54944)
      + Feat(file_sharing): Provide template creator list in public shares
        (server#54947)
      + Fix: calculate node limit using MiB instead of MB (server#54955)
      + Chore: update `doctrine/dbal` to v3.10.2 (server#54959)
      + Fix: Avoid internal error when logging in with the wrong account to
        verify email address (server#54975)
      + Fix: don??t show object size warning if we can??t determine the object
        size (server#54995)
      + Fix(files_trashbin): Fix size propagation when moving file to trash
        (server#54999)
      + Fix(auth): allow access to dynamic js files during 2FA (server#55022)
      + Fix(security): Update code signing revocation list (server#55050)
      + Fix: update transifex link (server#55070)
      + Fix(files_sharing): use `newPassword` always for the unsaved password
        (server#55073)
      + Fix(unified-search): make sure date range option is translated (server#
        55075)
      + Fix(ownCloud): ensure that `accounts.display_name` fits into
        `users.displayname` (server#55077)
      + Fix(contactsmenu): adjust padding to new design (server#55090)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.25 to 9.6.26 in /build/
        integration (server#55105)
      + Build(deps): bump phpunit/phpunit from 9.6.25 to 9.6.26 in /vendor-bin/
        phpunit (server#55107)
      + Fix(auth): Fix invalid unique constraint violation catch (server#55123)
      + Fix: Dispatch favorite event with an actual path (server#55126)
      + Fix(Updater): Lower deadlock log level from warning to info (server#
        55148)
      + Fix: always use english name for recently contacted category (server#
        55158)
      + Fix(TaskProcessing): Cache task types by user language (server#55164)
      + Feat(files_sharing): provide web components based API for sidebar
        (server#55175)
      + Fix(trashbin): Translate Nextcloud exception to Sabre exception (server
        #55188)
      + Fix(comments): add inline container size query to comment body (server#
        55194)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.26 to 9.6.27 in /build/
        integration (server#55215)
      + Build(deps): bump phpunit/phpunit from 9.6.26 to 9.6.27 in /vendor-bin/
        phpunit (server#55216)
      + Fix(comments): expand long comment on click (server#55244)
      + Fix(github): add labels and milestone to PR checklist (server#55248)
      + Fix: Allow hyphen in appid (server#55250)
      + Feat(db): add SSL/TLS support for PostgreSQL (server#55255)
      + Chore(config): fix typo in config.sample.php comments (server#55268)
      + Fix(comments): explicitly return limbo status of comment (server#55286)
      + Feat: move primary object store configuration to a single place (server
        #55288)
      + Fix: create room/resource calendar synchronously (server#55291)
      + Feat(Unified search): Use existing min search length setting (server#
        55299)
      + Fix(core): Stop abusing the cache for avatar upload (server#55302)
      + Fix: Stop infinite loop in ExpireTrash (server#55310)
      + Fix(dav): clean up user??s addressbook shares on deletion (server#
        55317)
      + Fix(sharing): ensure to check new password (server#55322)
      + Fix(ocm): ignore cache if not setup (server#55325)
      + Fix: add missing sharing options to ui and add full-match results
        (server#55328)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.27 to 9.6.29 in /build/
        integration (server#55349)
      + Build(deps): bump phpunit/phpunit from 9.6.27 to 9.6.29 in /vendor-bin/
        phpunit (server#55351)
      + Fix: small typo fix (server#55408)
      + Fix(files): Stop overwriting scan_permissions (server#55410)
      + Admin-delegation occ ?? add output option for show command to support
        JSON formats (server#55429)
      + Fix(appstore): Also catch ClientException and ServerException (server#
        55436)
      + Fix(appstore): Make appstore timeout configurable (server#55439)
      + Fix(security): Update code signing revocation list (server#55450)
      + Fix: legacy app navigation snapper on RTL layout (server#55464)
      + Fix(IUserManager): Fix deprecation of search method (server#55479)
      + Refactor(ShareApiController): Add more error handling (server#55488)
      + Feat: add header with user id in response (server#55503)
      + Fix(files): Always return a valid mimetype (server#55569)
      + Feat(test-case): allow to use PHPUnit Group attributes to mark tests
        requiring database (server#55572)
      + Fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months (server#55600)
      + Fix(ooo): don??t catch general DB exceptions (server#55606)
      + Fix(workflowenigne): stricter length header handling (server#55611)
      + Fix(live-photo): Allow files-live-photo meta data with edit permissions
        (server#55616)
      + Fix(caldav): encoding inconsistencies in event search provider (server#
        55625)
      + Fix(systemtags): catch empty nodes (server#55635)
      + Internal] Fix admin delegation show all priority items (server#55647)
      + Fix comments when used by other apps (server#55664)
      + Fix(S3): Only append streams if non-seekable (server#55670)
      + Fix(contacts): Do not expose SAB in `/contactsmenu` (server#55701)
      + Fix: disable mp3 preview provider (server#55725)
      + Fix(files): clear search input on directory navigation (server#55737)
      + Fix(files_sharing): correctly handle error in case of failing share
        creation (server#55740)
      + 31.0.10 RC1 (server#55745)
      + Fix(TextProcessingApiController): Set better attribute on routes
        (server#55774)
      + Fix(TextToImage): Set better attribute for routes (server#55792)
      + Fix(l10n): Don??t fallback from 3-letter languages to 2-letter (server#
        55808)
      + Chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0 (server#
        55825)
      + Fix(dav): Restrict properties allowed object classes (server#55852)
      + Fix: translation on /unsupported screen (server#55877)
      + 31.0.10 RC2 (server#55886)
      + 31.0.10 (server#55959)
  * 3rdparty
      + Build(deps): Bump doctrine/dbal from 3.9.4 to 3.10.2 (3rdparty#2094)
  * activity
      + Update nextcloud/ocp dependency (activity#2143)
      + Update nextcloud/ocp dependency (activity#2153)
      + Update nextcloud/ocp dependency (activity#2158)
  * app_api
      + Fix(exAppArchiveFetcher): correct apps_path handling (app_api#664)
  * bruteforcesettings
      + Fix npm audit (bruteforcesettings#813)
      + Fix npm audit (bruteforcesettings#836)
  * circles
      + Fix: adjust source names to ??Team?? instead of cicles (circles#2121)
      + Ignore non-circles share while extracting permissions (circles#2160)
  * files_downloadlimit
      + Update nextcloud/ocp dependency (files_downloadlimit#549)
      + Feat: migrate to web components API (files_downloadlimit#551)
      + Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
        (files_downloadlimit#558)
      + Update nextcloud/ocp dependency (files_downloadlimit#567)
      + Update nextcloud/ocp dependency (files_downloadlimit#576)
  * files_pdfviewer
      + Fix npm audit (files_pdfviewer#1263)
      + Fix: Remove unneeded PDF.js web files from release (files_pdfviewer#
        1286)
  * firstrunwizard
      + Chore(deps-dev): Bump vite from 7.1.4 to 7.1.5 (firstrunwizard#1695)
      + Fix npm audit (firstrunwizard#1703)
      + Chore(deps-dev): Bump vite from 7.1.5 to 7.1.6 (firstrunwizard#1710)
      + Update nextcloud/ocp dependency (firstrunwizard#1716)
  * logreader
      + Update nextcloud/ocp dependency (logreader#1744)
      + Chore(deps): update dependencies (logreader#1747)
      + Update nextcloud/ocp dependency (logreader#1757)
      + Update nextcloud/ocp dependency (logreader#1762)
      + Fix npm audit (logreader#1766)
      + Update nextcloud/ocp dependency (logreader#1773)
  * nextcloud_announcements
      + Update nextcloud/ocp dependency (nextcloud_announcements#523)
      + Update nextcloud/ocp dependency (nextcloud_announcements#527)
      + Update nextcloud/ocp dependency (nextcloud_announcements#532)
      + Update nextcloud/ocp dependency (nextcloud_announcements#534)
  * notifications
      + Fix npm audit (notifications#2502)
      + Update nextcloud/ocp dependency (notifications#2520)
      + Update nextcloud/ocp dependency (notifications#2541)
      + Update nextcloud/ocp dependency (notifications#2544)
      + Fix npm audit (notifications#2548)
      + Update nextcloud/ocp dependency (notifications#2552)
      + Update nextcloud/ocp dependency (notifications#2554)
      + Fix npm audit (notifications#2576)
      + Create update-stable-titles.yml (notifications#2581)
      + Update nextcloud/ocp dependency (notifications#2585)
  * photos
      + Fix npm audit (photos#3165)
      + Chore(deps): Add missing resolved and integrity fields in
        package-lock.json (photos#3179)
      + Fix(deps): Use vue-loader ^15.11.1 for Vue 2 (photos#3182)
      + Validate album names (photos#3185)
      + Update nextcloud/ocp dependency (photos#3191)
      + Fix empty photos/people tab (photos#3197)
      + Fix npm audit (photos#3203)
      + Feat(PhotoPicker): Do not show non-owned files (photos#3208)
      + Ci(actions): Update workflows from templates (photos#3228)
      + Feat(Albums): Allow deleting an album photo from the viewer (photos#
        3232)
      + Fix(api): Validate user config values (photos#3236)
  * recommendations
      + Fix npm audit (recommendations#911)
  * serverinfo
      + Update nextcloud/ocp dependency (serverinfo#879)
      + Update nextcloud/ocp dependency (serverinfo#884)
      + Update nextcloud/ocp dependency (serverinfo#887)
  * survey_client
      + Admin ui: fix checkbox toggles not working (survey_client#378)
  * text
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.50.2
        (text#7619)
      + Chore(deps): update dependency vite to ^5.4.20 (text#7636)
      + Fix(deps): update dependency @nextcloud/dialogs to ^6.3.2 (text#7637)
      + Chore(deps): update dependency cypress-split to ^1.24.22 (text#7642)
      + Fix(readonly-bar): Clean up read-only menu bar to behave consistently
        with normal menu bar (text#7650)
      + Chore(deps): update dependency cypress-split to ^1.24.23 (text#7659)
      + Fix(deps): update dependency @nextcloud/axios to ^2.5.2 (text#7661)
      + Update nextcloud/ocp dependency (text#7669)
      + Fix: add close button when open readonly files on mobile app (text#
        7673)
      + Fix: Delete old sessions in cleanup cron (text#7676)
      + Fix(deps): update tiptap to ^2.26.2 (text#7685)
      + Chore(DocumentService): Raise log level for SyncStep2 message to error
        (text#7696)
      + Fix(sync): lastSavedVersion is version send with the request (text#
        7698)
      + Chore(deps): update dependency @vitejs/plugin-vue2 to ^2.3.4 (text#
        7709)
      + Chore(deps): update dependency typescript to ^5.9.3 (text#7710)
      + Update nextcloud/ocp dependency (text#7713)
      + Test(cy): Test against server stable31 on stable31 (text#7722)
      + Feat: Save a checksum for documents and use it to detect conflicts
        (text#7724)
      + Fix(print): Overwrite `display: grid` to prevent cut content (text#
        7730)
      + Fix(sync): handle empty push requests (text#7734)
      + Fix(DocumentService): Return 200 steps before saved version in
        SyncStep2 (text#7736)
      + Revert ??chore(DocumentService): Raise log level for SyncStep2 message
        to error?? (text#7739)
      + Fix(code): don??t wrap lines in code blocks, only in plaintext
        documents (text#7744)
      + Chore: bump version to 5.0.1 (text#7749)
      + Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.1
        (text#7765)
      + Fix(deps): update dependency @nextcloud/auth to ^2.5.3 (text#7767)
      + Fix(deps): update tiptap to ^2.26.3 (text#7768)
      + Update nextcloud/ocp dependency (text#7776)
      + Backport sync fixes to stable31 (text#7779)
      + Fix(PreviewOptions): set active radio button on open (text#7784)
      + Fix(sync): Reset document sessions on upgrade (text#7785)
      + Fix(sync): send first update without initial document state (text#7790)
  * twofactor_nextcloud_notification
      + Fix npm audit (twofactor_nextcloud_notification#1058)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1065)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1073)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1078)
      + Fix npm audit (twofactor_nextcloud_notification#1082)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1086)
  * updater
      + Chore(ci): update workflows from .github repository (updater#668)
  * viewer
      + Update cypress snapshots (viewer#2966)
      + Fix npm audit (viewer#2968)
      + Fix(ImageEditing): controls might hide behind iPadOS home bar (viewer#
        2986)
      + Fix(Viewer): Provide `id` instead of `fileid` to `File` constructor
        (viewer#2993)
      + Fix(viewer): address file path composition for subfolders in public
        shares (viewer#2996)
      + Fix: Cast fileid to int before building the Node object (viewer#2997)

September 11, 2025

# Version 31.0.9

Changes:

server

  * Fix: rework UploadFolder implementation (server#51063)
  * Fix(CardDAV): do not ignore move command object target uri (server#54201)
  * Feat(cardav): support result truncation for addressbook federation (server#
    54276)
  * Fix(trash): Fix order of metadata deletion (server#54320)
  * Enh(unified-search): Smarter load more (server#54333)
  * Fix(files): drop usage of FileInfoModel (server#54355)
  * Fix(maintenance): refresh page when turned off (sometimes) (server#54359)
  * Fix: increase how long we cache display names (server#54361)
  * Fix(settings): add missing AI icon (server#54365)
  * Fix(files_sharing): Implement conditional federation placeholder (server#
    54369)
  * Fix(installer): ensure valid tempFile & extractDir (server#54373)
  * Fix: Fix getting trusted server other than the first (server#54381)
  * Fix(ZipFolderPlugin): set mtime of directories in archive (server#54412)
  * Fix(search): Fix SearchComposer.php filtering logic (server#54423)
  * Perf: ignore any custom property in the nc/oc namespace that isn??t
    explicitly allowed (server#54425)
  * Perf(calendar): Disable custom properties for individual calendar events
    (server#54427)
  * Fix: use double / in strings (server#54478)
  * Fix(files_sharing): Also hide own reshares in shared with me section
    (server#54481)
  * Fix(core): unified search is cut off on small window (server#54499)
  * Fix(caldav): encode calendar URLs properly when formatting search results
    (server#54509)
  * Feat(ocm): split ocm discovery and capabilities (server#54544)
  * Change ??core.ProfilePage.index?? to lowercase (server#54547)
  * Fix(AppManager): Argument must be of type array|object (server#54549)
  * Fix(files_sharing): sharing status action permission and sidebar await
    (server#54555)
  * Fix: Fix unique constraint violation in oc_vcategory migration (server#
    54572)
  * Fix(files): filter non batch actions in header (server#54582)
  * Fix: use appropriate user agent string when syncing Outlook calendar
    subscriptions (server#54585)
  * Fix(sharing): fix json decoding the list of groups excluded from sharing
    (server#54596)
  * Fix: Make some strings in CodeIntegrity.php translatable (server#54602)
  * Chore(flake): Add haze (server#54604)
  * Tests: Update testing certificates that expired after 10 years (server#
    54616)
  * Fix(encryption): Fix TypeError when trying to decrypt unencrypted file
    (server#54628)
  * Fix(files_sharing): Correctly reject pending remote shares (server#54635)
  * Add commands to set/get/delete/clear the distributed memcache (server#
    54641)
  * Fix(carddav): IAddressBook::getKey() should return a string (server#54652)
  * Fix(2fa): Fix 2FA session setup when ephemeral session is used (server#
    54663)
  * Do not always check password checkbox when sharing without password (server
    #54668)
  * Fix(caldav): show confidential event if writable (server#54676)
  * Restore ??Others with access?? section (server#54680)
  * Fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException (server#
    54686)
  * Fix(TaskProcessingApiController): Don??t allow anonymous access anymore
    (server#54702)
  * Fix(trashbin): Fix errors in the log on MOVE operations (server#54704)
  * Feat: allow filtering sharing:delete-orphan-shares by share owner or target
    (server#54710)
  * Fix(deps): Update @nextcloud/vue to v8.29.2 (server#54714)
  * Fix(files_versions): retrieve all display names with one request (server#
    54720)
  * Fix(files): verify files are still accessible before downloading (server#
    54724)
  * Fix(files_versions): Use helper function to get versions folder (server#
    54726)
  * Fix(theming): use IAppConfig instead of IConfig to set theming config
    (server#54740)
  * Fix: cast fileid to string in getMountsForFileId (server#54744)
  * Fix(files_versions): ensure IDs, Author and Label are strings (server#
    54767)
  * Fix(status.php): Fix samesite cookies (server#54776)
  * Fix: resolving conflict when uploading multiple files via drag&drop (server
    #54780)
  * Chore(flake): update haze to 2.1.1 (server#54787)
  * Fix: add missing listener (server#54808)
  * Fix(dav): ensure moving or copying a file is possible (server#54815)
  * Fix(dav): Mark removal of dav object properties as expensive (server#54824)
  * Fix(comments): use showFile route to reference files with a matching ??
    (server#54829)
  * Fix(Filesystem): use FilenameValidator for `Filesystem::isFileBlacklisted`
    (server#54844)
  * Fix dashboard icons (server#54845)
  * Perf(users): Create lazy users in IUserManager::getSeenUsers (server#54849)
  * Fix: the account files filter should also work in trashbin (server#54852)
  * Fix(security): Update Expires time (server#54866)
  * Fix(files_trashbin): Fix size propagation when moving file to trash (server
    #54971)
  * Chore: Use new REUSE format (server#54979)
  * Revert ??fix(files_trashbin): Fix size propagation when moving file to
    trash?? (server#54997)

 activity

  * Fix(dashboard): enable rounded icons (activity#2100)
  * Perf: pass the node of shares around instead getting the path from id each
    time (activity#2101)

 app_api

  * Fix(Memcache-OccService): use ??is_array?? to support ??false?? from ??
    cache->get?? (app_api#634)

 bruteforcesettings

  * Ci(github): Update workflows (bruteforcesettings#786)

 circles

  * Fix(dashboard): enable rounded item icons (circles#2087)
  * Fix(share): returns expiration date to front-end (circles#2091)
  * Fix: ignore empty expiration date (circles#2095)
  * Enh(loopback): ignore on occ (circles#2097)
  * Fix(share): extract expiration from cached data (circles#2105)
  * Fix federated teams with space-containing userid (circles#2114)
  * Fix: feed array (circles#2123)

 files_downloadlimit

  * Fix: keep track of download count (files_downloadlimit#512)

 files_pdfviewer

  * Chore: Update GitHub workflows from templates (files_pdfviewer#1249)

 firstrunwizard

  * Fix: gracefully handle disabled autoplay policies (firstrunwizard#1667)
  * Chore: adjust codeowners (firstrunwizard#1687)

 password_policy

  * Ci(github): Update workflows (password_policy#803)

 photos

  * Fix: Fallback to icon if collection cover fails to load (photos#3134)
  * Fix(deps): Update @nextcloud/sharing to ^0.2.5 (photos#3142)

 related_resources

  * Fix: add check if app is enabled for RelatedService (related_resources#645)
  * Chore(workflows): Update lint-php-cs workflow (related_resources#647)

 suspicious_login

  * Change attribute name ??f1_score?? to ??f1 score?? due to RubixML change
    (suspicious_login#1023)

 text

  * Chore(upgrade): mermaid and nextcloud/vue (text#7558)
  * Fix(links): do not steal focus on initial loading (text#7602)

 updater

  * Feat: allow to provide manual URL (updater#643)
  * Feat(download): allow to download archives from several URLs (updater#654)

 viewer

  * Fix: sorting to align with files list (viewer#2935)
  * Backport/2946/stable31 (viewer#2948)
  * Fix: viewer files router in standalone mode (viewer#2952)
  * Feat: only provide fonts which are available (shipped by us) (viewer#2957)
  * Feat: add API package to register handlers in init scripts (viewer#2958)

August 14, 2025

# Version 31.0.8

Changes:

  * server
      + Refactor(files): remove custom page title handling (server#53601)
      + Fix(settings): translate pronounce account property (server#53709)
      + Fix TimedJob execution time to allow job execution exactly when
        scheduled (server#53790)
      + Fix(profile): add max width for the user actions (server#53796)
      + Fix: Correctly show free space if lower than quota in Files navigation
        (server#53813)
      + Feat(settings): simplify OPcache checks (server#53817)
      + Fix(files_trashbin): Expire trashbin items when space is needed (server
        #53837)
      + Fix(imip): set charset for imip attachment (server#53838)
      + Fix(settings): change Mastodon only URI to webfinger (server#53843)
      + Fix(files_reminders): Don??t load if disabled for user (server#53854)
      + Fix(federatedfilesharing): Fix external share being deleted when
        accepting share (server#53858)
      + Fix(files): ensure proper headers lifecycle (server#53880)
      + Fix(systemtags): case-insensitive search & prevent duplicates (server#
        53888)
      + Fix: Fix theming for disabled accounts (server#53902)
      + Fix: force lowercase emails (server#53907)
      + Fix(Krb): switch away from deprecated and broken KerberosApacheAuth()
        (server#53912)
      + Fix: hide rename action in trashbin (server#53916)
      + Fix(theming): Correctly generate CSS for font themes (server#53921)
      + Chore(deps): update `@nextcloud/vue` to v8.28.0 (server#53939)
      + Fix(security): Update CA certificate bundle (server#53961)
      + Fix(federation): respect sharing.federation.allowSelfSignedCertificat??
        (server#53973)
      + Fix: Fix clearing unified search when modal is closed (server#53990)
      + Fix(files_sharing): ensure share folder exists in the settings (server#
        53999)
      + Feat(appconfig): add searchKeys() (server#54018)
      + Fix(update): Correctly trigger update for auto-disabled local apps
        (server#54022)
      + Update groupware code owners (server#54023)
      + Fix(settings): verify source of app-discover media (server#54030)
      + Feat(federated-share): forward notification only on remote reshare
        (server#54032)
      + Fix(files): new folder icon color (server#54039)
      + Fix(appconfig): mark searchKeys() as internal until 32 (server#54042)
      + Fix(TaskProcessingApiController): Improve error handling (server#54046)
      + Fix: group imip log messages by removing principal and uri (server#
        54053)
      + Fix(files): sort favorites navigation alphabetically (server#54061)
      + Fix(files_sharing): restore state when updating share failed (server#
        54066)
      + Fix(ConnectionFactory): Apply Oracle connection fix to primary and
        replica params as well (server#54105)
      + Fix(session): log when ephemeral sessions are closed (server#54106)
      + Fix(cron): Fix infinite loop on ParallelAware blocked jobs (server#
        54108)
      + Fix(provisioning_api): catch failed user creation (server#54110)
      + Fix(caldav): don??t return cancelled events for upcoming events API
        (server#54113)
      + Fix(files_sharing): fallback self.crypto.getRandomValues (server#54122)
      + Fix: Use default share folder of the user on share accept (server#
        54130)
      + Fix: Do not show password dialog when user can not validate password
        (server#54147)
      + Show nice label when searching in root (server#54148)
      + Feat(files_sharing): Toggle display for trusted server shares (server#
        54149)
      + Feat(dav): add occ commands to get and set absences (server#54169)
      + Fix: hide guests group from overall principals (server#54174)
      + Chore: remove `nextcloud-vue-collections` and use `@nextcloud/vue`
        instead (server#54175)
      + Fix: spelling mistake (server#54185)
      + Fix: add missing color select to tags usage query (server#54190)
      + Fix(AppMenu): ensure that aria attributes are set when needed (server#
        54199)
      + Fix: don??t update cached mountpoints if the request doesn??t have
        filesystem access (server#54204)
      + Chore(deps-dev): bump symfony/event-dispatcher from 6.4.13 to 6.4.24 in
        /build/integration (server#54216)
      + Fix(files_sharing): ensure password or date is enabled by default to be
        enforced (server#54244)
      + Fix: fix oci string length with empty strings (server#54252)
      + Fix(logging): Fix query logging with DateTimeImmutable parameters
        (server#54254)
      + 31.0.8 RC1 (server#54256)
      + Fix(caldav): get UID value (server#54259)
      + Fix(encryption): Ignore shared files in encrypt-all command (server#
        54262)
      + Cache IdentityProof keys (server#54265)
      + Fix(core): ensure unique vcategory (server#54270)
      + Fix(files_sharing): only show ??shared with me?? information if shared
        (server#54273)
      + Fix(security): Update code signing revocation list (server#54288)
      + Fix: handle smb timeouts as storage not available (server#54295)
      + Fix: validate written size for s3 multipart uploads (server#54297)
      + Fix: Fix button alignment for email templates in Outlook (server#54302)
      + Fix(dav): calculate permissions based on addressbook principal (server#
        54308)
      + Fix: use correct return value for `has-preview` dav property (server#
        54315)
      + Feat: allow admins to configure additional sensitive config values
        (server#54322)
      + 31.0.8 (server#54416)
  * 3rdparty
      + Build(deps): Bump icewind/streams from 0.7.7 to 0.7.8 (3rdparty#2037)
  * activity
      + Update nextcloud/ocp dependency (activity#2074)
      + Update nextcloud/ocp dependency (activity#2088)
      + Update nextcloud/ocp dependency (activity#2092)
  * app_api
      + Fix: streaming (app_api#611)
      + Feat(new-route): added endpoint to call NC getAbsoluteURL (app_api#613)
      + Fix(ocs-route): get absolute URL from overwrite.cli.url (app_api#617)
      + Fix: for transfer encoding causing problems (app_api#622)
  * bruteforcesettings
      + Fix npm audit (bruteforcesettings#780)
  * circles
      + Fix(Command): Stop re-rendering tables for each row (circles#2062)
      + Chore(dev-deps): Bump nextcloud/ocp package (circles#2065)
      + Fix: translate name of dashboard widget (circles#2075)
  * files_downloadlimit
      + Fix npm audit (files_downloadlimit#465)
      + Fix(public): use correct color for header text (files_downloadlimit#
        495)
      + Update nextcloud/ocp dependency (files_downloadlimit#496)
      + Update nextcloud/ocp dependency (files_downloadlimit#503)
      + Update nextcloud/ocp dependency (files_downloadlimit#506)
  * files_pdfviewer
      + Fix npm audit (files_pdfviewer#1234)
  * logreader
      + Fix npm audit (logreader#1700)
      + Update nextcloud/ocp dependency (logreader#1703)
      + Update nextcloud/ocp dependency (logreader#1706)
  * nextcloud_announcements
      + Update nextcloud/ocp dependency (nextcloud_announcements#500)
      + Update nextcloud/ocp dependency (nextcloud_announcements#505)
      + Fix: ensure that Crawler does not run if no internet connection is
        disabled (nextcloud_announcements#508)
      + Update nextcloud/ocp dependency (nextcloud_announcements#509)
  * notifications
      + Fix npm audit (notifications#2433)
      + Update nextcloud/ocp dependency (notifications#2437)
      + Fix npm audit (notifications#2440)
      + Update nextcloud/ocp dependency (notifications#2447)
      + Fix: no notifications icon in header when using locale en
        (notifications#2459)
  * photos
      + Update nextcloud/ocp dependency (photos#3103)
      + Update nextcloud/ocp dependency (photos#3110)
      + Fix: close sidebar on navigation change (photos#3114)
      + Chore(workflows): add update-stable-titles (photos#3115)
  * recommendations
      + Fix npm audit (recommendations#897)
      + Fix npm audit (recommendations#900)
      + Fix npm audit (recommendations#904)
  * serverinfo
      + Update nextcloud/ocp dependency (serverinfo#849)
      + Update nextcloud/ocp dependency (serverinfo#855)
      + Update nextcloud/ocp dependency (serverinfo#858)
  * survey_client
      + Fix(report): Make the last_report lazy so we don??t load it on each
        request (survey_client#372)
  * suspicious_login
      + Fix(deps): bump amphp/parallel to v1.4.4. for PHP8.4 compatibility
        (suspicious_login#1015)
  * text
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.0
        (text#7400)
      + Fix(deps): update dependency @nextcloud/sharing to ^0.2.5 (text#7401)
      + Fix(deps): update dependency y-prosemirror to ^1.3.7 (text#7402)
      + Fix(deps): update dependency @nextcloud/files to ^3.11.0 (text#7403)
      + Fix(deps): update dependency mermaid to ^11.8.1 (text#7404)
      + Fix(deps): update tiptap to ^2.26.1 (text#7405)
      + Update nextcloud/ocp dependency (text#7408)
      + Fix(files): workspace implementation (text#7421)
      + Chore(deps): update dependency cypress-split to ^1.24.19 (text#7428)
      + Fix(deps): update dependency @nextcloud/auth to ^2.5.2 (text#7429)
      + Fix(deps): update dependency @nextcloud/l10n to ^3.4.0 (text#7430)
      + Chore(deps): update dependency cypress-split to ^1.24.20 (text#7439)
      + Fix(deps): update dependency @nextcloud/moment to ^1.3.5 (text#7440)
      + Fix(workspace): fix race condition when loading (text#7449)
      + Fix(richworkspace): load after mounted. (text#7451)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.1
        (text#7463)
      + Fix(deps): update dependency lib0 to ^0.2.114 (text#7464)
      + Fix(deps): update dependency @nextcloud/vue to ^8.28.0 (text#7465)
      + Fix(deps): update dependency mermaid to ^11.9.0 (text#7466)
      + Several link bubble/preview fixes (text#7476)
      + Chore(deps): update form-data to 4.0.4 (text#7480)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.6.0 (text#
        7486)
      + Fix(deps): update dependency @nextcloud/files to ^3.12.0 (text#7487)
      + Fix(keymap): Fix browser keybinding ctrl+del to delete word ahead (text
        #7492)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.45.3
        (text#7494)
      + Fix(mermaid): Use dark theme if appropriate (text#7498)
      + Update nextcloud/ocp dependency (text#7499)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.0
        (text#7503)
      + Fix(workspace): toggle right away and only render if needed (text#7506)
      + Fix(share): use relative path in share as davPath for attachments (text
        #7508)
      + Fixes for TextDirection extension (text#7512)
      + Further TextDirection improvements (text#7515)
      + Fix(TextDirection): Ignore inputRule or collaboration transactions
        (text#7520)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.46.2
        (text#7527)
      + Chore(deps): update dependency typescript to ^5.9.2 (text#7528)
      + Update nextcloud/ocp dependency (text#7532)
      + Fix npm audit (text#7534)
  * twofactor_nextcloud_notification
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1028)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1033)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1036)
  * twofactor_totp
      + Chore(CI): update workflows (twofactor_totp#1609)
  * viewer
      + Fix(deps): update dependency webdav to ^5.8.0 (viewer#2851)
      + Fix: file list update (viewer#2907)
      + Fix(image-editor): open newly created image when closing the image
        editor (viewer#2909)
      + Fix: image editor dependencies (viewer#2911)
      + Update cypress snapshots (viewer#2913)
      + Fix(workflows): ignore auto title for renovate PRs (viewer#2921)

July 11, 2025

# Version 31.0.7

Changes:

  * server
      + Fix(singularandpluralfiles):implemented ternary operator to handle si??
        (server#51419)
      + Fix(core): correctly show displayname when picking a file (server#
        53347)
      + Fix(imip): dont compare events for the reply message (server#53349)
      + Fix(user_ldap): Harmonize parameter obfuscation and serialization
        accross logging methods (server#53357)
      + Docs(caldav): improve documentation of
        CalDavBackend::getCalendarsForUserCount (server#53358)
      + Fix(notifications): Fix check for hasNotifiers when all apps use Regi??
        (server#53365)
      + Fix: Run cleanByMoundId query on all shards (server#53380)
      + Fix(settings): show group label instead of gid in accounts management
        (server#53411)
      + Test: files_sharing add test for LoadAdditionalListener (server#53416)
      + Test: run all files_external tests for S3 (server#53425)
      + Fix: unblock ffmpeg on some broken videos (server#53431)
      + Fix: allow hinting the shard keys for joined tables (server#53452)
      + Fix(UserRow): fallback to group name in case of undefined
        availableGroup (server#53509)
      + Fix(files_versions): only handle path updates when there is path
        (server#53518)
      + Fix(encryption): Do not register user key related event listeners
        (server#53520)
      + Fix: refactor request token handling and do not update with invalid
        result (server#53522)
      + Fix(ObjectStore): Make S3 ??connect_timeout?? option configurable
        (server#53532)
      + Fix: Fix Undefined array key ??flags?? on upgrade (server#53536)
      + Fix(core): getRequestToken import typo (server#53543)
      + Fix(files): auto reload sidebar tags on update (server#53545)
      + Fix: hide guests group when searching for principals (server#53546)
      + Fix: do not extract fields for blank template (server#53547)
      + Fix: Set public link upload email notification to opt-in (server#53549)
      + Fix(files_sharing): Hide link shares for users in excluded groups
        (server#53554)
      + FilesList] Use the correct theming instance name from capabilities
        (server#53571)
      + Files_versions] Fix sidebar version item style (server#53577)
      + Fix(s3): retry failed multipart uploads with decreased concurrency
        (server#53581)
      + Fix(files): add plural form for selected nodes (server#53589)
      + Fix: clear opcache after app extraction (server#53591)
      + Feat: add ocs route to get apps enabled for current user (server#53599)
      + Fix(files_sharing): do not double escape the share title (server#53604)
      + Fix: reload login page after password reset (server#53609)
      + Feat: improve logging of fopen failures for smb (server#53612)
      + Fix(core): Make ??password-from-env work with NC_PASS everywhere
        (server#53618)
      + Fix(files_reminders): Join the reminders with the file system metadata
        (server#53642)
      + Fix CSRF token not being refreshed while a two-factor challenge is
        ongoing (server#53646)
      + Fix: make Rotate a TimedJob and run every hour (server#53655)
      + Fix: revive always storing lowercased email addresses (server#53660)
      + Fix(admin_audit): Avoid crash when rename event fileid changes (server#
        53664)
      + Fix(encryption): Catch exceptions in encrypt-all command and continue
        (server#53666)
      + Feat(occ): Add commands to list all routes and match a single one
        (server#53672)
      + Fix: don??t scan the same storage multiple times (server#53675)
      + Fix(dav): catch exception on non local account (server#53681)
      + Fix(profile): Consistent email confirmation pages (server#53686)
      + Fix(settings): use correct scope for translations (server#53704)
      + Fix(files_sharing): add mime fallback to public preview too (server#
        53715)
      + Fix(files_sharing): Stop hiding delete share button in advanced
        settings menu (server#53724)
      + Perf(dav): Preload dav search with tags/favorites (server#53730)
      + Fix(files_sharing): Hide own reshares (server#53743)
      + Chore(public): Remove unused union type for user mount events (server#
        53745)
      + Fix: don??t try to get fileid for non exising nodes when serializing
        events file (server#53748)
      + Fix(ROS): Document hide-download option on files (server#53749)
      + Fix(syslog): open syslog channel on write (server#53758)
      + Perf: Skip photos related properties in custom properties (server#
        53769)
      + Fix(cypress): add missing PublicShareUtils.ts (server#53772)
      + Fix(files_versions): Log failure to compute node path (server#53782)
      + Feat(taskprocessing): add toggle for AI guest restriction (server#
        53784)
      + Fix(files): provide boundaries for FileListTableHeaderActions element
        (server#53786)
      + Fix(files_versions): Log error instead of crashing when event listeners
        get called on non-existing files (server#53793)
      + Revert ??fix(dav): only consider user??s principal for unsharing
        entries?? (server#53891)
  * activity
      + Fix(FilesHooks): Catch all exceptions when looking up unrelated users
        (activity#2063)
  * circles
      + Update displayname on new member (circles#2033)
      + Fix: Get Sanitized Name (circles#2036)
      + Ignore eventual duplicate entries (circles#2038)
  * files_pdfviewer
      + Fix: Fix content size (files_pdfviewer#1232)
  * photos
      + Fix: Set version number to stable and add migration to fix configvalues
        (photos#3095)
  * suspicious_login
      + Fix(php): suppress notice of JsonSerializable::jsonSerialize
        (suspicious_login#1012)
      + Ci: add fixup check (suspicious_login#997)
  * text
      + Fix: Replace attachment file IDs when copying markdown files (text#
        7307)
      + Fix(files): Add smooth animation via clicking on heading (text#7320)
      + Fix(deps): bump psr/log to v3 for NC 31 (text#7346)
      + Fix(character-count): use the NcActionTexts name prop (text#7373)
      + Debug(SessionMiddleware): Log if we have an invalid session (text#7374)
      + Fix/out of sync (text#7379)
      + Fixed issue nextcloud/notes/#1538 (text#7382)
      + Fix(links): Use custom link handling only for text-only links (text#
        7387)
      + Revert ??debug(SessionMiddleware): Log if we have an invalid session??
        (text#7392)
  * viewer
      + Fix: add route query for image editor (viewer#2862)
      + Fix: image editor focus trap (viewer#2899)

June 12, 2025

# Version 31.0.6

Changes:

  * server
      + Fix(files_sharing): Disable folder upload on file drop shares for now
        (server#50591)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.22 to 9.6.23 in /build/
        integration (server#52598)
      + Build(deps): bump phpunit/phpunit from 9.6.22 to 9.6.23 in /vendor-bin/
        phpunit (server#52599)
      + Build(deps-dev): bump @babel/preset-typescript from 7.27.0 to 7.27.1
        (server#52600)
      + Build(deps): bump @nextcloud/dialogs from 6.1.1 to 6.2.0 (server#52602)
      + Build(deps-dev): bump @babel/plugin-transform-private-methods from
        7.25.9 to 7.27.1 (server#52603)
      + Build(deps): bump core-js from 3.41.0 to 3.42.0 (server#52605)
      + Feat(files): add command to automatically rename filenames (server#
        52644)
      + Fix(TaskProcessing): increase task cleanup delay (server#52656)
      + Fix(dav): move orphan cleaning logic to a chunked background job
        (server#52663)
      + Fix(metadata): set background job on fresh setup (server#52673)
      + Fix(files): middle click & ctrl new tab (server#52674)
      + Fix(share): assume download enabled on federated share (server#52683)
      + Fix: disable direct download for shares (server#52689)
      + Perf(Share20): Add interface to query all shares in a folder without
        filtering by user (server#52691)
      + Fix(webhooks_listener): correctly set userId from event (server#52701)
      + Fix(CalDAV): add calendar enable (server#52705)
      + Build(deps-dev): bump behat/behat from 3.16.0 to 3.16.1 in /build/
        integration (server#52713)
      + Build(deps): bump @nextcloud/upload from 1.9.1 to 1.10.0 (server#52714)
      + Build(deps): bump libphonenumber-js from 1.12.7 to 1.12.8 (server#
        52715)
      + Build(deps): bump @nextcloud/moment from 1.3.2 to 1.3.4 (server#52716)
      + Build(deps): bump @nextcloud/vue from 8.26.0 to 8.26.1 (server#52717)
      + Build(deps-dev): bump @nextcloud/cypress from 1.0.0-beta.14 to
        1.0.0-beta.15 (server#52721)
      + Fix: throw a better error if we can??t get the encrypted header size
        (server#52762)
      + Feat: add more encryption checks to info:file (server#52764)
      + Feat: allow setting system config values with json value (server#52765)
      + Fix(files_external): Safely check if the timestamp is numeric (server#
        52767)
      + Fix: create mountpoint folder even if the user has a quota of 0 (server
        #52769)
      + Fix(updatenotification): respect `updatechecker` config (server#52780)
      + Feat: add command to check files_external dependencies (server#52783)
      + Fix: improve handling of newFolder race condition handling (server#
        52787)
      + Fix: better error message when trying to scan a folder that is already
        being scanned (server#52790)
      + Feat(log): Log the request id sent with the request (server#52804)
      + Fix(files_versions): Folder should not be hardcoded (server#52806)
      + Fix: check if properties exist before using them (server#52807)
      + Introduce own method for calendar unsharing (server#52808)
      + Fix: log requests exceeding the rate limiting (server#52815)
      + Fix(files): do not even try to fetch a preview if `has-preview` is
        false (server#52819)
      + Fix unjailedroot of nested jails if there are other wrappers in between
        (server#52823)
      + Build(deps): bump @nextcloud/auth from 2.4.0 to 2.5.1 (server#52826)
      + Build(deps-dev): bump cypress-split from 1.24.14 to 1.24.17 (server#
        52827)
      + Fix(files_sharing): Show note if note exists on share (server#52849)
      + Feat: add command to get basic storage info (server#52864)
      + Add command to list orphan objects (server#52866)
      + Fix: improve error message when cache rename source can??t be found
        (server#52883)
      + Fix: do not show account filter for public shares (server#52888)
      + Fix(previews): lower log level when cached preview isn??t found (server
        #52892)
      + Fix(unified_search): Maintain filters when loading more results (server
        #52900)
      + Fix(dav): add repair step to queue job to update rooms and resources
        (server#52903)
      + Chore(deps-dev): Bump sass from 1.87.0 to 1.89.0 (server#52920)
      + Chore: Add nix flake with development shell (server#52953)
      + Chore: Add an autoload.php file for tests relying on core class (server
        #52966)
      + Feat: only get template fields once selected (server#52969)
      + Feat: add command to clear contacts photo cache (server#52978)
      + Fix: Throw exception in PreviewManager when preview is not available
        (server#52984)
      + Fix(files): make sure to always have proper plural forms (server#52986)
      + Feat(UserMountCache): Emit events for added, removed and updated mounts
        (server#52987)
      + Fix(SetupManager): Include home and root providers when registering
        mounts (server#52989)
      + Fix: Fix warning when crash reporter fails to get loaded (server#53003)
      + Fix(theming): Instead of expecting a warning handle it properly (server
        #53009)
      + Fix(security): Update CA certificate bundle (server#53013)
      + Test: Speed up comments test (server#53021)
      + Fix(systemtags): case-insensitive search (server#53034)
      + Fix(caldav): don??t send invitations to circles (server#53036)
      + Fix: Move CSRF check from base to PublicAuth for public.php (server#
        53040)
      + Fix(settings): Send update request when clearing user manager (server#
        53051)
      + Fix(files_sharing): show note, label and list of uploaded files on file
        drop (server#53055)
      + GH action sync (server#53056)
      + Fix: hide guests group from principal backend (server#53077)
      + Feat: auto-generate changelog on release (server#53080)
      + Chore(deps-dev): Bump webpack from 5.99.7 to 5.99.9 (server#53086)
      + Chore(deps): Bump marked from 15.0.11 to 15.0.12 (server#53087)
      + Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0
        (server#53088)
      + Chore(deps): Bump dompurify from 3.2.5 to 3.2.6 (server#53089)
      + Chore(deps-dev): Bump @zip.js/zip.js from 2.7.60 to 2.7.62 (server#
        53090)
      + Chore(deps-dev): Bump @types/dockerode from 3.3.38 to 3.3.39 (server#
        53091)
      + Chore(deps-dev): Bump puppeteer from 24.7.2 to 24.9.0 (server#53092)
      + Replace ??remove?? wording with ??delete?? (server#53101)
      + Feat(SetupChecks): Add check for TaskProcessing pickup speed (server#
        53103)
      + Ci: Update comments and correctly skip the ??pull 3rdparty?? command
        (server#53117)
      + Fix(log): map all warnings to warn log level, notice to info (server#
        53127)
      + Fix(files_trashbin): check if there is enough space before restoring
        (server#53128)
      + Fix(FileReferenceEventListener): Invalidate cache after node was
        renamed (server#53133)
      + Perf: improve query to determine which users need a background scan
        (server#53135)
      + Fix(blurhash): Skip generation if the previews are disabled (server#
        53139)
      + Fix(node): emit hooks on `Node::copy()` (server#53159)
      + Fix(files): do nothing if `view local` dialog was just closed (server#
        53177)
      + Fix(files_versions): ??undefined restored?? on restore (server#53182)
      + Fix(security): Update code signing revocation list (server#53199)
      + Fix(user_status): Avoid unique constraint violations from parallel he??
        (server#53204)
      + Fix: log error when writing stream to dav file (server#53207)
      + Build(deps): bump @nextcloud/vue from 8.26.1 to 8.27.0 (server#53214)
      + Build(deps): bump query-string from 9.1.2 to 9.2.0 (server#53215)
      + Build(deps): bump moment-timezone from 0.5.48 to 0.6.0 (server#53216)
      + Build(deps): bump focus-trap from 7.6.4 to 7.6.5 (server#53217)
      + Build(deps-dev): bump sass from 1.89.0 to 1.89.1 (server#53218)
      + Build(deps-dev): bump stylelint from 16.19.1 to 16.20.0 (server#53219)
      + Test: ignore git-ignored files from tests (server#53232)
      + Fix(profile): do not restore previous value on invalid request (server#
        53240)
      + Fix(systemtags): fix translations for systemtags view (server#53245)
      + Fix(accounts): enhance UX for groups assignment (server#53248)
      + Fix(S3): Use original folder size during copy (server#53253)
      + Perf(dashboard): lags on dashboard items drag (server#53256)
      + Perf(carddav): don??t query circle memberships (server#53266)
      + Fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled
        (server#53270)
      + Fix(dav): file drop nickname (server#53278)
      + Feat: link upcoming event to calendar app modal (server#53286)
      + Fix(TaskProcessingApiController): use StreamResponse to return file
        content (server#53290)
      + Feat: add ??unscanned option to files_external:scan (server#53293)
      + Fix: handle IDLE timeout (server#53297)
      + Build(deps): bump tar-fs from 2.1.2 to 2.1.3 (server#53298)
      + Fix(provisioning_api): Allow group details access for users with admin
        delegation (server#53302)
      + Fix(accounts): new account quota value (server#53303)
      + Fix(files): highlight previous folder on history up (server#53309)
      + Fix(security): Update code signing revocation list (server#53337)
      + Fix(workflows): releases changelog generator tags handling (server#
        53344)
      + Revert ??fix: hide guests group from principal backend?? (server#53371)
      + Chore(workflows): add auto stable PR title update (server#53407)
      + 31.0.6 (server#53413)
  * activity
      + Fix npm audit (activity#1955)
      + Update nextcloud/ocp dependency (activity#2014)
      + Update nextcloud/ocp dependency (activity#2029)
      + Chore: update workflows (activity#2032)
      + Test(cypress): Enable test isolation (activity#2040)
      + Update nextcloud/ocp dependency (activity#2046)
      + Fix npm audit (activity#2048)
  * app_api
      + Fix(DeployDaemon): support for daemon names containing spaces (app_api#
        579)
      + Fix(Podman-HealthCheck): treat empty health status as success. (app_api
        #589)
  * bruteforcesettings
      + Fix npm audit (bruteforcesettings#744)
      + Feat: apply whitelist to ratelimit (bruteforcesettings#751)
      + Fix npm audit (bruteforcesettings#758)
  * circles
      + Update child share permissions (circles#1991)
      + Fix(ShareByCircleProvider): Include data in getSharesByPath to fix
        share_with_displayname (circles#2014)
      + Perf(MemberRequest): Remove unused LEFT JOINs (circles#2015)
      + Fix(LocalController): Allow to still get full details of members
        (circles#2022)
  * files_pdfviewer
      + Fix npm audit (files_pdfviewer#1209)
  * logreader
      + Fix npm audit (logreader#1649)
      + Update nextcloud/ocp dependency (logreader#1654)
      + Update nextcloud/ocp dependency (logreader#1659)
      + Update nextcloud/ocp dependency (logreader#1665)
      + Fix npm audit (logreader#1667)
  * nextcloud_announcements
      + Update nextcloud/ocp dependency (nextcloud_announcements#480)
      + Ci(github): Update workflows (nextcloud_announcements#483)
      + Update nextcloud/ocp dependency (nextcloud_announcements#486)
      + Update nextcloud/ocp dependency (nextcloud_announcements#489)
  * notifications
      + Update nextcloud/ocp dependency (notifications#2342)
      + Fix npm audit (notifications#2345)
      + Chore(tests): Cleanup bootstrap.php to be forward-compatible
        (notifications#2355)
      + Ci: Update workflows (notifications#2359)
      + Update nextcloud/ocp dependency (notifications#2365)
      + Update nextcloud/ocp dependency (notifications#2367)
      + Update nextcloud/ocp dependency (notifications#2368)
      + Fix npm audit (notifications#2373)
  * photos
      + Chore(deps-dev): Bump jest and @types/jest (photos#2976)
      + Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.1 (photos
        #2992)
      + Fix npm audit (photos#2999)
      + Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.14 to
        1.0.0-beta.15 (photos#3010)
      + Update nextcloud/ocp dependency (photos#3012)
      + Fix: Adapt sidebar tab to new fileinfo structure (photos#3028)
      + Fix(perf): Do not request faces properties in search requests (photos#
        3030)
      + Chore(deps-dev): Bump @types/dockerode from 3.3.38 to 3.3.39 (photos#
        3035)
      + Chore(deps-dev): Bump cypress-split from 1.24.14 to 1.24.17 (photos#
        3036)
      + Update nextcloud/ocp dependency (photos#3039)
      + Chore(deps-dev): Bump postcss from 8.5.3 to 8.5.4 (photos#3051)
      + Update nextcloud/ocp dependency (photos#3053)
      + Fix npm audit (photos#3056)
  * recommendations
      + Fix(Dashboard): hides overflow for text (recommendations#876)
  * serverinfo
      + Ci(deps): update psalm (serverinfo#784)
      + Update nextcloud/ocp dependency (serverinfo#805)
      + Ci: drop zizmor (serverinfo#811)
      + Chore(actions): update workflows (serverinfo#815)
      + Chore: drop yaml linter workflow (serverinfo#817)
      + Update nextcloud/ocp dependency (serverinfo#822)
      + Fix: get actual number of active users (serverinfo#825)
      + Chore(actions): update workflows (serverinfo#826)
      + Update nextcloud/ocp dependency (serverinfo#831)
  * text
      + Disable attachment upload on federated shares (text#7183)
      + Feat(link): Toggle link on selection with Mod-K shortcut (text#7203)
      + Fix(image): Only focus image description on newly inserted image (text#
        7205)
      + Chore(deps): update dependency @nextcloud/vite-config to ^1.5.6 (text#
        7220)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.41.0
        (text#7221)
      + Chore(deps): update dependency cypress-split to ^1.24.17 (text#7222)
      + Fix(deps): update dependency @nextcloud/moment to ^1.3.4 (text#7223)
      + Fix(deps): update yjs (text#7224)
      + Fix(deps): update dependency y-prosemirror to ^1.3.5 (text#7225)
      + Fix(deps): update tiptap to ^2.12.0 (text#7226)
      + Fix(details): Accept details open tag and summary tag in same line
        (text#7227)
      + Feat: Implement event so collectives can inject custom notification
        messages (text#7230)
      + Respect default extension setting in direct editing (text#7234)
      + Fix(attachments): Adjust path to attachments folder when copying a node
        (text#7240)
      + Bring back and refactor keymap, add focus trap to plain text editor
        (text#7242)
      + Perf: Cache read only state for pushing steps (text#7250)
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.41.1
        (text#7253)
      + Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.0
        (text#7254)
      + Fix(deps): update dependency @nextcloud/auth to ^2.5.1 (text#7255)
      + Fix(Cleanup): Cleanup attachments in cron job (text#7269)
  * twofactor_nextcloud_notification
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1000)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1005)
      + Ci(github): Update workflows (twofactor_nextcloud_notification#1007)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1012)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1016)
  * updater
      + Chore(download): allows Updater to follow redirects (updater#626)
      + Chore: Update workflows from templates, with few adaptations (updater#
        628)
      + Chore: master is now 32 (updater#630)
      + Feat: allow redirections when downloading package (updater#632)
  * viewer
      + Chore(deps): update cypress (viewer#2785)
      + Fix: Do not update page title for single file public shares (viewer#
        2793)
      + Fix npm audit (viewer#2798)
      + Perf: Set and show current file before running heavier request to list
        directory (viewer#2818)
      + Chore(deps): update dependency @types/dockerode to ^3.3.39 (viewer#
        2832)
      + Chore(deps): update dependency vite to ^5.4.19 (viewer#2833)
      + Fix(image-editor): remove hamburger menu button and show close button
        (viewer#2837)
      + Fix(image-editor): prevent double discard changes confirmation (viewer#
        2839)
      + Chore(deps): lock file maintenance (viewer#2844)
      + Feat(viewer): Add file overwrite confirmation dialog (viewer#2855)
      + Chore: Update github actions (viewer#2858)
      + Ci: Fix split containers for cypress (viewer#2859)
      + Chore: add update-stable-titles.yml (viewer#2874)

May 15, 2025

# Version 31.0.5

Changes:

  * Build(deps): bump @nextcloud/event-bus from 3.3.1 to 3.3.2 (server#51348)
  * Build(deps): bump dompurify from 3.2.4 to 3.2.5 (server#51964)
  * Chore(files_trashbin): Add user details in log from Trashbin (server#51999)
  * Fix: Handle missing share providers when promoting reshares (server#52043)
  * Fix(dav): Really only run the chunk cleanup once (server#52054)
  * Fix(federation): Don??t load the addressbook when resolving a cloud ID
    (server#52068)
  * Fix(files_sharing): fix share creation error handling (server#52078)
  * Fix(taskprocessing): use the event for AppAPI to get list of AI providers
    (server#52120)
  * Feat(bulk-upload): change the default to disabled as there are still some
    bugs present (server#52123)
  * Ignore missing theming app (server#52135)
  * Build(deps): bump marked from 15.0.7 to 15.0.8 (server#52155)
  * Fix(ContextAgent): Do not translate the name ContextAgent (server#52169)
  * Fix(files_sharing): rate limit share creation 20 times per 10 minutes
    (server#52206)
  * Fix(files_sharing): Apply default password setting in SharingDetailsTab
    (server#52208)
  * Fix: Improving logging of invalid parameters for activity subject and??
    (activity#1980)
  * Fix): perfomance ?? load ExApps menu items only when event is triggered
    (app_api#543)
  * Fix): use the event for AppAPI to get list of AI providers (app_api#550)
  * Fix npm audit (bruteforcesettings#719)
  * Fix(sharing): Handle share notes (circles#1963)
  * Chore(deps-dev): Bump vite from 5.4.15 to 5.4.18 (firstrunwizard#1584)
  * Fix npm audit (logreader#1600)
  * Update nextcloud/ocp dependency (logreader#1606)
  * Update nextcloud/ocp dependency (nextcloud_announcements#467)
  * Fix npm audit (notifications#2289)
  * Update nextcloud/ocp dependency (notifications#2298)
  * Update nextcloud/ocp dependency (photos#2918)
  * Test: Fix location and navigation errors (photos#2925)
  * Test: Fix test and add CI job (photos#2929)
  * Update nextcloud/ocp dependency (serverinfo#783)
  * Test: Set PHPUNIT_RUN env var (suspicious_login#983)
  * Chore(deps): update dependency vite to ^5.4.18 (text#7075)
  * Chore(deps): update dependency typescript to ^5.8.3 (text#7078)
  * Fix: writing during short connection failures (text#7096)
  * Fix(deps): update dependency lib0 to ^0.2.103 (text#7101)
  * Fix(deps): update dependency y-prosemirror to ^1.3.2 (text#7102)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.40.0
    (text#7106)
  * Fix(deps): update dependency lib0 to ^0.2.104 (text#7108)

April 10, 2025

# Version 31.0.3

Changes:

  * Fix(files): also show file list headers on empty views (server#51275)
  * Fix(dav): Create SAB at installation (server#51316)
  * Fix: remote account activity translation (server#51326)
  * Fix: Do not build encrypted password if there is none (server#51330)
  * Feat(dav): add webhook compatibility for calendar object events (server#
    51331)
  * Fix disabled user list for SAML group subadmin (server#51376)
  * Fix(files_external): Stop building path twice when checking if file exists
    on case insensitive SMB storage (server#51388)
  * Fix(CalDav): alter invitation attachment filename and type (server#51466)
  * Fix(files_sharing): ensure share status action works also in grid view
    (server#51474)
  * Fix(profile): allow to unset phone number (server#51511)
  * Fix: skip caching lastSeenQuotaUsage for remote shares (server#51522)
  * Fix(cardav): only show users from enabled addressBooks in contacts menu
    (server#51539)
  * Enh: improve occ file:transfer-ownership logging (server#51561)
  * Fix(unified-search): do not overlap search bar with button (server#51566)
  * Fix(webauthn): adjust for updated library and add tests (server#51578)
  * Fix: pass hide download attribute while creating the share to fix github
    issue 50788 (server#51582)
  * Fix(files_sharing): skip expiration notify for invalid share record (server
    #51616)
  * Fix(ocm): `publicKey` can be disabled so capabilities do not match (server#
    51653)
  * Fix(files): Ensure actions never overflow filename (server#51659)
  * Fix(IFilenameValidator): correctly handle case insensitivity (server#51662)
  * Fix(user): Some strings not being translated (server#51666)
  * Fix(provisioning_api): Pass on translated hint if password change fails
    (server#51672)
  * Fix(setupchecks): Treat information messages as success (server#51678)
  * Fix(database): Cast users count to integer (server#51688)
  * Fix(systemtags): Dispatch events when bulk assigning system tags (server#
    51690)
  * Perf(sharing): Use oc_share.item_type IN instead of OR equals (server#
    51691)
  * Fix(dav): filter user files when updating tags (server#51693)
  * Fix files_sorting cypress tests (server#51695)
  * Fix(login): Improve CSRF error message for better user understanding
    (server#51699)
  * Fix public download activity (server#51704)
  * Fix: filter out contacts with empty email addresses in sharee completion
    (server#51708)
  * Fix(GenerateBlurhashMetadata): Suppress imagescale errors (server#51718)
  * Fix(occ): Suppress errors when checking config.php fileowner (server#51720)
  * Fix(files_versions): correctly show version author also for shared files
    (server#51723)
  * Fix(files_reminders): Fix reminder actions being displayed on invalid nodes
    (server#51738)
  * Fix: task type translations (server#51741)
  * Fix(files_versions): Rely on server mime fallback icons (server#51748)
  * Fix(files): Properly encode URLs when preparing ZIP download (server#51751)
  * Fix(theming): enforce theme also for login (server#51753)
  * Fix: resolve typo in authMethod enum cases (server#51758)
  * Fix: add event status and participant status (server#51770)
  * Fix(settings): Fix infinitely loading account management page with
    pagination of groups (server#51781)
  * Feat: Limit `ExpireTrash` job to 30 minutes (server#51808)
  * Fix(dav): Give proper HTTP status code on MKCOL when quota exceeded (server
    #51813)
  * Perf(cron): Delay (re)checking timed jobs (server#51820)
  * Fix(files_reminders): Lower disabled notifications app error to info
    (server#51843)
  * Fix: don??t have sabre/dav send it??s own reponse if we already send the
    zip response (server#51850)
  * Fix(oauth2): retain support for legacy ownCloud clients (server#51859)
  * Fix(encryption): init keys also when logged in using cookie auth (server#
    51865)
  * Fix: use proper migration sorting when checking if a migration needs to be
    executed (server#51869)
  * Fix(files): right click actions menu flicker (server#51871)
  * Fix: Use login name to check the password (server#51880)
  * Fix(settings): Handle email change restriction separately from display name
    change restriction (server#51901)
  * Fix(session): Only mark sessions of permanent tokens as app passwords
    (server#51906)
  * Fix: Catch exceptions when expiring trashbin (server#51912)
  * Fix(workflowengine): require a web component as operation plugin (server#
    51915)
  * Fix: ensure enabled themes are set on the template (server#51929)
  * Fix(dav): Allow underscores on custom links (server#51981)
  * Fix(cache): always require updates if mtime is null (server#51984)
  * Revert ??refactor: add migration for email setting?? (server#51987)
  * Fix(files_reminders): add missing import (server#51992)
  * Feat(ip): use larger IPv6 range by default (server#52033)
  * Refactor(RichObjectStrings): Only log error if key or value is not string
    in validator (server#52038)
  * Revert ??refactor(RichObjectStrings): Only log error if key or value i??
    (server#52059)
  * Test: Use utils function from server and wait for requests (activity#1921)
  * Fix: disable loading when there are no more activities to load (activity#
    1934)
  * Feat: skip expire sharing notify if node deleted (activity#1937)
  * Fix(settings): ensure we handle file_created, file_deleted and
    file_restored as file_changed (activity#1948)
  * Revert ??fix: disable loading when there are no more activities to load??
    (activity#1959)
  * Fix(ActivityAppFeed): handle cases for non-scrollable container (activity#
    1964)
  * Fix): AppAPI Proxy ?? invalid ??content-length?? (app_api#538)
  * Fix: propagate group name changes (circles#1900)
  * Fix(SyncService): Sync group display names (circles#1905)
  * Composer upgrade and cs:fix (circles#1916)
  * Ignore empty string when adding member (circles#1926)
  * Only sync users on explicit request (circles#1930)
  * Ignore non-existant users (circles#1937)
  * Speedup circles fetching (circles#1950)
  * Do not refresh display name on known local user (circles#1957)
  * Chore(GA): update GA master (files_pdfviewer#1180)
  * Update GitHub actions (files_pdfviewer#1181)
  * Chore: update ci workflows (logreader#1568)
  * Fix: Do not register listener when not in console (logreader#1578)
  * Ci: Update workflows (nextcloud_announcements#464)
  * Style: fix custom icon height (notifications#2264)
  * Chore(deps): bump @nextcloud/vue from 8.23.1 to 8.24.0 (notifications#2281)
  * Fix(l10n): Improve translation exclude list (photos#2906)
  * Fix(l10n): remove breaking trailing dot after curly brace (photos#2911)
  * Fix: resolve file version conflict during restore (text#6948)
  * Fix flaky cypress tests (text#6968)
  * Fix(ui): style conflict resolution buttons (text#6972)
  * Fix(workspace): Use filecache existance for checking if readme exists (text
    #6975)
  * Chore(deps-dev): bump psalm/phar from 5.26.1 to 6.5.1 (text#6980)
  * Fix: replace deprecated translation methods (text#6981)
  * Feat(session): Send save request via `sendBeacon` at `beforeunload` (text#
    7062)
  * Fix(cypress): define visual regression threshold to 0.01 (viewer#2766)

March 19, 2025

# Version 31.0.2

Changes:

  * Test: Remove `.only()` calls (server#51304)
  * Fix(encryption): Listen for user login and logout to set encryption key
    (server#51311)
  * Fix(base.php): Correct order for booting \OC\Server (server#51371)
  * Fix(dav): Fix share token pattern for base uri extraction (server#51396)
  * Allow to delete files without trashbin + add unit tests + some refactoring
    (server#51397)
  * Fix(mime-types): adjust compiled mime types and sign (server#51437)
  * Fix(RichObjectStrings): Make exception messages for invalid parameters more
    useful for debugging (server#51445)
  * Fix(comments): Fix activity rich subject parameters (server#51515)
  * Ci: Update 3rdparty actions (server#51519)
  * Fix(files): Make sure file pointer exists (server#51536)
  * Fix(auth): Allow 2FA challenges for Ephemeral sessions (server#51549)
  * Ci: Update actions (3rdparty#2061)
  * Update nextcloud/ocp dependency (activity#1906)
  * Fix: update workflows (activity#1917)
  * Fix: unshare from group activity user handling (activity#1928)
  * Fix npm audit (bruteforcesettings#703)
  * Chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
    (bruteforcesettings#710)
  * Fix npm audit (bruteforcesettings#715)
  * Ci: Update actions (nextcloud_announcements#455)
  * Build(deps): Bump ua-parser-js from 2.0.2 to 2.0.3 (notifications#2252)
  * Ci: Update actions (notifications#2258)
  * Update nextcloud/ocp dependency (photos#2858)
  * Fix npm audit (photos#2863)
  * Chore(deps-dev): Bump autoprefixer from 10.4.20 to 10.4.21 (photos#2866)
  * Chore: Update workflow (photos#2870)
  * Update nextcloud/ocp dependency (serverinfo#759)
  * Chore: update workflows (serverinfo#764)
  * Ci(actions): add yaml workflow (serverinfo#770)
  * Help modal improvements (text#6932)
  * Keep layout on sync errors (text#6944)
  * [backport/6903/stable31] fix(reuse): add license info for vitest snapshots
    (text#6946)
  * Fix: Avoid pushing empty messages (text#6957)
  * Chore: Bump github actions from templates (text#6970)

March 13, 2025

# Version 31.0.1

Changes:

  * Fix(files_external): request strict password auth on credentials enter
    action (server#50932)
  * Fix(files_sharing): Map sharee information for `shared-by-you` view (server
    #50935)
  * Fix: Change UserAgent to *cloud (server#50941)
  * Ci(autochecks): Run some autochecks also on non-PHP files (server#50953)
  * Fix(cron): Ignore time sensitivity when a class was explicitely scheduled
    (server#50954)
  * Chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2 (server#50963)
  * Fix(admin_audit): Fix incorrect truncation of files path in admin audit log
    (server#50994)
  * Fix: wipe local storages on log out (server#50995)
  * Fix: NotFoundException for anonymous users (server#51003)
  * Feat(files): allow to ignore warning to change file type (server#51015)
  * Fix: Initialize lastConnectionCheck after first connection (server#51017)
  * Fix(files_versions): Do not expire versions newer than min age (server#
    51025)
  * Spelling standardization (server#51028)
  * Feat: support migrating an instance to sharding (server#51034)
  * Fix(security): Update CA certificate bundle (server#51041)
  * Fix(systemtags): Use literal strings for i18n in showSuccess (server#51047)
  * Fix(l10n): Improve english source strings (server#51058)
  * Fix: Report duplicated extra files in integrity check (server#51062)
  * Fix(translation): Fix string concatenation in LDAP endpoint (server#51076)
  * Feat: Close sessions created for login flow v2 (server#51090)
  * Fix SQL query so that it is ansi safe fixing #51067 (server#51091)
  * Files: fix exception when share-attributes is undefined (server#51093)
  * Fix(files_external): Move definition parameter to the correct place (server
    #51106)
  * Fix: remove caching in fetchListOfGroups (server#51111)
  * Make it possible to run occ as root (server#51118)
  * Fix(files_reminders): Do not attempt to send reminders after a user has
    left a share (server#51121)
  * Fix(dav): Handle end of stream in `File::put` (server#51128)
  * Fix(files): Ensure the filter instance is mounted (server#51132)
  * Fix(cypress): wait for toast to appear (server#51143)
  * Remove space (server#51149)
  * Chore(deps): bump focus-trap from 7.6.0 to 7.6.4 (server#51167)
  * Chore(deps): bump marked from 15.0.6 to 15.0.7 (server#51168)
  * Chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2 (server#51169)
  * Chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 (server#
    51170)
  * Chore(deps-dev): bump @types/dockerode from 3.3.34 to 3.3.35 (server#51171)
  * Fix A+ rating when checking with Nextcloud Security Scan. (server#51173)
  * Chore(deps): bump webdav from 5.7.1 to 5.8.0 (server#51186)
  * Fix(userconfig): simpler db request pre-upgrade (server#51197)
  * Refactor(TempManager): Simplify and unify implementations and remove legacy
    behavior (server#51203)
  * Fix(FederatedShareProvider): Delete external shares when groups are deleted
    or users removed from a group (server#51206)
  * Fix(files_trashbin): disable bulk download for trashbin (server#51210)
  * Feat: Support deleting metadata from WebDAV (server#51223)
  * Feat: Add bases and gidNumber attribute to ldap:test-user-settings output
    (server#51227)
  * Feat: log query for dbal exceptions (server#51230)
  * Fix(files_sharing): ignore duplicated navigation when replacing current
    route (server#51236)
  * Fix(lookup_server_connector): correctly handle account properties (server#
    51237)
  * Fix: Use case insensitive check when validating login name (server#51251)
  * Test(e2e): adjust trashbin tests to be less flaky (server#51257)
  * Chore(deps): update `@nextcloud/upload` to 1.9.0 (server#51262)
  * Fix(files_sharing): ensure downloaded file has the correct filename (server
    #51263)
  * Fix(Comment): replace richEditor mixin with NcRichText (server#51268)
  * Fix(dav): Handle long absence status earlier (server#51273)
  * Fix(files): Don??t do session related work in the constructor of the View
    (server#51276)
  * Fix(dav): Use IUser::getDisplayName directly (server#51283)
  * Fix(l10n): Remove leading space from translation string (server#51289)
  * Fix(login): Properly target public page with attribute (server#51295)
  * Fix(systemtags): unify restrict_creation_to_admin handling (server#51308)
  * Fix(external_storage): fix settings save (server#51395)
  * Fix(AppDiscover): Strip double-quotes from folder name (server#51402)
  * Fix(lookup-server): disable when not using global scale (server#51404)
  * Fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz` (server#51413)
  * Fix(lookup-server): Only flag new users for lookup update / delete (server#
    51417)
  * Revert(deps): jquery-ui to 1.13.3 (server#51440)
  * Fix npm audit (activity#1874)
  * Chore: bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.14 (activity
    #1890)
  * Fix parameter preparation for occ command (app_api#525)
  * Fix(occ): handle share wrappers that do not have a circle (circles#1867)
  * Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
    (files_pdfviewer#1152)
  * Get PDF.js version from ??package-lock.json?? (files_pdfviewer#1162)
  * Fix: Pin pdfjs-dist to exact 4.0.189 (files_pdfviewer#1165)
  * Fix npm audit (firstrunwizard#1533)
  * Update nextcloud/ocp dependency (logreader#1535)
  * Fix npm audit (logreader#1537)
  * Update nextcloud/ocp dependency (logreader#1545)
  * Update nextcloud/ocp dependency (logreader#1553)
  * Fix: replace `axios` types import source (logreader#1558)
  * Update nextcloud/ocp dependency (nextcloud_announcements#444)
  * Update nextcloud/ocp dependency (nextcloud_announcements#451)
  * Chore(deps): Bump ua-parser-js from 2.0.1 to 2.0.2 (notifications#2200)
  * Build(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
    (notifications#2216)
  * Update nextcloud/ocp dependency (notifications#2220)
  * Ci(performance): Fix performance test and ease debugging it (notifications#
    2228)
  * Build(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 (notifications#
    2231)
  * Update nextcloud/ocp dependency (notifications#2233)
  * Fix(push): Check last activity and last check for age (notifications#2240)
  * Fix(push): Improve test-push output (notifications#2242)
  * Update nextcloud/ocp dependency (notifications#2249)
  * Fix npm audit (password_policy#744)
  * Chore(deps-dev): Bump tslib from 2.6.2 to 2.6.3 (photos#2779)
  * Fix npm audit (photos#2802)
  * Chore(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.20 (photos#2804)
  * Chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2 (photos#2824)
  * Update nextcloud/ocp dependency (photos#2825)
  * Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.13 to
    1.0.0-beta.14 (photos#2833)
  * Chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 (photos#2834)
  * Chore(deps-dev): Bump cypress-split from 1.24.7 to 1.24.14 (photos#2835)
  * Chore(deps-dev): Bump dockerode from 4.0.2 to 4.0.4 (photos#2836)
  * Update nextcloud/ocp dependency (photos#2845)
  * Fix npm audit (photos#2846)
  * Fix: Correct alignment of recommendation text (recommendations#854)
  * Update nextcloud/ocp dependency (serverinfo#750)
  * Update nextcloud/ocp dependency (serverinfo#757)
  * Fix/6871 smart add to next line (text#6916)
  * Update nextcloud/ocp dependency (twofactor_nextcloud_notification#965)
  * Update nextcloud/ocp dependency (twofactor_nextcloud_notification#970)

February 25, 2025

# Version 31.0.0

Changes:

  * Port files trashbin events to IEventDispatcher/IEventListener (server#
    32018)
  * Modify user_ldap checkPassword to not fetch records from ldap each time
    because of extremely high CPU usage! (server#35867)
  * Fix(provisionning_api): Remove parameters that are not set into template
    (server#37303)
  * Invalidate oauth2 tokens only for seen users (server#37761)
  * Fix remaining readdir() calls in loops with undesirable false evaluation
    potential (server#38630)
  * Fix #38749, postgresql GRANT user??s permission after createDatabase, ??
    (server#38750)
  * (base) Give a hint in web interface if SimpleXML (php-xml) is missing
    (server#38857)
  * (occ db:convert-type) Add support for UNIX sockets (server#39242)
  * Add `occ user:welcome` command to send user welcome email from CLI (server#
    39611)
  * Refactor encryption app commands (server#39692)
  * Translate all share exceptions (server#40164)
  * Fix mimetype not being updated when changing file extention on objectstore
    (server#40394)
  * Fix(carddav): Handle race for SAB creation better (server#42052)
  * (config.php.sample) Clarify the purpose of `session_keepalive` parameter
    (server#42610)
  * Fix: Add command to update re-share if shared-by user has been revoked
    (server#43025)
  * Enh: update desktop client unsupported version 3) error message (server#
    43281)
  * Feat: make search path for BinaryFinder customizable. (server#43968)
  * Feat: add pronouns to account profile (server#44013)
  * Handle errors in encryption:migrate-key-storage-format (server#44555)
  * Fix(i18n): Changed grammar (server#44945)
  * Fix: update last_login timestamp for token based-logins (server#45020)
  * Fix: remove mention of disabling file locking from config sample (server#
    45330)
  * Expose escapeLikeParameter trough query builder (server#45457)
  * Fix(setupChecks): Update Transactional File Locking instructions (server#
    45471)
  * Feat(files_sharing): Migrate public shares to Vue (server#45652)
  * Feat: add command to send raw commands to redis (server#45880)
  * Signed requests (server#45979)
  * Fix: write object to the correct urn when moving from another storage to
    object store (server#46013)
  * Perf: delay getting (sub)admin status for user in the security middleware
    untill we need it (server#46021)
  * Fix(user_ldap): Avoid extra LDAP request when mapping a user for the first
    time (server#46114)
  * Fix: Fix ??Unknown path?? error when source user `files` folder has not
    been initialized (server#46124)
  * Fix(config): Add missing handling for `envCache` in `getKeys()` (server#
    46140)
  * Feat(cache): CLI should not fail if APCu is not available (server#46151)
  * Ensure that the hash method does not return null (server#46218)
  * Fix(TaskProcessingApiController): Don??t use + to merge non-assoc. arrays
    (server#46222)
  * Fix: add option to remove the webroot for setup checks and don??t chec??
    (server#46255)
  * Fix(Mailer): Fix sendmail binary fallback (server#46480)
  * Transparent* database sharding (server#46639)
  * Feat(sidebar): Show node owner in metadata subline (server#46691)
  * Fix status check and saving of external storages (server#46859)
  * Fix(ProvisioningAPI): set typed config values by via API (server#46991)
  * Fix: check for correct storage class when checking for link parent (server#
    47038)
  * Fix(jobs): Switch to executeStatement() while deleting rows (server#47155)
  * Fix(files): Fix navigating with breadcrumbs not highlighting navigation
    entry (server#47158)
  * Perf: improve cleanup of tags/comments (server#47182)
  * Fix: Filename validation should only forbid `create` and `update` (server#
    47185)
  * Fix(AppMenu): Prevent menu entries from jumping on hover (server#47203)
  * Fix(files): Respect ??Show hidden files?? setting in tree (server#47204)
  * Master is now 31 (server#47212)
  * Chore(deps-dev): bump eslint-plugin-cypress from 3.4.0 to 3.5.0 (server#
    47222)
  * Chore(deps): bump is-svg from 5.0.1 to 5.1.0 (server#47225)
  * Chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 in the
    github-actions group (server#47226)
  * Fix(webauthn): Increase database column for public key id (server#47240)
  * Fix: Adjust legacy CSS styles for new Nextcloud 30 design (server#47248)
  * Fix(adminaudit): Don??t crash when creating folder (server#47252)
  * Feat(webauthn): Add user verification to webauthn challenges (server#47253)
  * Don??t save translated predefined user status as custom status (server#
    47258)
  * Feat: add negative compare-and-delete to imemcache (server#47259)
  * Feat(share): make sharelink token length configurable (server#47265)
  * [occ:bg-job:worker] Add ??stop_after?? option (server#47277)
  * Fix: Do not throw if appstore is unavailable during upgrade (server#47285)
  * Fix: Access node owner by top level `owner` property (server#47287)
  * Feat(templates): checkbox field type (server#47290)
  * Refactor(Log): Use new in initializer instead of constructor body (server#
    47291)
  * Feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` method
    (server#47293)
  * Fix(files): Sort tree views correctly by natural order (server#47294)
  * Chore(deps-dev): bump @pinia/testing from 0.1.4 to 0.1.5 (server#47296)
  * Chore(deps): bump @vueuse/core from 10.11.0 to 11.0.0 (server#47297)
  * Chore(deps): bump elliptic from 6.5.6 to 6.5.7 (server#47300)
  * Chore(deps): bump @vueuse/components from 10.11.0 to 11.0.0 (server#47301)
  * Chore(deps): bump @vueuse/integrations from 10.11.0 to 11.0.0 (server#
    47302)
  * [master] Fix npm audit (server#47310)
  * Fix: Prevent crash when refreshing metadata for files without an owner
    (server#47316)
  * Fix(UnifiedSearch): Focus search input on open (server#47319)
  * Feat(AppFramework): Add full support for date / time / datetime columns
    (server#47329)
  * Fix: adding blurhash to definitions (server#47331)
  * Fix(caldav): allow renaming of birthday calendars (server#47332)
  * Fix: Display ??Leave share?? instead of ??Delete?? (server#47339)
  * Fix(federation): Do not overwrite certificate bundle (server#47340)
  * Fix: don??t recalculate folder size in Cache::delete if the entry didn??t
    exist (server#47342)
  * Use logical positioning instead of physical for bidirectional text support
    (server#47343)
  * Store the mountpoint of storages in the mount options and use it to find
    the encryption keys (server#47346)
  * Add bidirectional text support ?? Backend (server#47349)
  * Chore(build): Remove old Drone CI signed-off checker (server#47350)
  * Fix(build): Allow update-apps.sh script to work with non-master branches
    (server#47351)
  * Fix(TaskProcessing/ContextWrite): Fix wording ??ContextWrite?? -> ??Context
    write?? (server#47352)
  * Chore: Add webhook_listeners to list of shipped apps (server#47356)
  * Bump Hub 8 -> Hub 9 (server#47358)
  * Fix: use empty template by default when pressing enter (server#47363)
  * Fix(files_sharing): Sort by correct share attribute (??share with
    displayname??) (server#47365)
  * Fix(files): Move loading icon before grid toggle (server#47370)
  * Fix: Disable auto-zoom on iOS (server#47371)
  * Fix: `FilenameValidator::isForbidden` should only check forbidden files
    (server#47372)
  * Fix(cypress): improve cypress performances (server#47379)
  * Fix(theming): Make getImage() call save against missing non-SVG version
    (server#47380)
  * Chore(deps): Update openapi-extractor to v1.0.0 (server#47381)
  * Ci: Skip flaky test on PHP 8.3 (server#47388)
  * Update `@nextcloud/vue` to v8.17.0 (server#47397)
  * Fix: expand select and group by for calendar reminder backend (server#
    47399)
  * Feat(files): Allow more than 50 favorite views (server#47400)
  * Feat(Security): Allow defining a password context for password validation
    and generation (server#47403)
  * Fix(files_versions): Migrate version name dialog from NcModal to NcDialog
    (server#47407)
  * Fix(dashboard): Adjust widget border radius (server#47408)
  * Fix(provisioning): Support setting new app configs as well (server#47409)
  * Feat(files_sharing): reminder for link shares with expiration date (server#
    47412)
  * Fix(caldav): limit property length (server#47413)
  * Test(admin_audit): add test for user management listener (server#47414)
  * Fix: Trusted server icon recovery without addressbook change (server#47415)
  * Fix(files): Create non-existent parents of mountpoints (server#47417)
  * Fix(migration): Add missing migration attributes (server#47419)
  * Fix: promote re-shares when deleting the parent share (server#47425)
  * Fix(mailer): Call to custom mail_template_class (server#47435)
  * Fix(files): Node loading information should be accessible (server#47443)
  * Fix(user_status): add link to Availability page if user set predefined ??
    Vacationing?? (server#47448)
  * Update to coding-standard 1.2.3 (server#47449)
  * ??Line?? manager instead of ??Account?? manager (server#47450)
  * Fix: correct documentation for mail provider (server#47452)
  * Chore(deps-dev): bump webpack from 5.93.0 to 5.94.0 (server#47458)
  * Chore(deps): bump @vueuse/integrations from 11.0.0 to 11.0.1 (server#47460)
  * Chore(deps): bump core-js from 3.37.1 to 3.38.1 (server#47461)
  * Chore(deps): bump @vueuse/core from 11.0.0 to 11.0.1 (server#47463)
  * Bump nextcloud/coding-standard from 1.2.1 to 1.2.3 in /vendor-bin/cs-fixer
    (server#47464)
  * Fix(files): Reset drop notice on firefox (server#47465)
  * Test: Migrate from Jest to vitest (server#47466)
  * Fix(files): Adjust margin at the file list bottom (server#47467)
  * [master] Fix npm audit (server#47470)
  * Fix(cs-fixer): Correctly ignore files ignored by git (server#47474)
  * Fix(flow): cannot set custom user agent (server#47480)
  * Chore(files): Adjust wording for file type filter (server#47490)
  * Fix(dav): Allow apps to get unshares for DAV resources (server#47494)
  * Feat: Delegate is-encrypted handling to the e2ee app (server#47495)
  * Feat: Improve encryption mode detection in occ info:file (server#47496)
  * Fix(files): fix list gap at bottom (server#47500)
  * Feat(settings): Add setup check for apcu cache expunge (server#47507)
  * Fix(Router): Load attribute routes of all apps when not app is specified
    (server#47508)
  * Fix: gracefully handle unexpected exif orientation types (server#47509)
  * Fix(db): Increase log level for very slow transactions (server#47510)
  * Chore: Improve `FileInfo::isEncrypted` description (server#47511)
  * Fix(migration): Correctly sort migrations by version number (server#47515)
  * Feat(transfer-ownership): Correctly react to encrypted files (server#47519)
  * Fix(logger): ignore session logging during setup (server#47521)
  * [TaskProcessing] Add manager::runTask method (server#47522)
  * Use NavigationManager instead of AppManager to handle custom apps order
    (server#47523)
  * Fix: optimise `getWrongShareOwnership` query (server#47525)
  * Fix(files_external): Handling in FTP UI for custom ports (server#47526)
  * Fix(files_external): Handling in SFTP UI for custom ports (server#47527)
  * Feat(webhook_listeners): Enable the app by default (server#47532)
  * Fix/move image to oc namespace (server#47535)
  * Fix(files): Correctly check for already used names when creating new folder
    (server#47540)
  * Ci: Reduce required run time (server#47541)
  * Fix: Adjust filename validation messages (server#47546)
  * Fix(files_sharing): Make share labels nullable (server#47551)
  * Chore: fix usage of deprecated functions and adjust code style (server#
    47553)
  * Fix(config): Avoid error messages for restricted opcache API (server#47567)
  * Refactor: Migrate public-page header actions to Vue (server#47568)
  * Fix: Do not fail to get internal path on NonExistingFile (server#47581)
  * Move preferred install method to top spot (server#47582)
  * Fix(theming): Add migration to restore primary color after separating
    primary and background (server#47586)
  * Fix(settings): Hide forbidden UI elements for group managers (server#47589)
  * Fix(test): Fix provisioning enabled apps (server#47596)
  * Fix: re-enable content-length header via htaccess (server#47598)
  * Fix(files): Remove margin and width to not break layout (server#47600)
  * [TaskProcessing] Use taskprocessing in TextProcessing and STT managers
    (server#47601)
  * Feat: Use the blurhash in Files (server#47605)
  * Fix(DB): set sharding parameters only when intended (server#47611)
  * Fix(css): Adjust header styles to only add focus-visible styles to menu
    (server#47616)
  * Fix(css): make scrollbar visible again (server#47617)
  * [LinkReferenceProvider] Better size check (server#47627)
  * Fix(UnifiedSearch): Restore normal dialog size (server#47628)
  * [oauth2] Store hashed secret instead of encrypted (server#47635)
  * Fix: Properly handle share attributes if set to null (server#47638)
  * Fix: Run migration sql as statement so that the primary db node is used
    (server#47640)
  * Fix: Fix inaccessible content on public pages due to overlapping footer
    (server#47649)
  * Chore: Cleanup app framework middleware (server#47650)
  * Chore(deps): bump nextcloud-vue-collections from 0.12.0 to 0.13.0 (server#
    47654)
  * Chore(deps): bump @nextcloud/dialogs from 5.3.5 to 6.0.0 (server#47655)
  * Chore(deps): bump @vueuse/integrations from 11.0.1 to 11.0.3 (server#47656)
  * Chore(deps): bump @nextcloud/vue from 8.17.0 to 8.17.1 (server#47657)
  * IUserConfig (server#47658)
  * Followup: fix(settings): Don??t display built-in task types in AI settings
    TextProcessing (server#47659)
  * Fix(RichObjectStrings/Validator): Validate key value types of rich object
    parameters (server#47662)
  * Chore(deps): bump the github-actions group with 4 updates (server#47664)
  * Fix(files): Correctly parse external shares for files UI (server#47665)
  * Fix: Properly calculate intermediate icon for touch icon generation (server
    #47670)
  * Test(cypress): Await promise in response to prevent timeout (server#47671)
  * Fix(settings): Fix sharing exclude groups from password requirement option
    not working (server#47674)
  * Chore(db): Make the query more simple to read (server#47675)
  * Fix(OCP): Fix Image interface (server#47676)
  * Chore(IConfig): Adjust type of `getUsersForUserValue` (server#47678)
  * Chore(IGetRealUIDBackend): Fix typo in doc block (server#47679)
  * Chore: Update `.git-blame-ignore-revs` (server#47680)
  * Fix: Move OC_API into \OC\ApiHelper in standard namespace (server#47685)
  * Chore(theming): Increase app version (server#47690)
  * Fix: only keep major as server version (server#47709)
  * [master] Update psalm-baseline.xml (server#47724)
  * Chore(storage): refactor some code portions (server#47731)
  * Fix(caldav, carddav): also allow unsharing of circle shares (server#47737)
  * Fix(files): undefined sidebar (server#47738)
  * [master] fix(files): undefined displayname for outdated `@nextcloud/files
    `<3.6.0 apps (server#47752)
  * Fix(appstore): Cache apps.json also on dev instances (server#47754)
  * Fix(files): Check if target path is a descendant of the shared folder
    (server#47756)
  * Fix: Fix missing footer on public pages (server#47761)
  * Fix: Use sha256 to hash arguments of background jobs (server#47769)
  * Fix(dav): Always respond custom error page on exceptions (server#47770)
  * Fix(l10n): Rephrasing some exceptions to be translated (server#47782)
  * Fix(FileInfo): correctly implement `\ArrayAccess::offsetGet` (server#47784)
  * Feat(carddav): add command to list address books (server#47788)
  * Chore: adjust code to adhere to coding standard (server#47789)
  * Chore(files): Use public API where possible (server#47792)
  * Fix(TaskProcessing): increase error_message column length (server#47801)
  * Fix(files): Fallback icons should fill the container (server#47802)
  * Chore(files_sharing): Add migration attribute for `share.reminder_sent`
    column (server#47803)
  * Fix: Replace conflicting tags in `xml_exception` template (server#47805)
  * Chore(files_sharing): Do not use files source files but directly the
    library (server#47806)
  * Fix(files_sharing): password checkbox and labels in link share (server#
    47807)
  * Chore(i18n): Spelling of ID (server#47808)
  * [master] Update psalm-baseline.xml (server#47816)
  * Chore(deps-dev): bump cypress-if from 1.12.5 to 1.12.6 (server#47818)
  * Chore(deps-dev): bump cypress from 13.13.2 to 13.14.2 (server#47819)
  * Chore(deps): bump underscore from 1.13.6 to 1.13.7 (server#47820)
  * Chore(deps-dev): bump puppeteer from 22.15.0 to 23.3.0 (server#47821)
  * Chore(deps-dev): bump stylelint from 16.8.2 to 16.9.0 (server#47822)
  * Chore(deps): bump @vueuse/components from 11.0.0 to 11.0.3 (server#47823)
  * Chore(i18n): adapted lowercase (server#47824)
  * Feat: add iMip Request Handling (server#47826)
  * Fix: Adjust preview for view-only shares (server#47831)
  * Fix: (CalDav) Delete invitation link when deleting Calendars or Events
    (server#47832)
  * Fix(appstore): return if appstore is manually disabled (server#47834)
  * Fix(files): Never return a null ETag in DAV (server#47837)
  * Fix(files_sharing): Open single-file-share by default (server#47841)
  * Add an endpoint to remove all webhook registrations from an app (server#
    47845)
  * Fix: provision api??s status codes (server#47846)
  * Fix copying or moving from shared groupfolders (server#47847)
  * Fix(files): Reset context menu position on close (server#47848)
  * Fix: misc code fixes around db sharding (server#47852)
  * Fix: make swift connect exception message more informative (server#47853)
  * Fix(appstore): Ensure returned apps from AppStore are valid (server#47854)
  * Fix(preview): gracefully handle file not being opened in ProviderV2 (server
    #47858)
  * Fix: Only write once to template instead of create/copy (server#47860)
  * Move admin_audit to proper event listeners v2 (server#47865)
  * Fix(settings): Add back create group icon (server#47881)
  * Fix(setup-checks): Ensure URL with webroot works (server#47883)
  * Chore: Add another coding standard commit to the git blame ignore (server#
    47884)
  * Fix(files): Make `openMenu` watcher null safe (server#47891)
  * Fix: Make user removal more resilient (server#47896)
  * Fix(files): Ensure children are removed from folder and not duplicated
    (server#47905)
  * Chore: Update trashbin retention documentation with exceeded quota details
    (server#47906)
  * Fix(files): Add more visual move / copy notification (server#47910)
  * Fix: Add whiteboard to education and public sector bundle (server#47913)
  * Fix(LDAP): check index before accessing it (server#47914)
  * Feat(caldav): create subscriptions via occ (server#47916)
  * Feat: Reset route if neither the Viewer of the Sidebar is open (server#
    47920)
  * ? ?? Catch MaxInstancesExceededException on calendar events (server#47924)
  * Migrate away from OC_App to IAppManager (server#47927)
  * Fix(a11y): Update OpenDyslexic from 0.920 to 2.001 (server#47928)
  * Build: bump version to run sha256 for background job arguments migration
    (server#47930)
  * [master] Update psalm-baseline.xml (server#47932)
  * Fix(config): Throw PreconditionException always when it didn??t match
    (server#47933)
  * Fix(files_external): broken credentials dialog (server#47945)
  * Feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck
    \CheckServerResponseTrait` (server#47947)
  * Fix(collaboration): Reduce timeouts to 3s for link reference connects
    (server#47948)
  * Fix(files): Adjust Cache::searchQuery() parameter name to match interface
    (server#47954)
  * Build(deps): bump vimeo/psalm from 5.25.0 to 5.26.1 in /vendor-bin/psalm
    (server#47960)
  * [master] Update psalm-baseline.xml (server#47961)
  * Build(deps): bump send and express (server#47964)
  * Build(deps-dev): bump express from 4.19.2 to 4.21.0 (server#47965)
  * Fix(files_external): Check key exists before accessing it (server#47968)
  * Fix: Do not try to set HTTP response code on already closed connection
    (server#47971)
  * Add missing Nextcloud v30 to issue template (server#47973)
  * Chore!: Remove `ILogger` and its friends (server#47978)
  * Perf(ObjectStoreStorage): Improve (slow) move on same object bucket (server
    #47986)
  * [master] Update psalm-baseline.xml (server#47990)
  * Add SabreDav Patch for iTip Broker (server#47998)
  * Fix(ci): Use latest buildjet version (server#47999)
  * Fix: Restore missing dot in FilesListVirtual.vue (server#48003)
  * Fix(Entity): Fix magic setter call for custom strong typed setters (server#
    48008)
  * Fix: Remove OCP\Files\Storage interface deprecated since version 9 (server#
    48009)
  * Feat(db): switch from settype to casts (server#48010)
  * Fix(BaseResponse): Cast XML element values to string (server#48013)
  * Fix(Tags): Return boolean for userHasTags() (server#48014)
  * Fix(Storage\Local): Do not call getSourcePath() on SplFileInfo (server#
    48015)
  * Fix(S3ConfigTrait): Allow proxy field to take false (server#48016)
  * Fix(Comment): Initialize childrenCount as integer (server#48017)
  * Feat: add verbose mode to cron.php (server#48018)
  * Fix(user_ldap): Use %n in plural translation to avoid a crash in L10N
    (server#48028)
  * Fix(dav): cast content length to interger (server#48029)
  * Fix(dav): cast parameters to string (server#48030)
  * Fix(filesreport): cast fileId to integer (server#48031)
  * Fix: correct link to trademark (server#48037)
  * Refactor: migrate dirname to __DIR__ constants (server#48041)
  * Refactor: Use the elvis operator + fix: Handle null checks with the ??
    operator (server#48042)
  * Fix(dav): imip service test expects integers for last occurence (server#
    48043)
  * Test: cast node name and data to string (server#48044)
  * Fix(dav): set string type for sanitizeMtime (server#48045)
  * Refactor: Replace __CLASS__ with ::class references (server#48046)
  * Refactor: Add void return type to PHPUnit test methods (server#48049)
  * Fix(weather_status): Fix search address errors when offline (server#48050)
  * [master] Update psalm-baseline.xml (server#48060)
  * Fix(a11y): Add OTF font loading check (server#48063)
  * Fix(Storage): Fix method docs inheritance (server#48080)
  * Chore(i18n): Fixed grammar and improved wording (server#48081)
  * Refactor: move to new activity exception (server#48086)
  * Fix(settings): disable Discover when appstore is disabled (server#48090)
  * Fix(Storage): Document getOwner() can return false (server#48094)
  * Feat: Move to ZipFolderPlugin for downloading multiple-nodes (server#48098)
  * Chore: Remove deprecated aliases from dependency injection (server#48110)
  * Fix: Move storage constructor to specific interface (server#48111)
  * Fix(appstoreFetcher): get list from a custom store and remove unnecessary
    warning (server#48114)
  * [master] Update psalm-baseline.xml (server#48115)
  * Chore: add `application/zstd` (server#48129)
  * Feat: mail provider settings (server#48134)
  * Feat: Add OCP interface to format richtext into string (server#48137)
  * Fix: Remove legacy settings forms (server#48138)
  * Ci: Bump phpunit to 9.6.19 and add dependabot (server#48140)
  * Fix(psalm): Fix @throws annotations (server#48144)
  * Fix: Drop unnecessary exit (server#48145)
  * Chore(deps): Bump vite from 5.4.2 to 5.4.6 (server#48151)
  * Chore(legacy): Introduce public version class and drop version methods from
    OC_Util (server#48152)
  * Feat(app_api): make app_api shipped and default enabled (server#48153)
  * [master] Update psalm-baseline.xml (server#48154)
  * Object store move fixes and more (server#48160)
  * Fix(settings): pronouns UsersControllerTest (server#48161)
  * Fix(autocomplete): Move known array keys to psalm docs (server#48162)
  * Feat: add nfo file support (server#48163)
  * Fix(activity): Update more activity providers to use new exceptions (server
    #48175)
  * Fix: Override start method of \Sabre\DAV\Server to remove exception o??
    (server#48177)
  * Chore(deps): Update nextcloud/coding-standard to v1.3.1 (server#48181)
  * Fix: fix share reminder job for oracle (server#48182)
  * Chore(deps-dev): Bump babel-loader from 9.1.3 to 9.2.1 (server#48185)
  * Chore(deps): Bump @vueuse/components from 11.0.3 to 11.1.0 (server#48187)
  * Chore(deps-dev): Bump @babel/plugin-transform-private-methods from 7.24.7
    to 7.25.4 (server#48188)
  * Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.9
    (server#48190)
  * Chore(deps-dev): Bump wait-on from 7.2.0 to 8.0.1 (server#48192)
  * Chore: Add proper deprecation dates where missing (server#48196)
  * Fix: add sharding compatible version of share reminder job (server#48200)
  * Feat: make systemtags public visible (server#48206)
  * Fix: Don??t crash if disabled user is missing in the database (server#
    48207)
  * Fix(psalm): Update psalm baseline (server#48212)
  * Fix(tests): Fix test selection and run unit tests of DAV and user_status
    (server#48215)
  * Chore: Cleanup and prepare `\OC\Repair\RepairMimeTypes` tests for PHPUnit
    10 (server#48217)
  * Chore: Cleanup and prepare some app tests for PHPUnit 10 (server#48218)
  * Fix(IStorage): Use false instead of bool intersection type to match
    implementations (server#48219)
  * Chore: Remove old travis related stuff (server#48220)
  * Perf: reuse cache info we already have when moving to object store (server#
    48222)
  * Add rector config (server#48223)
  * Fix: improve moving object store items to trashbin (server#48224)
  * Fix(ci): Remove more withConsecutive in apps (server#48234)
  * Test: re-add object store primary storage phpunit tests (server#48235)
  * Chore: Remove legacy UI scripts and styles from files (server#48241)
  * Fix(files): Link share URL was not generated due to typo (server#48244)
  * Fix(profiler): clear command does not work (server#48246)
  * Chore(deps-dev): Bump @vitest/coverage-v8 from 2.0.5 to 2.1.1 (server#
    48251)
  * Chore(deps-dev): Bump sass from 1.77.8 to 1.79.3 (server#48252)
  * Chore(deps): Bump focus-trap from 7.5.4 to 7.6.0 (server#48253)
  * Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 (server#48254)
  * Chore(deps-dev): Bump tslib from 2.6.3 to 2.7.0 (server#48255)
  * Fix(psalm): Enable findUnusedBaselineEntry (server#48266)
  * Fix: skip the integrity check for nextcloud-init-sync.lock (server#48268)
  * Feat(prioritynotifications): Allow some apps to mark notifications as
    priority (server#48274)
  * Chore(deps): Bump the github-actions group across 1 directory with 3
    updates (server#48275)
  * Fix: gracefully parse non-standard trusted certificates (server#48307)
  * Fix: Ensure app discover section is returned as list (server#48311)
  * Refactor(updatenotification): Migrate legacy code (server#48323)
  * Chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1 (server#48327)
  * Fix(files): Fix having to resolve conflicts twice when dropping files
    (server#48331)
  * Refactor(encryption): Migrate from hooks to events (server#48332)
  * [master] fix(security): Update CA certificate bundle (server#48333)
  * Chore(deps): Bump giggsey/libphonenumber-for-php-lite to 8.13.45 (server#
    48343)
  * More reliable user_status tests (server#48344)
  * Fix(files_external): Catch correct exception (server#48345)
  * [WeatherStatus] Support more weather codes, change icons, fix style (server
    #48353)
  * Fix: Show storage full warning when storage is actually full (server#48354)
  * Fix(icons): Document icon requirements for notifications and activities
    (server#48356)
  * Fix: Use placeholder for external storage password (server#48359)
  * Fix(QueryBuilder): Restrict identifier length to 30 characters due to
    Oracle limitations (server#48361)
  * Fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
    (server#48366)
  * Build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5 (server#
    48370)
  * Auto import Nextcloud classes in rector runs (server#48371)
  * Fix: add PasswordConfirmationRequired to create user storages endpoint
    (server#48373)
  * Skip future shipped apps from updatenotification check (server#48375)
  * Fix(ShareAPI): Send mails for mail shares by default (server#48381)
  * Feat: configurable request timeout for carddav sync (server#48418)
  * Fix(l10n): Fix list of RTL languages (server#48419)
  * Fix: use nc??s binary finding logic for smb (server#48421)
  * Fix(settings): Sort all settings ?? incl declarative settings ?? by
    priority (server#48424)
  * Fix(files): Ensure renaming state is correctly reset (server#48425)
  * Fix(config): Suppress `config.php` fopen error at install time (server#
    48426)
  * Chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9 (server#48430)
  * Chore(deps): Bump @vueuse/integrations from 11.0.3 to 11.1.0 (server#48431)
  * Chore(deps-dev): Bump cypress from 13.14.2 to 13.15.0 (server#48432)
  * Chore(deps-dev): Bump puppeteer from 23.3.0 to 23.4.1 (server#48433)
  * Chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2 (server#48434)
  * Fix: correctly count disabled users for subadmins (server#48437)
  * Fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive
    (server#48438)
  * Fix(theming): Use `AppConfig` for setting background image (server#48439)
  * Refactor(theming): Reduce duplicated code in `BackgroundService` (server#
    48440)
  * Fix: Fix test of IConstructableStorage implentation by storage classes
    (server#48446)
  * Fix: make federation address book sync work with allow_local_remote_servers
    = false (server#48451)
  * Fix(psalm): Update baseline (server#48453)
  * Fix(Storage): Fix getDirectoryContent() return type (server#48454)
  * Update docs for Folder.get and call for Folder.nodeExists (server#48455)
  * Build: Bump 3rdparty hash after empty updates (server#48460)
  * Perf(files): Adjust default chunk size for chunked upload to 100MiB (server
    #48461)
  * Ci: fail psalm when baseline update required (server#48466)
  * Ci: Don??t upload output of normal psalm to GitHub Security section (server
    #48476)
  * Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 in the
    github-actions group (server#48479)
  * Fix(migration): Check if column exits before adding it (server#48480)
  * Ci: Execute psalm:security on pushes (server#48483)
  * Fix(Auth): ignore missing token when trying to set password-unconfirm??
    (server#48484)
  * Chore: Move from Twitter to X (server#48486)
  * Refactor(Encryption): Migrate to strong types (server#48487)
  * Refactor(Storage): Make all parameter types strong types (server#48494)
  * [taskprocessing] Add new command to get a task from a task ID (server#
    48496)
  * Fix(caldav): add missing handlers (server#48508)
  * Fix(files): Fix folders not being selectable in the smart picker (server#
    48512)
  * Fix(TaskProcessing\Manager): Don??t provoke PHP notice in setTaskResult
    (server#48513)
  * Fix(dav): don??t crash subscription on invalid calendar object (server#
    48519)
  * Chore: Replace Twitter & Diaspora links and text (server#48520)
  * Fix(QueryBuilder): Account for aliases in output columns (server#48522)
  * Fix: do not reduce count for subadmins if they are members of group (server
    #48532)
  * Fix: Vue app names (server#48536)
  * Feat(preview): add command to cleanup preview folder (server#48537)
  * Fix: Return correct list of managers for a user (server#48538)
  * Build: Bump symfony/* to 6.4 (server#48539)
  * Fix(filesexternal): Remove unneeded 3rdparty library use (server#48540)
  * Fix: Move cloud id into readonly input (server#48542)
  * Fix(theming): Fix layout of themes (server#48543)
  * Feat(setupchecks): add row format setup check for MySQL databases (server#
    48547)
  * Fix(admin_audit): Listen to the right events (server#48548)
  * Fix(users): improve recently active search (server#48559)
  * Better distinguish this parameter dedicated to internal shares (server#
    48561)
  * Fix metadata storage with sharding (server#48563)
  * Fix(settings): Align contents of profile picture heading (server#48572)
  * Chore(deps-dev): Bump @babel/node from 7.25.0 to 7.25.7 (server#48573)
  * Chore(deps): Bump dompurify from 3.1.6 to 3.1.7 (server#48574)
  * Chore(deps-dev): Bump @babel/plugin-transform-private-methods from 7.25.4
    to 7.25.7 (server#48576)
  * Chore(deps-dev): Bump puppeteer from 23.4.1 to 23.5.0 (server#48577)
  * Fix: override iTip Broker to fix several issues (server#48583)
  * Fix(config): Mark more app configs sensitive (server#48584)
  * Build: Update doctrine/dbal from 3.8.x to 3.9.1 (server#48592)
  * Fix email share transfer accross storages (server#48597)
  * Fix(BackgroundJobs): Adjust intervals and time sensitivities (server#48600)
  * Fix(logger): Remove more parameters of other methods (server#48603)
  * Fix(appmanager): Fix tainted file path when loading appinfos (server#48604)
  * Chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 (server#48605)
  * Fix(UserTrait): Fix backend initialization (server#48610)
  * Add activity logging for favorites in dav (server#48612)
  * Feat(l10n): Allow to force language with a query parameter (server#48613)
  * Refactor(Storage): Align all Storage constructors (server#48614)
  * Fix: Fix empty sections appearing in search results (server#48619)
  * Feat: Allow shared calendars as appointment conflict calendars (server#
    48621)
  * Fix: Allow overriding shouldApplyQuota check from child classes (server#
    48623)
  * Fix(files): handle empty view with error (server#48625)
  * Fix(dav): Public WebDAV endpoint should allow `GET` requests (server#48628)
  * Fix(files): Do not jump to top when fileId is set to currentFolder (server#
    48632)
  * Fix: Fix ??Reasons to use Nextcloud?? design (server#48638)
  * Feat(http client): expose default request timeout constant to be used
    instead of magic number 30 (server#48639)
  * Fix(i18n): Improved grammar (server#48648)
  * Fix: Shipped apps should include the Nextcloud version in the cache buster
    (server#48650)
  * Fix(files): Correctly copy the cache information during copy operations
    (server#48651)
  * Chore(l10n): Use default plural handling (server#48653)
  * Feat(dav): introduce paginate with custom headers (server#48662)
  * Feat(settings): migrate AppAPI ExApps management to settings (server#48665)
  * Chore(deps): Bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4
    (server#48669)
  * Chore(deps-dev): Bump @pinia/testing from 0.1.5 to 0.1.6 (server#48670)
  * Fix(share): Return empty string if no label is set (server#48673)
  * DNS: do not query CNAME if A succeeded already (server#48675)
  * Fix(AppConfig): Add external JWT private key to sensitive keys (server#
    48682)
  * Chore: request review from groupware when changing the card- and cald??
    (server#48684)
  * Chore: Use more gender neutral language (server#48687)
  * Fix(locking): Accept mixed as value on setTTL (server#48689)
  * Fix(files_sharing): Add proper user facing messages on success (server#
    48696)
  * Chore: migrate from deprecated SASS API and SASS JS API (server#48702)
  * Feat(DeclarativeSettings): Allow to define getter and setters in
    declarative settings form class (server#48721)
  * Fix(caldav): duration handling in the event reader class (server#48723)
  * Chore(db): Apply query prepared statements (server#48724)
  * Refactor(federatedfilesharing): Replace deprecated function usage (server#
    48725)
  * Fix(files): Adjust NavigationQuota for Nextcloud 30 design (server#48728)
  * Fix: get rid of denied notification when accept (server#48734)
  * Refactor(code-style): Adjust JS code to our code style (server#48735)
  * Fix: log a warning when we can??t build a background job (server#48736)
  * Fix(caldav): broken activity rich objects (server#48737)
  * Fix(appstore): Hide last modified information for shipped apps (server#
    48743)
  * Build(autoloader): Remove noisy changes when regenerating (server#48756)
  * Feat(files): Expose chunked upload config via capabilities (server#48758)
  * Feat(comments): Support mentioning emails (server#48760)
  * Chore(db): Apply query prepared statements (server#48765)
  * Fix disabled user list for subadmins (server#48766)
  * Fix incorrect permissions when copying shared files (server#48769)
  * [master] fix(security): Update code signing revocation list (server#48775)
  * Feat(systemtags): add bulk tagging action (server#48786)
  * Ci: Update list of installed PHP extensions (as some are not default ??
    (server#48787)
  * Fix: add PasswordConfirmationRequired to the external storages mentioned in
    review (server#48788)
  * Refactor(apps): Use constructor property promotion when possible (server#
    48790)
  * Chore(setupchecks): update translation for MySQL row format check (server#
    48792)
  * Fix: log which file cannot be opened (server#48793)
  * Fix(files_sharing): Add correct context to translation (server#48799)
  * Fix: add eol in dav command and use success const as return code (server#
    48800)
  * Chore(deps): Bump @nextcloud/upload from 1.6.0 to 1.6.1 (server#48802)
  * Chore(deps): Bump nextcloud/openapi-extractor from 1.0.0 to 1.0.1 in /
    vendor-bin/openapi-extractor (server#48804)
  * Chore(deps): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2 in /
    vendor-bin/cs-fixer (server#48806)
  * Chore(i18n): Improved grammar (server#48809)
  * Fix(activity): Fix download activity parameters (server#48812)
  * Feat(appconfig): Only log lazy-appconfig when an app can do something??
    (server#48821)
  * Fix: RDATE and EXDATE property instances (server#48833)
  * Fix(entity): Fix mapping of old/sub-types to actually supported datab??
    (server#48837)
  * Build: Print RTL limited characters in translation-checker (server#48839)
  * Feat: reduce search providers per config value ??
    unified_search_providers_allowed?? (server#48841)
  * Fix(unified-search): Close on second ctrl+f (server#48850)
  * Fix $uid type in Encryption stream (server#48851)
  * Fix(app-store): Correctly render Markdown in app description (server#48852)
  * Fix(app-store): Ensure the `groups` property is always an array (server#
    48853)
  * Fix(app-store): Also proxy images of locally installed apps (server#48854)
  * Fix(apps-store): Remove apps from force-enabled state when uninstalled
    (server#48855)
  * [TextProcessing] Fix: Also list types that are available in task processing
    (server#48863)
  * Fix(settings): Do not use `null` on `string` parameter for sharing
    disclaimer (server#48864)
  * Fix(apps): Fix wrong or missing casts (server#48867)
  * Fix(app-store): Update update count in navigation (server#48871)
  * Fix(settings): Change ??setup warnings?? -> ??setup checks?? in Overview
    (server#48874)
  * Refactor(ShareApiController): Check for null and empty strings with e??
    (server#48882)
  * Feat(bruteforce): Allow forcing the database throttler (server#48884)
  * Fix(files_sharing): federated shares avatar (server#48887)
  * [RFC] Setting NCU\ for unstable/work-in-progress API (server#48891)
  * Chore: don??t remove needs info label when commenting on a stale issue
    (server#48892)
  * Chore: Clarify log entry requirements in bug report form (server#48895)
  * Fix(files): add title for files list table header button (server#48898)
  * Fix(apps-store): Fix exception on generating preview url for installed app
    screenshot (server#48912)
  * Fix: encrypt and store password, decrypt and retrieve the same (server#
    48915)
  * Fix(dav): Cleanup view-only check (server#48917)
  * Fix(files_sharing): Cleanup error messages (server#48918)
  * Fix(settings): Fix $userId dependency injection (server#48919)
  * Ci(psalm): Add missing imagick extension (server#48921)
  * Clear pending two factor tokens also from configuration (server#48933)
  * Feat: Allow WebP content type in PhotoCache (server#48943)
  * Fix(config): Mark more configs as sensitive (server#48947)
  * Build(deps): bump elliptic from 6.5.7 to 6.6.0 (server#48953)
  * Fix(systemtags): followup #48786; `Types::STRING` and note`min-height`
    (server#48965)
  * Fix a typo (`a` -> `an` in front of `additional`) (server#48971)
  * Feat: add ??null?? SMTP transport mode (server#48977)
  * Build: Update Sabre/DAV and siblings to PHP 8.4 compatible versions (server
    #48982)
  * Chore(systemtags): add missing migration attributes (server#48986)
  * Build(deps): Bump aws/aws-sdk-php from 3.311.2 to 3.324.13 for PHP 8.4
    compat (server#48989)
  * Ci: Align integration test dependencies with 3rdparty/ for PHP 8.4
    compatibility (server#48990)
  * Fix(files_sharing): Password field must not be required if already set
    (server#48991)
  * Fix: add PasswordConfirmationRequired to saveGlobalCredentials (server#
    48992)
  * Build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.45 to
    8.13.48 (server#49000)
  * Restore dav error response (server#49004)
  * Fix(files-external): set password as sensitive (server#49009)
  * Fix(files): Fix file names alignment in Files List in UI RTL mode. (server#
    49011)
  * Fix(OpenAPI): Adjust array syntax to avoid ambiguities (server#49015)
  * Fix(ShareEntryLinkList): Append new links to the end of list (server#49017)
  * Fix(core): fix app menu alignment in RTL mode. (server#49019)
  * Chore: rename julius (server#49023)
  * Fix(FileList): Show correct avatar for federated share owner (server#49024)
  * Fix(streamer): zip64 should work on 32-bit now (server#49035)
  * Fix(net/security): Handle IPv6 zone IDs in link-local addresses (server#
    49039)
  * Build(deps): bump the github-actions group with 5 updates (server#49041)
  * Build(deps): bump jquery-ui from 1.13.3 to 1.14.1 (server#49048)
  * Chore(i18n): Fix grammar (server#49051)
  * Chore: Change Fenn-CS to nfebe (server#49053)
  * Docs: update overwrite.cli.url wording (server#49065)
  * Chore: Update code owners (server#49072)
  * Implement ownerless shares (server#49073)
  * Fix(owncloud): Fix ownCloud migration with oauth2 app (server#49075)
  * Getting default timezone for local time (server#49087)
  * Build(deps): Bump mlocati/ip-lib from 1.18.0 to 1.18.1 (server#49090)
  * Chore(deps): Update `@nextcloud/dialogs` to v6.0.1 (server#49094)
  * Build(deps): bump cookie and socket.io (server#49102)
  * Fix(theming): Return default theme if the user never selected a theme
    (server#49112)
  * Fix(QBMapper): Fix findEntities() return type to be list (server#49114)
  * Fix(SharingEntryLink): Show default password before create if any (server#
    49115)
  * Fix(richobjectstrings): Add missing placeholder validation (server#49116)
  * Fix(systemtags): enhance create tag in tag picker UX (server#49129)
  * Fix: Do not check for strict cookie when running webcron (server#49130)
  * Build(deps): Bump symfony/string from 6.0.19 to 6.4.13 (server#49132)
  * Fix(files): multiselect and filters store declaration (server#49134)
  * Feat: Add X-NC-Disable-Scheduling property to allow skipping scheduling
    (server#49139)
  * Feat(core): offer clipboard fallback for non-secure environments (server#
    49141)
  * Feat(files_sharing): use share node or label as page title (server#49142)
  * Fix(files): view-in-folder and bulk-tagging enabled conditions (server#
    49143)
  * Feat(PHP): Allow PHP 8.4 (server#49145)
  * Fix: undefined variable $response in DAV storage (server#49146)
  * Fix(files): open sidebar on sharing tab by default for files (server#49147)
  * Fix(files): edit locally buttons and description (server#49150)
  * Feat(files): Update caption for screen readers when uploading is not
    possible (server#49167)
  * Feat(files): Add support for file list actions (server#49168)
  * Feat(trashbin): Allow emptying trash (server#49171)
  * Chore(deps-dev): Bump behat/behat from 3.15.0 to 3.16.0 in /build/
    integration (server#49172)
  * Chore(deps): Bump nextcloud/openapi-extractor from 1.0.1 to 1.1.0 in /
    vendor-bin/openapi-extractor (server#49175)
  * Feat(testing): Add a fake summary task provider (server#49176)
  * Fix(ros): Copy better typing information from Notifications/Spreed app
    (server#49192)
  * Chore(github): Update groupware code owners (server#49196)
  * Fix(files): improve delete display name when trashbin is disabled (server#
    49199)
  * Fix: Redirect user to login if session is terminated (server#49208)
  * Fix(app-store): Add back legacy store API used for update and removal
    (server#49209)
  * Fix(files): Revert CSS causing the file name to have no bounding box
    (server#49210)
  * Fix(files_external): cast storage id int (server#49218)
  * Docs: Adjust taiwan translators (server#49219)
  * Build(psalm): Configure unstable namespace (server#49224)
  * Fix(files): ensure valid mtime and fallback to crtime if defined (server#
    49225)
  * Fx(dav): file request guest nickname encoding (server#49226)
  * Add an error log message that notifications app isn??t enabled at file??
    (server#49232)
  * Fix(Middleware): log deprecation when annotation was actually used (server#
    49237)
  * Feat: Update supported PostgreSQL versions (server#49240)
  * Chore(profile): move profile app from core to apps (server#49244)
  * Chore: update @nextcloud/upload to 1.7.0 (server#49247)
  * Chore(deps): Bump marked from 13.0.3 to 15.0.0 (server#49248)
  * Fix(files): File type filter UI sync with filter state (server#49259)
  * [textprocessing] Fix: Accept scheduling a task if there are equivalent
    taskprocessing providers only (server#49260)
  * Fix(files): Properly reset all file list filters on view change (server#
    49261)
  * Fix: don??t do same-storage move optimization with encryption wrappers
    (server#49262)
  * Feat(trashbin): Add backend dav property (server#49265)
  * Fix(files): Make injected actions reactive (server#49271)
  * Test(integration): Correctly cleanup logs (server#49273)
  * Chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify` (server#
    49275)
  * Remove Application::registerRoutes() usage (server#49276)
  * Chore(i18n): Fixed grammar (server#49281)
  * Fix(3rdparty): bump justinrainbow/json-schema to 5.3.0 (server#49285)
  * Fix: smb: don??t fail hard if we can??t load acls for a file (server#49288)
  * Fix: use invokePrivate for test (server#49290)
  * Fix: don??t set ??name?? on null metadata (server#49291)
  * Fix: Handle copy of folders containing live photos (server#49293)
  * Feat(systemtags): add color support (server#49295)
  * Test: Fix test mocks for nextcloud-dialogs (server#49299)
  * Refactor(files): Replace deprecated `Types` enum for share types (server#
    49300)
  * Refactor(files): Adjust `useNavigation` composable to enforce active view
    (server#49301)
  * Feat(Dispatcher): Add debug log for controller methods returning raw data
    not wrapped in Response (server#49304)
  * Refactor(files): Provide `useFileListWidth` composable (server#49305)
  * Feat: add confirmation dialog for file extension changes (server#49308)
  * Fix(OCMDiscoveryService): Also cache error results during discovery (server
    #49311)
  * Build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0 (server#49313)
  * Fix(storage): Try to delete existing target (server#49315)
  * Feat: Make it possible to customize share link tokens (server#49317)
  * Build(deps): bump nextcloud/openapi-extractor from 1.1.0 to 1.2.2 in /
    vendor-bin/openapi-extractor (server#49322)
  * Build(deps-dev): bump sass from 1.79.3 to 1.81.0 (server#49324)
  * Build(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.5 (server#
    49325)
  * Build(deps-dev): bump @zip.js/zip.js from 2.7.52 to 2.7.53 (server#49326)
  * Build(deps-dev): bump @babel/plugin-transform-private-methods from 7.25.7
    to 7.25.9 (server#49327)
  * Bump vue-material-design-icons from 5.3.0 to 5.3.1 (server#49329)
  * Bump workbox-webpack-plugin from 7.1.0 to 7.3.0 (server#49331)
  * Fix(job): Check if carddata is resource and read it to string (server#
    49332)
  * Revert ??build(deps): bump nextcloud/openapi-extractor?? (server#49333)
  * Fix: Remove deprecated SASS code (server#49337)
  * Fix(richtextvalidator): Add missing blurhash (server#49341)
  * Ci: Enforce running stylelint (server#49342)
  * Fix(settings): Add nextTick to saveChanges (server#49343)
  * Fix(core): Do not use `v-html` for translation output (server#49346)
  * Fix(recommended-apps): Typo ??screen sharing?? vs ??screensharing?? (server
    #49347)
  * Chore: Resolve ESLint warnings (server#49348)
  * Enh: Improvements on sharing details (server#49351)
  * Improve handling of large single-part s3 uploads (server#49352)
  * Refactor(filecache): Move to more strict operators (server#49355)
  * Test(fakeAI): Allow to specify whether the fake providers should fail
    (server#49357)
  * Fix(files_sharing): Fix error messages from password policy (server#49361)
  * Fix(files_sharing): Do not wrap password policy exception into a generic
    one (server#49366)
  * Feat(settings): add big file upload setup checks (server#49372)
  * Feat(contacts-menu): implement custom javascript hook action (server#49375)
  * Fix(userconfig): incrementing version to trigger migration (server#49376)
  * Feat: Add first login timestamp of each user to oc_preferences and
    user:info output (server#49377)
  * Fix(files): Restore page title (folder ?? view ?? product) (server#49380)
  * Fix(userconfig): Don??t fail the precondition if the value is not set at
    all (server#49386)
  * [master] feat(settings): add big file upload setup checks (server#49387)
  * Feat(dav): increase default calendar subscription refresh rate to one day
    (server#49396)
  * Fix(files): properly update paths and folder children on node move (server#
    49398)
  * Feat(config): implementation of lexicon (server#49399)
  * Chore: Update @nextcloud/cypress to v1.0.0-beta.11 (server#49403)
  * Fix(user_ldap): retrieve from LDAP first ??email shaped?? value instead??
    (server#49404)
  * Fix(status): Avoid session creation for status requests (server#49406)
  * Feat(files): Add help to / update description of `files:cleanup` (server#
    49407)
  * Refactor(files): Use functions for all in `occ files:cleanup` (server#
    49408)
  * Refactor(storage): Small code adjustements (server#49417)
  * Fix(cache): etag constraint violation (server#49420)
  * Feat(files): add keyboard shortcuts (server#49432)
  * Feat: Warn about maintenance in EncryptAll command (server#49433)
  * Fix: Wrap partial cache entry in CacheEntry (server#49434)
  * Fix(files_sharing): Stop infinite loop blocking link share requests (server
    #49442)
  * Feat: Two Factor API (server#49443)
  * Fix(TemplateManager): Make sure TemplateFolder is a Folder (server#49451)
  * Fix: invalid usage of IQueryBuilder::createNamedParameter() (server#49454)
  * Fix(CalDav): add support for Microsoft time zones (server#49459)
  * Fix(external_storage): Cast id to int (server#49464)
  * Perf: use more optimized way to get user storage info in ocs user info
    (server#49476)
  * Fix(migration): Check if table exists (server#49477)
  * Fix(TaskProcessing): Set up fs in getFileContentsInternal (server#49489)
  * Feat: Use inline password confirmation in external storage settings (server
    #49493)
  * Fix: throw correct exception type when we can??t verify if an s3 bucket
    exists (server#49494)
  * Fix(CalDAV): disable both iTip and iMip messages (server#49503)
  * [master] fix(security): Update CA certificate bundle (server#49513)
  * Feat(systemtags): add setting to block non admin to create system tags
    (server#49514)
  * Fix(controller): Fix false booleans in multipart/form-data (server#49515)
  * Feat(config): add `maximum.supported.desktop.version` (server#49517)
  * Fix(activity): Fix activity object type warnings (server#49518)
  * Fix(migration): Decrypt ownCloud secrets v2 (server#49523)
  * Chore(config): set min supported desktop to `2.7.0` (server#49527)
  * Fix: replace null character when serializing (server#49528)
  * Feature: added new FavouriteWidget to display favorite files in dashboard
    widget (server#49534)
  * Chore: stricter access to testremote endpoint (server#49541)
  * Fix: don??t propagate future mtimes (server#49551)
  * Fix: improve checks for moving shares/storages into other mounts (server#
    49552)
  * FIX WebDav MacOS failed uploads php-fpm and big files (-36 error) (server#
    49557)
  * Chore: remove legacy action to test remote endpoint (server#49558)
  * Feat(login): add origin check at login (server#49560)
  * Chore: mark userconfig as experimental (server#49567)
  * Feat(templates): make second click as confirmation on templates picker
    (server#49568)
  * Perf: improve performance of SharedStorage::getWatcher (server#49569)
  * Chore: check enums for since and experimental comments (server#49570)
  * Chore(deps): bump pinia from 2.2.4 to 2.2.8 (server#49572)
  * Chore(deps): bump @simplewebauthn/browser from 10.0.0 to 12.0.0 (server#
    49574)
  * Chore(deps): bump the github-actions group with 6 updates (server#49576)
  * Fix(occ): `occ integrity:check-app` and Admin panel ??rescan?? deliver
    inconsistent results (server#49577)
  * Chore(absence): Add capability (server#49581)
  * Fix(maintenance): Show a success message on data-fingerprint command
    (server#49587)
  * Fix(setupcheck): Make the Memcache setupcheck use the cache (server#49588)
  * Chore(bruteforce): allows to configure max attempts before request abort
    (server#49599)
  * Fix(external_storage): Cast id to int (server#49602)
  * Fix(setupcheck): Disable PhpMaxFileSize setupcheck for now (server#49633)
  * Fix(NCU): removing all @since (server#49636)
  * Fix: Correct wording when attempting to remove a disabled app (server#
    49637)
  * Feat(files_external): Enable ownerless shares (server#49643)
  * Fix(files_sharing): List of share type during recipient lookup (server#
    49644)
  * Fix(signed-request): trigger metadata insert with default value manually
    (server#49646)
  * Feat(oauth): Allow to skip grant step for selected applications (server#
    49670)
  * Fix(db): Create the systag_by_objectid index for new installations (server#
    49677)
  * Add sse_c_key from S3 object storage properties config to list of sensitive
    values (server#49681)
  * Fix(files): failsafe when executing actions methods (server#49685)
  * Enh(TaskProcessing): More task types (server#49687)
  * Fix(activity): make emails for link share uploads true by default (server#
    49688)
  * Expose tag color via webdav (server#49692)
  * Fix(files): cancel renaming on enter if no file name changes (server#49693)
  * Fix: Fix ServiceWorker scope when Nextcloud installed in subfolder (server#
    49694)
  * Fix: only do cache copy in updater if the parent folder should be in cache
    (server#49695)
  * Chore(deps-dev): bump tslib from 2.7.0 to 2.8.1 (server#49698)
  * Chore(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.26.0
    (server#49699)
  * Chore(deps): bump moment-timezone from 0.5.45 to 0.5.46 (server#49700)
  * Chore(deps-dev): bump @simplewebauthn/types from 10.0.0 to 12.0.0 (server#
    49701)
  * Chore(i18n): Improved grammar (server#49717)
  * Feat: make taskprocessing task types toggleable (server#49727)
  * Feat(dashboard): wish happy birthday (server#49730)
  * Fix(calendar): Fix getting the permissions of the user (server#49731)
  * Chore: cleanup leftover debug statement (server#49739)
  * Fix(federation): Restore compatibility with Nextcloud 30 servers (server#
    49740)
  * Fix(TextToTextChatWithTools): Add translator notes (server#49745)
  * Fix(share): Don??t print twice the same text on emails (server#49746)
  * Disable/hide share edit options when user can not edit the share (server#
    49747)
  * Fix(federation): Allow Oracles empty strings (server#49750)
  * Fix: skip transfering shares that we can??t find (server#49761)
  * Chore(deps-dev): bump @vitest/coverage-v8 from 2.1.5 to 2.1.8 (server#
    49768)
  * Chore(deps): bump pinia from 2.2.8 to 2.3.0 (server#49774)
  * Harden user_status API (server#49797)
  * Fix(files_sharing): Correct property enforced property names (server#49799)
  * Fix(ReferenceApiController): Bump rate limit for public resolve endpoint
    (server#49801)
  * Fix(files): throttle favorite with max 5 simultaneous requests (server#
    49803)
  * Fix(files_sharing): also submit new share on password submit (server#49815)
  * Fix(settings): Make header style inline with other pages (server#49820)
  * Improve select handling for sharded queries (server#49832)
  * Chore: ignore vendor-bin for coverage (server#49833)
  * Chore(deps): bump nanoid from 3.3.7 to 3.3.8 (server#49837)
  * Fix: return 204 instead of 404 (server#49839)
  * Fix(files_external): wrong type for external mount id (server#49843)
  * Fix(shares): Remove noisy text from email (server#49847)
  * Feat(lexicon): configurable default value (server#49848)
  * Fix: change translation logic to handle plurals better (server#49852)
  * Chore(deps-dev): bump @nextcloud/cypress from 1.0.0-beta.11 to
    1.0.0-beta.12 (server#49856)
  * Chore(deps-dev): bump puppeteer from 23.5.0 to 23.10.4 (server#49857)
  * Chore(deps-dev): bump @types/dockerode from 3.3.31 to 3.3.32 (server#49858)
  * Refactor: Use Http framework where possible (server#49867)
  * Revert ??fix: don??t recalculate folder size in Cache::delete if the en??
    (server#49874)
  * Fix(View): Catch exceptions when executing mkdir for non-existent parents
    (server#49880)
  * Fix(Http): Only allow valid HTTP status code values via template (server#
    49882)
  * Fix(app-store): add missing exApps list items to search filter (server#
    49885)
  * Fix: don??t skip scanner users filesystem if they have a mountpoint at //
    files/ (server#49887)
  * Feat(ocp): calendar event builder api (server#49888)
  * Refactor(settings): Use parameters explicitly when setting mail settings
    (server#49891)
  * Fix: Fix copying to the root of another mountpoint (server#49895)
  * Fix(sharing): send share emails for internal users too (server#49898)
  * Fix: restore updated encrypted version when copying versions (server#49903)
  * Feat(Navigation): emit dedicated event for loading additional entries
    (server#49904)
  * Chore(deps): Update openapi-extractor to v1.3.0 (server#49905)
  * Fix: improve wording of occ:upgrade command when no upgrade is required
    (server#49914)
  * Fix(navigation): Create a gap between dashboard and files (server#49915)
  * Fix(files): Only register preview service worker once when the instance is
    hosted at the root path (server#49917)
  * Feat: file conversion provider (server#49922)
  * [TaskProcessing] feat: add proofread task type (server#49925)
  * Fix(files_sharing): Hide file request if public uploads disabled (server#
    49929)
  * Chore(deps-dev): bump @pinia/testing from 0.1.6 to 0.1.7 (server#49951)
  * Chore(deps-dev): bump mime from 4.0.4 to 4.0.6 (server#49952)
  * Chore(github): Update groupware code owners (server#49961)
  * Clarify installation wording to be clear that it is about account creation
    (server#49962)
  * Fix: block moving files to it??s own parent with dav (server#49966)
  * Fix: Make `maintenance:mode` description more accurate + add help (server#
    49967)
  * Feat(federation): auto-accept shares from trusted servers (server#49973)
  * Fix(federatedfilesharing): get share by token fallback (server#49974)
  * Perf(settings): Speed up InternetConnectivity setup check (server#49977)
  * Fix(settings): show the correct initial locale in Personal info (server#
    49988)
  * [master] fix(security): Update CA certificate bundle (server#49997)
  * Fix(previews): Make thumbnail generation a bit more robust (server#50009)
  * Chore(ci): Run kerberos tests on ubuntu-latest (server#50017)
  * Fix(cypress): flaky live photo test grid_view trigger issue (server#50025)
  * Fix(logger): Prevent infinite recursion with log.condition => users or
    matches (server#50026)
  * Fix(caldav): rename default calendar to keep it in the trashbin instead of
    purging it (server#50034)
  * Fix(HTTP): Adjust JSONResponse data type (server#50035)
  * Fix(settings): Fix mail server settings form (server#50046)
  * Chore(deps): bump @nextcloud/calendar-availability-vue from 2.2.4 to 2.2.6
    (server#50047)
  * Fix(preview): Do not try to parse M3U files as MP3 (server#50051)
  * Harden files_sharing API (server#50052)
  * Bump Hub 9 -> Hub 10 (server#50068)
  * Docs(HTTP): Add proper docs for CORS attribute (server#50070)
  * Fix(composer): Remove dev deps from autoloader (server#50073)
  * Chore(deps): bump @nextcloud/vue from ^8.20.0 to ^8.22.0 (server#50074)
  * Fix: Apply enforce theme config for anonymous users as well (server#50076)
  * Feat(files_trashbin): Allow preventing trash to be deleted permanently
    (server#50077)
  * Fix(files): updateAll method (server#50078)
  * Fix: Correct typo in accessibility toggle in config.sample.php (server#
    50082)
  * Fix: Trim tags on adding or editing (server#50083)
  * Add licenses by SPDX identifier, mark shorthand aliases as deprecated
    (server#50085)
  * Fix broken taskprocessing api /tasktypes endpoint (server#50094)
  * Feat(ocp): add calendar api to retrieve availability of attendees (server#
    50100)
  * Fix: Use `displayname` as sidebar title (server#50107)
  * Fix: Do not duplicate `/` in davPath (server#50108)
  * Fix: Remove duplicate propfind call (server#50109)
  * Fix(dashboard): don??t reload hidden widgets (server#50111)
  * Fix(SetupChecks): Don??t test caches using binary data (server#50113)
  * Feat(api): File conversion Files action (server#50123)
  * [master] fix(files): actions submenu papercuts (server#50126)
  * Fix(template): Use `
    ` instead of `` to support Vue3 apps mounting (server#50127)
  * Feat: Adapt providers `disabled` property to match user applied filters
    (server#50128)
  * Feat: Allow rich formatting of profile text (server#50130)
  * Build(deps): bump @nextcloud/password-confirmation from 5.3.0 to 5.3.1
    (server#50131)
  * Fix(dashboard): don??t initially load items of hidden api widgets (server#
    50152)
  * Fix(files): sort not working after changing views (server#50161)
  * Improve ldap avatar handling (server#50162)
  * Fix: use proper way to get numeric storage id for mountpoint (server#50164)
  * Fix(systemtags): color picker open/close events (server#50168)
  * Chore: update command-compile.yml from template (server#50169)
  * Limit ldap user count (server#50171)
  * Fix: Show full template name (server#50172)
  * Fix(files): hide move dialog action if destination has no CREATE permission
    (server#50177)
  * Test(dashboard): Add regression test for loading unneeded data (server#
    50179)
  * Fix(settings): Correctly parse and display default quota (server#50187)
  * Fix(command-compile): cache restore action (server#50188)
  * Fix(files_sharing): Stop overwriting the share expiration date with the
    default expiration date (server#50192)
  * Fix(missing-index): update preferences table (server#50195)
  * Docs: Use proper return type for custom template listing (server#50196)
  * Fix(systemtags): objecttype index registration (server#50200)
  * Test(e2e): copy-move actions with insufficient share permissions (server#
    50206)
  * Fix(files): conversion api simplification and conflict check (server#50208)
  * Feat(contacts): Show time difference for users in different timezones
    (server#50214)
  * Fix(conversion): missing target file extension (server#50219)
  * Fix(files): Ensure favorites set in sidebar work (server#50220)
  * Fix: Log exceptions that happen during file conversion (server#50227)
  * Feat(settings): advanced deploy options (server#50230)
  * Fix(updatenotification): Parse pre-release version of apps (server#50233)
  * Fix(files): more conversion tests and translate error messages (server#
    50240)
  * Fix(UnifiedSearch): request data only when opening modal (server#50241)
  * Build(deps-dev): bump eslint-plugin-cypress from 3.5.0 to 3.6.0 (server#
    50245)
  * Fix(sharing): Set correct password context for share password validation
    (server#50255)
  * Build(deps): bump core-js from 3.38.1 to 3.40.0 (server#50257)
  * Build(deps): bump libphonenumber-js from 1.11.9 to 1.11.18 (server#50261)
  * Fix(encryption): handle empty encryptionModules fine (server#50265)
  * Fix(TemplateManager): Remove warning message (server#50271)
  * Chore: Only show hours and minutes in first login timestamp (server#50305)
  * Chore(deps): bump vite from 5.4.6 to 5.4.14 (server#50309)
  * Chore(deps-dev): bump undici from 5.28.4 to 5.28.5 (server#50310)
  * Chore(3rdparty): Bump symfony/http-foundation from 6.4.12 to 6.4.14 (server
    #50314)
  * Test(group): fix frequent `testSearchGroups` failure (server#50319)
  * Fix(security): Update .well-known/security.txt expiration date (server#
    50332)
  * Chore(deps-dev): bump wait-on from 8.0.1 to 8.0.2 (server#50337)
  * Chore(deps-dev): bump jsdoc from 4.0.3 to 4.0.4 (server#50339)
  * Chore(deps): bump query-string from 9.1.0 to 9.1.1 (server#50341)
  * Chore(deps): bump pinia from 2.3.0 to 2.3.1 (server#50344)
  * Chore(deps-dev): bump sass-loader from 16.0.2 to 16.0.4 (server#50347)
  * Chore(branchoff): Test against stable31 branches (server#50351)
  * Fix(translations): Fix profile and webhook_listeners (server#50356)
  * Fix: remove return type (server#50367)
  * Chore: add profile translations reuse license (server#50370)
  * Fix(dav): default calendar and address book not created on first login
    (server#50373)
  * Refactor: Sharing sidebar UI redesign (server#50374)
  * Fix(TaskProcessing): Catch JSON encode errors in Manager#setTaskResult
    (server#50388)
  * Revert ??fix(Share20\Manager): Ensure node is still accessible when
    checking share?? (server#50393)
  * Ci(reuse): Fix translation reuse mapping (server#50396)
  * Fix: Properly read updater channel before returning version channel as a
    fallback (server#50401)
  * Feat: Support X-NC-Skip-Trashbin header (server#50406)
  * Fix: Correctly return app id and app version for `core` styles and images
    (server#50407)
  * Fix: adjust url for task links (server#50411)
  * Fix(taskprocessing): More caching (server#50419)
  * Fix: Metadata field search (server#50420)
  * Feat: Use redundant label for accesibility only (server#50423)
  * Fix(occ): hide sensitive data while config:app:set (server#50427)
  * Fix(theming): remove node-vibrant dependency and usage (was moved to
    backend) (server#50428)
  * Fix npm audit (server#50433)
  * Fix(SetupChecks): Pass webfinger if the handler returns 400 too (server#
    50438)
  * Files: harden thumbnail endpoint (server#50442)
  * Fix: Ensure `label` is always a string (server#50449)
  * Fix(settings): Add some context to the PHP memory limit error (server#
    50450)
  * Fix outdated OpenAPI specs (server#50451)
  * Chore(deps): Bump the symfony dependency group (server#50453)
  * Fix: detect deleted items as updated for smb storage (server#50458)
  * Fix(log): Fix log level handling (server#50461)
  * Build(deps): Bump doctrine/dbal from 3.9.1 to 3.9.4 (server#50467)
  * Fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist
    (server#50468)
  * Fix: Filter for folders in cleanup old preview job (server#50474)
  * Hide ??Create templates folder?? option if templates are disabled (server#
    50477)
  * Fix(user_ldap): Do not map groups we do not know if they match filter
    (server#50481)
  * Add integration tests for moving a file from and to a shared folder (server
    #50482)
  * Fix(unifiedsearch): Simplify and correct thumbnail styles (server#50484)
  * Fix(config): drop value details (server#50485)
  * Fix(theming): Harden admin theming settings (server#50486)
  * Fix: `user:settings` command when user is not available (server#50492)
  * Fix(ci): cypress container name (server#50497)
  * Fix(files_sharing): Respect permissions passed when creating link shares
    (server#50505)
  * Fix: Harden files scanner for invalid null access (server#50508)
  * Fix(CalDav): Spelling (server#50510)
  * Chore: update icewind/smb to 3.7.0 (server#50516)
  * Fix(files_versions): Update `unencrypted_size` during rollback (server#
    50520)
  * Fix(performance): use low resolution for blurhash (server#50528)
  * Fix: Increase background and primary color debounce time (server#50531)
  * Fix(unified-search): load more than 5 items in folder filter (server#50534)
  * Fix: Show recipient email addresses in share owner notification email
    (server#50537)
  * Fix(s3): treat empty sse_c_key as not set (server#50547)
  * Fix(theming): Do not throw in background color migration (server#50555)
  * Fix(settings): Fix setup check when mail_smptmode is set to ??null??
    (server#50556)
  * Fix: Exclude non accepted shares when computing access list (server#50560)
  * Fix: Only hide template folder creation if default was changed to empty
    (server#50562)
  * Fix(ConvertType): Read dbtype in createConnectionParams and remove
    safeguard (server#50565)
  * Fix(files_sharing): file request form validity check reset (server#50569)
  * Fix opening federated shares (server#50573)
  * Fix: unified search provider id (server#50589)
  * Feat(S3): add SSE-C support in S3 External Storage (server#50590)
  * Fix(settings): Clarify peculiarities of enabling encryption (server#50594)
  * Chore(deps): bump marked from 15.0.0 to 15.0.6 (server#50606)
  * Chore(deps-dev): bump @babel/node from 7.25.7 to 7.25.9 (server#50607)
  * Chore(deps): bump libphonenumber-js from 1.11.18 to 1.11.19 (server#50608)
  * Chore(deps-dev): bump @testing-library/cypress from 10.0.2 to 10.0.3
    (server#50609)
  * Fix(files): Fix folder preview for favorites widget (server#50624)
  * Chore : Comprehensive e2e testing for public sharing (server#50625)
  * Fix(unified-search): filteredProviders now inherits all provider props
    (server#50632)
  * Chore(files): Adjust wording (server#50641)
  * Fix(sharing): better handle file share attributes (server#50647)
  * Fix(files): properly update store on files conversions success (server#
    50651)
  * Fix(theming): high contrast themes scrollbar (server#50659)
  * Chore(deps): Bump the symfony group with 3 updates (server#50662)
  * Fix(oauth2): adjust db schemas when migrating from owncloud (server#50675)
  * Fix(files): Correctly scroll selected file into view (server#50679)
  * Fix(files): Do not download files with openfile query flag (server#50681)
  * Fix(TaskProcessing\Manager): Always use distributed cache and use PHP
    serialize (server#50683)
  * Feat(theming): allow to disable standalone windows (server#50688)
  * Add LDAP test settings command (server#50690)
  * Enh: Fix display default expire date, add tests & tiny refactors (server#
    50695)
  * Fix(AccountProperty): better validation of twitter and fediverse handles
    (server#50700)
  * Fix: make sure we process mime extensions as string (server#50705)
  * Build(deps): Bump phpseclib/phpseclib from 2.0.47 to 2.0.48 (server#50709)
  * Feat(admin_audit): write admin audit log for AnyLoginFailedEvent (server#
    50710)
  * Fix(files): support submenu in batch actions header too (server#50714)
  * Chore(deps-dev): bump karma-coverage from 2.2.0 to 2.2.1 (server#50718)
  * Chore(deps-dev): bump sass from 1.81.0 to 1.81.1 (server#50719)
  * Chore(deps-dev): bump dockerode from 4.0.2 to 4.0.4 (server#50720)
  * Chore(deps-dev): bump cypress from 13.15.0 to 13.15.2 (server#50721)
  * Fix(files): only send config update requests if user is logged in (server#
    50736)
  * Chore(deps-dev): bump cypress-split from 1.24.0 to 1.24.10 (server#50743)
  * Fix(setupcheck): Update setup check for PHP version to be more accurate
    (server#50751)
  * Feat(sharing): Allow to set default view mode for public shares (server#
    50758)
  * Fix: don??t use cached root info from shared cache if the watcher has
    detected an update (server#50760)
  * Don??t rethrow a type error (server#50763)
  * Fix(core): Fix undefined ??application?? array key error (server#50766)
  * Fix(emailTemplate): use instance Name instead of Url in subject (server#
    50776)
  * Fix: template field title (server#50790)
  * Perf(files): faster query to fetch incomplete directories (server#50797)
  * Fix: Only keep allowed characters in appid, and flag the method as escaping
    (server#50799)
  * Fix: Fix regression in calendar invitation sending (server#50802)
  * Fix(SharedStorage): Check if storage ID is set on cache (server#50812)
  * Bump cypress-split from 1.24.10 to 1.24.11 (server#50828)
  * Bump sass-loader from 16.0.4 to 16.0.5 (server#50829)
  * Bump @vitest/coverage-v8 from 2.1.8 to 2.1.9 (server#50830)
  * Bump @zip.js/zip.js from 2.7.53 to 2.7.57 (server#50831)
  * Bump @types/dockerode from 3.3.32 to 3.3.34 (server#50832)
  * Fix(repair): PHP8.3 deprecation warning (server#50838)
  * Fix(login): only show error state on login box if user interacted (server#
    50850)
  * Fix(transferownership): Allow searching new owner by email (server#50857)
  * Fix(activity): Fix activity parameter types (server#50863)
  * Fix(files): properly forward open params from short urls (server#50878)
  * Fix(files_sharing): block downloading if needed (server#50880)
  * Fix(systemtags): do not hide if no tags (server#50884)
  * Fix(files_sharing): Fix public share expiration being set when toggle is
    not enabled (server#50892)
  * Fix(cron): Keep job class limitation when searching for the next job
    (server#50901)
  * Fix(files): do not show extension warning for folders renaming (server#
    50906)
  * Chore(filecache): remove index fs_id_storage_size (server#50913)
  * Revert ??fix(files): updateAll method?? (server#50923)
  * Fix(files_sharing): Also list deleted team shares (server#50926)
  * Fix: validate account properties as a repair step (server#51005)
  * Chore: update workflows from templates (3rdparty#1898)
  * Chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.9.2 (3rdparty#1905)
  * Chore(deps): Bump shivammathur/setup-php from 2.31.0 to 2.31.1 (3rdparty#
    1910)
  * Chore(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.35 to
    8.13.45 (3rdparty#1935)
  * Add SabreDav Patch for iTip Broker (3rdparty#1939)
  * Chore(deps): Bump symfony/polyfill-intl-grapheme from 1.29.0 to 1.31.0
    (3rdparty#1940)
  * Chore(deps): Bump symfony/polyfill-intl-normalizer from 1.29.0 to 1.31.0
    (3rdparty#1941)
  * Chore(deps): Bump web-auth/webauthn-lib from 4.8.5 to 4.9.1 (3rdparty#1946)
  * Ci: Reduce dependabot config (3rdparty#1949)
  * Build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5
    (3rdparty#1951)
  * Ci(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (3rdparty#1955)
  * Build: Bump symfony/* to 6.4 (3rdparty#1956)
  * Build: Update doctrine/dbal from 3.8.x to 3.9.1 (3rdparty#1957)
  * Build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.45 to
    8.13.48 (3rdparty#1963)
  * Build: Update Sabre/DAV and siblings to PHP 8.4 compatible versions
    (3rdparty#1964)
  * Build(deps): Bump aws/aws-sdk-php from 3.311.2 to 3.324.13 (3rdparty#1965)
  * Ci(deps): Bump actions/checkout from 4.2.0 to 4.2.2 (3rdparty#1966)
  * Build(deps): Bump mlocati/ip-lib from 1.18.0 to 1.18.1 (3rdparty#1968)
  * Ci: Increase dependabot limit to 20 (3rdparty#1973)
  * Build(deps): Bump symfony/http-foundation from 6.4.12 to 6.4.14 (3rdparty#
    1978)
  * Build(deps): Bump symfony/string from 6.0.19 to 6.4.13 (3rdparty#1979)
  * Update justinrainbow/json-schema to 5.3.0 (3rdparty#1986)
  * Ci(deps): Bump xt0rted/pull-request-comment-branch from 2 to 3 (3rdparty#
    2002)
  * Ci(deps): Bump shivammathur/setup-php from 2.31.1 to 2.32.0 (3rdparty#2019)
  * Build(deps): Bump the symfony group with 7 updates (3rdparty#2032)
  * Build(deps): Bump doctrine/dbal from 3.9.1 to 3.9.4 (3rdparty#2035)
  * Build(deps): Bump phpseclib/phpseclib from 2.0.47 to 2.0.48 (3rdparty#2040)
  * Fix: Adjust version on stable31 (3rdparty#2042)
  * Build(deps): Bump the symfony group with 3 updates (3rdparty#2045)
  * Upgrade: Bump @nextcloud/initial-state from 2.1.0 to 2.2.0 (activity#1670)
  * Upgrade: Bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1 (activity#
    1683)
  * Upgrade: Bump @nextcloud/axios from 2.4.0 to 2.5.0 (activity#1685)
  * Upgrade: Bump @nextcloud/browserslist-config from 3.0.0 to 3.0.1 (activity#
    1687)
  * [master] Update nextcloud/ocp dependency (activity#1708)
  * Upgrade: Bump cypress-visual-regression from 5.0.0 to 5.0.2 (activity#1728)
  * Upgrade: Bump cypress-wait-until from 3.0.1 to 3.0.2 (activity#1734)
  * Upgrade: Bump fast-xml-parser from 4.3.6 to 4.4.1 (activity#1740)
  * Feat(deps): Add Nextcloud 31 support on master (activity#1747)
  * Chore: update workflows from templates (activity#1751)
  * Upgrade: Bump nextcloud/coding-standard from 1.2.1 to 1.2.3 in /vendor-bin/
    cs-fixer (activity#1752)
  * Chore: Update PHP version to 8.1 and update dependencies (activity#1753)
  * Upgrade: Bump elliptic from 6.5.6 to 6.5.7 (activity#1756)
  * Fix: More accurate error messages (activity#1757)
  * Various fixes (activity#1758)
  * Chore: bump wait-on from 7.2.0 to 8.0.0 (activity#1760)
  * Chore: bump @types/dockerode from 3.3.29 to 3.3.31 (activity#1764)
  * Chore: bump cypress from 13.13.3 to 13.14.1 (activity#1765)
  * Chore: bump happy-dom from 15.0.0 to 15.7.0 (activity#1766)
  * [master] Update nextcloud/ocp dependency (activity#1769)
  * [master] Update nextcloud/ocp dependency (activity#1773)
  * Ci: Update workflows (activity#1775)
  * Chore: bump @vitest/coverage-v8 from 2.0.5 to 2.1.1 (activity#1777)
  * Chore: bump happy-dom from 15.7.0 to 15.7.4 (activity#1778)
  * Chore: bump cypress from 13.14.1 to 13.14.2 (activity#1779)
  * Chore: bump @nextcloud/logger from 3.0.1 to 3.0.2 (activity#1781)
  * Chore: bump psalm/phar from 5.25.0 to 5.26.1 (activity#1783)
  * Chore: bump typescript from 5.4.5 to 5.6.2 (activity#1784)
  * Chore: Use composer-bin-plugin to manage dev deps (activity#1785)
  * [master] Fix npm audit (activity#1787)
  * Chore: Move phpunit in composer bin (activity#1788)
  * Chore: drop usages of deprecated ILogger interface (activity#1790)
  * Remove requiring PNG for iOS (activity#1793)
  * Fix: do not send daily digest email to user who is disabled (activity#1803)
  * Fix: unify file flags (activity#1806)
  * Fix/remote activity constructor (activity#1811)
  * Chore(dev-deps): Bump nextcloud/ocp package (activity#1816)
  * Chore: bump @vitest/coverage-v8 from 2.1.1 to 2.1.3 (activity#1819)
  * Chore: bump typescript from 5.6.2 to 5.6.3 (activity#1821)
  * Chore: bump cypress from 13.14.2 to 13.15.1 (activity#1827)
  * Chore: bump elliptic from 6.5.7 to 6.6.0 (activity#1832)
  * Chore: bump happy-dom from 15.7.4 to 15.8.0 (activity#1833)
  * Chore: bump happy-dom from 15.8.0 to 15.11.6 (activity#1845)
  * Chore: bump cross-spawn from 7.0.3 to 7.0.6 (activity#1846)
  * Fix: Add RTL support to app heading. (activity#1851)
  * Fix: fix docs URL in info.xml (activity#1858)
  * Fix: prepare() threw \InvalidArgumentException which is deprecated
    (activity#1859)
  * Chore(CI): Updating reuse.yml workflow from template (activity#1860)
  * Feat: Add sharing activity for teams (activity#1868)
  * Feat(deps): Add Nextcloud 31 support on master (bruteforcesettings#633)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 6.0.0
    (bruteforcesettings#635)
  * [master] Fix npm audit (bruteforcesettings#636)
  * Chore: update workflows from templates (bruteforcesettings#639)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (bruteforcesettings#640)
  * Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.17.0 (bruteforcesettings#
    641)
  * [master] Fix npm audit (bruteforcesettings#643)
  * Chore(deps): Bump @nextcloud/vue from 8.17.0 to 8.17.1 (bruteforcesettings#
    645)
  * Chore(deps): Bump micromatch from 4.0.5 to 4.0.8 (bruteforcesettings#646)
  * Ci: Update workflows (bruteforcesettings#648)
  * Chore(deps): Bump @nextcloud/vue from 8.17.1 to 8.18.0 (bruteforcesettings#
    649)
  * Chore(deps): Bump serve-static and express (bruteforcesettings#651)
  * Chore(deps-dev): Bump express from 4.19.2 to 4.21.0 (bruteforcesettings#
    653)
  * Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 (bruteforcesettings#
    657)
  * Bump nextcloud/coding-standard from 1.2.3 to 1.3.1 (bruteforcesettings#661)
  * [master] Fix npm audit (bruteforcesettings#666)
  * Chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1
    (bruteforcesettings#669)
  * [master] Fix npm audit (bruteforcesettings#672)
  * Chore(deps): Bump cookie and express (bruteforcesettings#676)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2
    (bruteforcesettings#677)
  * [master] Fix npm audit (bruteforcesettings#681)
  * Chore(deps): Bump @nextcloud/dialogs from 6.0.0 to 6.0.1
    (bruteforcesettings#682)
  * [master] Fix npm audit (bruteforcesettings#685)
  * Chore(deps): Bump @nextcloud/vue from 8.19.0 to 8.20.0 (bruteforcesettings#
    686)
  * Chore(deps-dev): Bump cross-spawn from 7.0.3 to 7.0.6 (bruteforcesettings#
    687)
  * [master] Fix npm audit (bruteforcesettings#692)
  * [master] Fix npm audit (bruteforcesettings#696)
  * Chore(CI): Updating reuse.yml workflow from template (bruteforcesettings#
    697)
  * Remove useless javascript (circles#1481)
  * Feat(deps): Add Nextcloud 31 support on master (circles#1671)
  * Chore: update workflows from templates (circles#1675)
  * Fix display name of new users (circles#1682)
  * Chore(deps-dev): Bump psalm/phar from 5.25.0 to 5.26.1 (circles#1691)
  * Fix(CoreQueryBuilder): Use shorter prefixes to stay below 30 characters for
    Oracle <12.2 (circles#1698)
  * Fix(notifications): Circles -> Teams references (circles#1704)
  * Fix(notification): Throw new exceptions to stop debug logs (circles#1707)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.3.2
    (circles#1715)
  * Bypass user condition on cli (circles#1727)
  * Fix(ShareWrapperRequest): Save share attributes on creation (circles#1731)
  * Fix toArray on null (circles#1736)
  * Fix duplicate name on fedcircle (circles#1744)
  * Remove caching for shares (circles#1745)
  * Fix(CoreQueryBuilder): Use correct member entry for circle as initiator
    (circles#1758)
  * Fix(notification): Make sure the action URL is an absolute URL (circles#
    1759)
  * Fix(FederatedUserService): Increase cache TTL for singleId to one week
    (circles#1771)
  * New daily maintenance to delete old federated events (circles#1775)
  * Fix(activity): ensure absolute URL are used (circles#1779)
  * Share must be linked to an existing circle (circles#1793)
  * Catch undef recipient (circles#1794)
  * Fix: do not override sharing text (circles#1809)
  * Revert ??remove caching for shares?? (circles#1830)
  * Feat: Add team resource providers capability (circles#1839)
  * Lighter api to get circles (circles#1880)
  * Fix: Set a token to shares retrieved from the DB (circles#1881)
  * Lighter link to memberships (circles#1885)
  * Feat(deps): Add Nextcloud 31 support (files_downloadlimit#348)
  * Chore(deps): Bump axios from 1.6.8 to 1.7.4 (files_downloadlimit#349)
  * Chore(deps-dev): Bump vite from 5.4.0 to 5.4.1 (files_downloadlimit#350)
  * Chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0 (files_downloadlimit#
    351)
  * Chore(deps-dev): Bump elliptic from 6.5.6 to 6.5.7 (files_downloadlimit#
    353)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#354)
  * [master] Fix npm audit (files_downloadlimit#355)
  * Chore: update workflows from templates (files_downloadlimit#359)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (files_downloadlimit#360)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 5.3.7
    (files_downloadlimit#363)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#366)
  * Chore(deps-dev): Bump vite from 5.4.1 to 5.4.3 (files_downloadlimit#367)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#368)
  * Chore(deps-dev): Bump vimeo/psalm from 5.25.0 to 5.26.1
    (files_downloadlimit#371)
  * Chore(deps-dev): Bump vite from 5.4.3 to 5.4.5 (files_downloadlimit#373)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#374)
  * Chore(deps): Bump dompurify from 3.1.2 to 3.1.6 (files_downloadlimit#376)
  * Chore(deps-dev): Bump vite from 5.4.5 to 5.4.6 (files_downloadlimit#377)
  * Chore(deps): Bump @nextcloud/vue from 8.18.0 to 8.19.0 (files_downloadlimit
    #378)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#382)
  * Chore(deps-dev): Bump vite from 5.4.6 to 5.4.8 (files_downloadlimit#390)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#391)
  * [master] Fix npm audit (files_downloadlimit#393)
  * [master] Update nextcloud/ocp dependency (files_downloadlimit#394)
  * Chore(deps-dev): Bump vite from 5.4.8 to 5.4.9 (files_downloadlimit#401)
  * Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 (files_downloadlimit#
    412)
  * Expose default-limit to capabilities (files_downloadlimit#419)
  * Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 (files_downloadlimit#440)
  * Chore(CI): Updating reuse.yml workflow from template (files_downloadlimit#
    449)
  * Feat(deps): Add Nextcloud 31 support on master (files_pdfviewer#1011)
  * Chore(deps-dev): Bump axios from 1.7.3 to 1.7.4 (files_pdfviewer#1012)
  * Chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0 (files_pdfviewer#
    1014)
  * Chore(deps-dev): Bump elliptic from 6.5.6 to 6.5.7 (files_pdfviewer#1015)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 6.0.0 (files_pdfviewer#
    1016)
  * Fix: Use the user configured UI language for PDFjs instead of browser
    language (files_pdfviewer#1022)
  * Chore: update workflows from templates (files_pdfviewer#1023)
  * Chore: Add psalm for PHP static code analysis (files_pdfviewer#1025)
  * Chore(deps-dev): Bump axios from 1.7.4 to 1.7.5 (files_pdfviewer#1029)
  * [master] Fix npm audit (files_pdfviewer#1031)
  * Chore(deps-dev): Bump webpack from 5.88.2 to 5.94.0 (files_pdfviewer#1035)
  * Chore(deps-dev): Bump adm-zip from 0.5.15 to 0.5.16 (files_pdfviewer#1036)
  * Chore(deps-dev): Bump axios from 1.7.5 to 1.7.6 (files_pdfviewer#1037)
  * Chore(deps-dev): Bump axios from 1.7.6 to 1.7.7 (files_pdfviewer#1050)
  * Chore(deps-dev): Bump express from 4.19.2 to 4.21.0 (files_pdfviewer#1053)
  * Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.0.1 to 6.1.0
    (files_pdfviewer#1054)
  * Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 (files_pdfviewer#
    1055)
  * Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.1.0 to 6.1.1
    (files_pdfviewer#1058)
  * [master] Fix npm audit (files_pdfviewer#1061)
  * [master] Fix npm audit (files_pdfviewer#1066)
  * [master] Fix npm audit (files_pdfviewer#1074)
  * Show error when trying to open a shared PDF without download permissions
    (files_pdfviewer#1077)
  * Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 (files_pdfviewer#1078)
  * Chore(deps-dev): Bump cross-spawn from 7.0.3 to 7.0.6 (files_pdfviewer#
    1085)
  * Chore(deps-dev): Bump axios from 1.7.7 to 1.7.9 (files_pdfviewer#1095)
  * Fix: update nextcloud/coding-standard to 1.3 (files_pdfviewer#1099)
  * Fix path to image resources (files_pdfviewer#1106)
  * CI: Update workflows + remove broken ones (files_pdfviewer#1109)
  * Fix(composer): fix running composer with `??no-dev` option (files_pdfviewer
    #1112)
  * Ci: Update workflows from organization ?? fixes compile command
    (files_pdfviewer#1118)
  * Fix disabled annotation edition in view only files (files_pdfviewer#1124)
  * Fix npm audit (files_pdfviewer#1126)
  * Move initialization from helper script to Vue component (files_pdfviewer#
    1130)
  * Chore(deps): Bump pdfjs-dist from 3.11.174 to 4.0.189 (files_pdfviewer#
    1132)
  * Fix npm audit (files_pdfviewer#1140)
  * Adjust saving annotations in public pages to changes in Nextcloud 31
    (files_pdfviewer#1150)
  * Update viewer.css (files_pdfviewer#939)
  * Chore(deps): Bump @nextcloud/router from 2.2.1 to 3.0.1 (files_pdfviewer#
    961)
  * Chore(deps): Bump @nextcloud/logger from 2.7.0 to 3.0.2 (files_pdfviewer#
    967)
  * Feat(deps): Add Nextcloud 31 support on master (firstrunwizard#1309)
  * Chore(deps-dev): Bump vite from 5.4.0 to 5.4.1 (firstrunwizard#1316)
  * [master] Update nextcloud/ocp dependency (firstrunwizard#1318)
  * [master] Fix npm audit (firstrunwizard#1320)
  * Chore: update workflows from templates (firstrunwizard#1324)
  * Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.17.0 (firstrunwizard#
    1325)
  * Chore(deps-dev): Bump vite from 5.4.1 to 5.4.2 (firstrunwizard#1326)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 5.3.7 (firstrunwizard#
    1327)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (firstrunwizard#1332)
  * [master] Fix npm audit (firstrunwizard#1333)
  * Chore: Adjust HUB 9 release notes (firstrunwizard#1335)
  * Fix: Move version information to first page (firstrunwizard#1336)
  * Fix: Correctly label `share via email` (firstrunwizard#1337)
  * Fix: Make ??share on?? entries same width (firstrunwizard#1338)
  * Chore(deps): Bump @nextcloud/vue from 8.17.0 to 8.17.1 (firstrunwizard#
    1343)
  * [master] Update nextcloud/ocp dependency (firstrunwizard#1344)
  * Chore(deps-dev): Bump vite from 5.4.2 to 5.4.3 (firstrunwizard#1348)
  * Chore(deps-dev): Bump sass from 1.77.8 to 1.78.0 (firstrunwizard#1349)
  * Fix: Add app hint for whiteboard (firstrunwizard#1353)
  * Fix: Improve whiteboard description (firstrunwizard#1354)
  * Shorder and more consistent wordings (compared to others) (firstrunwizard#
    1356)
  * Chore(deps-dev): Bump psalm/phar from 5.25.0 to 5.26.1 (firstrunwizard#
    1357)
  * Chore(deps-dev): Bump vite from 5.4.3 to 5.4.5 (firstrunwizard#1359)
  * [master] Update nextcloud/ocp dependency (firstrunwizard#1362)
  * Fix: Add missing whiteboard icon (firstrunwizard#1363)
  * Chore(deps): Bump dompurify from 3.1.2 to 3.1.6 (firstrunwizard#1364)
  * Chore(deps-dev): Bump vite from 5.4.5 to 5.4.6 (firstrunwizard#1366)
  * Chore(deps): Bump @nextcloud/vue from 8.17.1 to 8.19.0 (firstrunwizard#
    1367)
  * Bump sass from 1.78.0 to 1.79.3 (firstrunwizard#1370)
  * Bump vite from 5.4.6 to 5.4.7 (firstrunwizard#1371)
  * Bump @nextcloud/axios from 2.5.0 to 2.5.1 (firstrunwizard#1374)
  * Chore(deps-dev): bump nextcloud/coding-standard from 1.2.3 to 1.3.1
    (firstrunwizard#1375)
  * [master] Update nextcloud/ocp dependency (firstrunwizard#1379)
  * Chore(deps): bump rollup from 4.21.0 to 4.22.4 (firstrunwizard#1380)
  * Make whiteboard svg dark (firstrunwizard#1381)
  * Style(PHP): satisfy php-cs (firstrunwizard#1382)
  * Chore(deps-dev): bump vite from 5.4.7 to 5.4.8 (firstrunwizard#1383)
  * [master] Update nextcloud/ocp dependency (firstrunwizard#1386)
  * [master] Fix npm audit (firstrunwizard#1389)
  * Chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 (firstrunwizard#1392)
  * [master] Update nextcloud/ocp dependency (firstrunwizard#1393)
  * Feat: allow to set group-restrictions (firstrunwizard#1398)
  * Fix: cards should have the same size (firstrunwizard#1399)
  * Chore(deps-dev): Bump sass from 1.79.4 to 1.79.5 (firstrunwizard#1402)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2
    (firstrunwizard#1405)
  * Chore(deps-dev): Bump sass from 1.79.5 to 1.80.3 (firstrunwizard#1407)
  * Chore(deps-dev): Bump vite from 5.4.8 to 5.4.9 (firstrunwizard#1408)
  * [master] Fix npm audit (firstrunwizard#1415)
  * Chore(deps-dev): Bump sass from 1.80.3 to 1.80.4 (firstrunwizard#1416)
  * Chore(deps-dev): Bump vite from 5.4.9 to 5.4.10 (firstrunwizard#1417)
  * Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 (firstrunwizard#1425)
  * Chore(deps-dev): Bump sass from 1.80.4 to 1.80.6 (firstrunwizard#1426)
  * [master] Fix npm audit (firstrunwizard#1429)
  * Chore(deps-dev): Bump vite from 5.4.10 to 5.4.11 (firstrunwizard#1442)
  * Chore(deps-dev): Bump sass from 1.80.6 to 1.81.0 (firstrunwizard#1443)
  * Bump sass from 1.81.0 to 1.82.0 (firstrunwizard#1457)
  * Chore(deps-dev): Bump sass from 1.82.0 to 1.83.0 (firstrunwizard#1462)
  * Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 (firstrunwizard#1463)
  * Fix(notifications): Notifier::prepare() threw \InvalidArgumentExcepti??
    (firstrunwizard#1466)
  * Chore(CI): Updating reuse.yml workflow from template (firstrunwizard#1470)
  * Chore(deps-dev): Bump sass from 1.83.0 to 1.83.1 (firstrunwizard#1475)
  * Feat(CI): add update-workflows.yml workflow (firstrunwizard#1482)
  * Revert ??feat(CI): add update-workflows.yml workflow?? (firstrunwizard#
    1484)
  * Chore(deps-dev): Bump sass from 1.83.1 to 1.83.4 (firstrunwizard#1485)
  * Chore(deps-dev): Bump vite from 5.4.11 to 5.4.14 (firstrunwizard#1488)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.7 to 5.3.8 (firstrunwizard#
    1497)
  * Fix: apostrophe issue (firstrunwizard#1508)
  * Fix npm audit (firstrunwizard#1510)
  * Chore(deps-dev): Bump @nextcloud/vite-config from 1.5.1 to 1.5.2
    (firstrunwizard#1523)
  * Feat: Update Nextcloud HUB release (firstrunwizard#1538)
  * Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
    (firstrunwizard#1540)
  * [master] Update nextcloud/ocp dependency (logreader#1329)
  * Feat(deps): Add Nextcloud 31 support on master (logreader#1341)
  * Chore(deps): bump axios from 1.7.3 to 1.7.4 (logreader#1342)
  * Chore(deps): bump pinia from 2.2.1 to 2.2.2 (logreader#1345)
  * Chore(deps-dev): bump vite from 5.4.0 to 5.4.1 (logreader#1347)
  * Chore(deps-dev): bump elliptic from 6.5.6 to 6.5.7 (logreader#1348)
  * [master] Update nextcloud/ocp dependency (logreader#1349)
  * Chore(deps): bump @nextcloud/vue from 8.16.0 to 8.17.0 (logreader#1352)
  * Chore(deps): bump @nextcloud/dialogs from 5.3.5 to 5.3.7 (logreader#1353)
  * Chore(deps-dev): bump vite from 5.4.1 to 5.4.2 (logreader#1354)
  * Chore(deps-dev): bump happy-dom from 14.12.3 to 15.0.0 (logreader#1355)
  * Chore(deps): bump axios from 1.7.4 to 1.7.5 (logreader#1356)
  * Chore(deps-dev): bump happy-dom from 15.0.0 to 15.7.0 (logreader#1357)
  * Chore(deps-dev): bump micromatch from 4.0.5 to 4.0.8 (logreader#1360)
  * Chore(deps-dev): bump happy-dom from 15.7.0 to 15.7.3 (logreader#1365)
  * Chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (logreader#1368)
  * Chore(deps-dev): bump @vitest/coverage-istanbul from 2.0.5 to 2.1.1
    (logreader#1369)
  * Chore(deps-dev): bump happy-dom from 15.7.3 to 15.7.4 (logreader#1371)
  * Chore(deps-dev): bump @vitest/coverage-istanbul from 2.1.1 to 2.1.2
    (logreader#1384)
  * Refactor: Replace security annotations with respective attributes
    (logreader#1385)
  * Chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 (logreader#1388)
  * Chore(dev-deps): Bump nextcloud/ocp package (logreader#1391)
  * Chore(deps-dev): bump @vitest/coverage-istanbul from 2.1.2 to 2.1.3
    (logreader#1393)
  * Chore(deps-dev): bump elliptic from 6.5.7 to 6.6.0 (logreader#1402)
  * Bump @pinia/testing from 0.1.5 to 0.1.7 (logreader#1408)
  * Fix(SetupCheck): remove debug(?) output (logreader#1413)
  * Build(deps): for NC 31 support PHP>=8.1 (logreader#1414)
  * Chore(deps): bump @nextcloud/vue from 8.17.0 to 8.21.0 (logreader#1419)
  * Chore(deps): bump pinia from 2.2.2 to 2.2.8 (logreader#1420)
  * Chore(deps-dev): bump happy-dom from 15.7.4 to 15.11.7 (logreader#1421)
  * Chore(ci): update workflows (logreader#1425)
  * Build(deps): Bump axios from 1.7.5 to 1.7.9 (logreader#1427)
  * Chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 (logreader#1428)
  * Chore(deps): bump vue-material-design-icons from 5.3.0 to 5.3.1 (logreader#
    1430)
  * Chore(deps): bump @nextcloud/dialogs from 5.3.7 to 6.0.1 (logreader#1432)
  * [master] Update nextcloud/ocp dependency (logreader#1433)
  * [master] Fix npm audit (logreader#1436)
  * Fix(composer): update nextcloud/coding-standard to ^1.3 (logreader#1438)
  * Chore(deps): bump pinia from 2.2.8 to 2.3.0 (logreader#1440)
  * Chore(deps-dev): bump @vitest/coverage-istanbul from 2.1.3 to 2.1.8
    (logreader#1441)
  * Chore(deps): bump nanoid from 3.3.7 to 3.3.8 (logreader#1442)
  * [master] Update nextcloud/ocp dependency (logreader#1443)
  * [master] Fix npm audit (logreader#1445)
  * Fix(LogErrors): Handle unsupported log_type gracefully (logreader#1449)
  * Chore(deps): bump highlight.js from 11.10.0 to 11.11.0 (logreader#1454)
  * Chore(CI): Updating reuse.yml workflow from template (logreader#1455)
  * Chore(deps): bump @nextcloud/vue from 8.21.0 to 8.22.0 (logreader#1457)
  * Chore(deps-dev): bump happy-dom from 15.11.7 to 16.0.1 (logreader#1458)
  * Chore(deps): bump highlight.js from 11.11.0 to 11.11.1 (logreader#1459)
  * Chore(deps-dev): bump happy-dom from 16.0.1 to 16.3.0 (logreader#1460)
  * Chore(deps-dev): bump happy-dom from 16.3.0 to 16.5.3 (logreader#1464)
  * Chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 (logreader#1465)
  * Chore(deps-dev): bump @nextcloud/vite-config from 1.4.2 to 1.5.0 (logreader
    #1466)
  * [master] Update nextcloud/ocp dependency (logreader#1468)
  * Chore(deps-dev): bump vitest and @vitest/coverage-istanbul (logreader#1472)
  * Chore(deps-dev): bump happy-dom from 16.5.3 to 16.6.0 (logreader#1473)
  * [master] Update nextcloud/ocp dependency (logreader#1474)
  * Chore(deps-dev): bump vite from 5.4.11 to 5.4.14 (logreader#1476)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31 (logreader#
    1479)
  * Update nextcloud/ocp dependency (logreader#1488)
  * Fix npm audit (logreader#1492)
  * Chore: update workflows (logreader#1494)
  * Chore: add update-nextcloud-ocp-approve-merge workflow (logreader#1502)
  * Update nextcloud/ocp dependency (logreader#1510)
  * Update nextcloud/ocp dependency (logreader#1522)
  * Fix npm audit (logreader#1526)
  * Feat(deps): Add Nextcloud 31 support on master (nextcloud_announcements#
    373)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#374)
  * Chore: update workflows from templates (nextcloud_announcements#375)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (nextcloud_announcements#376)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#377)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#380)
  * Chore(deps-dev): Bump psalm/phar from 5.25.0 to 5.26.1
    (nextcloud_announcements#382)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#383)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.1
    (nextcloud_announcements#385)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#387)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#391)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#392)
  * Chore(dev-deps): Bump nextcloud/ocp package (nextcloud_announcements#398)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2
    (nextcloud_announcements#400)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#401)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#404)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#405)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#406)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#407)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#411)
  * Fix PHP version dependency (nextcloud_announcements#413)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#414)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#415)
  * Fix(notifications): Notifier::prepare() threw \InvalidArgumentExcepti??
    (nextcloud_announcements#416)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#417)
  * Chore(CI): Updating reuse.yml workflow from template
    (nextcloud_announcements#418)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#419)
  * [master] Update nextcloud/ocp dependency (nextcloud_announcements#423)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
    (nextcloud_announcements#424)
  * Update nextcloud/ocp dependency (nextcloud_announcements#428)
  * Update nextcloud/ocp dependency (nextcloud_announcements#434)
  * Update nextcloud/ocp dependency (nextcloud_announcements#439)
  * Build: migrate from Webpack to Vite (notifications#2002)
  * Feat(deps): Add Nextcloud 31 support on master (notifications#2004)
  * Chore(deps): Bump axios from 1.6.8 to 1.7.4 (notifications#2005)
  * Chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0 (notifications#2008)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 6.0.0 (notifications#
    2009)
  * [master] Update nextcloud/ocp dependency (notifications#2011)
  * Chore(deps-dev): Bump elliptic from 6.5.6 to 6.5.7 (notifications#2012)
  * Chore(deps): Update openapi-extractor to v1.0.0 (notifications#2013)
  * Chore: update workflows from templates (notifications#2015)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (notifications#2016)
  * Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.17.0 (notifications#2018)
  * Feat(cli): Allow to replace and delete CLI notifications (notifications#
    2019)
  * Chore(deps): audit dependencies (notifications#2021)
  * Chore(deps): Bump @nextcloud/vue from 8.17.0 to 8.17.1 (notifications#2023)
  * [master] Update nextcloud/ocp dependency (notifications#2025)
  * Ci: Update workflows (notifications#2029)
  * Chore(deps): bump nextcloud/vue from 8.17.1 to 8.18.0 (notifications#2030)
  * Fix: extract IconNotification to separate component (notifications#2032)
  * Chore(deps-dev): Bump vimeo/psalm from 5.25.0 to 5.26.1 (notifications#
    2033)
  * [master] Update nextcloud/ocp dependency (notifications#2035)
  * Create block-merge-eol.yml (notifications#2037)
  * Fix(notifications): Fix notification parameter types (notifications#2041)
  * Ci(performance): Make performance test more reliable by disabling cro??
    (notifications#2043)
  * Chore(deps): Bump dompurify from 3.1.2 to 3.1.6 (notifications#2044)
  * Docs: Fix ocs endpoint status code documentation (notifications#2045)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.1
    (notifications#2048)
  * Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 (notifications#2051)
  * Chore(deps): Bump ua-parser-js from 1.0.38 to 1.0.39 (notifications#2052)
  * Chore(deps): Bump @nextcloud/vue from 8.18.0 to 8.19.0 (notifications#2053)
  * [master] Update nextcloud/ocp dependency (notifications#2054)
  * Chore(deps-dev): Bump vite from 5.4.0 to 5.4.7 (notifications#2058)
  * Feat(priority): Send priority notifications as push during DND
    (notifications#2059)
  * Chore(deps-dev): Bump rollup from 4.20.0 to 4.22.4 (notifications#2060)
  * [master] Update nextcloud/ocp dependency (notifications#2063)
  * [master] Update nextcloud/ocp dependency (notifications#2065)
  * Ci: Migrate to vendor-bin (notifications#2066)
  * Build(reuse): Move license statements closer to the fragments
    (notifications#2067)
  * CI: Add rector and update phpunit to 10 (notifications#2068)
  * [master] Update nextcloud/ocp dependency (notifications#2071)
  * Fix(push): Make testing the push server easier (notifications#2074)
  * Chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1
    (notifications#2075)
  * Chore(dev-deps): Bump nextcloud/ocp package (notifications#2080)
  * [master] Update nextcloud/ocp dependency (notifications#2083)
  * Docs(push-v2): Document silent delete-multiple push notification
    (notifications#2089)
  * Fix(OpenAPI): Fix array syntaxes (notifications#2090)
  * Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 (notifications#2091)
  * [master] Update nextcloud/ocp dependency (notifications#2092)
  * Chore(deps): Bump @nextcloud/dialogs from 6.0.0 to 6.0.1 (notifications#
    2093)
  * [master] Update nextcloud/ocp dependency (notifications#2095)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2 in /
    vendor-bin/csfixer (notifications#2096)
  * Chore(deps-dev): Bump nextcloud/openapi-extractor from 1.0.0 to 1.1.0 in /
    vendor-bin/openapi-extractor (notifications#2097)
  * Chore(deps-dev): Bump nextcloud/rector from 0.2.0 to 0.2.1 in /vendor-bin/
    rector (notifications#2098)
  * Chore(deps-dev): Bump rector/rector from 1.2.5 to 1.2.10 in /vendor-bin/
    rector (notifications#2099)
  * [master] Update nextcloud/ocp dependency (notifications#2100)
  * Chore(deps-dev): Bump nextcloud/openapi-extractor from 1.2.1 to 1.2.2 in /
    vendor-bin/openapi-extractor (notifications#2103)
  * Chore(deps): Bump @nextcloud/vue from 8.19.0 to 8.20.0 (notifications#2104)
  * Chore(deps-dev): Bump cross-spawn from 7.0.3 to 7.0.6 (notifications#2105)
  * Chore(deps): Bump ua-parser-js from 1.0.39 to 2.0.0 (notifications#2106)
  * Chore(deps): Bump @nextcloud/vue from 8.20.0 to 8.21.0 (notifications#2107)
  * [master] Update nextcloud/ocp dependency (notifications#2108)
  * Feat(push): Add option to send a self-test (notifications#2109)
  * [master] Update nextcloud/ocp dependency (notifications#2111)
  * Chore(i18n): Improved grammar (notifications#2114)
  * [master] Update nextcloud/ocp dependency (notifications#2116)
  * Feat(occ): Output token validity even when age is cached (notifications#
    2117)
  * Chore(deps-dev): Bump rector/rector from 1.2.10 to 2.0.3 in /vendor-bin/
    rector (notifications#2118)
  * Chore(deps): Bump @nextcloud/moment from 1.3.1 to 1.3.2 (notifications#
    2119)
  * Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 (notifications#2122)
  * [master] Update nextcloud/ocp dependency (notifications#2123)
  * Chore(deps-dev): Bump behat/behat from 3.16.0 to 3.17.0 in /tests/
    Integration (notifications#2124)
  * Chore(deps-dev): Bump nextcloud/openapi-extractor from 1.2.2 to 1.3.0 in /
    vendor-bin/openapi-extractor (notifications#2125)
  * [master] Update nextcloud/ocp dependency (notifications#2126)
  * Chore(workflow): update workflows (notifications#2127)
  * Fix(style): clear excessive and redundant styles (notifications#2128)
  * Chore(CI): Updating reuse.yml workflow from template (notifications#2129)
  * Chore(deps): Bump @nextcloud/vue from 8.21.0 to 8.22.0 (notifications#2131)
  * Chore(deps-dev): Bump rector/rector from 2.0.3 to 2.0.4 in /vendor-bin/
    rector (notifications#2132)
  * Fix: drop deprecated jquery functions (notifications#2134)
  * Chore(deps-dev): Bump rector/rector from 2.0.4 to 2.0.5 in /vendor-bin/
    rector (notifications#2135)
  * [master] Update nextcloud/ocp dependency (notifications#2140)
  * Chore(deps-dev): Bump behat/behat from 3.17.0 to 3.18.1 in /tests/
    Integration (notifications#2146)
  * Chore(deps-dev): Bump rector/rector from 2.0.5 to 2.0.6 in /vendor-bin/
    rector (notifications#2147)
  * [master] Update nextcloud/ocp dependency (notifications#2148)
  * Ci: Update GitHub workflows (notifications#2154)
  * [master] Update nextcloud/ocp dependency (notifications#2156)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
    (notifications#2158)
  * Update nextcloud/ocp dependency (notifications#2168)
  * Fix(NotificationsApp): Fix ??Dismiss all?? on the bottom (notifications#
    2173)
  * Fix(APIController): Allow self-test depending on token and not user-agent
    (notifications#2176)
  * Chore(deps): Bump ua-parser-js from 2.0.0 to 2.0.1 (notifications#2180)
  * Update nextcloud/ocp dependency (notifications#2184)
  * Fix(test-push): Trigger a Talk test-push for the Talk desktop
    (notifications#2191)
  * Feat(push): Show error when internet connection is disabled in
    configuration (notifications#2194)
  * Update nextcloud/ocp dependency (notifications#2206)
  * Fix: Move from private `OC\HintException` to public `OCP\HintException`
    (password_policy#514)
  * Chore: update workflows from templates (password_policy#547)
  * Feat(deps): Add Nextcloud 31 support on master (password_policy#636)
  * Chore(deps): Bump axios from 1.7.2 to 1.7.4 (password_policy#637)
  * Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 6.0.0 (password_policy#
    638)
  * Chore(deps-dev): Bump vite from 5.4.0 to 5.4.1 (password_policy#639)
  * Chore(deps-dev): Bump elliptic from 6.5.4 to 6.5.7 (password_policy#640)
  * Refactor: Migrate away from deprecated `ILogger` to PSR-3 (password_policy#
    641)
  * Chore: Update README (password_policy#642)
  * Chore: update workflows from templates (password_policy#643)
  * Chore(deps-dev): Bump @nextcloud/vite-config from 1.2.2 to 1.4.2
    (password_policy#644)
  * Chore(deps-dev): Bump vite from 5.4.1 to 5.4.2 (password_policy#646)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (password_policy#647)
  * Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.17.1 (password_policy#
    648)
  * Chore: Update PHPUnit tests (password_policy#649)
  * Chore: Migrate deprecated app config access to `IAppConfig`
    (password_policy#650)
  * Chore: Add psalm (password_policy#651)
  * Chore: Fix REUSE license extraction (password_policy#652)
  * Chore(deps-dev): Bump vite from 5.4.2 to 5.4.3 (password_policy#653)
  * Chore(deps-dev): Bump sass from 1.77.8 to 1.78.0 (password_policy#654)
  * Chore(deps): Bump micromatch from 4.0.7 to 4.0.8 (password_policy#655)
  * Chore(deps-dev): Bump vite from 5.4.3 to 5.4.5 (password_policy#657)
  * Chore(deps-dev): Bump vite from 5.4.5 to 5.4.6 (password_policy#659)
  * Chore(deps-dev): Bump sass from 1.78.0 to 1.79.3 (password_policy#661)
  * Chore(deps-dev): Bump vite from 5.4.6 to 5.4.7 (password_policy#662)
  * Chore(deps): Bump rollup from 4.21.0 to 4.22.4 (password_policy#664)
  * Chore(deps-dev): Bump vite from 5.4.7 to 5.4.8 (password_policy#665)
  * Chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 (password_policy#667)
  * Chore(deps-dev): Bump sass from 1.79.4 to 1.79.5 (password_policy#668)
  * Ci: Create npm-audit-fix.yml (password_policy#669)
  * Chore: add a warning on password expiration (password_policy#670)
  * Chore(deps-dev): Bump vite from 5.4.8 to 5.4.9 (password_policy#671)
  * Chore(deps-dev): Bump sass from 1.79.5 to 1.80.3 (password_policy#672)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.2
    (password_policy#673)
  * Fix(generation): Fix common-password check when we accidentally hit t??
    (password_policy#680)
  * Fix(passwords): Fix password file generation (password_policy#681)
  * Chore(deps-dev): Bump sass from 1.80.3 to 1.80.4 (password_policy#692)
  * Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 (password_policy#693)
  * Chore(deps-dev): Bump sass from 1.80.4 to 1.80.6 (password_policy#694)
  * Chore(deps-dev): Bump symfony/process from 6.4.8 to 6.4.14 in /vendor-bin/
    phpunit (password_policy#695)
  * [master] Fix npm audit (password_policy#697)
  * Feat: Add OpenAPI (password_policy#699)
  * Chore(deps-dev): Bump cross-spawn from 7.0.3 to 7.0.6 (password_policy#703)
  * Chore(deps-dev): Bump sass from 1.80.6 to 1.82.0 (password_policy#706)
  * Chore(deps-dev): Bump sass from 1.82.0 to 1.83.0 (password_policy#708)
  * Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 (password_policy#709)
  * Chore(deps-dev): Bump sass from 1.83.0 to 1.83.1 (password_policy#714)
  * Chore(deps-dev): Bump @nextcloud/vite-config from 1.4.2 to 1.5.0
    (password_policy#715)
  * Chore(deps-dev): Bump sass from 1.83.1 to 1.83.4 (password_policy#716)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
    (password_policy#721)
  * Feat: Allow to configure different policies per password context
    (password_policy#727)
  * Fix npm audit (password_policy#730)
  * [master] Update nextcloud/ocp dependency (photos#2562)
  * Fix(migration): Fix migration for MySQL which does not allow joining
    (photos#2593)
  * Fix: remove nextcloud_photos_ tmp files when done (photos#2596)
  * Feat(deps): Add Nextcloud 31 support on master (photos#2598)
  * Chore(deps): Bump elliptic from 6.5.4 to 6.5.7 (photos#2612)
  * Chore: update workflows from templates (photos#2619)
  * Fix(dashboard): Fix dashboard panel ID (photos#2624)
  * Fix: Set aria-hidden on the blurhash canvas element (photos#2628)
  * Chore: Use composer-bin-plugin (photos#2629)
  * Chore(deps-dev): Bump webpack from 5.82.1 to 5.94.0 (photos#2631)
  * [master] Update nextcloud/ocp dependency (photos#2632)
  * Fix issues of GPS metadata handling (photos#2636)
  * [master] Update nextcloud/ocp dependency (photos#2640)
  * Ci: Update workflows (photos#2643)
  * Chore(deps): Bump hexogen/kdtree from 0.2.5 to 0.2.6 (photos#2653)
  * Feat: Check upload directory share state (photos#2658)
  * Fix: Use user uid to compare in PhotosPicker (photos#2662)
  * Chore(deps-dev): Bump rollup from 2.79.1 to 2.79.2 (photos#2668)
  * Chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (photos#2693)
  * [local] fix(l10n): plural typo (photos#2704)
  * Chore(CI): Updating reuse.yml workflow from template (photos#2736)
  * Chore: update composer lock and nextcloud/ocp (photos#2740)
  * Chore(deps-dev): Bump jest-environment-jsdom from 29.4.1 to 29.7.0 (photos#
    2756)
  * [master] Update nextcloud/ocp dependency (photos#2760)
  * [master] Update nextcloud/ocp dependency (photos#2764)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31 (photos#2775)
  * Chore(deps): Bump webdav from 4.11.3 to 4.11.4 (photos#2778)
  * Update nextcloud/ocp dependency (photos#2783)
  * Feat: Ease opening photos picker in album content view (photos#2787)
  * Fix: Usage of FilePicker (photos#2799)
  * Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.12 to
    1.0.0-beta.13 (photos#2805)
  * Update nextcloud/ocp dependency (photos#2810)
  * Chore: update workflows from templates (privacy#1099)
  * Chore(deps): Bump @nextcloud/vue from 8.12.0 to 8.16.0 (privacy#1106)
  * [master] Fix npm audit (privacy#1107)
  * Feat(deps): Add Nextcloud 31 support on master (privacy#1108)
  * [master] Fix npm audit (privacy#1114)
  * Chore: update workflows from templates (privacy#1116)
  * Chore(deps-dev): Bump elliptic from 6.5.6 to 6.5.7 (privacy#1117)
  * Chore(deps): Bump micromatch from 4.0.5 to 4.0.8 (privacy#1124)
  * Migrate reuse to toml (privacy#1125)
  * Ci: Update workflows (privacy#1126)
  * [master] Fix npm audit (privacy#1128)
  * Chore(deps-dev): Bump express from 4.19.2 to 4.21.0 (privacy#1133)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.3.1
    (privacy#1134)
  * Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.19.0 (privacy#1136)
  * Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.0.1 to 6.1.1
    (privacy#1138)
  * Chore(deps): Bump dompurify from 3.1.2 to 3.1.7 (privacy#1139)
  * Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 (privacy#1140)
  * Chore: Update Administrator access wording (privacy#1142)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.3.1 to 1.3.2
    (privacy#1148)
  * Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 (privacy#1150)
  * Chore(deps-dev): Bump cross-spawn from 7.0.3 to 7.0.6 (privacy#1152)
  * Chore(CI): Updating reuse.yml workflow from template (privacy#1157)
  * Chore: update workflows from templates (recommendations#770)
  * [master] Fix npm audit (recommendations#777)
  * Feat(deps): Add Nextcloud 31 support on master (recommendations#779)
  * Chore: update workflows from templates (recommendations#783)
  * [master] Fix npm audit (recommendations#787)
  * Ci: Update workflows (recommendations#790)
  * Chore(deps): Bump body-parser and express (recommendations#795)
  * Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 (recommendations#
    797)
  * Fix: use NcCheckboxRadioSwitch in settings (recommendations#817)
  * Fix: add missing description to command (recommendations#821)
  * Switch index to ocs (recommendations#829)
  * Chore(CI): Updating reuse.yml workflow from template (recommendations#831)
  * Chore(ci): Add phpunit workflows (recommendations#834)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
    (recommendations#836)
  * Avoid error when app not installed (related_resources#454)
  * Feat(deps): Add Nextcloud 31 support on master (related_resources#465)
  * Chore: update workflows from templates (related_resources#469)
  * Chore(deps-dev): bump elliptic from 6.5.4 to 6.5.7 (related_resources#470)
  * Ci: Update workflows (related_resources#475)
  * Chore(deps-dev): bump vimeo/psalm from 5.25.0 to 5.26.1 (related_resources#
    476)
  * Chore(deps): bump @nextcloud/axios from 2.5.0 to 2.5.1 (related_resources#
    484)
  * Build: rename build to build-js (related_resources#495)
  * Chore(deps-dev): bump elliptic from 6.5.7 to 6.6.0 (related_resources#502)
  * Chore(deps): bump nanoid from 3.3.7 to 3.3.8 (related_resources#517)
  * Chore(CI): Updating reuse.yml workflow from template (related_resources#
    522)
  * Feat(deps): Add Nextcloud 31 support on master (serverinfo#662)
  * [master] Update nextcloud/ocp dependency (serverinfo#663)
  * Fix: allow dot in mounted on (serverinfo#665)
  * Chore: update workflows from templates (serverinfo#669)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
    (serverinfo#670)
  * [master] Update nextcloud/ocp dependency (serverinfo#671)
  * Fix inaccurate disk usage reporting for ext* filesystems due to reserved
    blocks (serverinfo#674)
  * [master] Update nextcloud/ocp dependency (serverinfo#676)
  * Ci: Update workflows (serverinfo#680)
  * Chore(deps-dev): Bump psalm/phar from 5.25.0 to 5.26.1 (serverinfo#681)
  * [master] Update nextcloud/ocp dependency (serverinfo#682)
  * Chore(deps-dev): bump nextcloud/coding-standard from 1.2.3 to 1.3.1
    (serverinfo#684)
  * [master] Update nextcloud/ocp dependency (serverinfo#686)
  * [master] Update nextcloud/ocp dependency (serverinfo#689)
  * Feat(active users): add more active user statistics intervals and improve
    presentation (serverinfo#691)
  * [master] Update nextcloud/ocp dependency (serverinfo#694)
  * Chore(dev-deps): Bump nextcloud/ocp package (serverinfo#701)
  * Chore(deps-dev): bump nextcloud/coding-standard from 1.3.1 to 1.3.2
    (serverinfo#704)
  * [master] Update nextcloud/ocp dependency (serverinfo#709)
  * [master] Update nextcloud/ocp dependency (serverinfo#710)
  * Visual fixes and improvements (serverinfo#711)
  * [master] Update nextcloud/ocp dependency (serverinfo#712)
  * [master] Update nextcloud/ocp dependency (serverinfo#713)
  * [master] Update nextcloud/ocp dependency (serverinfo#716)
  * Chore: add workflow to block unconventional commits (serverinfo#724)
  * Ci: update workflows (serverinfo#725)
  * [master] Update nextcloud/ocp dependency (serverinfo#726)
  * [master] Update nextcloud/ocp dependency (serverinfo#727)
  * Feat(storage): add size of appdata folder to statistics (serverinfo#728)
  * [master] Update nextcloud/ocp dependency (serverinfo#732)
  * Fix(freebsd): fix cpu count for load graph (serverinfo#733)
  * [master] Update nextcloud/ocp dependency (serverinfo#735)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31 (serverinfo#
    736)
  * Update nextcloud/ocp dependency (serverinfo#741)
  * Chore: update workflows from templates (survey_client#300)
  * Feat(deps): Add Nextcloud 31 support on master (survey_client#307)
  * Chore(CI): Updating dependabot-approve-merge.yml workflow from template
    (survey_client#310)
  * Migrate REUSE: dep5 to toml format (survey_client#311)
  * Chore(deps-dev): Bump vimeo/psalm from 5.25.0 to 5.26.1 (survey_client#312)
  * Fix: failure when using sqlite3 (survey_client#314)
  * Fix: clarify language for removing previously sent report data
    (survey_client#315)
  * Fix: notifications link for mobile / desktop error generating errors in v30
    (survey_client#317)
  * Fix(notifications): Only define URLs and actions in one place
    (survey_client#327)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.3.2
    (survey_client#331)
  * Chore(dev-deps): Bump nextcloud/ocp package (survey_client#355)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
    (survey_client#362)
  * Fix(LoginClassifier): Adjust log levels / reduce logging noise
    (suspicious_login#875)
  * Chore: update workflows from templates (suspicious_login#890)
  * Feat(deps): Add Nextcloud 31 support on master (suspicious_login#904)
  * Fix(php): Make OptimizerService::optimize nullalble param required
    (suspicious_login#906)
  * Chore: Add psalm for code analysis (suspicious_login#911)
  * Fix: inverted logo in notification (suspicious_login#912)
  * Chore: Update and replace workflows (suspicious_login#914)
  * [master] Fix npm audit (suspicious_login#924)
  * Feat!: replace charts in admin settings with ocs stats api
    (suspicious_login#928)
  * Migrate reuse to toml format (suspicious_login#929)
  * Ci: Update workflows (suspicious_login#930)
  * Fix: Replace deprecated ILogger with Psr\Log\LoggerInterface
    (suspicious_login#931)
  * Ci: Only run renovate for 28 or newer (suspicious_login#932)
  * Chore(deps): update dependency christophwurst/nextcloud_testing to v1
    (master) (suspicious_login#936)
  * Ci: Add npm audit workflow (suspicious_login#943)
  * Chore(deps): update icewind1991/nextcloud-version-matrix digest to c2bf575
    (master) (suspicious_login#944)
  * Fix(deps): Bump symfony/process (suspicious_login#956)
  * Fix(notifications): Notifier::prepare() threw \InvalidArgumentExcepti??
    (suspicious_login#960)
  * Chore(CI): Updating reuse.yml workflow from template (suspicious_login#961)
  * Fix(deps): Make psr/log:3 compatible by rubix upgrade (suspicious_login#
    970)
  * Feat/read only setting (text#4902)
  * Use vitest instead of jest (text#5821)
  * Fix(deps): update tiptap to ^2.6.2 (main) (text#6062)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.20.0
    (main) (text#6138)
  * Chore(deps): update dependency @nextcloud/vite-config to ^1.4.2 (main)
    (text#6186)
  * Chore(deps): update dependency cypress-visual-regression to ^5.2.1 (main)
    (text#6187)
  * Fix: Reuse NcAutoCompleteResult, remove code duplication (text#6192)
  * Feat(deps): Add Nextcloud 31 support on main (text#6209)
  * Fix(attachments): Uploading of attachments from public shares (text#6211)
  * Fix: Ensure WebsocketPolyfill always has the latest session state and
    version (text#6217)
  * Chore(deps): update dependency vite to ^5.4.1 (main) (text#6218)
  * Fix(deps): update dependency lib0 to ^0.2.97 (main) (text#6220)
  * Fix(deps): update tiptap to ^2.6.4 (main) (text#6221)
  * Chore(deps): update dependency eslint-plugin-cypress to ^3.5.0 (main) (text
    #6223)
  * Fix(deps): update dependency @nextcloud/auth to ^2.4.0 (main) (text#6224)
  * Fix(deps): update dependency @nextcloud/files to ^3.8.0 (main) (text#6225)
  * Chore(deps-dev): bump elliptic from 6.5.6 to 6.5.7 (text#6226)
  * Chore(deps): update vueuse to v11 (main) (major) (text#6227)
  * Fix(deps): update dependency @nextcloud/dialogs to v6 (main) (text#6228)
  * [main] Update nextcloud/ocp dependency (text#6236)
  * Fix: catch all errors when getting rich workspace content (text#6243)
  * Chore: update workflows from templates (text#6250)
  * Feat(editor): Add support for collapsible sections (text#6251)
  * Chore(deps): update dependency ts-jest to ^29.2.5 (main) (text#6252)
  * Chore(deps): update dependency vite to ^5.4.2 (main) (text#6253)
  * Chore(deps): update vueuse to ^11.0.3 (main) (text#6254)
  * Fix(deps): update tiptap to ^2.6.6 (main) (text#6255)
  * Chore(deps-dev): bump nextcloud/coding-standard from 1.2.1 to 1.2.3 (text#
    6256)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.21.0
    (main) (text#6257)
  * Fix(deps): update dependency @nextcloud/vue to ^8.17.0 (main) (text#6258)
  * Fix(deps): update dependency mermaid to v11 (main) (text#6259)
  * [main] Fix npm audit (text#6264)
  * Fix(ViewerComponent): use MarkdownContentEditor for readonly views (text#
    6268)
  * Fix(attachments): Show proper error message at upload error (text#6271)
  * Chore(deps-dev): bump webpack from 5.88.2 to 5.94.0 (text#6272)
  * Fix(editorApi): Add support for a onCreate callback that gets content (text
    #6274)
  * Allow viewing of attachments when shared by mail (text#6282)
  * Fix: hide menu Link to file for direct editing (text#6283)
  * Fix: Correctly set ??new??-menu entry for folder description (text#6291)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.21.2
    (main) (text#6293)
  * Chore(deps): update dependency @types/markdown-it to ^13.0.9 (main) (text#
    6294)
  * Chore(deps): update dependency rollup-plugin-webpack-stats to ^1.0.3 (main)
    (text#6295)
  * Fix(deps): update dependency @nextcloud/vue to ^8.17.1 (main) (text#6296)
  * [main] Update nextcloud/ocp dependency (text#6307)
  * Chore(CI): Updating renovate-approve-merge.yml workflow from template (text
    #6311)
  * Fix(mention): No extra whitespace in markdown before/after mentions (text#
    6315)
  * Fix(Table): Fix pasting content with newlines to table cells (text#6316)
  * Fix(TaskList): Add class name to rendered HTML (text#6323)
  * Chore(deps): update dependency vite to ^5.4.3 (main) (text#6325)
  * Fix(deps): update dependency @nextcloud/files to ^3.9.0 (main) (text#6326)
  * Fix(deps): update dependency mermaid to ^11.2.0 (main) (text#6327)
  * [main] Update nextcloud/ocp dependency (text#6333)
  * Migrate reuse to toml format (text#6338)
  * Fix(public): Use `@nextcloud/sharing` to detect public shares (text#6339)
  * Ci: Update workflows (text#6342)
  * Fix: Reset session if file rename changes mimetype from/to markdown (text#
    6345)
  * Fix(CodeBlock): Fix visibleFocus and pasting in code blocks (text#6346)
  * Chore: Update CODEOWNERS (text#6349)
  * Feat(menu): Put list items in submenu, add indentation options (text#6353)
  * Chore(deps-dev): bump psalm/phar from 5.25.0 to 5.26.1 (text#6354)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.21.3
    (main) (text#6355)
  * Chore(deps): update dependency vite to ^5.4.5 (main) (text#6356)
  * Fix(deps): update dependency debounce to ^2.1.1 (main) (text#6357)
  * Fix(deps): update dependency yjs to ^13.6.19 (main) (text#6358)
  * Chore(deps): update dependency typescript to ^5.6.2 (main) (text#6360)
  * Fix(deps): update dependency @nextcloud/vue to ^8.18.0 (main) (text#6361)
  * Test(ci): Fix path of visual regression base files (text#6365)
  * Test(cy): Fix ImageView native tests (text#6374)
  * Fix headings papercuts (text#6404)
  * Feat: restructure menubar #2 (text#6411)
  * Chore(deps): bump dompurify from 3.1.2 to 3.1.6 (text#6412)
  * Fix(placeholder): Show placeholder on empty paragraph, improve wording
    (text#6413)
  * Chore(deps): update dependency vite to v5.4.6 [security] (main) (text#6417)
  * Feat: add nfo file support (text#6423)
  * Fix(paragraph): migrate preview options to decorations (text#6425)
  * Feat: Migrate to files:node:updated (text#6427)
  * Enh(makefile): clean up css as well (text#6428)
  * Chore(deps): update dependency cypress-visual-regression to ^5.2.2 (main)
    (text#6435)
  * Chore(deps-dev): bump nextcloud/coding-standard from 1.2.3 to 1.3.1 (text#
    6436)
  * Chore(deps): update vite (main) (text#6437)
  * Fix(deps): update dependency @nextcloud/axios to ^2.5.1 (main) (text#6438)
  * Fix(deps): update dependency mermaid to ^11.2.1 (main) (text#6439)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.22.4
    (main) (text#6440)
  * Chore(deps): update vueuse to ^11.1.0 (main) (text#6441)
  * Fix(css): Use singlequotes to please stylelint (text#6448)
  * Chore(deps): bump rollup from 4.21.0 to 4.22.4 (text#6451)
  * Fix(vite): set `NODE_ENV` in `package.json` scripts (text#6452)
  * Fix(codeblock): Add border radius (text#6453)
  * Fix(details): Add margin-bottom (text#6454)
  * Fix(tasklist): Correct indention (text#6455)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.24.0
    (main) (text#6464)
  * Chore(deps): update dependency vite to ^5.4.8 (main) (text#6465)
  * Fix(deps): update dependency lib0 to ^0.2.98 (main) (text#6466)
  * Fix(deps): update dependency @nextcloud/vue to ^8.19.0 (main) (text#6467)
  * Fix(deps): update tiptap to ^2.8.0 (main) (text#6468)
  * [main] Update nextcloud/ocp dependency (text#6474)
  * [main] Fix npm audit (text#6476)
  * Fix(sync): Disable browser broadcast (text#6479)
  * Fix(deps): update typedoc to support typescript version (text#6484)
  * Fix: Apply checks on shares in the middleware (text#6485)
  * Check link protocol (text#6486)
  * Fix(sync): handle 502 (Bad Gateway) gracefully (text#6490)
  * Fix(plaintext): multiple linebreaks at end (text#6507)
  * Chore: Fix renovate config (text#6509)
  * Fix(lint): also lint tests except fixtures (text#6513)
  * Ci: Fix assistant button selector (text#6516)
  * Chore(deps): update dependency typescript to ^5.6.3 (main) (text#6518)
  * Fix(deps): update dependency vue-material-design-icons to ^5.3.1 (main)
    (text#6519)
  * Feat: Increase line width to 80 characters (text#6520)
  * Chore(deps): update dependency eslint-plugin-cypress to ^3.6.0 (main) (text
    #6523)
  * Chore(deps): update dependency rollup-plugin-webpack-stats to ^1.1.0 (main)
    (text#6524)
  * Fix(deps): update dependency mermaid to ^11.3.0 (main) (text#6525)
  * Enh(make): clean-git even if js or css directory do not exist (text#6535)
  * Fix(tsconfig): only have one tsconfig file (text#6536)
  * Chore: Skip cypress major/minor on stable branches (text#6537)
  * Fix(build): without non deterministic vendor-LICENSE.txt (text#6539)
  * Feat(table): add row, column buttons outside of table (text#6540)
  * Chore(deps-dev): bump nextcloud/coding-standard from 1.3.1 to 1.3.2 (text#
    6543)
  * Chore(deps): update dependency cypress-split to ^1.24.4 (main) (text#6547)
  * Chore(deps): update dependency vite to ^5.4.9 (main) (text#6548)
  * Chore(deps): update vitest monorepo to ^2.1.3 (main) (text#6549)
  * Fix(deps): update dependency yjs to ^13.6.20 (main) (text#6550)
  * Fix(deps): update dependency debounce to ^2.2.0 (main) (text#6551)
  * Fix(deps): update dependency lowlight to v3 (main) (text#6552)
  * Fix(deps): update dependency markdown-it to v14 (main) (text#6553)
  * [main] Fix npm audit (text#6554)
  * Feat(editorApi): Add function to allow setting readonly bar props (text#
    6560)
  * Fix(workflows): do not push build artifacts in npm audit fix. (text#6565)
  * Fix CODEOWNERS (text#6566)
  * Feat: Add toggle for editor line length per user (text#6569)
  * Fix(css): Set page `size: auto` instead of `size: A4` (text#6574)
  * Fix(mermaid): No custom link handling for links in mermaid diagrams (text#
    6575)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.24.3
    (main) (text#6578)
  * Chore(deps): update dependency cypress-split to ^1.24.5 (main) (text#6579)
  * Chore(deps): update dependency rollup-plugin-webpack-stats to ^1.1.1 (main)
    (text#6580)
  * Chore(deps): update dependency vite to ^5.4.10 (main) (text#6581)
  * Chore(deps): update vitest monorepo to ^2.1.4 (main) (text#6582)
  * Fix(deps): update dependency @nextcloud/files to ^3.9.1 (main) (text#6583)
  * Chore(deps): update vueuse to ^11.2.0 (main) (text#6584)
  * Fix(deps): update dependency mermaid to ^11.4.0 (main) (text#6585)
  * Fix(deps): update tiptap to ^2.9.1 (main) (text#6586)
  * Fix(deps): update dependency slug to v10 (main) (text#6587)
  * Fix(deps): update dependency uuid to v11 (main) (text#6588)
  * Fix some JS console errors (text#6597)
  * Feat(debug): Expose yjs debug function in editor API (text#6598)
  * Test(cypress): More specific selector for viewer header in links test (text
    #6601)
  * Fix(addContent): only process addExtensions once (text#6602)
  * Fix(files): set focus on image description right after inserting (text#
    6609)
  * Fix(files): Reduce spacing between image and description a bit (text#6613)
  * Fix(files): Align vertically bottons in code block (text#6614)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.24.4
    (main) (text#6618)
  * Fix(deps): update dependency @nextcloud/dialogs to ^6.0.1 (main) (text#
    6619)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.25.0
    (main) (text#6626)
  * Send one full update from y-websocket (text#6650)
  * Update dependency vite to ^5.4.11 (main) (text#6651)
  * Chore(deps): update vitest monorepo to ^2.1.5 (main) (text#6652)
  * Fix(deps): update dependency uuid to ^11.0.3 (main) (text#6653)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.27.2
    (main) (text#6654)
  * Fix(deps): update dependency @nextcloud/files to ^3.10.0 (main) (text#6656)
  * Fix(deps): update dependency @nextcloud/vue to ^8.20.0 (main) (text#6657)
  * Revert ??fix(css): Set page `size: auto` instead of `size: A4`?? (text#
    6668)
  * Chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (text#6670)
  * Fix: log ignored workspace propfind exceptions at debug (text#6675)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.27.3
    (main) (text#6679)
  * Chore(deps): update dependency cypress-split to ^1.24.6 (main) (text#6680)
  * Chore(deps): update dependency vite-plugin-commonjs to ^0.10.4 (main) (text
    #6681)
  * Fix(deps): update dependency y-prosemirror to ^1.2.13 (main) (text#6682)
  * Chore(deps): update dependency typescript to ^5.7.2 (main) (text#6683)
  * Chore(deps): update vueuse to ^11.3.0 (main) (text#6684)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.27.4
    (main) (text#6685)
  * Fix(deps): update dependency @nextcloud/vue to ^8.21.0 (main) (text#6686)
  * [main] Fix npm audit (text#6690)
  * Feat: render text inserted from assistant (text#6694)
  * Fix: fix linting errors and warnings (text#6698)
  * Fix: catch all errors when getting rich workspace file (text#6699)
  * Ci: Run cypress on ubuntu-latest (text#6701)
  * Migrate renovate config (text#6709)
  * Chore(deps): update dependency @vitejs/plugin-vue2 to ^2.3.3 (main) (text#
    6710)
  * Chore(deps): update vitest monorepo to ^2.1.7 (main) (text#6711)
  * Update dependency mermaid to ^11.4.1 (main) (text#6712)
  * Fix(eslint): Fix linting javascript files, also lint typescript files (text
    #6725)
  * Fix(outline): fix mobile detection and box shadow (text#6728)
  * Fix(editor): Also unset `draggedOver` at drop (text#6729)
  * Fix(files): catch race condition in FilesWorkspaceHeader init (text#6733)
  * Fix(debug): remove component in beforeDestroy hook (text#6737)
  * Chore(deps): update dependency cypress-split to ^1.24.7 (main) (text#6741)
  * Chore(deps): update vitest monorepo to ^2.1.8 (main) (text#6742)
  * Fix(deps): update dependency @nextcloud/sharing to ^0.2.4 (main) (text#
    6743)
  * Fix(deps): update dependency lib0 to ^0.2.99 (main) (text#6744)
  * Fix(deps): update dependency y-prosemirror to ^1.2.15 (main) (text#6745)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.28.1
    (main) (text#6746)
  * [main] fix(cy): avoid double upload to prevent lock error (text#6763)
  * Chore: Remove stable28 from CI jobs as it??s end of life (text#6764)
  * Feat: Add support for `vite serve` (text#6765)
  * Chore(deps): bump nanoid from 3.3.7 to 3.3.8 (text#6766)
  * Chore: Bump composer files with new composer version (text#6767)
  * Fix(deps): update dependency @nextcloud/files to ^3.10.1 (main) (text#6774)
  * Fix(deps): update dependency @nextcloud/moment to ^1.3.2 (main) (text#6775)
  * Fix(deps): update highlight (main) (text#6784)
  * Fix(licenses): SPDF license in package.json and khroma (text#6790)
  * Add missing trailing slash in reverse proxy config docs (text#6793)
  * Fix(link): Don??t throw exception on invalid URL href (text#6794)
  * Fix(files): switch action button to disabled state if results are empty
    (text#6799)
  * Use ??tertiary no background?? as type for the buttons in table??s header
    (text#6800)
  * Fix(ci): err due to update-node-dist being canceled (text#6801)
  * Fix(ci): take new compiled files into account for reuse check (text#6802)
  * Fix: Notifier::prepare() threw \InvalidArgumentException which is dep??
    (text#6806)
  * Fix(deps): update dependency yjs to ^13.6.21 (main) (text#6807)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.29.1
    (main) (text#6808)
  * Chore(deps): update dependency rollup-plugin-webpack-stats to ^1.2.3 (main)
    (text#6809)
  * [main] Fix npm audit (text#6810)
  * Chore(CI): Updating reuse.yml workflow from template (text#6815)
  * Fix: showing RichWorkspace for non-English language (text#6816)
  * Ci: Hotfix to make login work as long as we are on older cypress version
    (text#6819)
  * Fix: Load focus trap extension in markdown content editor (text#6823)
  * Fix(deps): update dependency @nextcloud/vue to ^8.22.0 (main) (text#6824)
  * Fix(deps): update dependency highlight.js to ^11.11.1 (main) (text#6825)
  * Chore(deps): update dependency cypress-vite to ^1.6.0 (main) (text#6826)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.30.0
    (main) (text#6839)
  * Fix(deps): update dependency uuid to ^11.0.4 (main) (text#6840)
  * Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.31.0
    (main) (text#6845)
  * Fix(deps): update dependency uuid to ^11.0.5 (main) (text#6847)
  * Enh(ui): smart picker button at the start of line (text#6855)
  * Chore(dep): bump relative-ci/agent-upload-artifact-action (text#6859)
  * Chore(deps): bump katex from 0.16.10 to 0.16.21 (text#6861)
  * Fix(deps): update dependency yjs to ^13.6.23 (main) (text#6862)
  * Chore: Update composer files (text#6883)
  * Fix: replace deprecated translation methods (text#6895)
  * Revert ??fix: replace deprecated translation methods?? (text#6899)
  * Fix/use e2e test server (text#6900)
  * [master] Fix npm audit (twofactor_totp#1550)
  * Feat(deps): Add Nextcloud 31 support on master (twofactor_totp#1552)
  * [master] Fix npm audit (twofactor_totp#1555)
  * Ci: Update workflows (twofactor_totp#1559)
  * Refactor: move to new activity exception (twofactor_totp#1560)
  * Chore(deps): bump icewind1991/nextcloud-version-matrix digest to c2bf575
    (master) (twofactor_totp#1565)
  * [master] Fix npm audit (twofactor_totp#1567)
  * Add REUSE compliance (twofactor_totp#1573)
  * Chore: fix db types (twofactor_totp#1577)
  * Fix(deps): Bump symfony/process (twofactor_totp#1580)
  * Ci(psalm): set up the minimum supported php version (twofactor_totp#1581)
  * Chore(i18n): Aligned spelling and adapted grammar (twofactor_totp#1585)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
    (twofactor_totp#1586)
  * Ci: Update workflows (updater#582)
  * Chore: Bump master to 31 in tests (updater#584)
  * Pinch to zoom (viewer#1952)
  * Chore(deps): update cypress (master) (viewer#2397)
  * Chore(deps): update dependency @types/dockerode to ^3.3.31 (master) (viewer
    #2398)
  * Chore(deps): update dependency vite to ^5.4.2 (master) (viewer#2399)
  * Fix(deps): update nextcloud (master) (viewer#2400)
  * Chore(deps): lock file maintenance (master) (viewer#2412)
  * Feat(deps): Add Nextcloud 31 support on master (viewer#2421)
  * Fix: When previewing some SVG, ??btoa?? report error: The string to be
    encoded contains characters outside of the Latin1 range.?? (viewer#2432)
  * Chore: upgrade cypress-visual-regression (viewer#2436)
  * Chore(deps-dev): Bump elliptic from 6.5.6 to 6.5.7 (viewer#2438)
  * Chore(deps): update dependency tslib to ^2.7.0 (master) (viewer#2439)
  * Chore(deps): update dependency wait-on to v8 (master) (viewer#2440)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3 (viewer
    #2441)
  * Fix: Strictify live photo condition to prevent false positive (viewer#2442)
  * Chore(deps): update cypress (master) (viewer#2448)
  * Chore(CI): Updating dependabot-approve-merge.yml workflow from template
    (viewer#2453)
  * Chore(deps): lock file maintenance (master) (viewer#2456)
  * [master] Update cypress snapshots (viewer#2461)
  * [master] Update cypress snapshots (viewer#2466)
  * Fix: Adjust viewer for Nextcloud 31 public share UI (viewer#2467)
  * Chore(deps): update cypress (master) (viewer#2468)
  * Chore(deps): update dependency vite to ^5.4.3 (master) (viewer#2469)
  * Fix(deps): update dependency @nextcloud/files to ^3.9.0 (master) (viewer#
    2470)
  * [master] Update cypress snapshots (viewer#2479)
  * Fix(deps): update dependency @fontsource/roboto to ^5.0.15 (master) (viewer
    #2481)
  * Fix: Hide download action when file does not provide download permissions
    (viewer#2482)
  * Fix: Make loading the viewer an init script (viewer#2486)
  * Ci: Update workflows (viewer#2489)
  * Fix: Only remove openfile from route when closing the viewer (viewer#2493)
  * Chore(deps-dev): Bump vimeo/psalm from 5.26.0 to 5.26.1 (viewer#2495)
  * Fix(cypress): roboto loading check for visual regression (viewer#2496)
  * [master] Update cypress snapshots (viewer#2502)
  * Fix(cypress): adjust click handler (viewer#2504)
  * Chore(deps): update dependency vite to ^5.4.5 (master) (viewer#2505)
  * Fix(deps): update dependency debounce to ^2.1.1 (master) (viewer#2507)
  * Chore(deps): update dependency typescript to ^5.6.2 (master) (viewer#2508)
  * Fix(deps): update dependency @fontsource/roboto to ^5.1.0 (master) (viewer#
    2509)
  * Fix(deps): update dependency @nextcloud/vue to ^8.18.0 (master) (viewer#
    2510)
  * Perf: fast cypress (viewer#2513)
  * [master] Update cypress snapshots (viewer#2519)
  * Chore(CI): Updating cypress.yml workflow from template (viewer#2523)
  * Fix: make dark header configurable (viewer#2528)
  * Chore(deps): lock file maintenance (master) (viewer#2537)
  * Chore: Correctly create built asset libraries (viewer#2546)
  * Fix(deps): update dependency @nextcloud/axios to ^2.5.1 (master) (viewer#
    2547)
  * Add SPDX header (viewer#2548)
  * Fix: Proper layout for split view (viewer#2549)
  * Chore(deps): Bump shivammathur/setup-php from 2.31.0 to 2.31.1 (viewer#
    2551)
  * Chore(deps): Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5
    (viewer#2552)
  * Chore(deps): update cypress (master) (viewer#2554)
  * Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (viewer#2565)
  * Chore(deps-dev): Bump vite from 5.4.5 to 5.4.8 (viewer#2566)
  * [master] Fix npm audit (viewer#2573)
  * Chore(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 (viewer#2583)
  * Fix: Fix error when viewing current version (viewer#2584)
  * Fix: Update default editor translations for version 4.8.1 (viewer#2589)
  * Chore(dev-deps): Bump nextcloud/ocp package (viewer#2590)
  * Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.2 (viewer
    #2595)
  * [master] Fix npm audit (viewer#2599)
  * Chore(deps): Bump actions/checkout from 4.2.0 to 4.2.2 (viewer#2600)
  * Chore(deps): Bump actions/setup-node from 4.0.2 to 4.1.0 (viewer#2601)
  * Fix: Usage of pushToHistory function on prev/next (viewer#2605)
  * Chore(deps): Bump cypress-io/github-action from 6.7.6 to 6.7.7 (viewer#
    2609)
  * Chore(deps): Bump fsfe/reuse-action from 4.0.0 to 5.0.0 (viewer#2616)
  * Chore(deps-dev): Bump cross-spawn from 7.0.3 to 7.0.6 (viewer#2617)
  * Chore(deps): Bump xt0rted/pull-request-comment-branch from 2.0.0 to 3.0.0
    (viewer#2619)
  * Fix: source/dav handling and delete event payload (viewer#2620)
  * Fix(Editor): Broken translation ref (viewer#2621)
  * Chore(deps): update dockerode (master) (viewer#2628)
  * Fix(deps): update dependency vue-material-design-icons to ^5.3.1 (master)
    (viewer#2629)
  * Chore(deps): update dependency vite to ^5.4.11 (master) (viewer#2630)
  * Fix(deps): update nextcloud (master) (viewer#2631)
  * Chore(deps): lock file maintenance (master) (viewer#2632)
  * Chore(deps): Bump cypress-io/github-action from 6.7.7 to 6.7.8 (viewer#
    2633)
  * Chore(deps): Bump marcelklehr/get-github-handles-from-website-action from
    1.0.0 to 1.0.1 (viewer#2635)
  * Chore(deps): update typescript (master) (viewer#2636)
  * Fix(deps): update dependency debounce to ^2.2.0 (master) (viewer#2639)
  * [master] Fix npm audit (viewer#2643)
  * [master] Update cypress snapshots (viewer#2652)
  * Chore(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (viewer#2660)
  * Fix: Close viewer if we navigate back in browser history (viewer#2661)
  * Chore(CI): Updating reuse.yml workflow from template (viewer#2664)
  * Chore(deps): update dependency cypress to ^13.17.0 (master) (viewer#2667)
  * Fix(deps): update dependency @nextcloud/vue to ^8.22.0 (master) (viewer#
    2668)
  * Chore(deps): lock file maintenance (master) (viewer#2669)
  * Tests: Allow running cypress on different instance (viewer#2678)
  * Chore(deps): update dependency typescript to ^5.7.3 (master) (viewer#2681)
  * Chore(deps): update dependency @nextcloud/vite-config to ^1.5.0 (master)
    (viewer#2682)
  * [master] Fix npm audit (viewer#2690)
  * Chore(CI): Adjust testing matrix for Nextcloud 31 on stable31 (viewer#2701)
  * Feat: Fallback to manually loading media on error (viewer#2705)
  * Fix: invalid keys (viewer#2711)
  * Fix(deps): downgrade react from 19 to 18 (viewer#2713)
  * Fix: image load error with number folder (viewer#2737)

Hub 10 release below

Nextcloud Hub 10 is here!

Regain control over your time: Nextcloud Hub 10 is here! ?

  * ? E2EE in calls and web
  * ? Steadier and snappier
  * ? Agency in Nextcloud Assistant 3.0
  * ? Easy file conversion
  * ? Team folders
  * ? Mail: translation, summaries, mentions

Read our announcement blog for all the the details

Latest Nextcloud 30 release below.

October 23, 2025

# Version 30.0.17

Changes:

  * server
      + Fix(theming): correctly parse CSS colors for user primary color picker
        (server#54521)
      + Fix(Apps): fix install command check on existing apps (server#55065)
      + Fix(trashbin): Translate Nextcloud exception to Sabre exception (server
        #55263)
      + Fix(core): Stop abusing the cache for avatar upload (server#55304)
      + Fix: Stop infinite loop in ExpireTrash (server#55309)
      + Fix(dav): clean up user??s addressbook shares on deletion (server#
        55318)
      + Build(deps): bump libphonenumber-js from 1.12.17 to 1.12.23 (server#
        55343)
      + Build(deps): bump @nextcloud/axios from 2.5.1 to 2.5.2 (server#55352)
      + Feat: move primary object store configuration to a single place (server
        #55419)
      + Fix(security): Update code signing revocation list (server#55448)
      + Fix(appstore): Also catch ClientException and ServerException (server#
        55492)
      + Refactor(ShareApiController): Add more error handling (server#55499)
      + Feat: add header with user id in response (server#55504)
      + Fix(S3): Only append streams if non-seekable (server#55672)
      + Build(deps-dev): bump webpack from 5.101.3 to 5.102.1 (server#55695)
      + Fix(contacts): Do not expose SAB in `/contactsmenu` (server#55704)
      + 30.0.17 RC1 (server#55746)
      + Fix(TextProcessingApiController): Set better attribute on routes
        (server#55773)
      + Fix(TextToImage): Set better attribute for routes (server#55793)
      + Chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0 (server#
        55828)
      + Fix(dav): Restrict properties allowed object classes (server#55853)
      + Fix: translation on /unsupported screen (server#55875)
      + 30.0.17 RC2 (server#55887)
      + 30.0.17 (server#55960)
  * bruteforcesettings
      + Fix npm audit (bruteforcesettings#815)
  * circles
      + Update nextcloud/ocp dependency (circles#2142)
      + Update nextcloud/ocp dependency (circles#2165)
  * files_pdfviewer
      + Fix: Remove unneeded PDF.js web files from release (files_pdfviewer#
        1285)
  * logreader
      + Update nextcloud/ocp dependency (logreader#1764)
  * nextcloud_announcements
      + Update nextcloud/ocp dependency (nextcloud_announcements#530)
  * notifications
      + Fix npm audit (notifications#2549)
      + Update nextcloud/ocp dependency (notifications#2558)
  * photos
      + Update nextcloud/ocp dependency (photos#3192)
      + Feat(Albums): Allow deleting an album photo from the viewer (photos#
        3231)
  * serverinfo
      + Update nextcloud/ocp dependency (serverinfo#881)
      + Update nextcloud/ocp dependency (serverinfo#888)
  * suspicious_login
      + Fix(deps): update cross-spawn to v7.0.6 (suspicious_login#1034)
  * text
      + Chore(deps): update dependency cypress-split to ^1.24.23 (text#7662)
      + Chore(deps): update dependency ts-jest to ^29.4.4 (text#7663)
      + Fix(deps): update dependency @nextcloud/axios to ^2.5.2 (text#7664)
      + Update nextcloud/ocp dependency (text#7668)
      + Fix: add close button when open readonly files on mobile app (text#
        7671)
      + Fix(deps): update tiptap to ^2.26.2 (text#7686)
      + Chore(deps): update dependency @vitejs/plugin-vue2 to ^2.3.4 (text#
        7711)
      + Chore(deps): update dependency typescript to ^5.9.3 (text#7712)
      + Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.1
        (text#7769)
      + Chore(deps): update dependency cypress-split to ^1.24.24 (text#7770)
      + Chore(deps): update dependency ts-jest to ^29.4.5 (text#7771)
      + Fix(deps): update dependency @nextcloud/auth to ^2.5.3 (text#7772)
      + Fix(deps): update tiptap to ^2.26.3 (text#7773)
      + Update nextcloud/ocp dependency (text#7775)
  * twofactor_nextcloud_notification
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1080)
      + Fix npm audit (twofactor_nextcloud_notification#1083)
  * viewer
      + Update cypress snapshots (viewer#2967)
      + Fix(ImageEditing): controls might hide behind iPadOS home bar (viewer#
        2987)
      + Fix(Viewer): Provide `id` instead of `fileid` to `File` constructor
        (viewer#2992)
      + Fix(viewer): address file path composition for subfolders in public
        shares (viewer#2995)
      + Fix: Cast fileid to int before building the Node object (viewer#2999)

September 25, 2025

# Version 30.0.16

Changes:

  * server
      + Feat(files_trashbin): Refactor expire background job to support
        parallel run (server#53025)
      + Build(deps-dev): bump msw from 2.11.0 to 2.11.1 (server#54882)
      + Build(deps-dev): bump typescript from 5.8.3 to 5.9.2 (server#54889)
      + Build(deps): bump query-string from 9.2.1 to 9.2.2 (server#54893)
      + Fix: TypeError: this.fetchDisplayName is not a function (server#54900)
      + Chore(flake): update haze to 2.1.2 (server#54908)
      + Chore(deps-dev): bump sass from 1.91.0 to 1.92.1 (server#54932)
      + Chore(deps-dev): bump puppeteer from 24.17.1 to 24.19.0 (server#54934)
      + Feat(file_sharing): Provide template creator list in public shares
        (server#54949)
      + Fix: calculate node limit using MiB instead of MB (server#54966)
      + Fix: Avoid internal error when logging in with the wrong account to
        verify email address (server#54974)
      + Fix: don??t show object size warning if we can??t determine the object
        size (server#54994)
      + Fix(auth): allow access to dynamic js files during 2FA (server#55021)
      + Fix(security): Update code signing revocation list (server#55048)
      + Fix(contactsmenu): adjust padding to new design (server#55089)
      + Build(deps): bump libphonenumber-js from 1.12.15 to 1.12.17 (server#
        55101)
      + Build(deps-dev): bump phpunit/phpunit from 9.6.25 to 9.6.26 in /build/
        integration (server#55102)
      + Build(deps): bump phpunit/phpunit from 9.6.25 to 9.6.26 in /vendor-bin/
        phpunit (server#55103)
      + Build(deps-dev): bump dockerode from 4.0.7 to 4.0.8 (server#55104)
      + Build(deps-dev): bump mime from 4.0.7 to 4.1.0 (server#55106)
      + Build(deps-dev): bump puppeteer from 24.19.0 to 24.20.0 (server#55109)
      + Fix(auth): Fix invalid unique constraint violation catch (server#55130)
      + Fix(Updater): Lower deadlock log level from warning to info (server#
        55149)
      + 30.0.16 RC1 (server#55163)
      + Feat(db): add SSL/TLS support for PostgreSQL (server#55258)
      + 30.0.16 (server#55300)
  * files_pdfviewer
      + Fix npm audit (files_pdfviewer#1264)
  * firstrunwizard
      + Chore(deps-dev): Bump vite from 7.1.4 to 7.1.5 (firstrunwizard#1694)
      + Fix npm audit (firstrunwizard#1704)
      + Chore: update `nextcloud/ocp` (firstrunwizard#1705)
  * logreader
      + Update nextcloud/ocp dependency (logreader#1745)
  * nextcloud_announcements
      + Update nextcloud/ocp dependency (nextcloud_announcements#521)
  * notifications
      + Fix npm audit (notifications#2503)
      + Update nextcloud/ocp dependency (notifications#2517)
      + Ci: Remove rebase command (notifications#2527)
  * photos
      + Validate album names (photos#3186)
  * text
      + Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.50.2
        (text#7620)
      + Chore(deps): update dependency vite to ^5.4.20 (text#7638)
      + Chore(deps): update dependency cypress-split to ^1.24.22 (text#7644)
  * twofactor_nextcloud_notification
      + Fix npm audit (twofactor_nextcloud_notification#1060)
      + Update nextcloud/ocp dependency (twofactor_nextcloud_notification#1066)
  * updater
      + Chore: update list of expected files (updater#665)
      + Chore(ci): update workflows from .github repository (updater#667)
  * viewer
      + Feat: only provide fonts which are available (shipped by us) (viewer#
        2969)


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/php-nextcloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.83 pkgsrc/www/php-nextcloud/Makefile:1.84
--- pkgsrc/www/php-nextcloud/Makefile:1.83      Fri Sep 12 12:33:45 2025
+++ pkgsrc/www/php-nextcloud/Makefile   Sun Nov  9 14:07:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2025/09/12 12:33:45 gdt Exp $
+# $NetBSD: Makefile,v 1.84 2025/11/09 14:07:18 ryoon Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -10,7 +10,7 @@
 # contained 18.0.2, then during April to June it is ok to update to
 # later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
 # update to 20.
-DISTNAME=      nextcloud-30.0.15
+DISTNAME=      nextcloud-32.0.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/

Index: pkgsrc/www/php-nextcloud/PLIST
diff -u pkgsrc/www/php-nextcloud/PLIST:1.66 pkgsrc/www/php-nextcloud/PLIST:1.67
--- pkgsrc/www/php-nextcloud/PLIST:1.66 Fri Sep 12 12:33:45 2025
+++ pkgsrc/www/php-nextcloud/PLIST      Sun Nov  9 14:07:18 2025
@@ -1,9 +1,6 @@
-@comment $NetBSD: PLIST,v 1.66 2025/09/12 12:33:45 gdt Exp $
+@comment $NetBSD: PLIST,v 1.67 2025/11/09 14:07:18 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
-share/nextcloud/3rdparty/.patches/custom-itip-broker.diff
-share/nextcloud/3rdparty/.patches/fix-cache-for-node.diff
-share/nextcloud/3rdparty/.patches/mp3info-check-array-key.diff
 share/nextcloud/3rdparty/LICENSE INFO
 share/nextcloud/3rdparty/autoload.php
 share/nextcloud/3rdparty/aws/aws-crt-php/LICENSE
@@ -34,23 +31,7 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/LICENSE
 share/nextcloud/3rdparty/aws/aws-sdk-php/NOTICE
 share/nextcloud/3rdparty/aws/aws-sdk-php/THIRD-PARTY-LICENSES
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ARCZonalShift/ARCZonalShiftClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ARCZonalShift/Exception/ARCZonalShiftException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/AbstractConfigurationProvider.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Account/AccountClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Account/Exception/AccountException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/AcmClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Acm/Exception/AcmException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Amplify/AmplifyClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AmplifyUIBuilder/AmplifyUIBuilderClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AmplifyUIBuilder/Exception/AmplifyUIBuilderException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/AbstractModel.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ApiProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/DateTimeResult.php
@@ -91,42 +72,9 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Shape.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/ShapeMap.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/StructureShape.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/SupportedProtocols.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/TimestampShape.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Api/Validator.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppConfigData/AppConfigDataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppConfigData/Exception/AppConfigDataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppFabric/AppFabricClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppFabric/Exception/AppFabricException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/AppSyncClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appflow/AppflowClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/AppstreamClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/AccessPointArn.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/Arn.php
@@ -141,70 +89,14 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Artifact/ArtifactClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Artifact/Exception/ArtifactException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/AthenaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Auth/AuthSchemeResolver.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Auth/AuthSchemeResolverInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Auth/AuthSelectionMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Auth/Exception/UnresolvedAuthSchemeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/AwsClientTrait.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/B2bi/B2biClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/B2bi/Exception/B2biException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BCMDataExports/BCMDataExportsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BCMDataExports/Exception/BCMDataExportsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Backup/BackupClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Backup/Exception/BackupException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BackupGateway/BackupGatewayClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BackupGateway/Exception/BackupGatewayException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BackupStorage/BackupStorageClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BackupStorage/Exception/BackupStorageException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/BatchClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Batch/Exception/BatchException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Bedrock/BedrockClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Bedrock/Exception/BedrockException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BedrockAgent/BedrockAgentClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BedrockAgent/Exception/BedrockAgentException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BedrockAgentRuntime/BedrockAgentRuntimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BedrockAgentRuntime/Exception/BedrockAgentRuntimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BedrockRuntime/BedrockRuntimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BedrockRuntime/Exception/BedrockRuntimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BillingConductor/BillingConductorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/BillingConductor/Exception/BillingConductorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Braket/BraketClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Braket/Exception/BraketException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/BudgetsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/CacheInterface.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chatbot/ChatbotClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chatbot/Exception/ChatbotException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chime/ChimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKIdentity/ChimeSDKIdentityClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKIdentity/Exception/ChimeSDKIdentityException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKMediaPipelines/Exception/ChimeSDKMediaPipelinesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKMeetings/ChimeSDKMeetingsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKMeetings/Exception/ChimeSDKMeetingsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKMessaging/ChimeSDKMessagingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKVoice/ChimeSDKVoiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ChimeSDKVoice/Exception/ChimeSDKVoiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CleanRooms/CleanRoomsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CleanRooms/Exception/CleanRoomsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CleanRoomsML/CleanRoomsMLClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CleanRoomsML/Exception/CleanRoomsMLException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientResolver.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php
@@ -214,117 +106,15 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudControlApi/CloudControlApiClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudControlApi/Exception/CloudControlApiException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/CookieSigner.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/Signer.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFront/UrlSigner.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudFrontKeyValueStore/Exception/CloudFrontKeyValueStoreException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrailData/CloudTrailDataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudTrailData/Exception/CloudTrailDataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvidently/CloudWatchEvidentlyClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchEvidently/Exception/CloudWatchEvidentlyException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchRUM/CloudWatchRUMClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCatalyst/CodeCatalystClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCatalyst/Exception/CodeCatalystException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeConnections/CodeConnectionsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeConnections/Exception/CodeConnectionsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruSecurity/CodeGuruSecurityClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeGuruSecurity/Exception/CodeGuruSecurityException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Command.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/CommandPool.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Configuration/ConfigurationResolver.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConfigurationProviderInterface.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/ConnectClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectCampaignService/ConnectCampaignServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectCases/ConnectCasesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectCases/Exception/ConnectCasesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectWisdomService/ConnectWisdomServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ConnectWisdomService/Exception/ConnectWisdomServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ControlCatalog/ControlCatalogClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ControlCatalog/Exception/ControlCatalogException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ControlTower/ControlTowerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ControlTower/Exception/ControlTowerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostOptimizationHub/CostOptimizationHubClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostOptimizationHub/Exception/CostOptimizationHubException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialProvider.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialSources.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/Credentials.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Credentials/CredentialsUtils.php
@@ -353,100 +143,11 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/DAXClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DAX/Exception/DAXException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DLM/DLMClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DLM/Exception/DLMException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataZone/DataZoneClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DataZone/Exception/DataZoneException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Deadline/DeadlineClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Deadline/Exception/DeadlineException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/DefaultsMode/Configuration.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/DefaultsMode/ConfigurationInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/DefaultsMode/ConfigurationProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/DefaultsMode/Exception/ConfigurationException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Detective/DetectiveClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDB/DocDBClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDBElastic/DocDBElasticClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DocDBElastic/Exception/DocDBElasticException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/DoctrineCacheAdapter.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/Marshaler.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/NumberValue.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/SetValue.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EBS/EBSClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EBS/Exception/EBSException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/EKSClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKS/Exception/EKSException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKSAuth/EKSAuthClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EKSAuth/Exception/EKSAuthException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EMRServerless/EMRServerlessClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EMRServerless/Exception/EMRServerlessException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Ec2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/EcrClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/EcsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/EfsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Efs/Exception/EfsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/EmrClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Emr/Exception/EmrException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/Partition.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php
@@ -480,11 +181,6 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointV2/Ruleset/RulesetEndpoint.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointV2/Ruleset/RulesetParameter.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/EndpointV2/Ruleset/RulesetStandardLibrary.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EntityResolution/EntityResolutionClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EntityResolution/Exception/EntityResolutionException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EventBridge/EventBridgeEndpointMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/AwsException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CommonRuntimeException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php
@@ -500,357 +196,39 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FIS/Exception/FISException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FIS/FISClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/Exception/FMSException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FMS/FMSClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/Exception/FSxException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/FSxClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FinSpaceData/Exception/FinSpaceDataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FinSpaceData/FinSpaceDataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Firehose/FirehoseClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FreeTier/Exception/FreeTierException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/FreeTier/FreeTierClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GameLift/GameLiftClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/GlacierClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/MultipartUploader.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glacier/TreeHash.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/Exception/GlueException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Glue/GlueClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/Guzzle/GuzzleHandler.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/HandlerList.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasDataTrait.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/HashingStream.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/Exception/HealthException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Health/HealthClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/History.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IVS/Exception/IVSException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IVS/IVSClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IVSRealTime/Exception/IVSRealTimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IVSRealTime/IVSRealTimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/Exception/IamException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iam/IamClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Identity/AwsCredentialIdentity.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Identity/BearerTokenIdentity.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Identity/IdentityInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Identity/S3/S3ExpressIdentity.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Identity/S3/S3ExpressIdentityProvider.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/InputValidationMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector/InspectorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector2/Exception/Inspector2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Inspector2/Inspector2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/InspectorScan/Exception/InspectorScanException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/InspectorScan/InspectorScanClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/InternetMonitor/InternetMonitorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTFleetWise/Exception/IoTFleetWiseException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTFleetWise/IoTFleetWiseClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTTwinMaker/Exception/IoTTwinMakerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTTwinMaker/IoTTwinMakerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/Exception/IotException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Iot/IotClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/JsonCompiler.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kafka/KafkaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KafkaConnect/Exception/KafkaConnectException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KafkaConnect/KafkaConnectClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KendraRanking/Exception/KendraRankingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KendraRanking/KendraRankingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Keyspaces/Exception/KeyspacesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Keyspaces/KeyspacesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kinesis/KinesisClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoWebRTCStorage/Exception/KinesisVideoWebRTCStorageException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/KinesisVideoWebRTCStorage/KinesisVideoWebRTCStorageClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/Exception/KmsException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Kms/KmsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lambda/LambdaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LaunchWizard/Exception/LaunchWizardException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LaunchWizard/LaunchWizardClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelsV2/Exception/LexModelsV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManagerLinuxSubscriptions/Exception/LicenseManagerLinuxSubscriptionsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManagerLinuxSubscriptions/LicenseManagerLinuxSubscriptionsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/Exception/LicenseManagerUserSubscriptionsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutEquipment/Exception/LookoutEquipmentException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutMetrics/Exception/LookoutMetricsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutMetrics/LookoutMetricsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/LruArrayCache.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/Exception/MQException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MQ/MQClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MTurk/MTurkClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MWAA/MWAAClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Macie2/Macie2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MailManager/Exception/MailManagerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MailManager/MailManagerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MainframeModernization/Exception/MainframeModernizationException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MainframeModernization/MainframeModernizationClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchainQuery/Exception/ManagedBlockchainQueryException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedBlockchainQuery/ManagedBlockchainQueryClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedGrafana/Exception/ManagedGrafanaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ManagedGrafana/ManagedGrafanaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceAgreement/Exception/MarketplaceAgreementException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceAgreement/MarketplaceAgreementClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceDeployment/Exception/MarketplaceDeploymentException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceDeployment/MarketplaceDeploymentClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackageV2/Exception/MediaPackageV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackageV2/MediaPackageV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MedicalImaging/Exception/MedicalImagingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MedicalImaging/MedicalImagingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MemoryDB/Exception/MemoryDBException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MemoryDB/MemoryDBClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/MetricsBuilder.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Middleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubOrchestrator/Exception/MigrationHubOrchestratorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubOrchestrator/MigrationHubOrchestratorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubRefactorSpaces/Exception/MigrationHubRefactorSpacesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubStrategyRecommendations/Exception/MigrationHubStrategyRecommendationsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/MigrationHubStrategyRecommendations/MigrationHubStrategyRecommendationsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Mobile/MobileClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/MockHandler.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/MonitoringEventsInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/MultiRegionClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/AbstractUploader.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Multipart/UploadState.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptune/NeptuneClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NeptuneGraph/Exception/NeptuneGraphException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NeptuneGraph/NeptuneGraphClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptunedata/Exception/NeptunedataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Neptunedata/NeptunedataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkMonitor/Exception/NetworkMonitorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NetworkMonitor/NetworkMonitorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OAM/Exception/OAMException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OAM/OAMClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OSIS/Exception/OSISException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OSIS/OSISClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Omics/Exception/OmicsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Omics/OmicsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpenSearchServerless/Exception/OpenSearchServerlessException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpenSearchServerless/OpenSearchServerlessClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpenSearchService/Exception/OpenSearchServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpenSearchService/OpenSearchServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Outposts/OutpostsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/Exception/PIException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PI/PIClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Panorama/Exception/PanoramaException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Panorama/PanoramaClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PaymentCryptography/Exception/PaymentCryptographyException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PaymentCryptography/PaymentCryptographyClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PaymentCryptographyData/Exception/PaymentCryptographyDataException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PaymentCryptographyData/PaymentCryptographyDataClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PcaConnectorAd/Exception/PcaConnectorAdException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PcaConnectorAd/PcaConnectorAdClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/PhpHash.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoiceV2/Exception/PinpointSMSVoiceV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PinpointSMSVoiceV2/PinpointSMSVoiceV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pipes/Exception/PipesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pipes/PipesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/Exception/PollyException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Polly/PollyClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/PresignUrlMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Pricing/PricingClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PrivateNetworks/Exception/PrivateNetworksException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PrivateNetworks/PrivateNetworksClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Proton/Exception/ProtonException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Proton/ProtonClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Psr16CacheAdapter.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/PsrCacheAdapter.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QBusiness/Exception/QBusinessException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QBusiness/QBusinessClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QConnect/Exception/QConnectException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QConnect/QConnectClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDB/QLDBClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/QueryCompatibleInputMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RAM/Exception/RAMException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RAM/RAMClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/Exception/RdsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rds/RdsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RecycleBin/Exception/RecycleBinException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RecycleBin/RecycleBinClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Redshift/RedshiftClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RedshiftServerless/Exception/RedshiftServerlessException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RedshiftServerless/RedshiftServerlessClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Repostspace/Exception/RepostspaceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Repostspace/RepostspaceClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/RequestCompressionMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResilienceHub/Exception/ResilienceHubException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResilienceHub/ResilienceHubClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceExplorer2/Exception/ResourceExplorer2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceExplorer2/ResourceExplorer2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResponseContainerInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Result.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/ResultInterface.php
@@ -864,24 +242,6 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/RetryMiddlewareV2.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RolesAnywhere/Exception/RolesAnywhereException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/RolesAnywhere/RolesAnywhereClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53/Route53Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Profiles/Exception/Route53ProfilesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Profiles/Route53ProfilesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53RecoveryCluster/Exception/Route53RecoveryClusterException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53RecoveryCluster/Route53RecoveryClusterClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53RecoveryControlConfig/Exception/Route53RecoveryControlConfigException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53RecoveryControlConfig/Route53RecoveryControlConfigClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53RecoveryReadiness/Exception/Route53RecoveryReadinessException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53RecoveryReadiness/Route53RecoveryReadinessClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/BatchDelete.php
@@ -902,12 +262,17 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ExpiresParsingMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartCopy.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploader.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectCopier.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ObjectUploader.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Parser/S3Parser.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObject.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/PostObjectV4.php
@@ -931,63 +296,12 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3/ValidateResponseChecksumParser.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Control/S3ControlClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSMContacts/Exception/SSMContactsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSMIncidents/Exception/SSMIncidentsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSMIncidents/SSMIncidentsClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSO/Exception/SSOException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSO/SSOClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerGeospatial/Exception/SageMakerGeospatialException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerGeospatial/SageMakerGeospatialClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerMetrics/Exception/SageMakerMetricsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerMetrics/SageMakerMetricsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Scheduler/Exception/SchedulerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Scheduler/SchedulerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Schemas/SchemasClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Script/Composer/Composer.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sdk.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityLake/Exception/SecurityLakeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SecurityLake/SecurityLakeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/Exception/SesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ses/SesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SesV2/SesV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sfn/SfnClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Shield/ShieldClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/AnonymousSignature.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/S3ExpressSignature.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/S3SignatureV4.php
@@ -995,24 +309,6 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureTrait.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Signature/SignatureV4.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SimSpaceWeaver/Exception/SimSpaceWeaverException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SimSpaceWeaver/SimSpaceWeaverClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sms/SmsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowDeviceManagement/Exception/SnowDeviceManagementException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SnowDeviceManagement/SnowDeviceManagementClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/Exception/SnsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sns/SnsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sqs/SqsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Ssm/SsmClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SsmSap/Exception/SsmSapException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SsmSap/SsmSapClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/Exception/StsException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php
@@ -1020,28 +316,6 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Sts/StsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SupplyChain/Exception/SupplyChainException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SupplyChain/SupplyChainClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/Exception/SupportException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Support/SupportClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SupportApp/Exception/SupportAppException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/SupportApp/SupportAppClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/Exception/SwfException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Swf/SwfClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TaxSettings/Exception/TaxSettingsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TaxSettings/TaxSettingsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Textract/Exception/TextractException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Textract/TextractClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamInfluxDB/Exception/TimestreamInfluxDBException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamInfluxDB/TimestreamInfluxDBClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Tnb/Exception/TnbException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Tnb/TnbClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Token/BearerTokenAuthorization.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Token/ParsesIniTrait.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Token/RefreshableTokenProviderInterface.php
@@ -1052,1507 +326,37 @@ share/nextcloud/3rdparty/aws/aws-sdk-php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Token/TokenInterface.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Token/TokenProvider.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/TraceMiddleware.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Transfer/TransferClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Translate/TranslateClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TrustedAdvisor/Exception/TrustedAdvisorException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/TrustedAdvisor/TrustedAdvisorClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/VPCLattice/Exception/VPCLatticeException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/VPCLattice/VPCLatticeClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/VerifiedPermissions/Exception/VerifiedPermissionsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/VerifiedPermissions/VerifiedPermissionsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/VoiceID/Exception/VoiceIDException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/VoiceID/VoiceIDClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/Exception/WafException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waf/WafClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php
+share/nextcloud/3rdparty/aws/aws-sdk-php/src/UserAgentMiddleware.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/Waiter.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpacesThinClient/Exception/WorkSpacesThinClientException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpacesThinClient/WorkSpacesThinClientClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpacesWeb/Exception/WorkSpacesWebException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/WrappedHttpHandler.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/Exception/XRayException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/XRay/XRayClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/account/2021-02-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/account/2021-02-01/defaults-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/account/2021-02-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/account/2021-02-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/aliases.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amp/2020-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amp/2020-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amp/2020-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amp/2020-08-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/amplifyuibuilder/2021-08-11/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfig/2019-10-09/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appconfigdata/2021-11-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appfabric/2023-05-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appfabric/2023-05-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appfabric/2023-05-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appfabric/2023-05-19/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appfabric/2023-05-19/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appflow/2020-08-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appflow/2020-08-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appflow/2020-08-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-insights/2018-11-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-insights/2018-11-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/application-insights/2018-11-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2018-10-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apprunner/2020-05-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apprunner/2020-05-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/apprunner/2020-05-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/arc-zonal-shift/2022-10-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/artifact/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/artifact/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/artifact/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/b2bi/2022-06-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/b2bi/2022-06-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/b2bi/2022-06-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup-gateway/2021-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backupstorage/2018-04-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backupstorage/2018-04-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/backupstorage/2018-04-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bcm-data-exports/2023-11-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-agent-runtime/2023-07-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-agent/2023-06-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock-runtime/2023-09-30/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock/2023-04-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock/2023-04-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock/2023-04-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock/2023-04-20/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/bedrock/2023-04-20/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/billingconductor/2021-07-30/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/braket/2019-09-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chatbot/2017-10-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chatbot/2017-10-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chatbot/2017-10-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-identity/2021-04-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-media-pipelines/2021-07-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-meetings/2021-07-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-messaging/2021-05-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime-sdk-voice/2022-08-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanrooms/2022-02-17/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cleanroomsml/2023-09-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudcontrol/2021-09-30/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront-keyvaluestore/2022-07-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecatalyst/2022-09-28/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeconnections/2023-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeconnections/2023-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeconnections/2023-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguru-security/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectcampaigns/2021-01-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectcases/2022-10-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectcases/2022-10-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectcases/2022-10-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/controlcatalog/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/controltower/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/controltower/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/controltower/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cost-optimization-hub/2022-07-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/databrew/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datazone/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datazone/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/datazone/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/deadline/2023-10-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/deadline/2023-10-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/deadline/2023-10-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/deadline/2023-10-12/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/detective/2018-10-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb-elastic/2022-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/drs/2020-02-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/drs/2020-02-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/drs/2020-02-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ebs/2019-11-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ebs/2019-11-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ebs/2019-11-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks-auth/2023-11-26/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/emr-serverless/2021-07-13/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entityresolution/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entityresolution/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/entityresolution/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/evidently/2021-02-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/evidently/2021-02-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/evidently/2021-02-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/finspace/2021-03-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/finspace/2021-03-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/finspace/2021-03-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fis/2020-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fis/2020-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecast/2018-06-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/freetier/2023-09-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/freetier/2023-09-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/freetier/2023-09-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/grafana/2020-08-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/grafana/2020-08-18/defaults-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/grafana/2020-08-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/grafana/2020-08-18/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/grandfathered-services.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrass/2017-06-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/groundstation/2019-05-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/groundstation/2019-05-23/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/healthlake/2017-07-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/identitystore/2020-06-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector-scan/2023-08-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector2/2020-06-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector2/2020-06-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/inspector2/2020-06-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/internetmonitor/2021-06-03/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents/2018-07-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotfleetwise/2021-06-17/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iottwinmaker/2021-11-29/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs-realtime/2020-07-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs/2020-07-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivschat/2020-07-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivschat/2020-07-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ivschat/2020-07-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kafkaconnect/2021-09-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra-ranking/2022-10-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra/2019-02-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/keyspaces/2022-02-10/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis-video-webrtc-storage/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/endpoint-rule-set-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/launch-wizard/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager-linux-subscriptions/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager-user-subscriptions/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/location/2020-11-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/m2/2021-04-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/m2/2021-04-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/m2/2021-04-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie2/2020-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/macie2/2020-01-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mailmanager/2023-10-17/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain-query/2023-05-04/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/manifest.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-agreement/2020-03-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplace-deployment/2023-01-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediapackagev2/2022-12-25/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/medical-imaging/2023-07-19/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/memorydb/2021-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/memorydb/2021-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/memorydb/2021-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgn/2020-02-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migration-hub-refactor-spaces/2021-10-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhuborchestrator/2021-08-28/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/migrationhubstrategy/2020-02-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mwaa/2020-07-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune-graph/2023-11-29/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/neptunedata/2023-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/networkmonitor/2023-08-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/nimble/2020-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/nimble/2020-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/nimble/2020-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/nimble/2020-08-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/oam/2022-06-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/oam/2022-06-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/oam/2022-06-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/omics/2022-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/omics/2022-11-28/defaults-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/omics/2022-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/omics/2022-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/omics/2022-11-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/omics/2022-11-28/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearch/2021-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearch/2021-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearch/2021-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearch/2021-01-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opensearchserverless/2021-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/osis/2022-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/osis/2022-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/osis/2022-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/outposts/2019-12-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/panorama/2019-07-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/panorama/2019-07-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/panorama/2019-07-24/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/partitions.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography-data/2022-02-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/payment-cryptography/2021-09-14/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pca-connector-ad/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize/2018-05-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint-sms-voice-v2/2022-03-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pipes/2015-10-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pipes/2015-10-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pipes/2015-10-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pipes/2015-10-07/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pipes/2015-10-07/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/pricing/2017-10-15/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/privatenetworks/2021-12-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/privatenetworks/2021-12-03/defaults-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/privatenetworks/2021-12-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/privatenetworks/2021-12-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/proton/2020-07-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/proton/2020-07-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/proton/2020-07-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/proton/2020-07-20/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qbusiness/2023-11-27/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qconnect/2020-10-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qconnect/2020-10-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qconnect/2020-10-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb/2019-01-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rbin/2021-06-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rbin/2021-06-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rbin/2021-06-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift-serverless/2021-04-21/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/repostspace/2022-05-13/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/repostspace/2022-05-13/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/repostspace/2022-05-13/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resiliencehub/2020-04-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-explorer-2/2022-07-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/robomaker/2018-06-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rolesanywhere/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-cluster/2019-12-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-control-config/2020-11-02/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53-recovery-readiness/2019-12-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53profiles/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rum/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rum/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/rum/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/endpoint-rule-set-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-geospatial/2020-05-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker-metrics/2022-09-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/scheduler/2021-06-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/scheduler/2021-06-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/scheduler/2021-06-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sdk-default-configuration.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securitylake/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securitylake/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/securitylake/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sesv2/2019-09-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/simspaceweaver/2022-10-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snow-device-management/2021-08-04/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm-sap/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/endpoint-rule-set-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso/2019-06-10/endpoint-rule-set-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/endpoint-rule-set-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/supplychain/2024-01-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/supplychain/2024-01-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/supplychain/2024-01-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support-app/2021-08-20/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support-app/2021-08-20/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support-app/2021-08-20/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/swf/2012-01-25/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/synthetics/2017-10-11/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/taxsettings/2018-05-10/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-influxdb/2023-01-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/tnb/2008-10-21/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/tnb/2008-10-21/defaults-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/tnb/2008-10-21/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/tnb/2008-10-21/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/transfer/2018-11-05/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/trustedadvisor/2022-09-15/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/verifiedpermissions/2021-12-01/waiters-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/voice-id/2021-09-27/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/voice-id/2021-09-27/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/voice-id/2021-09-27/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/vpc-lattice/2022-11-30/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wisdom/2020-10-19/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wisdom/2020-10-19/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/wisdom/2020-10-19/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/worklink/2018-09-25/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces-thin-client/2023-08-22/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces-web/2020-07-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/endpoint-rule-set-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/drs/Exception/drsException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/drs/drsClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/finspace/finspaceClient.php
 share/nextcloud/3rdparty/aws/aws-sdk-php/src/functions.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ivschat/Exception/ivschatException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/ivschat/ivschatClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/kendra/Exception/kendraException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/kendra/kendraClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/mgn/Exception/mgnException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/mgn/mgnClient.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/signer/Exception/signerException.php
-share/nextcloud/3rdparty/aws/aws-sdk-php/src/signer/signerClient.php
 share/nextcloud/3rdparty/bantu/ini-get-wrapper/LICENSE
 share/nextcloud/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
 share/nextcloud/3rdparty/brick/math/LICENSE
@@ -2602,20 +406,6 @@ share/nextcloud/3rdparty/deepdiver/zipst
 share/nextcloud/3rdparty/deepdiver1975/tarstreamer/LICENSE
 share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarHeader.php
 share/nextcloud/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
-share/nextcloud/3rdparty/doctrine/cache/LICENSE
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php
-share/nextcloud/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php
 share/nextcloud/3rdparty/doctrine/dbal/LICENSE
 share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameterType.php
 share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameters/Exception.php
@@ -2702,6 +492,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/OCI/Driver.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/PDOConnect.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/PDOException.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/PgSQL/Driver.php
@@ -2803,6 +594,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/KeywordList.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MariaDBKeywords.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MariaDb102Keywords.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MariaDb117Keywords.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MySQL57Keywords.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MySQL80Keywords.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/MySQL84Keywords.php
@@ -2821,6 +613,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDb1043Platform.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDb1052Platform.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDb1060Platform.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDb110700Platform.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MySQL/CollationMetadataProvider.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MySQL/CollationMetadataProvider/CachingCollationMetadataProvider.php
 share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MySQL/CollationMetadataProvider/ConnectionCollationMetadataProvider.php
@@ -3072,11 +865,9 @@ share/nextcloud/3rdparty/giggsey/libphon
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/METADATA-VERSION.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/CountryCodeSource.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/CountryCodeToRegionCodeMap.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/DefaultMetadataLoader.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/MatchType.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/Matcher.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/MatcherAPIInterface.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/MetadataLoaderInterface.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/MetadataSourceInterface.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/MultiFileMetadataSourceImpl.php
 share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/NumberFormat.php
@@ -3706,6 +1497,75 @@ share/nextcloud/3rdparty/icewind/searchd
 share/nextcloud/3rdparty/icewind/searchdav/src/XML/QueryDiscoverResponse.php
 share/nextcloud/3rdparty/icewind/searchdav/src/XML/Scope.php
 share/nextcloud/3rdparty/icewind/searchdav/src/XML/SupportedQueryGrammar.php
+share/nextcloud/3rdparty/icewind/smb/LICENSE.txt
+share/nextcloud/3rdparty/icewind/smb/LICENSES/AGPL-3.0-or-later.txt
+share/nextcloud/3rdparty/icewind/smb/LICENSES/CC0-1.0.txt
+share/nextcloud/3rdparty/icewind/smb/LICENSES/MIT.txt
+share/nextcloud/3rdparty/icewind/smb/src/ACL.php
+share/nextcloud/3rdparty/icewind/smb/src/AbstractServer.php
+share/nextcloud/3rdparty/icewind/smb/src/AbstractShare.php
+share/nextcloud/3rdparty/icewind/smb/src/AnonymousAuth.php
+share/nextcloud/3rdparty/icewind/smb/src/BasicAuth.php
+share/nextcloud/3rdparty/icewind/smb/src/Change.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/ConnectException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/ConnectionAbortedException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/ConnectionException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/ConnectionResetException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/DependencyException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/Exception.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/FileInUseException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/HostDownException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidTicket.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/NotFoundException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php
+share/nextcloud/3rdparty/icewind/smb/src/Exception/TimedOutException.php
+share/nextcloud/3rdparty/icewind/smb/src/IAuth.php
+share/nextcloud/3rdparty/icewind/smb/src/IFileInfo.php
+share/nextcloud/3rdparty/icewind/smb/src/INotifyHandler.php
+share/nextcloud/3rdparty/icewind/smb/src/IOptions.php
+share/nextcloud/3rdparty/icewind/smb/src/IServer.php
+share/nextcloud/3rdparty/icewind/smb/src/IShare.php
+share/nextcloud/3rdparty/icewind/smb/src/ISystem.php
+share/nextcloud/3rdparty/icewind/smb/src/ITimeZoneProvider.php
+share/nextcloud/3rdparty/icewind/smb/src/KerberosApacheAuth.php
+share/nextcloud/3rdparty/icewind/smb/src/KerberosAuth.php
+share/nextcloud/3rdparty/icewind/smb/src/KerberosTicket.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeFileInfo.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeReadStream.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeServer.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeShare.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeState.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeStream.php
+share/nextcloud/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
+share/nextcloud/3rdparty/icewind/smb/src/Options.php
+share/nextcloud/3rdparty/icewind/smb/src/ServerFactory.php
+share/nextcloud/3rdparty/icewind/smb/src/StringBuffer.php
+share/nextcloud/3rdparty/icewind/smb/src/System.php
+share/nextcloud/3rdparty/icewind/smb/src/TimeZoneProvider.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/Connection.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/FileInfo.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/Parser.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/RawConnection.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/Server.php
+share/nextcloud/3rdparty/icewind/smb/src/Wrapped/Share.php
 share/nextcloud/3rdparty/icewind/streams/LICENSE.txt
 share/nextcloud/3rdparty/icewind/streams/LICENSES/AGPL-3.0-or-later.txt
 share/nextcloud/3rdparty/icewind/streams/LICENSES/CC0-1.0.txt
@@ -3733,8 +1593,10 @@ share/nextcloud/3rdparty/icewind/streams
 share/nextcloud/3rdparty/justinrainbow/json-schema/LICENSE
 share/nextcloud/3rdparty/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json
 share/nextcloud/3rdparty/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/ConstraintError.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstConstraint.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php
@@ -3750,6 +1612,7 @@ share/nextcloud/3rdparty/justinrainbow/j
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Enum.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php
@@ -3766,6 +1629,10 @@ share/nextcloud/3rdparty/justinrainbow/j
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Tool/DeepComparer.php
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Tool/DeepCopy.php
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Tool/Validator/RelativeReferenceValidator.php
+share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Tool/Validator/UriValidator.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php
 share/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php
@@ -3801,6 +1668,12 @@ share/nextcloud/3rdparty/lcobucci/clock/
 share/nextcloud/3rdparty/lcobucci/clock/src/Clock.php
 share/nextcloud/3rdparty/lcobucci/clock/src/FrozenClock.php
 share/nextcloud/3rdparty/lcobucci/clock/src/SystemClock.php
+share/nextcloud/3rdparty/marc-mabe/php-enum/LICENSE.txt
+share/nextcloud/3rdparty/marc-mabe/php-enum/src/Enum.php
+share/nextcloud/3rdparty/marc-mabe/php-enum/src/EnumMap.php
+share/nextcloud/3rdparty/marc-mabe/php-enum/src/EnumSerializableTrait.php
+share/nextcloud/3rdparty/marc-mabe/php-enum/src/EnumSet.php
+share/nextcloud/3rdparty/marc-mabe/php-enum/stubs/Stringable.php
 share/nextcloud/3rdparty/masterminds/html5/LICENSE.txt
 share/nextcloud/3rdparty/masterminds/html5/src/HTML5.php
 share/nextcloud/3rdparty/masterminds/html5/src/HTML5/Elements.php
@@ -4916,7 +2789,6 @@ share/nextcloud/3rdparty/punic/punic/src
 share/nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
 share/nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
 share/nextcloud/3rdparty/sabre/dav/LICENSE
-share/nextcloud/3rdparty/sabre/dav/PATCHES.txt
 share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
 share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
 share/nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
@@ -5188,7 +3060,6 @@ share/nextcloud/3rdparty/sabre/http/lib/
 share/nextcloud/3rdparty/sabre/http/lib/Sapi.php
 share/nextcloud/3rdparty/sabre/http/lib/Version.php
 share/nextcloud/3rdparty/sabre/http/lib/functions.php
-share/nextcloud/3rdparty/sabre/uri/.php-cs-fixer.dist.php
 share/nextcloud/3rdparty/sabre/uri/LICENSE
 share/nextcloud/3rdparty/sabre/uri/lib/InvalidUriException.php
 share/nextcloud/3rdparty/sabre/uri/lib/Version.php
@@ -5299,58 +3170,6 @@ share/nextcloud/3rdparty/sabre/xml/lib/V
 share/nextcloud/3rdparty/sabre/xml/lib/Writer.php
 share/nextcloud/3rdparty/sabre/xml/lib/XmlDeserializable.php
 share/nextcloud/3rdparty/sabre/xml/lib/XmlSerializable.php
-share/nextcloud/3rdparty/scssphp/scssphp/LICENSE.md
-share/nextcloud/3rdparty/scssphp/scssphp/scss.inc.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Base/Range.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/AtRootBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/CallableBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/ContentBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/DirectiveBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/EachBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/ElseBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/ElseifBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/ForBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/IfBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/MediaBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/NestedPropertyBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Block/WhileBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Cache.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Colors.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/CompilationResult.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler/CachedResult.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Compiler/Environment.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/CompilerException.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/ParserException.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/RangeException.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/SassException.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/SassScriptException.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Exception/ServerException.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Compact.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Compressed.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Crunched.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Debug.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Expanded.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/Nested.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Formatter/OutputBlock.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Logger/LoggerInterface.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Logger/QuietLogger.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Logger/StreamLogger.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Node.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Node/Number.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/OutputStyle.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Parser.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/SourceMap/Base64.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/SourceMap/Base64VLQ.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/SourceMap/SourceMapGenerator.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Type.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Util.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Util/Path.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/ValueConverter.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Version.php
-share/nextcloud/3rdparty/scssphp/scssphp/src/Warn.php
 share/nextcloud/3rdparty/spomky-labs/cbor-php/LICENSE
 share/nextcloud/3rdparty/spomky-labs/cbor-php/src/AbstractCBORObject.php
 share/nextcloud/3rdparty/spomky-labs/cbor-php/src/ByteStringObject.php
@@ -6125,10 +3944,6 @@ share/nextcloud/3rdparty/symfony/mime/Pa
 share/nextcloud/3rdparty/symfony/mime/Part/SMimePart.php
 share/nextcloud/3rdparty/symfony/mime/Part/TextPart.php
 share/nextcloud/3rdparty/symfony/mime/RawMessage.php
-share/nextcloud/3rdparty/symfony/polyfill-ctype/Ctype.php
-share/nextcloud/3rdparty/symfony/polyfill-ctype/LICENSE
-share/nextcloud/3rdparty/symfony/polyfill-ctype/bootstrap.php
-share/nextcloud/3rdparty/symfony/polyfill-ctype/bootstrap80.php
 share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/Grapheme.php
 share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/LICENSE
 share/nextcloud/3rdparty/symfony/polyfill-intl-grapheme/bootstrap.php
@@ -6156,23 +3971,21 @@ share/nextcloud/3rdparty/symfony/polyfil
 share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
 share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/bootstrap.php
 share/nextcloud/3rdparty/symfony/polyfill-intl-normalizer/bootstrap80.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/LICENSE
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/Mbstring.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/bootstrap.php
-share/nextcloud/3rdparty/symfony/polyfill-mbstring/bootstrap80.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/LICENSE
-share/nextcloud/3rdparty/symfony/polyfill-php80/Php80.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/PhpToken.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/Attribute.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/PhpToken.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/Stringable.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/Resources/stubs/ValueError.php
-share/nextcloud/3rdparty/symfony/polyfill-php80/bootstrap.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/LICENSE
+share/nextcloud/3rdparty/symfony/polyfill-php82/NoDynamicProperties.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Php82.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Random/Engine/Secure.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/AllowDynamicProperties.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/Random/BrokenRandomEngineError.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/Random/CryptoSafeEngine.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/Random/Engine.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/Random/Engine/Secure.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/Random/RandomError.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/SensitiveParameterValue.php
+share/nextcloud/3rdparty/symfony/polyfill-php82/bootstrap.php
 share/nextcloud/3rdparty/symfony/polyfill-php83/LICENSE
 share/nextcloud/3rdparty/symfony/polyfill-php83/Php83.php
 share/nextcloud/3rdparty/symfony/polyfill-php83/Resources/stubs/DateError.php
@@ -6188,6 +4001,10 @@ share/nextcloud/3rdparty/symfony/polyfil
 share/nextcloud/3rdparty/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php
 share/nextcloud/3rdparty/symfony/polyfill-php83/bootstrap.php
 share/nextcloud/3rdparty/symfony/polyfill-php83/bootstrap81.php
+share/nextcloud/3rdparty/symfony/polyfill-php84/LICENSE
+share/nextcloud/3rdparty/symfony/polyfill-php84/Php84.php
+share/nextcloud/3rdparty/symfony/polyfill-php84/Resources/stubs/Deprecated.php
+share/nextcloud/3rdparty/symfony/polyfill-php84/bootstrap.php
 share/nextcloud/3rdparty/symfony/polyfill-uuid/LICENSE
 share/nextcloud/3rdparty/symfony/polyfill-uuid/Uuid.php
 share/nextcloud/3rdparty/symfony/polyfill-uuid/bootstrap.php
@@ -6448,7 +4265,6 @@ share/nextcloud/3rdparty/symfony/uid/Uui
 share/nextcloud/3rdparty/symfony/uid/UuidV7.php
 share/nextcloud/3rdparty/symfony/uid/UuidV8.php
 share/nextcloud/3rdparty/wapmorgan/mp3info/LICENSE
-share/nextcloud/3rdparty/wapmorgan/mp3info/PATCHES.txt
 share/nextcloud/3rdparty/wapmorgan/mp3info/data/bitRateTable.php
 share/nextcloud/3rdparty/wapmorgan/mp3info/data/sampleRateTable.php
 share/nextcloud/3rdparty/wapmorgan/mp3info/src/Mp3Info.php
@@ -6707,6 +4523,7 @@ share/nextcloud/LICENSES/CC-BY-SA-3.0-IG
 share/nextcloud/LICENSES/CC-BY-SA-3.0.txt
 share/nextcloud/LICENSES/CC-BY-SA-4.0.txt
 share/nextcloud/LICENSES/CC0-1.0.txt
+share/nextcloud/LICENSES/GPL-2.0-only.txt
 share/nextcloud/LICENSES/GPL-3.0-or-later.txt
 share/nextcloud/LICENSES/ISC.txt
 share/nextcloud/LICENSES/LicenseRef-AppleAppStoreBadge.txt
@@ -6720,7 +4537,6 @@ share/nextcloud/LICENSES/LicenseRef-Nasa
 share/nextcloud/LICENSES/LicenseRef-NextcloudTrademarks.txt
 share/nextcloud/LICENSES/LicenseRef-Unsplash.txt
 share/nextcloud/LICENSES/LicenseRef-XTrademarks.txt
-share/nextcloud/LICENSES/LicenseRef-freepikLicense.txt
 share/nextcloud/LICENSES/MIT.txt
 share/nextcloud/LICENSES/MPL-2.0.txt
 share/nextcloud/LICENSES/OFL-1.1-RFN.txt
@@ -6744,22 +4560,21 @@ share/nextcloud/apps/activity/docs/endpo
 share/nextcloud/apps/activity/docs/filter.md
 share/nextcloud/apps/activity/docs/provider.md
 share/nextcloud/apps/activity/docs/setting.md
+share/nextcloud/apps/activity/eslint.config.js
 share/nextcloud/apps/activity/img/activity-dark.svg
 share/nextcloud/apps/activity/img/activity.svg
 share/nextcloud/apps/activity/img/add-color.svg
 share/nextcloud/apps/activity/img/change.svg
 share/nextcloud/apps/activity/img/delete-color.svg
 share/nextcloud/apps/activity/img/notifications-dark.svg
-share/nextcloud/apps/activity/js/Activity-D9_OQEhb.chunk.mjs
-share/nextcloud/apps/activity/js/Activity-D9_OQEhb.chunk.mjs.map
-share/nextcloud/apps/activity/js/ActivityTab-CUH-IiNN.chunk.mjs
-share/nextcloud/apps/activity/js/ActivityTab-CUH-IiNN.chunk.mjs.map
-share/nextcloud/apps/activity/js/NcCheckboxRadioSwitch-VeztTzpz-H8x3F-aj.chunk.mjs
-share/nextcloud/apps/activity/js/NcCheckboxRadioSwitch-VeztTzpz-H8x3F-aj.chunk.mjs.map
-share/nextcloud/apps/activity/js/NcNoteCard-C6xb7vi0-CtgaeahG.chunk.mjs
-share/nextcloud/apps/activity/js/NcNoteCard-C6xb7vi0-CtgaeahG.chunk.mjs.map
-share/nextcloud/apps/activity/js/_commonjsHelpers-BdswosdL.chunk.mjs
-share/nextcloud/apps/activity/js/_commonjsHelpers-BdswosdL.chunk.mjs.map
+share/nextcloud/apps/activity/js/ActivityComponent.vue_vue_type_script_setup_true_lang-DRuMi0G2.chunk.mjs
+share/nextcloud/apps/activity/js/ActivityComponent.vue_vue_type_script_setup_true_lang-DRuMi0G2.chunk.mjs.map
+share/nextcloud/apps/activity/js/ActivityTab-B7Uu9Yjt.chunk.mjs
+share/nextcloud/apps/activity/js/ActivityTab-B7Uu9Yjt.chunk.mjs.map
+share/nextcloud/apps/activity/js/_commonjsHelpers-Cqwegr3R.chunk.mjs
+share/nextcloud/apps/activity/js/_commonjsHelpers-Cqwegr3R.chunk.mjs.map
+share/nextcloud/apps/activity/js/_plugin-vue_export-helper-CY9R8fiO.chunk.mjs
+share/nextcloud/apps/activity/js/_plugin-vue_export-helper-CY9R8fiO.chunk.mjs.map
 share/nextcloud/apps/activity/js/activity-adminSettings.mjs
 share/nextcloud/apps/activity/js/activity-adminSettings.mjs.map
 share/nextcloud/apps/activity/js/activity-api.mjs
@@ -6770,19 +4585,20 @@ share/nextcloud/apps/activity/js/activit
 share/nextcloud/apps/activity/js/activity-personalSettings.mjs.map
 share/nextcloud/apps/activity/js/activity-sidebar.mjs
 share/nextcloud/apps/activity/js/activity-sidebar.mjs.map
-share/nextcloud/apps/activity/js/api-CHOoGFcp.chunk.mjs
-share/nextcloud/apps/activity/js/api-CHOoGFcp.chunk.mjs.map
-share/nextcloud/apps/activity/js/index-BFmiKpwM.chunk.mjs
-share/nextcloud/apps/activity/js/index-BFmiKpwM.chunk.mjs.map
-share/nextcloud/apps/activity/js/logger-BtUR_6uh.chunk.mjs
-share/nextcloud/apps/activity/js/logger-BtUR_6uh.chunk.mjs.map
-share/nextcloud/apps/activity/js/preload-helper-CfzTJz-5.chunk.mjs
-share/nextcloud/apps/activity/js/preload-helper-CfzTJz-5.chunk.mjs.map
-share/nextcloud/apps/activity/js/settings-store-BLIAUhmj.chunk.mjs
-share/nextcloud/apps/activity/js/settings-store-BLIAUhmj.chunk.mjs.map
-share/nextcloud/apps/activity/js/translation-CD_FiYBO-DvZn3gAh.chunk.mjs
-share/nextcloud/apps/activity/js/translation-CD_FiYBO-DvZn3gAh.chunk.mjs.map
-share/nextcloud/apps/activity/js/vendor.LICENSE.txt
+share/nextcloud/apps/activity/js/api-AEva7FRs.chunk.mjs
+share/nextcloud/apps/activity/js/api-AEva7FRs.chunk.mjs.map
+share/nextcloud/apps/activity/js/index-QP42IsPk.chunk.mjs
+share/nextcloud/apps/activity/js/index-QP42IsPk.chunk.mjs.map
+share/nextcloud/apps/activity/js/index-_4HphU9w-C4LfPePy.chunk.mjs
+share/nextcloud/apps/activity/js/index-_4HphU9w-C4LfPePy.chunk.mjs.map
+share/nextcloud/apps/activity/js/logger-bSyXKk3f.chunk.mjs
+share/nextcloud/apps/activity/js/logger-bSyXKk3f.chunk.mjs.map
+share/nextcloud/apps/activity/js/preload-helper-Dh9HmuEY.chunk.mjs
+share/nextcloud/apps/activity/js/preload-helper-Dh9HmuEY.chunk.mjs.map
+share/nextcloud/apps/activity/js/settings-store-B-jKzRoi.chunk.mjs
+share/nextcloud/apps/activity/js/settings-store-B-jKzRoi.chunk.mjs.map
+share/nextcloud/apps/activity/js/translation-CD_FiYBO-D7oPP82T.chunk.mjs
+share/nextcloud/apps/activity/js/translation-CD_FiYBO-D7oPP82T.chunk.mjs.map
 share/nextcloud/apps/activity/l10n/af.js
 share/nextcloud/apps/activity/l10n/af.json
 share/nextcloud/apps/activity/l10n/an.js
@@ -7053,6 +4869,10 @@ share/nextcloud/apps/activity/templates/
 share/nextcloud/apps/activity/templates/stream.body.php
 share/nextcloud/apps/activity/vendor-bin/cs-fixer/composer.json
 share/nextcloud/apps/activity/vendor-bin/cs-fixer/composer.lock
+share/nextcloud/apps/activity/vendor-bin/phpunit/composer.json
+share/nextcloud/apps/activity/vendor-bin/phpunit/composer.lock
+share/nextcloud/apps/activity/vendor-bin/psalm/composer.json
+share/nextcloud/apps/activity/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/admin_audit/appinfo/info.xml
 share/nextcloud/apps/admin_audit/appinfo/signature.json
 share/nextcloud/apps/admin_audit/composer/autoload.php
@@ -7209,27 +5029,36 @@ share/nextcloud/apps/admin_audit/l10n/zh
 share/nextcloud/apps/admin_audit/l10n/zh_TW.js
 share/nextcloud/apps/admin_audit/l10n/zh_TW.json
 share/nextcloud/apps/admin_audit/lib/Actions/Action.php
-share/nextcloud/apps/admin_audit/lib/Actions/AppManagement.php
-share/nextcloud/apps/admin_audit/lib/Actions/Auth.php
-share/nextcloud/apps/admin_audit/lib/Actions/Console.php
 share/nextcloud/apps/admin_audit/lib/Actions/Files.php
-share/nextcloud/apps/admin_audit/lib/Actions/GroupManagement.php
-share/nextcloud/apps/admin_audit/lib/Actions/Security.php
 share/nextcloud/apps/admin_audit/lib/Actions/Sharing.php
 share/nextcloud/apps/admin_audit/lib/Actions/TagManagement.php
 share/nextcloud/apps/admin_audit/lib/Actions/Trashbin.php
-share/nextcloud/apps/admin_audit/lib/Actions/UserManagement.php
 share/nextcloud/apps/admin_audit/lib/Actions/Versions.php
 share/nextcloud/apps/admin_audit/lib/AppInfo/Application.php
 share/nextcloud/apps/admin_audit/lib/AuditLogger.php
 share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php
 share/nextcloud/apps/admin_audit/lib/IAuditLogger.php
+share/nextcloud/apps/admin_audit/lib/Listener/AppManagementEventListener.php
+share/nextcloud/apps/admin_audit/lib/Listener/AuthEventListener.php
+share/nextcloud/apps/admin_audit/lib/Listener/ConsoleEventListener.php
 share/nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
-share/nextcloud/apps/app_api/APPS.md
-share/nextcloud/apps/app_api/AUTHORS.md
+share/nextcloud/apps/admin_audit/lib/Listener/FileEventListener.php
+share/nextcloud/apps/admin_audit/lib/Listener/GroupManagementEventListener.php
+share/nextcloud/apps/admin_audit/lib/Listener/SecurityEventListener.php
+share/nextcloud/apps/admin_audit/lib/Listener/SharingEventListener.php
+share/nextcloud/apps/admin_audit/lib/Listener/UserManagementEventListener.php
 share/nextcloud/apps/app_api/CHANGELOG.md
 share/nextcloud/apps/app_api/LICENSE
-share/nextcloud/apps/app_api/LICENSE-README
+share/nextcloud/apps/app_api/LICENSES/AGPL-3.0-or-later.txt
+share/nextcloud/apps/app_api/LICENSES/Apache-2.0.txt
+share/nextcloud/apps/app_api/LICENSES/BSD-2-Clause.txt
+share/nextcloud/apps/app_api/LICENSES/BSD-3-Clause.txt
+share/nextcloud/apps/app_api/LICENSES/CC0-1.0.txt
+share/nextcloud/apps/app_api/LICENSES/GPL-3.0-or-later.txt
+share/nextcloud/apps/app_api/LICENSES/ISC.txt
+share/nextcloud/apps/app_api/LICENSES/MIT.txt
+share/nextcloud/apps/app_api/LICENSES/MPL-2.0.txt
+share/nextcloud/apps/app_api/REUSE.toml
 share/nextcloud/apps/app_api/appinfo/info.xml
 share/nextcloud/apps/app_api/appinfo/register_command.php
 share/nextcloud/apps/app_api/appinfo/routes.php
@@ -7238,77 +5067,24 @@ share/nextcloud/apps/app_api/composer.js
 share/nextcloud/apps/app_api/composer.lock
 share/nextcloud/apps/app_api/css/filesactions.css
 share/nextcloud/apps/app_api/css/settings.css
-share/nextcloud/apps/app_api/docs/Concepts.rst
-share/nextcloud/apps/app_api/docs/CreationOfDeployDaemon.rst
-share/nextcloud/apps/app_api/docs/DeployConfigurations.rst
-share/nextcloud/apps/app_api/docs/DevSetup.rst
-share/nextcloud/apps/app_api/docs/Installation.rst
-share/nextcloud/apps/app_api/docs/Makefile
-share/nextcloud/apps/app_api/docs/ManagingExternalApplications.rst
-share/nextcloud/apps/app_api/docs/TestDeploy.rst
-share/nextcloud/apps/app_api/docs/conf.py
-share/nextcloud/apps/app_api/docs/faq/BehindCompanyProxy.rst
-share/nextcloud/apps/app_api/docs/faq/DockerContainerRegistry.rst
-share/nextcloud/apps/app_api/docs/faq/DockerSocketProxy.rst
-share/nextcloud/apps/app_api/docs/faq/GpuSupport.rst
-share/nextcloud/apps/app_api/docs/faq/Scaling.rst
-share/nextcloud/apps/app_api/docs/faq/Troubleshooting.rst
-share/nextcloud/apps/app_api/docs/faq/index.rst
-share/nextcloud/apps/app_api/docs/img/docker.png
-share/nextcloud/apps/app_api/docs/img/nextcloud.svg
-share/nextcloud/apps/app_api/docs/img/test_deploy.png
-share/nextcloud/apps/app_api/docs/img/test_deploy_modal_2.png
-share/nextcloud/apps/app_api/docs/img/test_deploy_modal_4.png
-share/nextcloud/apps/app_api/docs/index.rst
-share/nextcloud/apps/app_api/docs/notes_for_developers/DevelopmentEnvironment.rst
-share/nextcloud/apps/app_api/docs/notes_for_developers/ExAppDevelopmentSteps.rst
-share/nextcloud/apps/app_api/docs/notes_for_developers/ExAppLifecycle.rst
-share/nextcloud/apps/app_api/docs/notes_for_developers/ExAppOverview.rst
-share/nextcloud/apps/app_api/docs/notes_for_developers/index.rst
-share/nextcloud/apps/app_api/docs/requirements.txt
-share/nextcloud/apps/app_api/docs/resources/css/dark.css
-share/nextcloud/apps/app_api/docs/resources/css/light.css
-share/nextcloud/apps/app_api/docs/resources/css/styles.css
-share/nextcloud/apps/app_api/docs/resources/js/script.js
-share/nextcloud/apps/app_api/docs/resources/logo.svg
-share/nextcloud/apps/app_api/docs/tech_details/ApiScopes.rst
-share/nextcloud/apps/app_api/docs/tech_details/Authentication.rst
-share/nextcloud/apps/app_api/docs/tech_details/Deployment.rst
-share/nextcloud/apps/app_api/docs/tech_details/Glossary.rst
-share/nextcloud/apps/app_api/docs/tech_details/InstallationFlow.rst
-share/nextcloud/apps/app_api/docs/tech_details/Translations.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/appconfig.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/events_listener.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/exapp.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/fileactionsmenu.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/index.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/logging.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/machinetranslation.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/notifications.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/occ_command.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/other_ocs.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/preferences.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/routes.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/settings.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/speechtotext.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/talkbots.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/textprocessing.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/topmenu.rst
-share/nextcloud/apps/app_api/docs/tech_details/api/utils.rst
-share/nextcloud/apps/app_api/docs/tech_details/index.rst
-share/nextcloud/apps/app_api/img/LICENSES.md
 share/nextcloud/apps/app_api/img/app-dark.svg
 share/nextcloud/apps/app_api/img/app.svg
 share/nextcloud/apps/app_api/js/app_api-adminSettings.js
-share/nextcloud/apps/app_api/js/app_api-adminSettings.js.LICENSE.txt
+share/nextcloud/apps/app_api/js/app_api-adminSettings.js.license
 share/nextcloud/apps/app_api/js/app_api-adminSettings.js.map
+share/nextcloud/apps/app_api/js/app_api-adminSettings.js.map.license
 share/nextcloud/apps/app_api/js/app_api-filesplugin.js
-share/nextcloud/apps/app_api/js/app_api-filesplugin.js.LICENSE.txt
+share/nextcloud/apps/app_api/js/app_api-filesplugin.js.license
 share/nextcloud/apps/app_api/js/app_api-filesplugin.js.map
+share/nextcloud/apps/app_api/js/app_api-filesplugin.js.map.license
 share/nextcloud/apps/app_api/js/app_api-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js
+share/nextcloud/apps/app_api/js/app_api-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.license
 share/nextcloud/apps/app_api/js/app_api-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.map
+share/nextcloud/apps/app_api/js/app_api-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.map.license
 share/nextcloud/apps/app_api/js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js
+share/nextcloud/apps/app_api/js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.license
 share/nextcloud/apps/app_api/js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.map
+share/nextcloud/apps/app_api/js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.map.license
 share/nextcloud/apps/app_api/js/proxy_js/0.js
 share/nextcloud/apps/app_api/js/proxy_js/1.js
 share/nextcloud/apps/app_api/js/proxy_js/2.js
@@ -7503,16 +5279,16 @@ share/nextcloud/apps/app_api/lib/AppAPIA
 share/nextcloud/apps/app_api/lib/AppInfo/Application.php
 share/nextcloud/apps/app_api/lib/Attribute/AppAPIAuth.php
 share/nextcloud/apps/app_api/lib/BackgroundJob/ExAppInitStatusCheckJob.php
-share/nextcloud/apps/app_api/lib/BackgroundJob/ProvidersAICleanUpJob.php
 share/nextcloud/apps/app_api/lib/Capabilities.php
+share/nextcloud/apps/app_api/lib/Command/Daemon/AddRegistry.php
 share/nextcloud/apps/app_api/lib/Command/Daemon/ListDaemons.php
+share/nextcloud/apps/app_api/lib/Command/Daemon/ListRegistry.php
 share/nextcloud/apps/app_api/lib/Command/Daemon/RegisterDaemon.php
+share/nextcloud/apps/app_api/lib/Command/Daemon/RemoveRegistry.php
 share/nextcloud/apps/app_api/lib/Command/Daemon/UnregisterDaemon.php
-share/nextcloud/apps/app_api/lib/Command/ExApp/Deploy.php
 share/nextcloud/apps/app_api/lib/Command/ExApp/Disable.php
 share/nextcloud/apps/app_api/lib/Command/ExApp/Enable.php
 share/nextcloud/apps/app_api/lib/Command/ExApp/ListExApps.php
-share/nextcloud/apps/app_api/lib/Command/ExApp/Notify.php
 share/nextcloud/apps/app_api/lib/Command/ExApp/Register.php
 share/nextcloud/apps/app_api/lib/Command/ExApp/Unregister.php
 share/nextcloud/apps/app_api/lib/Command/ExApp/Update.php
@@ -7523,9 +5299,9 @@ share/nextcloud/apps/app_api/lib/Command
 share/nextcloud/apps/app_api/lib/Controller/AppConfigController.php
 share/nextcloud/apps/app_api/lib/Controller/ConfigController.php
 share/nextcloud/apps/app_api/lib/Controller/DaemonConfigController.php
-share/nextcloud/apps/app_api/lib/Controller/EventsListenerController.php
 share/nextcloud/apps/app_api/lib/Controller/ExAppProxyController.php
 share/nextcloud/apps/app_api/lib/Controller/ExAppsPageController.php
+share/nextcloud/apps/app_api/lib/Controller/HarpController.php
 share/nextcloud/apps/app_api/lib/Controller/NotificationsController.php
 share/nextcloud/apps/app_api/lib/Controller/OCSApiController.php
 share/nextcloud/apps/app_api/lib/Controller/OCSExAppController.php
@@ -7533,12 +5309,9 @@ share/nextcloud/apps/app_api/lib/Control
 share/nextcloud/apps/app_api/lib/Controller/OCSUiController.php
 share/nextcloud/apps/app_api/lib/Controller/OccCommandController.php
 share/nextcloud/apps/app_api/lib/Controller/PreferencesController.php
-share/nextcloud/apps/app_api/lib/Controller/SpeechToTextController.php
 share/nextcloud/apps/app_api/lib/Controller/TalkBotController.php
 share/nextcloud/apps/app_api/lib/Controller/TaskProcessingController.php
-share/nextcloud/apps/app_api/lib/Controller/TextProcessingController.php
 share/nextcloud/apps/app_api/lib/Controller/TopMenuController.php
-share/nextcloud/apps/app_api/lib/Controller/TranslationController.php
 share/nextcloud/apps/app_api/lib/DavPlugin.php
 share/nextcloud/apps/app_api/lib/Db/Console/ExAppOccCommand.php
 share/nextcloud/apps/app_api/lib/Db/Console/ExAppOccCommandMapper.php
@@ -7547,25 +5320,13 @@ share/nextcloud/apps/app_api/lib/Db/Daem
 share/nextcloud/apps/app_api/lib/Db/ExApp.php
 share/nextcloud/apps/app_api/lib/Db/ExAppConfig.php
 share/nextcloud/apps/app_api/lib/Db/ExAppConfigMapper.php
-share/nextcloud/apps/app_api/lib/Db/ExAppEventsListener.php
-share/nextcloud/apps/app_api/lib/Db/ExAppEventsListenerMapper.php
+share/nextcloud/apps/app_api/lib/Db/ExAppDeployOption.php
+share/nextcloud/apps/app_api/lib/Db/ExAppDeployOptionsMapper.php
 share/nextcloud/apps/app_api/lib/Db/ExAppMapper.php
 share/nextcloud/apps/app_api/lib/Db/ExAppPreference.php
 share/nextcloud/apps/app_api/lib/Db/ExAppPreferenceMapper.php
-share/nextcloud/apps/app_api/lib/Db/SpeechToText/SpeechToTextProvider.php
-share/nextcloud/apps/app_api/lib/Db/SpeechToText/SpeechToTextProviderMapper.php
-share/nextcloud/apps/app_api/lib/Db/SpeechToText/SpeechToTextProviderQueue.php
-share/nextcloud/apps/app_api/lib/Db/SpeechToText/SpeechToTextProviderQueueMapper.php
 share/nextcloud/apps/app_api/lib/Db/TaskProcessing/TaskProcessingProvider.php
 share/nextcloud/apps/app_api/lib/Db/TaskProcessing/TaskProcessingProviderMapper.php
-share/nextcloud/apps/app_api/lib/Db/TextProcessing/TextProcessingProvider.php
-share/nextcloud/apps/app_api/lib/Db/TextProcessing/TextProcessingProviderMapper.php
-share/nextcloud/apps/app_api/lib/Db/TextProcessing/TextProcessingProviderQueue.php
-share/nextcloud/apps/app_api/lib/Db/TextProcessing/TextProcessingProviderQueueMapper.php
-share/nextcloud/apps/app_api/lib/Db/Translation/TranslationProvider.php
-share/nextcloud/apps/app_api/lib/Db/Translation/TranslationProviderMapper.php
-share/nextcloud/apps/app_api/lib/Db/Translation/TranslationQueue.php
-share/nextcloud/apps/app_api/lib/Db/Translation/TranslationQueueMapper.php
 share/nextcloud/apps/app_api/lib/Db/UI/FilesActionsMenu.php
 share/nextcloud/apps/app_api/lib/Db/UI/FilesActionsMenuMapper.php
 share/nextcloud/apps/app_api/lib/Db/UI/InitialState.php
@@ -7589,8 +5350,9 @@ share/nextcloud/apps/app_api/lib/Fetcher
 share/nextcloud/apps/app_api/lib/Listener/DeclarativeSettings/GetValueListener.php
 share/nextcloud/apps/app_api/lib/Listener/DeclarativeSettings/RegisterDeclarativeSettingsListener.php
 share/nextcloud/apps/app_api/lib/Listener/DeclarativeSettings/SetValueListener.php
-share/nextcloud/apps/app_api/lib/Listener/FileEventsListener.php
+share/nextcloud/apps/app_api/lib/Listener/GetTaskProcessingProvidersListener.php
 share/nextcloud/apps/app_api/lib/Listener/LoadFilesPluginListener.php
+share/nextcloud/apps/app_api/lib/Listener/LoadMenuEntriesListener.php
 share/nextcloud/apps/app_api/lib/Listener/SabrePluginAuthInitListener.php
 share/nextcloud/apps/app_api/lib/Middleware/AppAPIAuthMiddleware.php
 share/nextcloud/apps/app_api/lib/Middleware/ExAppUIL10NMiddleware.php
@@ -7598,18 +5360,15 @@ share/nextcloud/apps/app_api/lib/Middlew
 share/nextcloud/apps/app_api/lib/Migration/DaemonUpdateGPUSRepairStep.php
 share/nextcloud/apps/app_api/lib/Migration/DaemonUpdateV2RepairStep.php
 share/nextcloud/apps/app_api/lib/Migration/DataInitializationStep.php
+share/nextcloud/apps/app_api/lib/Migration/Version032000Date20250109162434.php
+share/nextcloud/apps/app_api/lib/Migration/Version032001Date20250115164140.php
+share/nextcloud/apps/app_api/lib/Migration/Version032002Date20250527174907.php
 share/nextcloud/apps/app_api/lib/Migration/Version1000Date202305221555.php
 share/nextcloud/apps/app_api/lib/Migration/Version1004Date202311061844.php
-share/nextcloud/apps/app_api/lib/Migration/Version1005Date202312271744.php
-share/nextcloud/apps/app_api/lib/Migration/Version1006Date202401011308.php
-share/nextcloud/apps/app_api/lib/Migration/Version1007Date202401111030.php
-share/nextcloud/apps/app_api/lib/Migration/Version1008Date202401121205.php
 share/nextcloud/apps/app_api/lib/Migration/Version2000Date20240120094952.php
 share/nextcloud/apps/app_api/lib/Migration/Version2005Date20240209094951.php
-share/nextcloud/apps/app_api/lib/Migration/Version2200Date20240216164351.php
 share/nextcloud/apps/app_api/lib/Migration/Version2201Date20240221124152.php
 share/nextcloud/apps/app_api/lib/Migration/Version2203Date20240325124149.php
-share/nextcloud/apps/app_api/lib/Migration/Version2204Date20240401104001.php
 share/nextcloud/apps/app_api/lib/Migration/Version2204Date20240403125002.php
 share/nextcloud/apps/app_api/lib/Migration/Version2205Date20240411124836.php
 share/nextcloud/apps/app_api/lib/Migration/Version2206Date20240502145029.php
@@ -7621,7 +5380,6 @@ share/nextcloud/apps/app_api/lib/Migrati
 share/nextcloud/apps/app_api/lib/Migration/Version3000Date20240807085759.php
 share/nextcloud/apps/app_api/lib/Migration/Version3100Date20240822080316.php
 share/nextcloud/apps/app_api/lib/Migration/Version3200Date20240905080316.php
-share/nextcloud/apps/app_api/lib/Migration/Version4000Date20250109163840.php
 share/nextcloud/apps/app_api/lib/Migration/Version5000Date20241120135411.php
 share/nextcloud/apps/app_api/lib/Notifications/ExAppNotifier.php
 share/nextcloud/apps/app_api/lib/Notifications/ExNotificationsManager.php
@@ -7632,15 +5390,13 @@ share/nextcloud/apps/app_api/lib/Service
 share/nextcloud/apps/app_api/lib/Service/AppAPIService.php
 share/nextcloud/apps/app_api/lib/Service/DaemonConfigService.php
 share/nextcloud/apps/app_api/lib/Service/ExAppConfigService.php
-share/nextcloud/apps/app_api/lib/Service/ExAppEventsListenerService.php
+share/nextcloud/apps/app_api/lib/Service/ExAppDeployOptionsService.php
 share/nextcloud/apps/app_api/lib/Service/ExAppOccService.php
 share/nextcloud/apps/app_api/lib/Service/ExAppPreferenceService.php
 share/nextcloud/apps/app_api/lib/Service/ExAppService.php
 share/nextcloud/apps/app_api/lib/Service/ExAppsPageService.php
-share/nextcloud/apps/app_api/lib/Service/ProvidersAI/SpeechToTextService.php
+share/nextcloud/apps/app_api/lib/Service/HarpService.php
 share/nextcloud/apps/app_api/lib/Service/ProvidersAI/TaskProcessingService.php
-share/nextcloud/apps/app_api/lib/Service/ProvidersAI/TextProcessingService.php
-share/nextcloud/apps/app_api/lib/Service/ProvidersAI/TranslationService.php
 share/nextcloud/apps/app_api/lib/Service/TalkBotsService.php
 share/nextcloud/apps/app_api/lib/Service/UI/FilesActionsMenuService.php
 share/nextcloud/apps/app_api/lib/Service/UI/InitialStateService.php
@@ -7652,8 +5408,7 @@ share/nextcloud/apps/app_api/lib/Setting
 share/nextcloud/apps/app_api/lib/Settings/AdminSection.php
 share/nextcloud/apps/app_api/lib/Settings/DeclarativeSettings/AiIntegrationTeam.php
 share/nextcloud/apps/app_api/lib/Settings/DeclarativeSettings/DeclarativeSettings.php
-share/nextcloud/apps/app_api/package-lock.json
-share/nextcloud/apps/app_api/package.json
+share/nextcloud/apps/app_api/lib/SetupChecks/DaemonCheck.php
 share/nextcloud/apps/app_api/templates/adminSettings.php
 share/nextcloud/apps/app_api/templates/embedded.php
 share/nextcloud/apps/bruteforcesettings/CHANGELOG.md
@@ -7666,24 +5421,23 @@ share/nextcloud/apps/bruteforcesettings/
 share/nextcloud/apps/bruteforcesettings/appinfo/info.xml
 share/nextcloud/apps/bruteforcesettings/appinfo/routes.php
 share/nextcloud/apps/bruteforcesettings/appinfo/signature.json
-share/nextcloud/apps/bruteforcesettings/composer.json
-share/nextcloud/apps/bruteforcesettings/composer.lock
+share/nextcloud/apps/bruteforcesettings/eslint.config.mjs
 share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-main.js
 share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-main.js.LICENSE.txt
 share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-main.js.map
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js.LICENSE.txt
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js.map
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-BC-7VPxC_mjs.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_index-BC-7VPxC_mjs.js.map
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_vue_dist_Components_NcColorPicker_mjs.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_vue_dist_Components_NcSelect_mjs.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CsU6FfAP_mjs.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CsU6FfAP_mjs.js.map
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_files_dist_index_mjs-node_modules_nextcloud_vue_dist_Component-c57add.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_files_dist_index_mjs-node_modules_nextcloud_vue_dist_Component-c57add.js.map
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_rehype-highlight_index_js.js
-share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_rehype-highlight_index_js.js.map
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-B9s61JiV_mjs.js
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-B9s61JiV_mjs.js.LICENSE.txt
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-B9s61JiV_mjs.js.map
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-Dn7o4T7p_mjs.js
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-Dn7o4T7p_mjs.js.LICENSE.txt
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-Dn7o4T7p_mjs.js.map
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_mjs-nod-451f10.js
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_mjs-nod-451f10.js.LICENSE.txt
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_dialogs_dist_chunks__plugin-vue_export-helper-1tPrXgE0_mjs-nod-451f10.js.map
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_vue_dist_components_NcColorPicker_index_mjs.js
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_vue_dist_components_NcColorPicker_index_mjs.js.map
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_vue_dist_components_NcDateTimePicker_index_mjs.js
+share/nextcloud/apps/bruteforcesettings/js/bruteforcesettings-vendors-node_modules_nextcloud_vue_dist_components_NcDateTimePicker_index_mjs.js.map
 share/nextcloud/apps/bruteforcesettings/l10n/af.js
 share/nextcloud/apps/bruteforcesettings/l10n/af.json
 share/nextcloud/apps/bruteforcesettings/l10n/ar.js
@@ -7874,8 +5628,6 @@ share/nextcloud/apps/bruteforcesettings/
 share/nextcloud/apps/bruteforcesettings/l10n/zh_TW.json
 share/nextcloud/apps/bruteforcesettings/lib/Controller/IPWhitelistController.php
 share/nextcloud/apps/bruteforcesettings/lib/Settings/IPWhitelist.php
-share/nextcloud/apps/bruteforcesettings/package-lock.json
-share/nextcloud/apps/bruteforcesettings/package.json
 share/nextcloud/apps/bruteforcesettings/templates/ipwhitelist.php
 share/nextcloud/apps/bruteforcesettings/vendor/autoload.php
 share/nextcloud/apps/bruteforcesettings/vendor/composer/ClassLoader.php
@@ -7895,20 +5647,26 @@ share/nextcloud/apps/circles/LICENSES/AG
 share/nextcloud/apps/circles/LICENSES/AGPL-3.0-or-later.txt
 share/nextcloud/apps/circles/LICENSES/Apache-2.0.txt
 share/nextcloud/apps/circles/LICENSES/CC0-1.0.txt
+share/nextcloud/apps/circles/LICENSES/GPL-3.0-or-later.txt
+share/nextcloud/apps/circles/LICENSES/ISC.txt
 share/nextcloud/apps/circles/LICENSES/MIT.txt
+share/nextcloud/apps/circles/LICENSES/MPL-2.0.txt
 share/nextcloud/apps/circles/REUSE.toml
 share/nextcloud/apps/circles/appinfo/info.xml
 share/nextcloud/apps/circles/appinfo/routes.php
 share/nextcloud/apps/circles/appinfo/signature.json
 share/nextcloud/apps/circles/composer.json
 share/nextcloud/apps/circles/composer.lock
-share/nextcloud/apps/circles/css/files/circles.filelist.css
+share/nextcloud/apps/circles/css/dashboard-C7ZUcYzb.chunk.css
+share/nextcloud/apps/circles/css/teams-dashboard.css
+share/nextcloud/apps/circles/eslint.config.js
 share/nextcloud/apps/circles/files/list.php
 share/nextcloud/apps/circles/img/circles-dark.svg
 share/nextcloud/apps/circles/img/circles.svg
-share/nextcloud/apps/circles/js/files/circles.files.app.js
-share/nextcloud/apps/circles/js/files/circles.files.list.js
-share/nextcloud/apps/circles/js/jquery.js
+share/nextcloud/apps/circles/js/teams-dashboard.mjs
+share/nextcloud/apps/circles/js/teams-dashboard.mjs.license
+share/nextcloud/apps/circles/js/teams-dashboard.mjs.map
+share/nextcloud/apps/circles/js/teams-dashboard.mjs.map.license
 share/nextcloud/apps/circles/l10n/af.js
 share/nextcloud/apps/circles/l10n/af.json
 share/nextcloud/apps/circles/l10n/an.js
@@ -8003,6 +5761,8 @@ share/nextcloud/apps/circles/l10n/hr.js
 share/nextcloud/apps/circles/l10n/hr.json
 share/nextcloud/apps/circles/l10n/hu.js
 share/nextcloud/apps/circles/l10n/hu.json
+share/nextcloud/apps/circles/l10n/hy.js
+share/nextcloud/apps/circles/l10n/hy.json
 share/nextcloud/apps/circles/l10n/ia.js
 share/nextcloud/apps/circles/l10n/ia.json
 share/nextcloud/apps/circles/l10n/id.js
@@ -8135,11 +5895,13 @@ share/nextcloud/apps/circles/lib/Command
 share/nextcloud/apps/circles/lib/Command/MembersSearch.php
 share/nextcloud/apps/circles/lib/Command/MigrateCustomGroups.php
 share/nextcloud/apps/circles/lib/Command/SharesFiles.php
+share/nextcloud/apps/circles/lib/ConfigLexicon.php
 share/nextcloud/apps/circles/lib/Controller/AdminController.php
 share/nextcloud/apps/circles/lib/Controller/DeprecatedController.php
 share/nextcloud/apps/circles/lib/Controller/EventWrapperController.php
 share/nextcloud/apps/circles/lib/Controller/LocalController.php
 share/nextcloud/apps/circles/lib/Controller/RemoteController.php
+share/nextcloud/apps/circles/lib/Controller/TeamsDashboardController.php
 share/nextcloud/apps/circles/lib/Cron/Maintenance.php
 share/nextcloud/apps/circles/lib/Cron/MaintenanceHeavy.php
 share/nextcloud/apps/circles/lib/Dashboard/TeamDashboardWidget.php
@@ -8359,7 +6121,6 @@ share/nextcloud/apps/circles/lib/Listene
 share/nextcloud/apps/circles/lib/Listeners/Files/AddingMemberSendMail.php
 share/nextcloud/apps/circles/lib/Listeners/Files/CreatingShareSendMail.php
 share/nextcloud/apps/circles/lib/Listeners/Files/DestroyingCircle.php
-share/nextcloud/apps/circles/lib/Listeners/Files/ListenerFilesLoadScripts.php
 share/nextcloud/apps/circles/lib/Listeners/Files/MemberAddedSendMail.php
 share/nextcloud/apps/circles/lib/Listeners/Files/MembershipsRemoved.php
 share/nextcloud/apps/circles/lib/Listeners/Files/PreparingMemberSendMail.php
@@ -8384,6 +6145,7 @@ share/nextcloud/apps/circles/lib/Migrati
 share/nextcloud/apps/circles/lib/Migration/Version0024Date20220317190331.php
 share/nextcloud/apps/circles/lib/Migration/Version0028Date20230705222601.php
 share/nextcloud/apps/circles/lib/Migration/Version0031Date20241105133904.php
+share/nextcloud/apps/circles/lib/Migration/Version0032Date20250623120204.php
 share/nextcloud/apps/circles/lib/Model/BaseCircle.php
 share/nextcloud/apps/circles/lib/Model/BaseMember.php
 share/nextcloud/apps/circles/lib/Model/Circle.php
@@ -8458,6 +6220,7 @@ share/nextcloud/apps/circles/lib/Service
 share/nextcloud/apps/circles/lib/Service/ShareTokenService.php
 share/nextcloud/apps/circles/lib/Service/ShareWrapperService.php
 share/nextcloud/apps/circles/lib/Service/SyncService.php
+share/nextcloud/apps/circles/lib/Service/TeamResourceService.php
 share/nextcloud/apps/circles/lib/Service/TimezoneService.php
 share/nextcloud/apps/circles/lib/ShareByCircleProvider.php
 share/nextcloud/apps/circles/lib/StatusCode.php
@@ -8502,8 +6265,18 @@ share/nextcloud/apps/circles/lib/Tools/T
 share/nextcloud/apps/circles/lib/Tools/Traits/TNCWellKnown.php
 share/nextcloud/apps/circles/lib/Tools/Traits/TStringTools.php
 share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchResult.php
+share/nextcloud/apps/circles/package-lock.json
+share/nextcloud/apps/circles/package.json
 share/nextcloud/apps/circles/templates/files/list.php
 share/nextcloud/apps/circles/testConfiguration.json.license
+share/nextcloud/apps/circles/vendor-bin/cs-fixer/composer.json
+share/nextcloud/apps/circles/vendor-bin/cs-fixer/composer.lock
+share/nextcloud/apps/circles/vendor-bin/phpunit/composer.json
+share/nextcloud/apps/circles/vendor-bin/phpunit/composer.lock
+share/nextcloud/apps/circles/vendor-bin/psalm/composer.json
+share/nextcloud/apps/circles/vendor-bin/psalm/composer.lock
+share/nextcloud/apps/circles/vendor-bin/rector/composer.json
+share/nextcloud/apps/circles/vendor-bin/rector/composer.lock
 share/nextcloud/apps/circles/vendor/autoload.php
 share/nextcloud/apps/circles/vendor/composer/ClassLoader.php
 share/nextcloud/apps/circles/vendor/composer/InstalledVersions.php
@@ -8640,6 +6413,10 @@ share/nextcloud/apps/cloud_federation_ap
 share/nextcloud/apps/cloud_federation_api/lib/Capabilities.php
 share/nextcloud/apps/cloud_federation_api/lib/Config.php
 share/nextcloud/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
+share/nextcloud/apps/cloud_federation_api/lib/Db/FederatedInvite.php
+share/nextcloud/apps/cloud_federation_api/lib/Db/FederatedInviteMapper.php
+share/nextcloud/apps/cloud_federation_api/lib/Events/FederatedInviteAcceptedEvent.php
+share/nextcloud/apps/cloud_federation_api/lib/Migration/Version1016Date202502262004.php
 share/nextcloud/apps/cloud_federation_api/lib/ResponseDefinitions.php
 share/nextcloud/apps/cloud_federation_api/openapi.json
 share/nextcloud/apps/cloud_federation_api/openapi.json.license
@@ -8892,6 +6669,8 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/l10n/ug.json
 share/nextcloud/apps/contactsinteraction/l10n/uk.js
 share/nextcloud/apps/contactsinteraction/l10n/uk.json
+share/nextcloud/apps/contactsinteraction/l10n/uz.js
+share/nextcloud/apps/contactsinteraction/l10n/uz.json
 share/nextcloud/apps/contactsinteraction/l10n/vi.js
 share/nextcloud/apps/contactsinteraction/l10n/vi.json
 share/nextcloud/apps/contactsinteraction/l10n/zh_CN.js
@@ -8910,6 +6689,7 @@ share/nextcloud/apps/contactsinteraction
 share/nextcloud/apps/contactsinteraction/lib/Db/RecentContactMapper.php
 share/nextcloud/apps/contactsinteraction/lib/Listeners/ContactInteractionListener.php
 share/nextcloud/apps/contactsinteraction/lib/Listeners/UserDeletedListener.php
+share/nextcloud/apps/contactsinteraction/lib/Migration/FixVcardCategory.php
 share/nextcloud/apps/contactsinteraction/lib/Migration/Version010000Date20200304152605.php
 share/nextcloud/apps/dashboard/appinfo/info.xml
 share/nextcloud/apps/dashboard/appinfo/signature.json
@@ -9093,6 +6873,8 @@ share/nextcloud/apps/dav/l10n/de.js
 share/nextcloud/apps/dav/l10n/de.json
 share/nextcloud/apps/dav/l10n/de_DE.js
 share/nextcloud/apps/dav/l10n/de_DE.json
+share/nextcloud/apps/dav/l10n/el.js
+share/nextcloud/apps/dav/l10n/el.json
 share/nextcloud/apps/dav/l10n/en_GB.js
 share/nextcloud/apps/dav/l10n/en_GB.json
 share/nextcloud/apps/dav/l10n/es.js
@@ -9147,6 +6929,8 @@ share/nextcloud/apps/dav/l10n/sr.js
 share/nextcloud/apps/dav/l10n/sr.json
 share/nextcloud/apps/dav/l10n/sv.js
 share/nextcloud/apps/dav/l10n/sv.json
+share/nextcloud/apps/dav/l10n/sw.js
+share/nextcloud/apps/dav/l10n/sw.json
 share/nextcloud/apps/dav/l10n/tr.js
 share/nextcloud/apps/dav/l10n/tr.json
 share/nextcloud/apps/dav/l10n/ug.js
@@ -9171,6 +6955,8 @@ share/nextcloud/apps/dav/lib/BackgroundJ
 share/nextcloud/apps/dav/lib/BackgroundJob/CleanupOrphanedChildrenJob.php
 share/nextcloud/apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php
 share/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php
+share/nextcloud/apps/dav/lib/BackgroundJob/FederatedCalendarPeriodicSyncJob.php
+share/nextcloud/apps/dav/lib/BackgroundJob/FederatedCalendarSyncJob.php
 share/nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
 share/nextcloud/apps/dav/lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php
 share/nextcloud/apps/dav/lib/BackgroundJob/PruneOutdatedSyncTokensJob.php
@@ -9212,13 +6998,33 @@ share/nextcloud/apps/dav/lib/CalDAV/Cale
 share/nextcloud/apps/dav/lib/CalDAV/CalendarProvider.php
 share/nextcloud/apps/dav/lib/CalDAV/CalendarRoot.php
 share/nextcloud/apps/dav/lib/CalDAV/DefaultCalendarValidator.php
+share/nextcloud/apps/dav/lib/CalDAV/EmbeddedCalDavServer.php
 share/nextcloud/apps/dav/lib/CalDAV/EventComparisonService.php
 share/nextcloud/apps/dav/lib/CalDAV/EventReader.php
 share/nextcloud/apps/dav/lib/CalDAV/EventReaderRDate.php
 share/nextcloud/apps/dav/lib/CalDAV/EventReaderRRule.php
+share/nextcloud/apps/dav/lib/CalDAV/Export/ExportService.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/CalendarFederationConfig.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/CalendarFederationNotifier.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/CalendarFederationProvider.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendar.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendarAuth.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendarEntity.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendarFactory.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendarImpl.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendarMapper.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederatedCalendarSyncService.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/FederationSharingService.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/Protocol/CalendarFederationProtocolV1.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/Protocol/CalendarProtocolParseException.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/Protocol/ICalendarFederationProtocol.php
+share/nextcloud/apps/dav/lib/CalDAV/Federation/RemoteUserCalendarHome.php
 share/nextcloud/apps/dav/lib/CalDAV/FreeBusy/FreeBusyGenerator.php
 share/nextcloud/apps/dav/lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php
 share/nextcloud/apps/dav/lib/CalDAV/IRestorable.php
+share/nextcloud/apps/dav/lib/CalDAV/Import/ImportService.php
+share/nextcloud/apps/dav/lib/CalDAV/Import/TextImporter.php
+share/nextcloud/apps/dav/lib/CalDAV/Import/XmlImporter.php
 share/nextcloud/apps/dav/lib/CalDAV/Integration/ExternalCalendar.php
 share/nextcloud/apps/dav/lib/CalDAV/Integration/ICalendarProvider.php
 share/nextcloud/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php
@@ -9263,6 +7069,8 @@ share/nextcloud/apps/dav/lib/CalDAV/Secu
 share/nextcloud/apps/dav/lib/CalDAV/Sharing/Backend.php
 share/nextcloud/apps/dav/lib/CalDAV/Sharing/Service.php
 share/nextcloud/apps/dav/lib/CalDAV/Status/StatusService.php
+share/nextcloud/apps/dav/lib/CalDAV/SyncService.php
+share/nextcloud/apps/dav/lib/CalDAV/SyncServiceResult.php
 share/nextcloud/apps/dav/lib/CalDAV/TimeZoneFactory.php
 share/nextcloud/apps/dav/lib/CalDAV/TimezoneService.php
 share/nextcloud/apps/dav/lib/CalDAV/TipBroker.php
@@ -9310,14 +7118,22 @@ share/nextcloud/apps/dav/lib/Command/Cle
 share/nextcloud/apps/dav/lib/Command/ClearContactsPhotoCache.php
 share/nextcloud/apps/dav/lib/Command/CreateAddressBook.php
 share/nextcloud/apps/dav/lib/Command/CreateCalendar.php
+share/nextcloud/apps/dav/lib/Command/CreateSubscription.php
 share/nextcloud/apps/dav/lib/Command/DeleteCalendar.php
+share/nextcloud/apps/dav/lib/Command/DeleteSubscription.php
+share/nextcloud/apps/dav/lib/Command/ExportCalendar.php
 share/nextcloud/apps/dav/lib/Command/FixCalendarSyncCommand.php
+share/nextcloud/apps/dav/lib/Command/GetAbsenceCommand.php
+share/nextcloud/apps/dav/lib/Command/ImportCalendar.php
+share/nextcloud/apps/dav/lib/Command/ListAddressbooks.php
 share/nextcloud/apps/dav/lib/Command/ListCalendarShares.php
 share/nextcloud/apps/dav/lib/Command/ListCalendars.php
+share/nextcloud/apps/dav/lib/Command/ListSubscriptions.php
 share/nextcloud/apps/dav/lib/Command/MoveCalendar.php
 share/nextcloud/apps/dav/lib/Command/RemoveInvalidShares.php
 share/nextcloud/apps/dav/lib/Command/RetentionCleanupCommand.php
 share/nextcloud/apps/dav/lib/Command/SendEventReminders.php
+share/nextcloud/apps/dav/lib/Command/SetAbsenceCommand.php
 share/nextcloud/apps/dav/lib/Command/SyncBirthdayCalendar.php
 share/nextcloud/apps/dav/lib/Command/SyncSystemAddressBook.php
 share/nextcloud/apps/dav/lib/Comments/CommentNode.php
@@ -9359,6 +7175,8 @@ share/nextcloud/apps/dav/lib/Connector/S
 share/nextcloud/apps/dav/lib/Connector/Sabre/Node.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/ObjectTree.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php
+share/nextcloud/apps/dav/lib/Connector/Sabre/PropFindMonitorPlugin.php
+share/nextcloud/apps/dav/lib/Connector/Sabre/PropFindPreloadNotifyPlugin.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/PropfindCompressionPlugin.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/PublicAuth.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/QuotaPlugin.php
@@ -9370,14 +7188,17 @@ share/nextcloud/apps/dav/lib/Connector/S
 share/nextcloud/apps/dav/lib/Connector/Sabre/SharesPlugin.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/TagList.php
 share/nextcloud/apps/dav/lib/Connector/Sabre/TagsPlugin.php
+share/nextcloud/apps/dav/lib/Connector/Sabre/ZipFolderPlugin.php
 share/nextcloud/apps/dav/lib/Controller/BirthdayCalendarController.php
 share/nextcloud/apps/dav/lib/Controller/DirectController.php
+share/nextcloud/apps/dav/lib/Controller/ExampleContentController.php
 share/nextcloud/apps/dav/lib/Controller/InvitationResponseController.php
 share/nextcloud/apps/dav/lib/Controller/OutOfOfficeController.php
 share/nextcloud/apps/dav/lib/Controller/UpcomingEventsController.php
 share/nextcloud/apps/dav/lib/DAV/CustomPropertiesBackend.php
 share/nextcloud/apps/dav/lib/DAV/GroupPrincipalBackend.php
 share/nextcloud/apps/dav/lib/DAV/PublicAuth.php
+share/nextcloud/apps/dav/lib/DAV/RemoteUserPrincipalBackend.php
 share/nextcloud/apps/dav/lib/DAV/Sharing/Backend.php
 share/nextcloud/apps/dav/lib/DAV/Sharing/IShareable.php
 share/nextcloud/apps/dav/lib/DAV/Sharing/Plugin.php
@@ -9408,12 +7229,6 @@ share/nextcloud/apps/dav/lib/Events/Cach
 share/nextcloud/apps/dav/lib/Events/CalendarCreatedEvent.php
 share/nextcloud/apps/dav/lib/Events/CalendarDeletedEvent.php
 share/nextcloud/apps/dav/lib/Events/CalendarMovedToTrashEvent.php
-share/nextcloud/apps/dav/lib/Events/CalendarObjectCreatedEvent.php
-share/nextcloud/apps/dav/lib/Events/CalendarObjectDeletedEvent.php
-share/nextcloud/apps/dav/lib/Events/CalendarObjectMovedEvent.php
-share/nextcloud/apps/dav/lib/Events/CalendarObjectMovedToTrashEvent.php
-share/nextcloud/apps/dav/lib/Events/CalendarObjectRestoredEvent.php
-share/nextcloud/apps/dav/lib/Events/CalendarObjectUpdatedEvent.php
 share/nextcloud/apps/dav/lib/Events/CalendarPublishedEvent.php
 share/nextcloud/apps/dav/lib/Events/CalendarRestoredEvent.php
 share/nextcloud/apps/dav/lib/Events/CalendarShareUpdatedEvent.php
@@ -9428,6 +7243,8 @@ share/nextcloud/apps/dav/lib/Events/Sabr
 share/nextcloud/apps/dav/lib/Events/SubscriptionCreatedEvent.php
 share/nextcloud/apps/dav/lib/Events/SubscriptionDeletedEvent.php
 share/nextcloud/apps/dav/lib/Events/SubscriptionUpdatedEvent.php
+share/nextcloud/apps/dav/lib/ExampleContentFiles/exampleContact.vcf
+share/nextcloud/apps/dav/lib/Exception/ExampleEventException.php
 share/nextcloud/apps/dav/lib/Exception/ServerMaintenanceMode.php
 share/nextcloud/apps/dav/lib/Exception/UnsupportedLimitOnInitialSyncException.php
 share/nextcloud/apps/dav/lib/Files/BrowserErrorPagePlugin.php
@@ -9437,21 +7254,25 @@ share/nextcloud/apps/dav/lib/Files/LazyS
 share/nextcloud/apps/dav/lib/Files/RootCollection.php
 share/nextcloud/apps/dav/lib/Files/Sharing/FilesDropPlugin.php
 share/nextcloud/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
-share/nextcloud/apps/dav/lib/HookManager.php
+share/nextcloud/apps/dav/lib/Files/Sharing/RootCollection.php
 share/nextcloud/apps/dav/lib/Listener/ActivityUpdaterListener.php
 share/nextcloud/apps/dav/lib/Listener/AddMissingIndicesListener.php
 share/nextcloud/apps/dav/lib/Listener/AddressbookListener.php
 share/nextcloud/apps/dav/lib/Listener/BirthdayListener.php
 share/nextcloud/apps/dav/lib/Listener/CalendarContactInteractionListener.php
 share/nextcloud/apps/dav/lib/Listener/CalendarDeletionDefaultUpdaterListener.php
+share/nextcloud/apps/dav/lib/Listener/CalendarFederationNotificationListener.php
 share/nextcloud/apps/dav/lib/Listener/CalendarObjectReminderUpdaterListener.php
 share/nextcloud/apps/dav/lib/Listener/CalendarPublicationListener.php
 share/nextcloud/apps/dav/lib/Listener/CalendarShareUpdateListener.php
 share/nextcloud/apps/dav/lib/Listener/CardListener.php
 share/nextcloud/apps/dav/lib/Listener/ClearPhotoCacheListener.php
+share/nextcloud/apps/dav/lib/Listener/DavAdminSettingsListener.php
 share/nextcloud/apps/dav/lib/Listener/OutOfOfficeListener.php
+share/nextcloud/apps/dav/lib/Listener/SabrePluginAuthInitListener.php
 share/nextcloud/apps/dav/lib/Listener/SubscriptionListener.php
 share/nextcloud/apps/dav/lib/Listener/TrustedServerRemovedListener.php
+share/nextcloud/apps/dav/lib/Listener/UserEventsListener.php
 share/nextcloud/apps/dav/lib/Listener/UserPreferenceListener.php
 share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndex.php
 share/nextcloud/apps/dav/lib/Migration/BuildCalendarSearchIndexBackgroundJob.php
@@ -9497,6 +7318,12 @@ share/nextcloud/apps/dav/lib/Migration/V
 share/nextcloud/apps/dav/lib/Migration/Version1029Date20231004091403.php
 share/nextcloud/apps/dav/lib/Migration/Version1030Date20240205103243.php
 share/nextcloud/apps/dav/lib/Migration/Version1031Date20240610134258.php
+share/nextcloud/apps/dav/lib/Migration/Version1034Date20250605132605.php
+share/nextcloud/apps/dav/lib/Migration/Version1034Date20250813093701.php
+share/nextcloud/apps/dav/lib/Model/ExampleEvent.php
+share/nextcloud/apps/dav/lib/Paginate/LimitedCopyIterator.php
+share/nextcloud/apps/dav/lib/Paginate/PaginateCache.php
+share/nextcloud/apps/dav/lib/Paginate/PaginatePlugin.php
 share/nextcloud/apps/dav/lib/Profiler/ProfilerPlugin.php
 share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningNode.php
 share/nextcloud/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php
@@ -9508,9 +7335,14 @@ share/nextcloud/apps/dav/lib/Search/Even
 share/nextcloud/apps/dav/lib/Search/TasksSearchProvider.php
 share/nextcloud/apps/dav/lib/Server.php
 share/nextcloud/apps/dav/lib/ServerFactory.php
+share/nextcloud/apps/dav/lib/Service/ASyncService.php
 share/nextcloud/apps/dav/lib/Service/AbsenceService.php
+share/nextcloud/apps/dav/lib/Service/ExampleContactService.php
+share/nextcloud/apps/dav/lib/Service/ExampleEventService.php
+share/nextcloud/apps/dav/lib/Settings/Admin/SystemAddressBookSettings.php
 share/nextcloud/apps/dav/lib/Settings/AvailabilitySettings.php
 share/nextcloud/apps/dav/lib/Settings/CalDAVSettings.php
+share/nextcloud/apps/dav/lib/Settings/ExampleContentSettings.php
 share/nextcloud/apps/dav/lib/SetupChecks/NeedsSystemAddressBookSync.php
 share/nextcloud/apps/dav/lib/SetupChecks/WebdavEndpoint.php
 share/nextcloud/apps/dav/lib/Storage/PublicOwnerWrapper.php
@@ -9518,9 +7350,11 @@ share/nextcloud/apps/dav/lib/Storage/Pub
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagList.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagNode.php
+share/nextcloud/apps/dav/lib/SystemTag/SystemTagObjectType.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagPlugin.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagsInUseCollection.php
+share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectList.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php
 share/nextcloud/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php
@@ -9532,6 +7366,7 @@ share/nextcloud/apps/dav/lib/Upload/Clea
 share/nextcloud/apps/dav/lib/Upload/FutureFile.php
 share/nextcloud/apps/dav/lib/Upload/PartFile.php
 share/nextcloud/apps/dav/lib/Upload/RootCollection.php
+share/nextcloud/apps/dav/lib/Upload/UploadAutoMkcolPlugin.php
 share/nextcloud/apps/dav/lib/Upload/UploadFile.php
 share/nextcloud/apps/dav/lib/Upload/UploadFolder.php
 share/nextcloud/apps/dav/lib/Upload/UploadHome.php
@@ -9547,6 +7382,7 @@ share/nextcloud/apps/dav/templates/sched
 share/nextcloud/apps/dav/templates/schedule-response-options.php
 share/nextcloud/apps/dav/templates/schedule-response-success.php
 share/nextcloud/apps/dav/templates/settings-admin-caldav.php
+share/nextcloud/apps/dav/templates/settings-example-content.php
 share/nextcloud/apps/dav/templates/settings-personal-availability.php
 share/nextcloud/apps/encryption/appinfo/info.xml
 share/nextcloud/apps/encryption/appinfo/routes.php
@@ -9728,12 +7564,11 @@ share/nextcloud/apps/encryption/lib/Exce
 share/nextcloud/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
 share/nextcloud/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php
 share/nextcloud/apps/encryption/lib/Exceptions/PublicKeyMissingException.php
-share/nextcloud/apps/encryption/lib/HookManager.php
-share/nextcloud/apps/encryption/lib/Hooks/Contracts/IHook.php
-share/nextcloud/apps/encryption/lib/Hooks/UserHooks.php
 share/nextcloud/apps/encryption/lib/KeyManager.php
+share/nextcloud/apps/encryption/lib/Listeners/UserEventsListener.php
 share/nextcloud/apps/encryption/lib/Migration/SetMasterKeyStatus.php
 share/nextcloud/apps/encryption/lib/Recovery.php
+share/nextcloud/apps/encryption/lib/Services/PassphraseService.php
 share/nextcloud/apps/encryption/lib/Session.php
 share/nextcloud/apps/encryption/lib/Settings/Admin.php
 share/nextcloud/apps/encryption/lib/Settings/Personal.php
@@ -10038,21 +7873,25 @@ share/nextcloud/apps/federation/lib/AppI
 share/nextcloud/apps/federation/lib/BackgroundJob/GetSharedSecret.php
 share/nextcloud/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
 share/nextcloud/apps/federation/lib/Command/SyncFederationAddressBooks.php
+share/nextcloud/apps/federation/lib/Command/SyncFederationCalendars.php
 share/nextcloud/apps/federation/lib/Controller/OCSAuthAPIController.php
 share/nextcloud/apps/federation/lib/Controller/SettingsController.php
 share/nextcloud/apps/federation/lib/DAV/FedAuth.php
 share/nextcloud/apps/federation/lib/DbHandler.php
 share/nextcloud/apps/federation/lib/Listener/SabrePluginAuthInitListener.php
-share/nextcloud/apps/federation/lib/Middleware/AddServerMiddleware.php
+share/nextcloud/apps/federation/lib/Listener/TrustedServerRemovedListener.php
 share/nextcloud/apps/federation/lib/Migration/Version1010Date20200630191302.php
 share/nextcloud/apps/federation/lib/Settings/Admin.php
 share/nextcloud/apps/federation/lib/SyncFederationAddressBooks.php
 share/nextcloud/apps/federation/lib/SyncJob.php
 share/nextcloud/apps/federation/lib/TrustedServers.php
-share/nextcloud/apps/federation/openapi.json
-share/nextcloud/apps/federation/openapi.json.license
+share/nextcloud/apps/federation/openapi-administration.json
+share/nextcloud/apps/federation/openapi-administration.json.license
+share/nextcloud/apps/federation/openapi-federation.json
+share/nextcloud/apps/federation/openapi-federation.json.license
+share/nextcloud/apps/federation/openapi-full.json
+share/nextcloud/apps/federation/openapi-full.json.license
 share/nextcloud/apps/federation/templates/settings-admin.php
-share/nextcloud/apps/files/ajax/download.php
 share/nextcloud/apps/files/appinfo/info.xml
 share/nextcloud/apps/files/appinfo/routes.php
 share/nextcloud/apps/files/appinfo/signature.json
@@ -10069,26 +7908,6 @@ share/nextcloud/apps/files/composer/comp
 share/nextcloud/apps/files/composer/composer/autoload_static.php
 share/nextcloud/apps/files/composer/composer/installed.json
 share/nextcloud/apps/files/composer/composer/installed.php
-share/nextcloud/apps/files/css/detailsView.css
-share/nextcloud/apps/files/css/detailsView.css.map
-share/nextcloud/apps/files/css/detailsView.css.map.license
-share/nextcloud/apps/files/css/detailsView.scss
-share/nextcloud/apps/files/css/files.css
-share/nextcloud/apps/files/css/files.css.map
-share/nextcloud/apps/files/css/files.css.map.license
-share/nextcloud/apps/files/css/files.scss
-share/nextcloud/apps/files/css/merged.css
-share/nextcloud/apps/files/css/merged.css.map
-share/nextcloud/apps/files/css/merged.css.map.license
-share/nextcloud/apps/files/css/merged.scss
-share/nextcloud/apps/files/css/mobile.css
-share/nextcloud/apps/files/css/mobile.css.map
-share/nextcloud/apps/files/css/mobile.css.map.license
-share/nextcloud/apps/files/css/mobile.scss
-share/nextcloud/apps/files/css/upload.css
-share/nextcloud/apps/files/css/upload.css.map
-share/nextcloud/apps/files/css/upload.css.map.license
-share/nextcloud/apps/files/css/upload.scss
 share/nextcloud/apps/files/img/add-color.png
 share/nextcloud/apps/files/img/add-color.svg
 share/nextcloud/apps/files/img/app-dark.svg
@@ -10099,55 +7918,12 @@ share/nextcloud/apps/files/img/delete-co
 share/nextcloud/apps/files/img/delete-color.svg
 share/nextcloud/apps/files/img/folder-move.svg
 share/nextcloud/apps/files/img/folder.svg
-share/nextcloud/apps/files/js/app.js
-share/nextcloud/apps/files/js/breadcrumb.js
-share/nextcloud/apps/files/js/detailfileinfoview.js
-share/nextcloud/apps/files/js/detailsview.js
-share/nextcloud/apps/files/js/detailtabview.js
-share/nextcloud/apps/files/js/file-upload.js
-share/nextcloud/apps/files/js/fileactions.js
-share/nextcloud/apps/files/js/fileactionsmenu.js
-share/nextcloud/apps/files/js/fileinfomodel.js
-share/nextcloud/apps/files/js/filelist.js
-share/nextcloud/apps/files/js/filemultiselectmenu.js
-share/nextcloud/apps/files/js/files.js
-share/nextcloud/apps/files/js/filesummary.js
-share/nextcloud/apps/files/js/gotoplugin.js
-share/nextcloud/apps/files/js/jquery-visibility.js
-share/nextcloud/apps/files/js/jquery.fileupload.js
-share/nextcloud/apps/files/js/keyboardshortcuts.js
-share/nextcloud/apps/files/js/mainfileinfodetailview.js
-share/nextcloud/apps/files/js/merged-index.json
-share/nextcloud/apps/files/js/merged-index.json.license
-share/nextcloud/apps/files/js/newfilemenu.js
-share/nextcloud/apps/files/js/operationprogressbar.js
-share/nextcloud/apps/files/js/recentfilelist.js
-share/nextcloud/apps/files/js/semaphore.js
-share/nextcloud/apps/files/js/sidebarpreviewmanager.js
-share/nextcloud/apps/files/js/sidebarpreviewtext.js
-share/nextcloud/apps/files/js/tagsplugin.js
-share/nextcloud/apps/files/js/templates.js
-share/nextcloud/apps/files/js/templates/detailsview.handlebars
-share/nextcloud/apps/files/js/templates/favorite_mark.handlebars
-share/nextcloud/apps/files/js/templates/file_action_trigger.handlebars
-share/nextcloud/apps/files/js/templates/fileactionsmenu.handlebars
-share/nextcloud/apps/files/js/templates/filemultiselectmenu.handlebars
-share/nextcloud/apps/files/js/templates/filesummary.handlebars
-share/nextcloud/apps/files/js/templates/mainfileinfodetailsview.handlebars
-share/nextcloud/apps/files/js/templates/newfilemenu.handlebars
-share/nextcloud/apps/files/js/templates/newfilemenu_filename_form.handlebars
-share/nextcloud/apps/files/js/templates/operationprogressbar.handlebars
-share/nextcloud/apps/files/js/templates/operationprogressbarlabel.handlebars
-share/nextcloud/apps/files/js/templates/template_addbutton.handlebars
-share/nextcloud/apps/files/js/upload.js
 share/nextcloud/apps/files/l10n/ar.js
 share/nextcloud/apps/files/l10n/ar.json
 share/nextcloud/apps/files/l10n/ast.js
 share/nextcloud/apps/files/l10n/ast.json
 share/nextcloud/apps/files/l10n/be.js
 share/nextcloud/apps/files/l10n/be.json
-share/nextcloud/apps/files/l10n/bg.js
-share/nextcloud/apps/files/l10n/bg.json
 share/nextcloud/apps/files/l10n/ca.js
 share/nextcloud/apps/files/l10n/ca.json
 share/nextcloud/apps/files/l10n/cs.js
@@ -10164,8 +7940,6 @@ share/nextcloud/apps/files/l10n/en_GB.js
 share/nextcloud/apps/files/l10n/en_GB.json
 share/nextcloud/apps/files/l10n/es.js
 share/nextcloud/apps/files/l10n/es.json
-share/nextcloud/apps/files/l10n/es_EC.js
-share/nextcloud/apps/files/l10n/es_EC.json
 share/nextcloud/apps/files/l10n/es_MX.js
 share/nextcloud/apps/files/l10n/es_MX.json
 share/nextcloud/apps/files/l10n/et_EE.js
@@ -10190,8 +7964,6 @@ share/nextcloud/apps/files/l10n/it.js
 share/nextcloud/apps/files/l10n/it.json
 share/nextcloud/apps/files/l10n/ja.js
 share/nextcloud/apps/files/l10n/ja.json
-share/nextcloud/apps/files/l10n/ka.js
-share/nextcloud/apps/files/l10n/ka.json
 share/nextcloud/apps/files/l10n/ko.js
 share/nextcloud/apps/files/l10n/ko.json
 share/nextcloud/apps/files/l10n/lt_LT.js
@@ -10208,12 +7980,8 @@ share/nextcloud/apps/files/l10n/pt_BR.js
 share/nextcloud/apps/files/l10n/pt_BR.json
 share/nextcloud/apps/files/l10n/pt_PT.js
 share/nextcloud/apps/files/l10n/pt_PT.json
-share/nextcloud/apps/files/l10n/ro.js
-share/nextcloud/apps/files/l10n/ro.json
 share/nextcloud/apps/files/l10n/ru.js
 share/nextcloud/apps/files/l10n/ru.json
-share/nextcloud/apps/files/l10n/sc.js
-share/nextcloud/apps/files/l10n/sc.json
 share/nextcloud/apps/files/l10n/sk.js
 share/nextcloud/apps/files/l10n/sk.json
 share/nextcloud/apps/files/l10n/sl.js
@@ -10248,12 +8016,14 @@ share/nextcloud/apps/files/lib/Activity/
 share/nextcloud/apps/files/lib/Activity/Settings/FileActivitySettings.php
 share/nextcloud/apps/files/lib/Activity/Settings/FileChanged.php
 share/nextcloud/apps/files/lib/Activity/Settings/FileFavoriteChanged.php
+share/nextcloud/apps/files/lib/AdvancedCapabilities.php
 share/nextcloud/apps/files/lib/App.php
 share/nextcloud/apps/files/lib/AppInfo/Application.php
 share/nextcloud/apps/files/lib/BackgroundJob/CleanupDirectEditingTokens.php
 share/nextcloud/apps/files/lib/BackgroundJob/CleanupFileLocks.php
 share/nextcloud/apps/files/lib/BackgroundJob/DeleteExpiredOpenLocalEditor.php
 share/nextcloud/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php
+share/nextcloud/apps/files/lib/BackgroundJob/SanitizeFilenames.php
 share/nextcloud/apps/files/lib/BackgroundJob/ScanFiles.php
 share/nextcloud/apps/files/lib/BackgroundJob/TransferOwnership.php
 share/nextcloud/apps/files/lib/Capabilities.php
@@ -10268,21 +8038,28 @@ share/nextcloud/apps/files/lib/Command/O
 share/nextcloud/apps/files/lib/Command/Object/Get.php
 share/nextcloud/apps/files/lib/Command/Object/Info.php
 share/nextcloud/apps/files/lib/Command/Object/ListObject.php
+share/nextcloud/apps/files/lib/Command/Object/Multi/Rename.php
+share/nextcloud/apps/files/lib/Command/Object/Multi/Users.php
 share/nextcloud/apps/files/lib/Command/Object/ObjectUtil.php
 share/nextcloud/apps/files/lib/Command/Object/Orphans.php
 share/nextcloud/apps/files/lib/Command/Object/Put.php
 share/nextcloud/apps/files/lib/Command/Put.php
 share/nextcloud/apps/files/lib/Command/RepairTree.php
+share/nextcloud/apps/files/lib/Command/SanitizeFilenames.php
 share/nextcloud/apps/files/lib/Command/Scan.php
 share/nextcloud/apps/files/lib/Command/ScanAppData.php
 share/nextcloud/apps/files/lib/Command/TransferOwnership.php
+share/nextcloud/apps/files/lib/Command/WindowsCompatibleFilenames.php
 share/nextcloud/apps/files/lib/Controller/ApiController.php
+share/nextcloud/apps/files/lib/Controller/ConversionApiController.php
 share/nextcloud/apps/files/lib/Controller/DirectEditingController.php
 share/nextcloud/apps/files/lib/Controller/DirectEditingViewController.php
+share/nextcloud/apps/files/lib/Controller/FilenamesController.php
 share/nextcloud/apps/files/lib/Controller/OpenLocalEditorController.php
 share/nextcloud/apps/files/lib/Controller/TemplateController.php
 share/nextcloud/apps/files/lib/Controller/TransferOwnershipController.php
 share/nextcloud/apps/files/lib/Controller/ViewController.php
+share/nextcloud/apps/files/lib/Dashboard/FavoriteWidget.php
 share/nextcloud/apps/files/lib/Db/OpenLocalEditor.php
 share/nextcloud/apps/files/lib/Db/OpenLocalEditorMapper.php
 share/nextcloud/apps/files/lib/Db/TransferOwnership.php
@@ -10293,18 +8070,19 @@ share/nextcloud/apps/files/lib/Event/Loa
 share/nextcloud/apps/files/lib/Event/LoadSidebar.php
 share/nextcloud/apps/files/lib/Exception/TransferOwnershipException.php
 share/nextcloud/apps/files/lib/Helper.php
-share/nextcloud/apps/files/lib/Listener/DeclarativeSettingsGetValueEventListener.php
-share/nextcloud/apps/files/lib/Listener/DeclarativeSettingsRegisterFormEventListener.php
-share/nextcloud/apps/files/lib/Listener/DeclarativeSettingsSetValueEventListener.php
 share/nextcloud/apps/files/lib/Listener/LoadSearchPluginsListener.php
 share/nextcloud/apps/files/lib/Listener/LoadSidebarListener.php
+share/nextcloud/apps/files/lib/Listener/NodeAddedToFavoriteListener.php
+share/nextcloud/apps/files/lib/Listener/NodeRemovedFromFavoriteListener.php
 share/nextcloud/apps/files/lib/Listener/RenderReferenceEventListener.php
 share/nextcloud/apps/files/lib/Listener/SyncLivePhotosListener.php
 share/nextcloud/apps/files/lib/Migration/Version11301Date20191205150729.php
 share/nextcloud/apps/files/lib/Migration/Version12101Date20221011153334.php
+share/nextcloud/apps/files/lib/Migration/Version2003Date20241021095629.php
 share/nextcloud/apps/files/lib/Notification/Notifier.php
 share/nextcloud/apps/files/lib/ResponseDefinitions.php
 share/nextcloud/apps/files/lib/Search/FilesSearchProvider.php
+share/nextcloud/apps/files/lib/Service/ChunkedUploadConfig.php
 share/nextcloud/apps/files/lib/Service/DirectEditingService.php
 share/nextcloud/apps/files/lib/Service/LivePhotosService.php
 share/nextcloud/apps/files/lib/Service/OwnershipTransferService.php
@@ -10312,12 +8090,13 @@ share/nextcloud/apps/files/lib/Service/S
 share/nextcloud/apps/files/lib/Service/TagService.php
 share/nextcloud/apps/files/lib/Service/UserConfig.php
 share/nextcloud/apps/files/lib/Service/ViewConfig.php
+share/nextcloud/apps/files/lib/Settings/AdminSettings.php
 share/nextcloud/apps/files/lib/Settings/PersonalSettings.php
 share/nextcloud/apps/files/openapi.json
 share/nextcloud/apps/files/openapi.json.license
-share/nextcloud/apps/files/templates/fileexists.html
 share/nextcloud/apps/files/templates/index.php
 share/nextcloud/apps/files/templates/list.php
+share/nextcloud/apps/files/templates/settings-admin.php
 share/nextcloud/apps/files/templates/settings-personal.php
 share/nextcloud/apps/files_downloadlimit/AUTHORS.md
 share/nextcloud/apps/files_downloadlimit/LICENSE
@@ -10336,27 +8115,36 @@ share/nextcloud/apps/files_downloadlimit
 share/nextcloud/apps/files_downloadlimit/composer.lock
 share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-3FDkUgsv.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-Cf2K-lpF.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-D-kqUg8q.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-D62dRaXv.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-D9iiUdKS.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-DOONTQ29.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/_plugin-vue2_normalizer-vIxQRmz6.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/admin-BUyx8J9v.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/admin-CMpyUOHP.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/admin-CU2l9dc-.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/admin-CwKBSsuJ.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/admin-D2lpO7y8.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/admin-JApGFxpb.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/files_downloadlimit-_plugin-vue2_normalizer.css
 share/nextcloud/apps/files_downloadlimit/css/files_downloadlimit-admin.css
 share/nextcloud/apps/files_downloadlimit/css/files_downloadlimit-main.css
 share/nextcloud/apps/files_downloadlimit/css/files_downloadlimit-public.css
+share/nextcloud/apps/files_downloadlimit/css/main-B-rC9FPb.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/main-B5ga4CVe.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/main-B959hC4T.chunk.css
+share/nextcloud/apps/files_downloadlimit/css/main-BhfDiUPQ.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/main-C9gKQ6Ah.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/main-D8AXO2P3.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/main-DXJN4WBk.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/public-C7_-Vvpe.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/public-zhEz8dws.chunk.css
 share/nextcloud/apps/files_downloadlimit/css/public.css
-share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-BPMu08A2.chunk.mjs
-share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-BPMu08A2.chunk.mjs.license
-share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-BPMu08A2.chunk.mjs.map
-share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-BPMu08A2.chunk.mjs.map.license
+share/nextcloud/apps/files_downloadlimit/eslint.config.js
+share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-C0GoSe7z.chunk.mjs
+share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-C0GoSe7z.chunk.mjs.license
+share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-C0GoSe7z.chunk.mjs.map
+share/nextcloud/apps/files_downloadlimit/js/_plugin-vue2_normalizer-C0GoSe7z.chunk.mjs.map.license
 share/nextcloud/apps/files_downloadlimit/js/files_downloadlimit-admin.mjs
 share/nextcloud/apps/files_downloadlimit/js/files_downloadlimit-admin.mjs.license
 share/nextcloud/apps/files_downloadlimit/js/files_downloadlimit-admin.mjs.map
@@ -10369,14 +8157,10 @@ share/nextcloud/apps/files_downloadlimit
 share/nextcloud/apps/files_downloadlimit/js/files_downloadlimit-public.mjs.license
 share/nextcloud/apps/files_downloadlimit/js/files_downloadlimit-public.mjs.map
 share/nextcloud/apps/files_downloadlimit/js/files_downloadlimit-public.mjs.map.license
-share/nextcloud/apps/files_downloadlimit/js/index-BD2PoSOi.chunk.mjs
-share/nextcloud/apps/files_downloadlimit/js/index-BD2PoSOi.chunk.mjs.license
-share/nextcloud/apps/files_downloadlimit/js/index-BD2PoSOi.chunk.mjs.map
-share/nextcloud/apps/files_downloadlimit/js/index-BD2PoSOi.chunk.mjs.map.license
-share/nextcloud/apps/files_downloadlimit/js/logger-SLCD81cU.chunk.mjs
-share/nextcloud/apps/files_downloadlimit/js/logger-SLCD81cU.chunk.mjs.license
-share/nextcloud/apps/files_downloadlimit/js/logger-SLCD81cU.chunk.mjs.map
-share/nextcloud/apps/files_downloadlimit/js/logger-SLCD81cU.chunk.mjs.map.license
+share/nextcloud/apps/files_downloadlimit/js/logger-BMzarcY6.chunk.mjs
+share/nextcloud/apps/files_downloadlimit/js/logger-BMzarcY6.chunk.mjs.license
+share/nextcloud/apps/files_downloadlimit/js/logger-BMzarcY6.chunk.mjs.map
+share/nextcloud/apps/files_downloadlimit/js/logger-BMzarcY6.chunk.mjs.map.license
 share/nextcloud/apps/files_downloadlimit/l10n/ar.js
 share/nextcloud/apps/files_downloadlimit/l10n/ar.json
 share/nextcloud/apps/files_downloadlimit/l10n/ast.js
@@ -10471,6 +8255,8 @@ share/nextcloud/apps/files_downloadlimit
 share/nextcloud/apps/files_downloadlimit/l10n/ug.json
 share/nextcloud/apps/files_downloadlimit/l10n/uk.js
 share/nextcloud/apps/files_downloadlimit/l10n/uk.json
+share/nextcloud/apps/files_downloadlimit/l10n/uz.js
+share/nextcloud/apps/files_downloadlimit/l10n/uz.json
 share/nextcloud/apps/files_downloadlimit/l10n/zh_CN.js
 share/nextcloud/apps/files_downloadlimit/l10n/zh_CN.json
 share/nextcloud/apps/files_downloadlimit/l10n/zh_HK.js
@@ -10495,124 +8281,8 @@ share/nextcloud/apps/files_downloadlimit
 share/nextcloud/apps/files_downloadlimit/package-lock.json
 share/nextcloud/apps/files_downloadlimit/package.json
 share/nextcloud/apps/files_downloadlimit/templates/admin.php
-share/nextcloud/apps/files_external/3rdparty/.gitignore
-share/nextcloud/apps/files_external/3rdparty/autoload.php
-share/nextcloud/apps/files_external/3rdparty/composer.json
-share/nextcloud/apps/files_external/3rdparty/composer.json.license
-share/nextcloud/apps/files_external/3rdparty/composer.lock
-share/nextcloud/apps/files_external/3rdparty/composer.lock.license
-share/nextcloud/apps/files_external/3rdparty/composer/ClassLoader.php
-share/nextcloud/apps/files_external/3rdparty/composer/InstalledVersions.php
-share/nextcloud/apps/files_external/3rdparty/composer/LICENSE
-share/nextcloud/apps/files_external/3rdparty/composer/autoload_classmap.php
-share/nextcloud/apps/files_external/3rdparty/composer/autoload_namespaces.php
-share/nextcloud/apps/files_external/3rdparty/composer/autoload_psr4.php
-share/nextcloud/apps/files_external/3rdparty/composer/autoload_real.php
-share/nextcloud/apps/files_external/3rdparty/composer/autoload_static.php
-share/nextcloud/apps/files_external/3rdparty/composer/installed.json
-share/nextcloud/apps/files_external/3rdparty/composer/installed.php
-share/nextcloud/apps/files_external/3rdparty/composer/platform_check.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/.gitignore
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/.php_cs.dist
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSE.txt
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSES/AGPL-3.0-or-later.txt
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSES/CC0-1.0.txt
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/LICENSES/MIT.txt
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/README.md
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/composer.json.license
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/psalm.xml.license
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ACL.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractServer.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/AnonymousAuth.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/BasicAuth.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Change.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionAbortedException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionResetException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/DependencyException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidParameterException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTicket.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/OutOfSpaceException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/RevisionMismatchException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IAuth.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/INotifyHandler.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IOptions.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IServer.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/IShare.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ISystem.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ITimeZoneProvider.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/KerberosApacheAuth.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/KerberosTicket.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeReadStream.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeServer.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeStream.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeWriteStream.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Options.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/ServerFactory.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/StringBuffer.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/System.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Connection.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/ErrorCodes.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/FileInfo.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/NotifyHandler.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/RawConnection.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Server.php
-share/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json
-share/nextcloud/apps/files_external/3rdparty/icewind/streams-dummy/composer.json.license
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/.gitignore
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/LICENSE.txt
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/README.md
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/composer.json.license
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/CountWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Directory.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/File.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/HashWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Path.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/PathWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/ReadHashWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Url.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/UrlCallback.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WrapperHandler.php
-share/nextcloud/apps/files_external/3rdparty/icewind/streams/src/WriteHashWrapper.php
+share/nextcloud/apps/files_downloadlimit/vendor-bin/psalm/composer.json
+share/nextcloud/apps/files_downloadlimit/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/files_external/ajax/applicable.php
 share/nextcloud/apps/files_external/ajax/oauth2.php
 share/nextcloud/apps/files_external/appinfo/info.xml
@@ -10637,7 +8307,6 @@ share/nextcloud/apps/files_external/css/
 share/nextcloud/apps/files_external/css/settings.scss
 share/nextcloud/apps/files_external/img/app-dark.svg
 share/nextcloud/apps/files_external/img/app.svg
-share/nextcloud/apps/files_external/js/oauth1.js
 share/nextcloud/apps/files_external/js/oauth2.js
 share/nextcloud/apps/files_external/js/public_key.js
 share/nextcloud/apps/files_external/js/templates.js
@@ -10802,6 +8471,7 @@ share/nextcloud/apps/files_external/lib/
 share/nextcloud/apps/files_external/lib/Config/SystemMountPoint.php
 share/nextcloud/apps/files_external/lib/Config/UserContext.php
 share/nextcloud/apps/files_external/lib/Config/UserPlaceholderHandler.php
+share/nextcloud/apps/files_external/lib/ConfigLexicon.php
 share/nextcloud/apps/files_external/lib/Controller/AjaxController.php
 share/nextcloud/apps/files_external/lib/Controller/ApiController.php
 share/nextcloud/apps/files_external/lib/Controller/GlobalStoragesController.php
@@ -10814,7 +8484,6 @@ share/nextcloud/apps/files_external/lib/
 share/nextcloud/apps/files_external/lib/Lib/Auth/IUserProvided.php
 share/nextcloud/apps/files_external/lib/Lib/Auth/InvalidAuth.php
 share/nextcloud/apps/files_external/lib/Lib/Auth/NullMechanism.php
-share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
 share/nextcloud/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
 share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV2.php
 share/nextcloud/apps/files_external/lib/Lib/Auth/OpenStack/OpenStackV3.php
@@ -10919,31 +8588,24 @@ share/nextcloud/apps/files_pdfviewer/com
 share/nextcloud/apps/files_pdfviewer/composer.lock
 share/nextcloud/apps/files_pdfviewer/css/minmode.css
 share/nextcloud/apps/files_pdfviewer/css/viewer.css
+share/nextcloud/apps/files_pdfviewer/eslint.config.mjs
 share/nextcloud/apps/files_pdfviewer/img/app.png
 share/nextcloud/apps/files_pdfviewer/img/app.svg
 share/nextcloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg
 share/nextcloud/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarSave.svg
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-cc29b1.js
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-init.js
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-init.js.license
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-init.js.map
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-init.js.map.license
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js.license
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js.map
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js.map.license
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js.license
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js.map
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-BSFsDqYB_mjs.js.map.license
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-ecDAsnUN_mjs.js
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-ecDAsnUN_mjs.js.license
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-ecDAsnUN_mjs.js.map
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-ecDAsnUN_mjs.js.map.license
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_index-BC-7VPxC_mjs.js
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_index-BC-7VPxC_mjs.js.license
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_index-BC-7VPxC_mjs.js.map
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_chunks_index-BC-7VPxC_mjs.js.map.license
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.license
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
-share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map.license
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CsU6FfAP_mjs.js
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CsU6FfAP_mjs.js.license
 share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CsU6FfAP_mjs.js.map
@@ -11140,7 +8802,6 @@ share/nextcloud/apps/files_pdfviewer/js/
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/V.bcmap
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/cmaps/WP-Symbol.bcmap
-share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/compressed.tracemonkey-pldi-09.pdf
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/debugger.css
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/debugger.mjs
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/altText_add.svg
@@ -11331,7 +8992,6 @@ share/nextcloud/apps/files_pdfviewer/js/
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/LiberationSans-Italic.ttf
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/LiberationSans-Regular.ttf
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.css
-share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.html
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.mjs
 share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.mjs.map
 share/nextcloud/apps/files_pdfviewer/l10n/ar.js
@@ -11415,12 +9075,13 @@ share/nextcloud/apps/files_pdfviewer/l10
 share/nextcloud/apps/files_pdfviewer/lib/AppInfo/Application.php
 share/nextcloud/apps/files_pdfviewer/lib/Controller/DisplayController.php
 share/nextcloud/apps/files_pdfviewer/lib/Listeners/CSPListener.php
-share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadPublicViewerListener.php
 share/nextcloud/apps/files_pdfviewer/lib/Listeners/LoadViewerListener.php
 share/nextcloud/apps/files_pdfviewer/package-lock.json
 share/nextcloud/apps/files_pdfviewer/package.json
 share/nextcloud/apps/files_pdfviewer/pdfjs-get.js
 share/nextcloud/apps/files_pdfviewer/templates/viewer.php
+share/nextcloud/apps/files_pdfviewer/vendor-bin/psalm/composer.json
+share/nextcloud/apps/files_pdfviewer/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/files_reminders/appinfo/info.xml
 share/nextcloud/apps/files_reminders/appinfo/routes.php
 share/nextcloud/apps/files_reminders/appinfo/signature.json
@@ -11518,6 +9179,7 @@ share/nextcloud/apps/files_reminders/lib
 share/nextcloud/apps/files_reminders/lib/Db/Reminder.php
 share/nextcloud/apps/files_reminders/lib/Db/ReminderMapper.php
 share/nextcloud/apps/files_reminders/lib/Exception/NodeNotFoundException.php
+share/nextcloud/apps/files_reminders/lib/Exception/ReminderNotFoundException.php
 share/nextcloud/apps/files_reminders/lib/Exception/UserNotFoundException.php
 share/nextcloud/apps/files_reminders/lib/Listener/LoadAdditionalScriptsListener.php
 share/nextcloud/apps/files_reminders/lib/Listener/NodeDeletedListener.php
@@ -11551,24 +9213,7 @@ share/nextcloud/apps/files_sharing/css/i
 share/nextcloud/apps/files_sharing/css/icons.css.map
 share/nextcloud/apps/files_sharing/css/icons.css.map.license
 share/nextcloud/apps/files_sharing/css/icons.scss
-share/nextcloud/apps/files_sharing/css/mobile.css
-share/nextcloud/apps/files_sharing/css/mobile.css.map
-share/nextcloud/apps/files_sharing/css/mobile.css.map.license
-share/nextcloud/apps/files_sharing/css/mobile.scss
-share/nextcloud/apps/files_sharing/css/public.css
-share/nextcloud/apps/files_sharing/css/public.css.map
-share/nextcloud/apps/files_sharing/css/public.css.map.license
-share/nextcloud/apps/files_sharing/css/public.scss
-share/nextcloud/apps/files_sharing/css/publicView.css
-share/nextcloud/apps/files_sharing/css/publicView.css.map
-share/nextcloud/apps/files_sharing/css/publicView.css.map.license
-share/nextcloud/apps/files_sharing/css/publicView.scss
 share/nextcloud/apps/files_sharing/img/app.svg
-share/nextcloud/apps/files_sharing/js/files_drop.js
-share/nextcloud/apps/files_sharing/js/public.js
-share/nextcloud/apps/files_sharing/js/public_note.js
-share/nextcloud/apps/files_sharing/js/templates.js
-share/nextcloud/apps/files_sharing/js/templates/files_drop.handlebars
 share/nextcloud/apps/files_sharing/l10n/ar.js
 share/nextcloud/apps/files_sharing/l10n/ar.json
 share/nextcloud/apps/files_sharing/l10n/ast.js
@@ -11680,6 +9325,8 @@ share/nextcloud/apps/files_sharing/lib/C
 share/nextcloud/apps/files_sharing/lib/Command/DeleteOrphanShares.php
 share/nextcloud/apps/files_sharing/lib/Command/ExiprationNotification.php
 share/nextcloud/apps/files_sharing/lib/Command/FixShareOwners.php
+share/nextcloud/apps/files_sharing/lib/Command/ListShares.php
+share/nextcloud/apps/files_sharing/lib/Config/ConfigLexicon.php
 share/nextcloud/apps/files_sharing/lib/Controller/AcceptController.php
 share/nextcloud/apps/files_sharing/lib/Controller/DeletedShareAPIController.php
 share/nextcloud/apps/files_sharing/lib/Controller/ExternalSharesController.php
@@ -11711,6 +9358,7 @@ share/nextcloud/apps/files_sharing/lib/H
 share/nextcloud/apps/files_sharing/lib/ISharedMountPoint.php
 share/nextcloud/apps/files_sharing/lib/ISharedStorage.php
 share/nextcloud/apps/files_sharing/lib/Listener/BeforeDirectFileDownloadListener.php
+share/nextcloud/apps/files_sharing/lib/Listener/BeforeNodeReadListener.php
 share/nextcloud/apps/files_sharing/lib/Listener/BeforeZipCreatedListener.php
 share/nextcloud/apps/files_sharing/lib/Listener/LoadAdditionalListener.php
 share/nextcloud/apps/files_sharing/lib/Listener/LoadPublicFileRequestAuthListener.php
@@ -11729,6 +9377,7 @@ share/nextcloud/apps/files_sharing/lib/M
 share/nextcloud/apps/files_sharing/lib/Migration/Version22000Date20210216084241.php
 share/nextcloud/apps/files_sharing/lib/Migration/Version24000Date20220208195521.php
 share/nextcloud/apps/files_sharing/lib/Migration/Version24000Date20220404142216.php
+share/nextcloud/apps/files_sharing/lib/Migration/Version31000Date20240821142813.php
 share/nextcloud/apps/files_sharing/lib/MountProvider.php
 share/nextcloud/apps/files_sharing/lib/Notification/Listener.php
 share/nextcloud/apps/files_sharing/lib/Notification/Notifier.php
@@ -11740,12 +9389,12 @@ share/nextcloud/apps/files_sharing/lib/S
 share/nextcloud/apps/files_sharing/lib/ShareBackend/Folder.php
 share/nextcloud/apps/files_sharing/lib/SharedMount.php
 share/nextcloud/apps/files_sharing/lib/SharedStorage.php
+share/nextcloud/apps/files_sharing/lib/SharesReminderJob.php
 share/nextcloud/apps/files_sharing/lib/Updater.php
 share/nextcloud/apps/files_sharing/lib/ViewOnly.php
 share/nextcloud/apps/files_sharing/openapi.json
 share/nextcloud/apps/files_sharing/openapi.json.license
 share/nextcloud/apps/files_sharing/templates/Settings/personal.php
-share/nextcloud/apps/files_sharing/templates/public.php
 share/nextcloud/apps/files_sharing/templates/sharenotfound.php
 share/nextcloud/apps/files_trashbin/appinfo/info.xml
 share/nextcloud/apps/files_trashbin/appinfo/routes.php
@@ -11781,6 +9430,8 @@ share/nextcloud/apps/files_trashbin/l10n
 share/nextcloud/apps/files_trashbin/l10n/de.json
 share/nextcloud/apps/files_trashbin/l10n/de_DE.js
 share/nextcloud/apps/files_trashbin/l10n/de_DE.json
+share/nextcloud/apps/files_trashbin/l10n/el.js
+share/nextcloud/apps/files_trashbin/l10n/el.json
 share/nextcloud/apps/files_trashbin/l10n/en_GB.js
 share/nextcloud/apps/files_trashbin/l10n/en_GB.json
 share/nextcloud/apps/files_trashbin/l10n/es.js
@@ -11864,7 +9515,8 @@ share/nextcloud/apps/files_trashbin/lib/
 share/nextcloud/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php
 share/nextcloud/apps/files_trashbin/lib/Expiration.php
 share/nextcloud/apps/files_trashbin/lib/Helper.php
-share/nextcloud/apps/files_trashbin/lib/Hooks.php
+share/nextcloud/apps/files_trashbin/lib/Listener/EventListener.php
+share/nextcloud/apps/files_trashbin/lib/Listeners/BeforeTemplateRendered.php
 share/nextcloud/apps/files_trashbin/lib/Listeners/LoadAdditionalScripts.php
 share/nextcloud/apps/files_trashbin/lib/Listeners/SyncLivePhotosListener.php
 share/nextcloud/apps/files_trashbin/lib/Migration/Version1010Date20200630192639.php
@@ -11882,6 +9534,7 @@ share/nextcloud/apps/files_trashbin/lib/
 share/nextcloud/apps/files_trashbin/lib/Sabre/TrashHome.php
 share/nextcloud/apps/files_trashbin/lib/Sabre/TrashRoot.php
 share/nextcloud/apps/files_trashbin/lib/Sabre/TrashbinPlugin.php
+share/nextcloud/apps/files_trashbin/lib/Service/ConfigService.php
 share/nextcloud/apps/files_trashbin/lib/Storage.php
 share/nextcloud/apps/files_trashbin/lib/Trash/BackendNotFoundException.php
 share/nextcloud/apps/files_trashbin/lib/Trash/ITrashBackend.php
@@ -12014,8 +9667,11 @@ share/nextcloud/apps/files_versions/lib/
 share/nextcloud/apps/files_versions/lib/Db/VersionEntity.php
 share/nextcloud/apps/files_versions/lib/Db/VersionsMapper.php
 share/nextcloud/apps/files_versions/lib/Events/CreateVersionEvent.php
+share/nextcloud/apps/files_versions/lib/Events/VersionCreatedEvent.php
+share/nextcloud/apps/files_versions/lib/Events/VersionRestoredEvent.php
 share/nextcloud/apps/files_versions/lib/Expiration.php
 share/nextcloud/apps/files_versions/lib/Listener/FileEventsListener.php
+share/nextcloud/apps/files_versions/lib/Listener/LegacyRollbackListener.php
 share/nextcloud/apps/files_versions/lib/Listener/LoadAdditionalListener.php
 share/nextcloud/apps/files_versions/lib/Listener/LoadSidebarListener.php
 share/nextcloud/apps/files_versions/lib/Listener/VersionAuthorListener.php
@@ -12048,12 +9704,14 @@ share/nextcloud/apps/files_versions/open
 share/nextcloud/apps/firstrunwizard/AUTHORS.md
 share/nextcloud/apps/firstrunwizard/LICENSES/AGPL-3.0-or-later.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/Apache-2.0.txt
+share/nextcloud/apps/firstrunwizard/LICENSES/CC-BY-4.0.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/CC0-1.0.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/GPL-3.0-or-later.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/ISC.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-AppleAppStoreBadge.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-FacebookTrademarks.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-GooglePlayBadge.txt
+share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-LinkedInTrademarks.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-MastodonTrademarks.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-NextcloudTrademarks.txt
 share/nextcloud/apps/firstrunwizard/LICENSES/LicenseRef-XTrademarks.txt
@@ -12068,8 +9726,10 @@ share/nextcloud/apps/firstrunwizard/comp
 share/nextcloud/apps/firstrunwizard/css/firstrunwizard-main.css
 share/nextcloud/apps/firstrunwizard/css/firstrunwizard-style.css
 share/nextcloud/apps/firstrunwizard/css/personalsettings.css
+share/nextcloud/apps/firstrunwizard/eslint.config.js
 share/nextcloud/apps/firstrunwizard/img/Nextcloud.mp4
 share/nextcloud/apps/firstrunwizard/img/Nextcloud.webm
+share/nextcloud/apps/firstrunwizard/img/Nextcloud.webp
 share/nextcloud/apps/firstrunwizard/img/androidBadge.png
 share/nextcloud/apps/firstrunwizard/img/app.svg
 share/nextcloud/apps/firstrunwizard/img/apps/calendar.svg
@@ -12084,19 +9744,22 @@ share/nextcloud/apps/firstrunwizard/img/
 share/nextcloud/apps/firstrunwizard/img/apps/spreed.svg
 share/nextcloud/apps/firstrunwizard/img/apps/tasks.svg
 share/nextcloud/apps/firstrunwizard/img/apps/whiteboard.svg
+share/nextcloud/apps/firstrunwizard/img/bluesky.svg
 share/nextcloud/apps/firstrunwizard/img/facebook.svg
 share/nextcloud/apps/firstrunwizard/img/info.svg
 share/nextcloud/apps/firstrunwizard/img/iosBadge.png
+share/nextcloud/apps/firstrunwizard/img/linkedin.svg
 share/nextcloud/apps/firstrunwizard/img/mastodon.svg
 share/nextcloud/apps/firstrunwizard/img/nextcloudHub.mp4
 share/nextcloud/apps/firstrunwizard/img/nextcloudHub.webm
+share/nextcloud/apps/firstrunwizard/img/nextcloudHub.webp
 share/nextcloud/apps/firstrunwizard/img/nextcloudLogo.svg
 share/nextcloud/apps/firstrunwizard/img/user.svg
 share/nextcloud/apps/firstrunwizard/img/x.svg
-share/nextcloud/apps/firstrunwizard/js/NcModal-DdZFzKzG.chunk.mjs
-share/nextcloud/apps/firstrunwizard/js/NcModal-DdZFzKzG.chunk.mjs.license
-share/nextcloud/apps/firstrunwizard/js/NcModal-DdZFzKzG.chunk.mjs.map
-share/nextcloud/apps/firstrunwizard/js/NcModal-DdZFzKzG.chunk.mjs.map.license
+share/nextcloud/apps/firstrunwizard/js/NcModal-vyUsS1qu-BOPnIq6D.chunk.mjs
+share/nextcloud/apps/firstrunwizard/js/NcModal-vyUsS1qu-BOPnIq6D.chunk.mjs.license
+share/nextcloud/apps/firstrunwizard/js/NcModal-vyUsS1qu-BOPnIq6D.chunk.mjs.map
+share/nextcloud/apps/firstrunwizard/js/NcModal-vyUsS1qu-BOPnIq6D.chunk.mjs.map.license
 share/nextcloud/apps/firstrunwizard/js/firstrunwizard-about.mjs
 share/nextcloud/apps/firstrunwizard/js/firstrunwizard-about.mjs.license
 share/nextcloud/apps/firstrunwizard/js/firstrunwizard-about.mjs.map
@@ -12109,10 +9772,14 @@ share/nextcloud/apps/firstrunwizard/js/f
 share/nextcloud/apps/firstrunwizard/js/firstrunwizard-settings.mjs.license
 share/nextcloud/apps/firstrunwizard/js/firstrunwizard-settings.mjs.map
 share/nextcloud/apps/firstrunwizard/js/firstrunwizard-settings.mjs.map.license
-share/nextcloud/apps/firstrunwizard/js/main-FMwlUe7o.chunk.mjs
-share/nextcloud/apps/firstrunwizard/js/main-FMwlUe7o.chunk.mjs.license
-share/nextcloud/apps/firstrunwizard/js/main-FMwlUe7o.chunk.mjs.map
-share/nextcloud/apps/firstrunwizard/js/main-FMwlUe7o.chunk.mjs.map.license
+share/nextcloud/apps/firstrunwizard/js/index-DfQpeuDm.chunk.mjs
+share/nextcloud/apps/firstrunwizard/js/index-DfQpeuDm.chunk.mjs.license
+share/nextcloud/apps/firstrunwizard/js/index-DfQpeuDm.chunk.mjs.map
+share/nextcloud/apps/firstrunwizard/js/index-DfQpeuDm.chunk.mjs.map.license
+share/nextcloud/apps/firstrunwizard/js/main-O2UtDsxC.chunk.mjs
+share/nextcloud/apps/firstrunwizard/js/main-O2UtDsxC.chunk.mjs.license
+share/nextcloud/apps/firstrunwizard/js/main-O2UtDsxC.chunk.mjs.map
+share/nextcloud/apps/firstrunwizard/js/main-O2UtDsxC.chunk.mjs.map.license
 share/nextcloud/apps/firstrunwizard/js/modulepreload-polyfill-CBWYtosv.chunk.mjs
 share/nextcloud/apps/firstrunwizard/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.license
 share/nextcloud/apps/firstrunwizard/js/modulepreload-polyfill-CBWYtosv.chunk.mjs.map
@@ -12122,6 +9789,8 @@ share/nextcloud/apps/firstrunwizard/l10n
 share/nextcloud/apps/firstrunwizard/l10n/ar.json
 share/nextcloud/apps/firstrunwizard/l10n/ast.js
 share/nextcloud/apps/firstrunwizard/l10n/ast.json
+share/nextcloud/apps/firstrunwizard/l10n/az.js
+share/nextcloud/apps/firstrunwizard/l10n/az.json
 share/nextcloud/apps/firstrunwizard/l10n/be.js
 share/nextcloud/apps/firstrunwizard/l10n/be.json
 share/nextcloud/apps/firstrunwizard/l10n/bg.js
@@ -12221,6 +9890,8 @@ share/nextcloud/apps/firstrunwizard/l10n
 share/nextcloud/apps/firstrunwizard/l10n/ko.js
 share/nextcloud/apps/firstrunwizard/l10n/ko.json
 share/nextcloud/apps/firstrunwizard/l10n/ku_IQ.php
+share/nextcloud/apps/firstrunwizard/l10n/lo.js
+share/nextcloud/apps/firstrunwizard/l10n/lo.json
 share/nextcloud/apps/firstrunwizard/l10n/lt_LT.js
 share/nextcloud/apps/firstrunwizard/l10n/lt_LT.json
 share/nextcloud/apps/firstrunwizard/l10n/lv.js
@@ -12286,6 +9957,7 @@ share/nextcloud/apps/firstrunwizard/lib/
 share/nextcloud/apps/firstrunwizard/lib/Controller/WizardController.php
 share/nextcloud/apps/firstrunwizard/lib/Listener/AppEnabledListener.php
 share/nextcloud/apps/firstrunwizard/lib/Listener/BeforeTemplateRenderedListener.php
+share/nextcloud/apps/firstrunwizard/lib/Listener/UserLoggedInListener.php
 share/nextcloud/apps/firstrunwizard/lib/Notification/AppHint.php
 share/nextcloud/apps/firstrunwizard/lib/Notification/BackgroundJob.php
 share/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.php
@@ -12305,37 +9977,56 @@ share/nextcloud/apps/logreader/appinfo/r
 share/nextcloud/apps/logreader/appinfo/signature.json
 share/nextcloud/apps/logreader/composer.json
 share/nextcloud/apps/logreader/composer.lock
+share/nextcloud/apps/logreader/css/NcColorPicker-CGUSYoK-.chunk.css
+share/nextcloud/apps/logreader/css/NcColorPicker-DQzI_-yV.chunk.css
 share/nextcloud/apps/logreader/css/NcColorPicker-yG-Odg9N.chunk.css
 share/nextcloud/apps/logreader/css/NcDateTimePicker-1Clt8Z7k.chunk.css
+share/nextcloud/apps/logreader/css/NcDateTimePicker-DbeL1OU8.chunk.css
 share/nextcloud/apps/logreader/css/NcDateTimePicker-W2GS9Yk0.chunk.css
+share/nextcloud/apps/logreader/css/NcDateTimePicker-yXPYV9XV.chunk.css
 share/nextcloud/apps/logreader/css/NcSelect-B-DwtrO5.chunk.css
+share/nextcloud/apps/logreader/css/NcSelect-DdzKQ-FF.chunk.css
 share/nextcloud/apps/logreader/css/NcSelect-Dm9Debjy.chunk.css
+share/nextcloud/apps/logreader/css/NcSelect-DmQHxqSK.chunk.css
 share/nextcloud/apps/logreader/css/logreader-main.css
 share/nextcloud/apps/logreader/css/main-7LaSuft7.chunk.css
+share/nextcloud/apps/logreader/css/main-9NJHc40H.chunk.css
 share/nextcloud/apps/logreader/css/main-9cUw4Gwc.chunk.css
-share/nextcloud/apps/logreader/css/main-Bp3yN5eh.chunk.css
-share/nextcloud/apps/logreader/css/main-ByOf-CRA.chunk.css
-share/nextcloud/apps/logreader/css/main-CK8tpAlq.chunk.css
-share/nextcloud/apps/logreader/css/main-CODmi8Ag.chunk.css
-share/nextcloud/apps/logreader/css/main-CRC20NTg.chunk.css
-share/nextcloud/apps/logreader/css/main-CgXsa8Yr.chunk.css
-share/nextcloud/apps/logreader/css/main-ClM3AoXz.chunk.css
-share/nextcloud/apps/logreader/css/main-CwtsoKIz.chunk.css
+share/nextcloud/apps/logreader/css/main-B5RF_eA6.chunk.css
+share/nextcloud/apps/logreader/css/main-B94O57RO.chunk.css
+share/nextcloud/apps/logreader/css/main-BQPmGhjS.chunk.css
+share/nextcloud/apps/logreader/css/main-BmJjwtX-.chunk.css
+share/nextcloud/apps/logreader/css/main-C28iXaru.chunk.css
+share/nextcloud/apps/logreader/css/main-C4guc0v6.chunk.css
+share/nextcloud/apps/logreader/css/main-COmsDMqi.chunk.css
+share/nextcloud/apps/logreader/css/main-CflropQd.chunk.css
+share/nextcloud/apps/logreader/css/main-CjJCljCG.chunk.css
 share/nextcloud/apps/logreader/css/main-Cynq75gJ.chunk.css
-share/nextcloud/apps/logreader/css/main-Dg4V1Td6.chunk.css
-share/nextcloud/apps/logreader/css/main-DltJi9TW.chunk.css
+share/nextcloud/apps/logreader/css/main-D2ODEIfB.chunk.css
+share/nextcloud/apps/logreader/css/main-D7XliQtq.chunk.css
+share/nextcloud/apps/logreader/css/main-DDU7lB-9.chunk.css
+share/nextcloud/apps/logreader/css/main-DOPVyubw.chunk.css
+share/nextcloud/apps/logreader/css/main-DPIJVmYm.chunk.css
+share/nextcloud/apps/logreader/css/main-DRkX55zv.chunk.css
+share/nextcloud/apps/logreader/css/main-Dirv59OK.chunk.css
+share/nextcloud/apps/logreader/css/main-GiaG0aB_.chunk.css
+share/nextcloud/apps/logreader/css/main-IilDBkuZ.chunk.css
+share/nextcloud/apps/logreader/css/main-KB4pBeS4.chunk.css
+share/nextcloud/apps/logreader/css/main-bPlYxiAv.chunk.css
+share/nextcloud/apps/logreader/css/main-sUS6VHQe.chunk.css
+share/nextcloud/apps/logreader/eslint.config.mjs
 share/nextcloud/apps/logreader/img/app-dark.svg
 share/nextcloud/apps/logreader/img/app.svg
-share/nextcloud/apps/logreader/js/GenColors-BrpkL3hT-Cye78Iz9.chunk.mjs
-share/nextcloud/apps/logreader/js/GenColors-BrpkL3hT-Cye78Iz9.chunk.mjs.map
-share/nextcloud/apps/logreader/js/NcColorPicker-B6HSX5-G.chunk.mjs
-share/nextcloud/apps/logreader/js/NcColorPicker-B6HSX5-G.chunk.mjs.map
-share/nextcloud/apps/logreader/js/NcDateTimePicker-36ADdQgI.chunk.mjs
-share/nextcloud/apps/logreader/js/NcDateTimePicker-36ADdQgI.chunk.mjs.map
-share/nextcloud/apps/logreader/js/NcSelect-DkYMNXWE.chunk.mjs
-share/nextcloud/apps/logreader/js/NcSelect-DkYMNXWE.chunk.mjs.map
-share/nextcloud/apps/logreader/js/Splitter-ER5_nMyK.chunk.mjs
-share/nextcloud/apps/logreader/js/Splitter-ER5_nMyK.chunk.mjs.map
+share/nextcloud/apps/logreader/js/NcColorPicker-Bxi3lTYe.chunk.mjs
+share/nextcloud/apps/logreader/js/NcColorPicker-Bxi3lTYe.chunk.mjs.map
+share/nextcloud/apps/logreader/js/NcDateTimePicker-CW1gVRKL.chunk.mjs
+share/nextcloud/apps/logreader/js/NcDateTimePicker-CW1gVRKL.chunk.mjs.map
+share/nextcloud/apps/logreader/js/NcSelect--Dtr1_4N.chunk.mjs
+share/nextcloud/apps/logreader/js/NcSelect--Dtr1_4N.chunk.mjs.map
+share/nextcloud/apps/logreader/js/Splitter-Cv-W2hqw.chunk.mjs
+share/nextcloud/apps/logreader/js/Splitter-Cv-W2hqw.chunk.mjs.map
+share/nextcloud/apps/logreader/js/colors-BMiIMYXK-Dwr2Mei3.chunk.mjs
+share/nextcloud/apps/logreader/js/colors-BMiIMYXK-Dwr2Mei3.chunk.mjs.map
 share/nextcloud/apps/logreader/js/logreader-main.mjs
 share/nextcloud/apps/logreader/js/logreader-main.mjs.map
 share/nextcloud/apps/logreader/js/vendor.LICENSE.txt
@@ -12639,6 +10330,8 @@ share/nextcloud/apps/lookup_server_conne
 share/nextcloud/apps/lookup_server_connector/l10n/ug.json
 share/nextcloud/apps/lookup_server_connector/l10n/uk.js
 share/nextcloud/apps/lookup_server_connector/l10n/uk.json
+share/nextcloud/apps/lookup_server_connector/l10n/uz.js
+share/nextcloud/apps/lookup_server_connector/l10n/uz.json
 share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.js
 share/nextcloud/apps/lookup_server_connector/l10n/zh_CN.json
 share/nextcloud/apps/lookup_server_connector/l10n/zh_HK.js
@@ -12810,6 +10503,8 @@ share/nextcloud/apps/nextcloud_announcem
 share/nextcloud/apps/nextcloud_announcements/l10n/ug.json
 share/nextcloud/apps/nextcloud_announcements/l10n/uk.js
 share/nextcloud/apps/nextcloud_announcements/l10n/uk.json
+share/nextcloud/apps/nextcloud_announcements/l10n/uz.js
+share/nextcloud/apps/nextcloud_announcements/l10n/uz.json
 share/nextcloud/apps/nextcloud_announcements/l10n/vi.js
 share/nextcloud/apps/nextcloud_announcements/l10n/vi.json
 share/nextcloud/apps/nextcloud_announcements/l10n/zh_CN.js
@@ -12826,7 +10521,6 @@ share/nextcloud/apps/notifications/COPYI
 share/nextcloud/apps/notifications/LICENSES/AGPL-3.0-only.txt
 share/nextcloud/apps/notifications/LICENSES/AGPL-3.0-or-later.txt
 share/nextcloud/apps/notifications/LICENSES/Apache-2.0.txt
-share/nextcloud/apps/notifications/LICENSES/BSD-2-Clause.txt
 share/nextcloud/apps/notifications/LICENSES/BSD-3-Clause.txt
 share/nextcloud/apps/notifications/LICENSES/CC0-1.0.txt
 share/nextcloud/apps/notifications/LICENSES/GPL-3.0-or-later.txt
@@ -12835,20 +10529,18 @@ share/nextcloud/apps/notifications/LICEN
 share/nextcloud/apps/notifications/LICENSES/MPL-2.0.txt
 share/nextcloud/apps/notifications/REUSE.toml
 share/nextcloud/apps/notifications/appinfo/info.xml
-share/nextcloud/apps/notifications/appinfo/routes.php
 share/nextcloud/apps/notifications/appinfo/signature.json
 share/nextcloud/apps/notifications/composer.json
 share/nextcloud/apps/notifications/composer.lock
-share/nextcloud/apps/notifications/css/BrowserStorage-Xq4F9bvB.chunk.css
-share/nextcloud/apps/notifications/css/NcSettingsSection-fe_YIg-L-BwVzwOz5.chunk.css
-share/nextcloud/apps/notifications/css/NotificationsApp-BZG5JK1I.chunk.css
-share/nextcloud/apps/notifications/css/_plugin-vue2_normalizer-BEOwFgsU.chunk.css
-share/nextcloud/apps/notifications/css/main-D1MVrAjl.chunk.css
+share/nextcloud/apps/notifications/css/NotificationsApp-DXuAZ_Q5.chunk.css
+share/nextcloud/apps/notifications/css/admin-settings-BlQ1Yve2.chunk.css
+share/nextcloud/apps/notifications/css/index-Dh8t1o6F-DP1A-Cz8.chunk.css
+share/nextcloud/apps/notifications/css/main-BdbMmOHM.chunk.css
 share/nextcloud/apps/notifications/css/notifications-admin-settings.css
 share/nextcloud/apps/notifications/css/notifications-main.css
 share/nextcloud/apps/notifications/css/notifications-settings.css
-share/nextcloud/apps/notifications/css/settings-DtqqJkoR.chunk.css
-share/nextcloud/apps/notifications/css/style-YXBskS14.chunk.css
+share/nextcloud/apps/notifications/css/settings-CC01JR-3.chunk.css
+share/nextcloud/apps/notifications/css/style-BhWaMu2d.chunk.css
 share/nextcloud/apps/notifications/docs/admin-notifications.md
 share/nextcloud/apps/notifications/docs/notification-workflow.md
 share/nextcloud/apps/notifications/docs/ocs-endpoint-v1.md
@@ -12856,31 +10548,28 @@ share/nextcloud/apps/notifications/docs/
 share/nextcloud/apps/notifications/docs/push-v2.md
 share/nextcloud/apps/notifications/docs/screenshot.png
 share/nextcloud/apps/notifications/docs/screenshot.png.license
+share/nextcloud/apps/notifications/eslint.config.mjs
 share/nextcloud/apps/notifications/img/notification.ogg
 share/nextcloud/apps/notifications/img/notifications-dark.svg
 share/nextcloud/apps/notifications/img/notifications.png
 share/nextcloud/apps/notifications/img/notifications.svg
 share/nextcloud/apps/notifications/img/talk.ogg
-share/nextcloud/apps/notifications/js/BrowserStorage-DYNJD6KT.chunk.mjs
-share/nextcloud/apps/notifications/js/BrowserStorage-DYNJD6KT.chunk.mjs.license
-share/nextcloud/apps/notifications/js/BrowserStorage-DYNJD6KT.chunk.mjs.map
-share/nextcloud/apps/notifications/js/BrowserStorage-DYNJD6KT.chunk.mjs.map.license
-share/nextcloud/apps/notifications/js/NcSettingsSection-fe_YIg-L-BACbvzl4.chunk.mjs
-share/nextcloud/apps/notifications/js/NcSettingsSection-fe_YIg-L-BACbvzl4.chunk.mjs.license
-share/nextcloud/apps/notifications/js/NcSettingsSection-fe_YIg-L-BACbvzl4.chunk.mjs.map
-share/nextcloud/apps/notifications/js/NcSettingsSection-fe_YIg-L-BACbvzl4.chunk.mjs.map.license
-share/nextcloud/apps/notifications/js/NotificationsApp-C9JWAUCu.chunk.mjs
-share/nextcloud/apps/notifications/js/NotificationsApp-C9JWAUCu.chunk.mjs.license
-share/nextcloud/apps/notifications/js/NotificationsApp-C9JWAUCu.chunk.mjs.map
-share/nextcloud/apps/notifications/js/NotificationsApp-C9JWAUCu.chunk.mjs.map.license
-share/nextcloud/apps/notifications/js/_plugin-vue2_normalizer-BLsYDED6.chunk.mjs
-share/nextcloud/apps/notifications/js/_plugin-vue2_normalizer-BLsYDED6.chunk.mjs.license
-share/nextcloud/apps/notifications/js/_plugin-vue2_normalizer-BLsYDED6.chunk.mjs.map
-share/nextcloud/apps/notifications/js/_plugin-vue2_normalizer-BLsYDED6.chunk.mjs.map.license
-share/nextcloud/apps/notifications/js/index-DM1UIeJZ.chunk.mjs
-share/nextcloud/apps/notifications/js/index-DM1UIeJZ.chunk.mjs.license
-share/nextcloud/apps/notifications/js/index-DM1UIeJZ.chunk.mjs.map
-share/nextcloud/apps/notifications/js/index-DM1UIeJZ.chunk.mjs.map.license
+share/nextcloud/apps/notifications/js/BrowserStorage-xaPYAWq7.chunk.mjs
+share/nextcloud/apps/notifications/js/BrowserStorage-xaPYAWq7.chunk.mjs.license
+share/nextcloud/apps/notifications/js/BrowserStorage-xaPYAWq7.chunk.mjs.map
+share/nextcloud/apps/notifications/js/BrowserStorage-xaPYAWq7.chunk.mjs.map.license
+share/nextcloud/apps/notifications/js/NotificationsApp-Dh-eDeaD.chunk.mjs
+share/nextcloud/apps/notifications/js/NotificationsApp-Dh-eDeaD.chunk.mjs.license
+share/nextcloud/apps/notifications/js/NotificationsApp-Dh-eDeaD.chunk.mjs.map
+share/nextcloud/apps/notifications/js/NotificationsApp-Dh-eDeaD.chunk.mjs.map.license
+share/nextcloud/apps/notifications/js/index-B67ahysE.chunk.mjs
+share/nextcloud/apps/notifications/js/index-B67ahysE.chunk.mjs.license
+share/nextcloud/apps/notifications/js/index-B67ahysE.chunk.mjs.map
+share/nextcloud/apps/notifications/js/index-B67ahysE.chunk.mjs.map.license
+share/nextcloud/apps/notifications/js/index-Dh8t1o6F-Q6F6XaT_.chunk.mjs
+share/nextcloud/apps/notifications/js/index-Dh8t1o6F-Q6F6XaT_.chunk.mjs.license
+share/nextcloud/apps/notifications/js/index-Dh8t1o6F-Q6F6XaT_.chunk.mjs.map
+share/nextcloud/apps/notifications/js/index-Dh8t1o6F-Q6F6XaT_.chunk.mjs.map.license
 share/nextcloud/apps/notifications/js/notifications-admin-settings.mjs
 share/nextcloud/apps/notifications/js/notifications-admin-settings.mjs.license
 share/nextcloud/apps/notifications/js/notifications-admin-settings.mjs.map
@@ -12893,15 +10582,14 @@ share/nextcloud/apps/notifications/js/no
 share/nextcloud/apps/notifications/js/notifications-settings.mjs.license
 share/nextcloud/apps/notifications/js/notifications-settings.mjs.map
 share/nextcloud/apps/notifications/js/notifications-settings.mjs.map.license
-share/nextcloud/apps/notifications/js/style-DTgdS7rr.chunk.mjs
-share/nextcloud/apps/notifications/js/style-DTgdS7rr.chunk.mjs.license
-share/nextcloud/apps/notifications/js/style-DTgdS7rr.chunk.mjs.map
-share/nextcloud/apps/notifications/js/style-DTgdS7rr.chunk.mjs.map.license
-share/nextcloud/apps/notifications/js/vendor.LICENSE.txt
-share/nextcloud/apps/notifications/js/vite-preload-helper-CpjhnH87.chunk.mjs
-share/nextcloud/apps/notifications/js/vite-preload-helper-CpjhnH87.chunk.mjs.license
-share/nextcloud/apps/notifications/js/vite-preload-helper-CpjhnH87.chunk.mjs.map
-share/nextcloud/apps/notifications/js/vite-preload-helper-CpjhnH87.chunk.mjs.map.license
+share/nextcloud/apps/notifications/js/style-3CHj422B.chunk.mjs
+share/nextcloud/apps/notifications/js/style-3CHj422B.chunk.mjs.license
+share/nextcloud/apps/notifications/js/style-3CHj422B.chunk.mjs.map
+share/nextcloud/apps/notifications/js/style-3CHj422B.chunk.mjs.map.license
+share/nextcloud/apps/notifications/js/vite-preload-helper-B9rAsR6N.chunk.mjs
+share/nextcloud/apps/notifications/js/vite-preload-helper-B9rAsR6N.chunk.mjs.license
+share/nextcloud/apps/notifications/js/vite-preload-helper-B9rAsR6N.chunk.mjs.map
+share/nextcloud/apps/notifications/js/vite-preload-helper-B9rAsR6N.chunk.mjs.map.license
 share/nextcloud/apps/notifications/l10n/af.js
 share/nextcloud/apps/notifications/l10n/af.json
 share/nextcloud/apps/notifications/l10n/an.js
@@ -13121,7 +10809,6 @@ share/nextcloud/apps/notifications/lib/F
 share/nextcloud/apps/notifications/lib/Handler.php
 share/nextcloud/apps/notifications/lib/Listener/AddMissingIndicesListener.php
 share/nextcloud/apps/notifications/lib/Listener/BeforeTemplateRenderedListener.php
-share/nextcloud/apps/notifications/lib/Listener/PostLoginListener.php
 share/nextcloud/apps/notifications/lib/Listener/UserCreatedListener.php
 share/nextcloud/apps/notifications/lib/Listener/UserDeletedListener.php
 share/nextcloud/apps/notifications/lib/MailNotifications.php
@@ -13149,8 +10836,16 @@ share/nextcloud/apps/notifications/packa
 share/nextcloud/apps/notifications/package.json
 share/nextcloud/apps/notifications/templates/settings/admin.php
 share/nextcloud/apps/notifications/templates/settings/personal.php
+share/nextcloud/apps/notifications/vendor-bin/csfixer/composer.json
+share/nextcloud/apps/notifications/vendor-bin/csfixer/composer.lock
 share/nextcloud/apps/notifications/vendor-bin/openapi-extractor/composer.json
 share/nextcloud/apps/notifications/vendor-bin/openapi-extractor/composer.lock
+share/nextcloud/apps/notifications/vendor-bin/phpunit/composer.json
+share/nextcloud/apps/notifications/vendor-bin/phpunit/composer.lock
+share/nextcloud/apps/notifications/vendor-bin/psalm/composer.json
+share/nextcloud/apps/notifications/vendor-bin/psalm/composer.lock
+share/nextcloud/apps/notifications/vendor-bin/rector/composer.json
+share/nextcloud/apps/notifications/vendor-bin/rector/composer.lock
 share/nextcloud/apps/notifications/vite.config.mjs
 share/nextcloud/apps/oauth2/appinfo/info.xml
 share/nextcloud/apps/oauth2/appinfo/routes.php
@@ -13318,6 +11013,7 @@ share/nextcloud/apps/oauth2/openapi.json
 share/nextcloud/apps/oauth2/templates/admin.php
 share/nextcloud/apps/password_policy/AUTHORS.md
 share/nextcloud/apps/password_policy/LICENSE
+share/nextcloud/apps/password_policy/LICENSES/AGPL-3.0-only.txt
 share/nextcloud/apps/password_policy/LICENSES/AGPL-3.0-or-later.txt
 share/nextcloud/apps/password_policy/LICENSES/Apache-2.0.txt
 share/nextcloud/apps/password_policy/LICENSES/CC0-1.0.txt
@@ -13331,25 +11027,20 @@ share/nextcloud/apps/password_policy/app
 share/nextcloud/apps/password_policy/composer.json
 share/nextcloud/apps/password_policy/composer.lock
 share/nextcloud/apps/password_policy/css/password_policy-settings.css
-share/nextcloud/apps/password_policy/css/settings-CWt0pEQX.chunk.css
+share/nextcloud/apps/password_policy/css/settings-BO3NAL_s.chunk.css
 share/nextcloud/apps/password_policy/img/app.svg
 share/nextcloud/apps/password_policy/js/password_policy-settings.mjs
 share/nextcloud/apps/password_policy/js/password_policy-settings.mjs.license
 share/nextcloud/apps/password_policy/js/password_policy-settings.mjs.map
+share/nextcloud/apps/password_policy/js/password_policy-settings.mjs.map.license
 share/nextcloud/apps/password_policy/l10n/af.js
 share/nextcloud/apps/password_policy/l10n/af.json
 share/nextcloud/apps/password_policy/l10n/ar.js
 share/nextcloud/apps/password_policy/l10n/ar.json
 share/nextcloud/apps/password_policy/l10n/ast.js
 share/nextcloud/apps/password_policy/l10n/ast.json
-share/nextcloud/apps/password_policy/l10n/az.js
-share/nextcloud/apps/password_policy/l10n/az.json
-share/nextcloud/apps/password_policy/l10n/be.js
-share/nextcloud/apps/password_policy/l10n/be.json
 share/nextcloud/apps/password_policy/l10n/bg.js
 share/nextcloud/apps/password_policy/l10n/bg.json
-share/nextcloud/apps/password_policy/l10n/br.js
-share/nextcloud/apps/password_policy/l10n/br.json
 share/nextcloud/apps/password_policy/l10n/ca.js
 share/nextcloud/apps/password_policy/l10n/ca.json
 share/nextcloud/apps/password_policy/l10n/cs.js
@@ -13450,8 +11141,6 @@ share/nextcloud/apps/password_policy/l10
 share/nextcloud/apps/password_policy/l10n/nb.json
 share/nextcloud/apps/password_policy/l10n/nl.js
 share/nextcloud/apps/password_policy/l10n/nl.json
-share/nextcloud/apps/password_policy/l10n/oc.js
-share/nextcloud/apps/password_policy/l10n/oc.json
 share/nextcloud/apps/password_policy/l10n/pl.js
 share/nextcloud/apps/password_policy/l10n/pl.json
 share/nextcloud/apps/password_policy/l10n/pt_BR.js
@@ -13476,18 +11165,12 @@ share/nextcloud/apps/password_policy/l10
 share/nextcloud/apps/password_policy/l10n/sv.json
 share/nextcloud/apps/password_policy/l10n/sw.js
 share/nextcloud/apps/password_policy/l10n/sw.json
-share/nextcloud/apps/password_policy/l10n/th.js
-share/nextcloud/apps/password_policy/l10n/th.json
 share/nextcloud/apps/password_policy/l10n/tr.js
 share/nextcloud/apps/password_policy/l10n/tr.json
 share/nextcloud/apps/password_policy/l10n/ug.js
 share/nextcloud/apps/password_policy/l10n/ug.json
 share/nextcloud/apps/password_policy/l10n/uk.js
 share/nextcloud/apps/password_policy/l10n/uk.json
-share/nextcloud/apps/password_policy/l10n/uz.js
-share/nextcloud/apps/password_policy/l10n/uz.json
-share/nextcloud/apps/password_policy/l10n/vi.js
-share/nextcloud/apps/password_policy/l10n/vi.json
 share/nextcloud/apps/password_policy/l10n/zh_CN.js
 share/nextcloud/apps/password_policy/l10n/zh_CN.json
 share/nextcloud/apps/password_policy/l10n/zh_HK.js
@@ -13514,7 +11197,7 @@ share/nextcloud/apps/password_policy/lib
 share/nextcloud/apps/password_policy/lib/Listener/ValidatePasswordPolicyEventListener.php
 share/nextcloud/apps/password_policy/lib/PasswordPolicyConfig.php
 share/nextcloud/apps/password_policy/lib/PasswordValidator.php
-share/nextcloud/apps/password_policy/lib/Settings.php
+share/nextcloud/apps/password_policy/lib/Settings/Settings.php
 share/nextcloud/apps/password_policy/lib/Validator/CommonPasswordsValidator.php
 share/nextcloud/apps/password_policy/lib/Validator/HIBPValidator.php
 share/nextcloud/apps/password_policy/lib/Validator/IValidator.php
@@ -13551,20 +11234,31 @@ share/nextcloud/apps/password_policy/lis
 share/nextcloud/apps/password_policy/lists/list-31.php
 share/nextcloud/apps/password_policy/lists/list-32.php
 share/nextcloud/apps/password_policy/lists/list-33.php
+share/nextcloud/apps/password_policy/lists/list-34.php
 share/nextcloud/apps/password_policy/lists/list-35.php
 share/nextcloud/apps/password_policy/lists/list-36.php
 share/nextcloud/apps/password_policy/lists/list-37.php
 share/nextcloud/apps/password_policy/lists/list-38.php
 share/nextcloud/apps/password_policy/lists/list-39.php
 share/nextcloud/apps/password_policy/lists/list-4.php
+share/nextcloud/apps/password_policy/lists/list-40.php
+share/nextcloud/apps/password_policy/lists/list-41.php
+share/nextcloud/apps/password_policy/lists/list-42.php
 share/nextcloud/apps/password_policy/lists/list-5.php
 share/nextcloud/apps/password_policy/lists/list-6.php
 share/nextcloud/apps/password_policy/lists/list-7.php
 share/nextcloud/apps/password_policy/lists/list-8.php
 share/nextcloud/apps/password_policy/lists/list-9.php
+share/nextcloud/apps/password_policy/openapi.json
 share/nextcloud/apps/password_policy/package-lock.json
 share/nextcloud/apps/password_policy/package.json
 share/nextcloud/apps/password_policy/templates/settings.php
+share/nextcloud/apps/password_policy/vendor-bin/openapi-extractor/composer.json
+share/nextcloud/apps/password_policy/vendor-bin/openapi-extractor/composer.lock
+share/nextcloud/apps/password_policy/vendor-bin/phpunit/composer.json
+share/nextcloud/apps/password_policy/vendor-bin/phpunit/composer.lock
+share/nextcloud/apps/password_policy/vendor-bin/psalm/composer.json
+share/nextcloud/apps/password_policy/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/photos/AUTHORS.md
 share/nextcloud/apps/photos/COPYING
 share/nextcloud/apps/photos/LICENSES/AGPL-3.0-or-later.txt
@@ -13581,153 +11275,283 @@ share/nextcloud/apps/photos/REUSE.toml
 share/nextcloud/apps/photos/appinfo/info.xml
 share/nextcloud/apps/photos/appinfo/routes.php
 share/nextcloud/apps/photos/appinfo/signature.json
+share/nextcloud/apps/photos/babel.config.cjs
 share/nextcloud/apps/photos/composer.json
 share/nextcloud/apps/photos/composer.lock
 share/nextcloud/apps/photos/composer/autoload.php
+share/nextcloud/apps/photos/css/AlbumContent-DMJ9niw0.chunk.css
+share/nextcloud/apps/photos/css/AlbumForm-DHERV303.chunk.css
+share/nextcloud/apps/photos/css/AlbumsView-Bo_gBDuH.chunk.css
+share/nextcloud/apps/photos/css/CollectionContent-CbeUv2Tw.chunk.css
+share/nextcloud/apps/photos/css/CollectionsList-DKsrVzWp.chunk.css
+share/nextcloud/apps/photos/css/ConflictPicker-BvM7ZujP-B0d0Twwv.chunk.css
+share/nextcloud/apps/photos/css/FaceContent-DL1jP81r.chunk.css
+share/nextcloud/apps/photos/css/FaceCover-Dh5LT0oL.chunk.css
+share/nextcloud/apps/photos/css/FaceMergeForm-DL6EU9Jq.chunk.css
+share/nextcloud/apps/photos/css/FacesView-BnR83shV.chunk.css
+share/nextcloud/apps/photos/css/FileComponent-SjsvQy4O.chunk.css
+share/nextcloud/apps/photos/css/FilesSelectionMixin-DmEwu1vg.chunk.css
+share/nextcloud/apps/photos/css/FoldersView-DSJBIW8U.chunk.css
+share/nextcloud/apps/photos/css/HeaderNavigation-D4T1K-Y_.chunk.css
+share/nextcloud/apps/photos/css/InvalidFilenameDialog-BYpqWa7P-pU5knzcr.chunk.css
+share/nextcloud/apps/photos/css/NcActionButton-CuVNJJtW-DndYZcrz.chunk.css
+share/nextcloud/apps/photos/css/NcAppSettingsSection-Bl2-D3_g-C7JNUOt1.chunk.css
+share/nextcloud/apps/photos/css/NcAvatar-YSp2ORHc-DAJmDZPH.chunk.css
+share/nextcloud/apps/photos/css/NcBreadcrumbs-CFRjXqRg-lGay6tH6.chunk.css
+share/nextcloud/apps/photos/css/NcCheckboxRadioSwitch-VeztTzpz-CdJ-sA3l.chunk.css
+share/nextcloud/apps/photos/css/NcDateTimePicker-B6Pi3K9l.chunk.css
+share/nextcloud/apps/photos/css/NcEmptyContent-CupRzXxM.chunk.css
+share/nextcloud/apps/photos/css/NcListItem-DfaWGP5A-DGi5g68f.chunk.css
+share/nextcloud/apps/photos/css/NcProgressBar-DegJ2JjE-C6EnQdKV.chunk.css
+share/nextcloud/apps/photos/css/NcSelect-CjUzohn5-CrE8uTZw.chunk.css
+share/nextcloud/apps/photos/css/NcTextField-o_8gWurX-BoQ379sd.chunk.css
+share/nextcloud/apps/photos/css/NcUserBubble-B3-E-5F5-C6u6hz5L.chunk.css
+share/nextcloud/apps/photos/css/PhotosFiltersInput-BHkYWDzh.chunk.css
+share/nextcloud/apps/photos/css/PhotosPicker-BJ2LgfZU.chunk.css
+share/nextcloud/apps/photos/css/PhotosTab-DGphhlff.chunk.css
+share/nextcloud/apps/photos/css/PlaceContent-B1fHHBZd.chunk.css
+share/nextcloud/apps/photos/css/PlacesView-CVBtM1GJ.chunk.css
+share/nextcloud/apps/photos/css/PublicAlbumContent-DoxtF8PM.chunk.css
+share/nextcloud/apps/photos/css/SharedAlbumContent-BsbERqq9.chunk.css
+share/nextcloud/apps/photos/css/SharedAlbums-KlGsfAoO.chunk.css
+share/nextcloud/apps/photos/css/TagContent-Bvp0UERJ.chunk.css
+share/nextcloud/apps/photos/css/TagsView-C4OIWFt1.chunk.css
+share/nextcloud/apps/photos/css/TimelineView-YiBpjZI3.chunk.css
+share/nextcloud/apps/photos/css/UnassignedFaces-DDgVDaG0.chunk.css
+share/nextcloud/apps/photos/css/dashboard-Dk7DoScS.chunk.css
+share/nextcloud/apps/photos/css/filters-tvMIxE8P.chunk.css
+share/nextcloud/apps/photos/css/index-BI5EMzdB.chunk.css
+share/nextcloud/apps/photos/css/index-DdKmqUaK-Dbzl6yZq.chunk.css
+share/nextcloud/apps/photos/css/main-DtFIuzXe.chunk.css
+share/nextcloud/apps/photos/css/photos-dashboard.css
+share/nextcloud/apps/photos/css/photos-main.css
+share/nextcloud/apps/photos/css/photos-public.css
+share/nextcloud/apps/photos/css/photos-sidebar.css
+share/nextcloud/apps/photos/css/public-BqRc5ISL.chunk.css
+share/nextcloud/apps/photos/css/video-Cf4qRuCc.chunk.css
+share/nextcloud/apps/photos/eslint.config.js
 share/nextcloud/apps/photos/img/app.svg
 share/nextcloud/apps/photos/img/photos.svg
-share/nextcloud/apps/photos/img/yourphotos.svg
-share/nextcloud/apps/photos/js/photos-dashboard.js
-share/nextcloud/apps/photos/js/photos-dashboard.js.license
-share/nextcloud/apps/photos/js/photos-dashboard.js.map
-share/nextcloud/apps/photos/js/photos-dashboard.js.map.license
-share/nextcloud/apps/photos/js/photos-main.js
-share/nextcloud/apps/photos/js/photos-main.js.license
-share/nextcloud/apps/photos/js/photos-main.js.map
-share/nextcloud/apps/photos/js/photos-main.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_dialogs_dist_chunks_index-Ly0obkwS_mjs.js
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_dialogs_dist_chunks_index-Ly0obkwS_mjs.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_dialogs_dist_chunks_index-Ly0obkwS_mjs.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_dialogs_dist_chunks_index-Ly0obkwS_mjs.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_upload_dist_chunks_InvalidFilenameDialog-BBs-WwIb_mjs.js
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_upload_dist_chunks_InvalidFilenameDialog-BBs-WwIb_mjs.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_upload_dist_chunks_InvalidFilenameDialog-BBs-WwIb_mjs.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_upload_dist_chunks_InvalidFilenameDialog-BBs-WwIb_mjs.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-9eee11.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-9eee11.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-9eee11.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-9eee11.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-3c3243.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-3c3243.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-3c3243.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-3c3243.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-e1736f.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-e1736f.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-e1736f.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-e1736f.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_Timeline_vue.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_Timeline_vue.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_Timeline_vue.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_Timeline_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-88a20b.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-88a20b.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-88a20b.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-88a20b.js.map.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-934ab5.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-934ab5.js.license
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-934ab5.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-934ab5.js.map.license
-share/nextcloud/apps/photos/js/photos-public.js
-share/nextcloud/apps/photos/js/photos-public.js.license
-share/nextcloud/apps/photos/js/photos-public.js.map
-share/nextcloud/apps/photos/js/photos-public.js.map.license
+share/nextcloud/apps/photos/js/AbortControllerMixin-KqbYNBDv.chunk.mjs
+share/nextcloud/apps/photos/js/AbortControllerMixin-KqbYNBDv.chunk.mjs.license
+share/nextcloud/apps/photos/js/AbortControllerMixin-KqbYNBDv.chunk.mjs.map
+share/nextcloud/apps/photos/js/ActionFavorite-DUKqaEbk.chunk.mjs
+share/nextcloud/apps/photos/js/ActionFavorite-DUKqaEbk.chunk.mjs.license
+share/nextcloud/apps/photos/js/ActionFavorite-DUKqaEbk.chunk.mjs.map
+share/nextcloud/apps/photos/js/AlbumContent-CJrDyH_o.chunk.mjs
+share/nextcloud/apps/photos/js/AlbumContent-CJrDyH_o.chunk.mjs.license
+share/nextcloud/apps/photos/js/AlbumContent-CJrDyH_o.chunk.mjs.map
+share/nextcloud/apps/photos/js/AlbumForm-baigJHWM.chunk.mjs
+share/nextcloud/apps/photos/js/AlbumForm-baigJHWM.chunk.mjs.license
+share/nextcloud/apps/photos/js/AlbumForm-baigJHWM.chunk.mjs.map
+share/nextcloud/apps/photos/js/AlbumsView-CKfUFGa2.chunk.mjs
+share/nextcloud/apps/photos/js/AlbumsView-CKfUFGa2.chunk.mjs.license
+share/nextcloud/apps/photos/js/AlbumsView-CKfUFGa2.chunk.mjs.map
+share/nextcloud/apps/photos/js/CollectionContent-BSqFCXDL.chunk.mjs
+share/nextcloud/apps/photos/js/CollectionContent-BSqFCXDL.chunk.mjs.license
+share/nextcloud/apps/photos/js/CollectionContent-BSqFCXDL.chunk.mjs.map
+share/nextcloud/apps/photos/js/CollectionsList-ASW5SCXU.chunk.mjs
+share/nextcloud/apps/photos/js/CollectionsList-ASW5SCXU.chunk.mjs.license
+share/nextcloud/apps/photos/js/CollectionsList-ASW5SCXU.chunk.mjs.map
+share/nextcloud/apps/photos/js/ConflictPicker-BvM7ZujP-DUztC2AM.chunk.mjs
+share/nextcloud/apps/photos/js/ConflictPicker-BvM7ZujP-DUztC2AM.chunk.mjs.license
+share/nextcloud/apps/photos/js/ConflictPicker-BvM7ZujP-DUztC2AM.chunk.mjs.map
+share/nextcloud/apps/photos/js/FaceContent-BHsTc167.chunk.mjs
+share/nextcloud/apps/photos/js/FaceContent-BHsTc167.chunk.mjs.license
+share/nextcloud/apps/photos/js/FaceContent-BHsTc167.chunk.mjs.map
+share/nextcloud/apps/photos/js/FaceCover-GdmtPgYp.chunk.mjs
+share/nextcloud/apps/photos/js/FaceCover-GdmtPgYp.chunk.mjs.license
+share/nextcloud/apps/photos/js/FaceCover-GdmtPgYp.chunk.mjs.map
+share/nextcloud/apps/photos/js/FaceMergeForm-D9lnipkd.chunk.mjs
+share/nextcloud/apps/photos/js/FaceMergeForm-D9lnipkd.chunk.mjs.license
+share/nextcloud/apps/photos/js/FaceMergeForm-D9lnipkd.chunk.mjs.map
+share/nextcloud/apps/photos/js/FacesView-BlAU5JOo.chunk.mjs
+share/nextcloud/apps/photos/js/FacesView-BlAU5JOo.chunk.mjs.license
+share/nextcloud/apps/photos/js/FacesView-BlAU5JOo.chunk.mjs.map
+share/nextcloud/apps/photos/js/FetchCollectionContentMixin-Di4KKoL4.chunk.mjs
+share/nextcloud/apps/photos/js/FetchCollectionContentMixin-Di4KKoL4.chunk.mjs.license
+share/nextcloud/apps/photos/js/FetchCollectionContentMixin-Di4KKoL4.chunk.mjs.map
+share/nextcloud/apps/photos/js/FetchCollectionsMixin-C9wSKI1W.chunk.mjs
+share/nextcloud/apps/photos/js/FetchCollectionsMixin-C9wSKI1W.chunk.mjs.license
+share/nextcloud/apps/photos/js/FetchCollectionsMixin-C9wSKI1W.chunk.mjs.map
+share/nextcloud/apps/photos/js/FetchFilesMixin-lPao867k.chunk.mjs
+share/nextcloud/apps/photos/js/FetchFilesMixin-lPao867k.chunk.mjs.license
+share/nextcloud/apps/photos/js/FetchFilesMixin-lPao867k.chunk.mjs.map
+share/nextcloud/apps/photos/js/FileComponent-BRrDlT2e.chunk.mjs
+share/nextcloud/apps/photos/js/FileComponent-BRrDlT2e.chunk.mjs.license
+share/nextcloud/apps/photos/js/FileComponent-BRrDlT2e.chunk.mjs.map
+share/nextcloud/apps/photos/js/FilePicker-CsU6FfAP-24CQs7U_.chunk.mjs
+share/nextcloud/apps/photos/js/FilePicker-CsU6FfAP-24CQs7U_.chunk.mjs.license
+share/nextcloud/apps/photos/js/FilePicker-CsU6FfAP-24CQs7U_.chunk.mjs.map
+share/nextcloud/apps/photos/js/FilesByMonthMixin-BmZxTSkI.chunk.mjs
+share/nextcloud/apps/photos/js/FilesByMonthMixin-BmZxTSkI.chunk.mjs.license
+share/nextcloud/apps/photos/js/FilesByMonthMixin-BmZxTSkI.chunk.mjs.map
+share/nextcloud/apps/photos/js/FilesSelectionMixin-BKpOcwzO.chunk.mjs
+share/nextcloud/apps/photos/js/FilesSelectionMixin-BKpOcwzO.chunk.mjs.license
+share/nextcloud/apps/photos/js/FilesSelectionMixin-BKpOcwzO.chunk.mjs.map
+share/nextcloud/apps/photos/js/FoldersView-8QRYl42H.chunk.mjs
+share/nextcloud/apps/photos/js/FoldersView-8QRYl42H.chunk.mjs.license
+share/nextcloud/apps/photos/js/FoldersView-8QRYl42H.chunk.mjs.map
+share/nextcloud/apps/photos/js/HeaderNavigation-DNFWrs0-.chunk.mjs
+share/nextcloud/apps/photos/js/HeaderNavigation-DNFWrs0-.chunk.mjs.license
+share/nextcloud/apps/photos/js/HeaderNavigation-DNFWrs0-.chunk.mjs.map
+share/nextcloud/apps/photos/js/InvalidFilenameDialog-BYpqWa7P-CH608PE4.chunk.mjs
+share/nextcloud/apps/photos/js/InvalidFilenameDialog-BYpqWa7P-CH608PE4.chunk.mjs.license
+share/nextcloud/apps/photos/js/InvalidFilenameDialog-BYpqWa7P-CH608PE4.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcActionButton-CuVNJJtW-CEi2d87B.chunk.mjs
+share/nextcloud/apps/photos/js/NcActionButton-CuVNJJtW-CEi2d87B.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcActionButton-CuVNJJtW-CEi2d87B.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcAppSettingsSection-Bl2-D3_g-zhGce9bU.chunk.mjs
+share/nextcloud/apps/photos/js/NcAppSettingsSection-Bl2-D3_g-zhGce9bU.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcAppSettingsSection-Bl2-D3_g-zhGce9bU.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcAvatar-YSp2ORHc-D0EETaWW.chunk.mjs
+share/nextcloud/apps/photos/js/NcAvatar-YSp2ORHc-D0EETaWW.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcAvatar-YSp2ORHc-D0EETaWW.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcBreadcrumbs-CFRjXqRg-CvLgUKw_.chunk.mjs
+share/nextcloud/apps/photos/js/NcBreadcrumbs-CFRjXqRg-CvLgUKw_.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcBreadcrumbs-CFRjXqRg-CvLgUKw_.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcCheckboxRadioSwitch-VeztTzpz-DmoPK3OA.chunk.mjs
+share/nextcloud/apps/photos/js/NcCheckboxRadioSwitch-VeztTzpz-DmoPK3OA.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcCheckboxRadioSwitch-VeztTzpz-DmoPK3OA.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcDateTime-DshRFtUU-DPGKYn5p.chunk.mjs
+share/nextcloud/apps/photos/js/NcDateTime-DshRFtUU-DPGKYn5p.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcDateTime-DshRFtUU-DPGKYn5p.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcDateTimePicker-OsGg0Jsj.chunk.mjs
+share/nextcloud/apps/photos/js/NcDateTimePicker-OsGg0Jsj.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcDateTimePicker-OsGg0Jsj.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcDialog-CKgpZOiy-CXdJfNRY.chunk.mjs
+share/nextcloud/apps/photos/js/NcDialog-CKgpZOiy-CXdJfNRY.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcDialog-CKgpZOiy-CXdJfNRY.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcEmptyContent-fSEzv6W7.chunk.mjs
+share/nextcloud/apps/photos/js/NcEmptyContent-fSEzv6W7.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcEmptyContent-fSEzv6W7.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcListItem-DfaWGP5A-8gqKBO9D.chunk.mjs
+share/nextcloud/apps/photos/js/NcListItem-DfaWGP5A-8gqKBO9D.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcListItem-DfaWGP5A-8gqKBO9D.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcNoteCard-D7VEzlBl.chunk.mjs
+share/nextcloud/apps/photos/js/NcNoteCard-D7VEzlBl.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcNoteCard-D7VEzlBl.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcProgressBar-DegJ2JjE-DzzBssTP.chunk.mjs
+share/nextcloud/apps/photos/js/NcProgressBar-DegJ2JjE-DzzBssTP.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcProgressBar-DegJ2JjE-DzzBssTP.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcSelect-CjUzohn5-CUTmtP7-.chunk.mjs
+share/nextcloud/apps/photos/js/NcSelect-CjUzohn5-CUTmtP7-.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcSelect-CjUzohn5-CUTmtP7-.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcTextField-o_8gWurX-CxkFvEFl.chunk.mjs
+share/nextcloud/apps/photos/js/NcTextField-o_8gWurX-CxkFvEFl.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcTextField-o_8gWurX-CxkFvEFl.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcUserBubble-B3-E-5F5-fcHgss2K.chunk.mjs
+share/nextcloud/apps/photos/js/NcUserBubble-B3-E-5F5-fcHgss2K.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcUserBubble-B3-E-5F5-fcHgss2K.chunk.mjs.map
+share/nextcloud/apps/photos/js/NcVNodes-yOa35Cqx.chunk.mjs
+share/nextcloud/apps/photos/js/NcVNodes-yOa35Cqx.chunk.mjs.license
+share/nextcloud/apps/photos/js/NcVNodes-yOa35Cqx.chunk.mjs.map
+share/nextcloud/apps/photos/js/PhotoSearch-BSXGxsuG.chunk.mjs
+share/nextcloud/apps/photos/js/PhotoSearch-BSXGxsuG.chunk.mjs.license
+share/nextcloud/apps/photos/js/PhotoSearch-BSXGxsuG.chunk.mjs.map
+share/nextcloud/apps/photos/js/PhotosFiltersInput-CerkycX0.chunk.mjs
+share/nextcloud/apps/photos/js/PhotosFiltersInput-CerkycX0.chunk.mjs.license
+share/nextcloud/apps/photos/js/PhotosFiltersInput-CerkycX0.chunk.mjs.map
+share/nextcloud/apps/photos/js/PhotosPicker-CDULhN_B.chunk.mjs
+share/nextcloud/apps/photos/js/PhotosPicker-CDULhN_B.chunk.mjs.license
+share/nextcloud/apps/photos/js/PhotosPicker-CDULhN_B.chunk.mjs.map
+share/nextcloud/apps/photos/js/PhotosTab-azfF2j5i.chunk.mjs
+share/nextcloud/apps/photos/js/PhotosTab-azfF2j5i.chunk.mjs.license
+share/nextcloud/apps/photos/js/PhotosTab-azfF2j5i.chunk.mjs.map
+share/nextcloud/apps/photos/js/PlaceContent-D77vR3ZN.chunk.mjs
+share/nextcloud/apps/photos/js/PlaceContent-D77vR3ZN.chunk.mjs.license
+share/nextcloud/apps/photos/js/PlaceContent-D77vR3ZN.chunk.mjs.map
+share/nextcloud/apps/photos/js/PlacesView-BGEgJOxR.chunk.mjs
+share/nextcloud/apps/photos/js/PlacesView-BGEgJOxR.chunk.mjs.license
+share/nextcloud/apps/photos/js/PlacesView-BGEgJOxR.chunk.mjs.map
+share/nextcloud/apps/photos/js/PublicAlbumContent-tdO0P0fg.chunk.mjs
+share/nextcloud/apps/photos/js/PublicAlbumContent-tdO0P0fg.chunk.mjs.license
+share/nextcloud/apps/photos/js/PublicAlbumContent-tdO0P0fg.chunk.mjs.map
+share/nextcloud/apps/photos/js/SharedAlbumContent-BGhrBWcb.chunk.mjs
+share/nextcloud/apps/photos/js/SharedAlbumContent-BGhrBWcb.chunk.mjs.license
+share/nextcloud/apps/photos/js/SharedAlbumContent-BGhrBWcb.chunk.mjs.map
+share/nextcloud/apps/photos/js/SharedAlbums-DRYd4yUt.chunk.mjs
+share/nextcloud/apps/photos/js/SharedAlbums-DRYd4yUt.chunk.mjs.license
+share/nextcloud/apps/photos/js/SharedAlbums-DRYd4yUt.chunk.mjs.map
+share/nextcloud/apps/photos/js/TagContent-nHa51xx7.chunk.mjs
+share/nextcloud/apps/photos/js/TagContent-nHa51xx7.chunk.mjs.license
+share/nextcloud/apps/photos/js/TagContent-nHa51xx7.chunk.mjs.map
+share/nextcloud/apps/photos/js/TagsView-Cghyv1nC.chunk.mjs
+share/nextcloud/apps/photos/js/TagsView-Cghyv1nC.chunk.mjs.license
+share/nextcloud/apps/photos/js/TagsView-Cghyv1nC.chunk.mjs.map
+share/nextcloud/apps/photos/js/TimelineView-CDHThSdC.chunk.mjs
+share/nextcloud/apps/photos/js/TimelineView-CDHThSdC.chunk.mjs.license
+share/nextcloud/apps/photos/js/TimelineView-CDHThSdC.chunk.mjs.map
+share/nextcloud/apps/photos/js/UnassignedFaces-D7CTKwXx.chunk.mjs
+share/nextcloud/apps/photos/js/UnassignedFaces-D7CTKwXx.chunk.mjs.license
+share/nextcloud/apps/photos/js/UnassignedFaces-D7CTKwXx.chunk.mjs.map
+share/nextcloud/apps/photos/js/collectionFetcher-DBAC9xmr.chunk.mjs
+share/nextcloud/apps/photos/js/collectionFetcher-DBAC9xmr.chunk.mjs.license
+share/nextcloud/apps/photos/js/collectionFetcher-DBAC9xmr.chunk.mjs.map
+share/nextcloud/apps/photos/js/dialog-DMSB8C_5.chunk.mjs
+share/nextcloud/apps/photos/js/dialog-DMSB8C_5.chunk.mjs.license
+share/nextcloud/apps/photos/js/dialog-DMSB8C_5.chunk.mjs.map
+share/nextcloud/apps/photos/js/fileFetcher-BGDh7U4g.chunk.mjs
+share/nextcloud/apps/photos/js/fileFetcher-BGDh7U4g.chunk.mjs.license
+share/nextcloud/apps/photos/js/fileFetcher-BGDh7U4g.chunk.mjs.map
+share/nextcloud/apps/photos/js/filters-CH5BRIyw.chunk.mjs
+share/nextcloud/apps/photos/js/filters-CH5BRIyw.chunk.mjs.license
+share/nextcloud/apps/photos/js/filters-CH5BRIyw.chunk.mjs.map
+share/nextcloud/apps/photos/js/icons-VGG7keIQ.chunk.mjs
+share/nextcloud/apps/photos/js/icons-VGG7keIQ.chunk.mjs.license
+share/nextcloud/apps/photos/js/icons-VGG7keIQ.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-BC-7VPxC-DTQKybTB.chunk.mjs
+share/nextcloud/apps/photos/js/index-BC-7VPxC-DTQKybTB.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-BC-7VPxC-DTQKybTB.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-BDo9Roh6.chunk.mjs
+share/nextcloud/apps/photos/js/index-BDo9Roh6.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-BDo9Roh6.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-C9rtWdw7.chunk.mjs
+share/nextcloud/apps/photos/js/index-C9rtWdw7.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-C9rtWdw7.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-CeB-M9CM.chunk.mjs
+share/nextcloud/apps/photos/js/index-CeB-M9CM.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-CeB-M9CM.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-DdKmqUaK-NQ7_BNiW.chunk.mjs
+share/nextcloud/apps/photos/js/index-DdKmqUaK-NQ7_BNiW.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-DdKmqUaK-NQ7_BNiW.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-XmYygNaN.chunk.mjs
+share/nextcloud/apps/photos/js/index-XmYygNaN.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-XmYygNaN.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-_ghYQSTa.chunk.mjs
+share/nextcloud/apps/photos/js/index-_ghYQSTa.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-_ghYQSTa.chunk.mjs.map
+share/nextcloud/apps/photos/js/index-x9vhq81Z.chunk.mjs
+share/nextcloud/apps/photos/js/index-x9vhq81Z.chunk.mjs.license
+share/nextcloud/apps/photos/js/index-x9vhq81Z.chunk.mjs.map
+share/nextcloud/apps/photos/js/photos-dashboard.mjs
+share/nextcloud/apps/photos/js/photos-dashboard.mjs.license
+share/nextcloud/apps/photos/js/photos-dashboard.mjs.map
+share/nextcloud/apps/photos/js/photos-main.mjs
+share/nextcloud/apps/photos/js/photos-main.mjs.license
+share/nextcloud/apps/photos/js/photos-main.mjs.map
+share/nextcloud/apps/photos/js/photos-public.mjs
+share/nextcloud/apps/photos/js/photos-public.mjs.license
+share/nextcloud/apps/photos/js/photos-public.mjs.map
 share/nextcloud/apps/photos/js/photos-service-worker.js
-share/nextcloud/apps/photos/js/photos-sidebar.js
-share/nextcloud/apps/photos/js/photos-sidebar.js.license
-share/nextcloud/apps/photos/js/photos-sidebar.js.map
-share/nextcloud/apps/photos/js/photos-sidebar.js.map.license
-share/nextcloud/apps/photos/js/photos-src_components_Albums_AlbumForm_vue.js
-share/nextcloud/apps/photos/js/photos-src_components_Albums_AlbumForm_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_components_Albums_AlbumForm_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_components_Albums_AlbumForm_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_PhotosPicker_vue.js
-share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_PhotosPicker_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_PhotosPicker_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_PhotosPicker_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_components_Faces_FaceCover_vue.js
-share/nextcloud/apps/photos/js/photos-src_components_Faces_FaceCover_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_components_Faces_FaceCover_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_components_Faces_FaceCover_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_mixins_FilesSelectionMixin_js-src_components_File_vue--80ca54.js
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_mixins_FilesSelectionMixin_js-src_components_File_vue--80ca54.js.license
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_mixins_FilesSelectionMixin_js-src_components_File_vue--80ca54.js.map
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_mixins_FilesSelectionMixin_js-src_components_File_vue--80ca54.js.map.license
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchCollectionContentMixin_js-src_components_HeaderNavigation_vue.js
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchCollectionContentMixin_js-src_components_HeaderNavigation_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchCollectionContentMixin_js-src_components_HeaderNavigation_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchCollectionContentMixin_js-src_components_HeaderNavigation_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_AlbumContent_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_AlbumContent_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_AlbumContent_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_AlbumContent_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_FaceContent_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_FaceContent_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_FaceContent_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_FaceContent_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_PhotosTab_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_PhotosTab_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_PhotosTab_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_PhotosTab_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js.license
-share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_leaflet-defaulticon-compatibility_src_Icon_Default_compatibility_js-node-a43fe3.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_leaflet-defaulticon-compatibility_src_Icon_Default_compatibility_js-node-a43fe3.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_leaflet-defaulticon-compatibility_src_Icon_Default_compatibility_js-node-a43fe3.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_leaflet-defaulticon-compatibility_src_Icon_Default_compatibility_js-node-a43fe3.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CSmrMOEO_mjs.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CSmrMOEO_mjs.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CSmrMOEO_mjs.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CSmrMOEO_mjs.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_chunks_ConflictPicker-CFOq9cp6_mjs.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_chunks_ConflictPicker-CFOq9cp6_mjs.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_chunks_ConflictPicker-CFOq9cp6_mjs.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_chunks_ConflictPicker-CFOq9cp6_mjs.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_rehype-highlight_index_js.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_rehype-highlight_index_js.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_rehype-highlight_index_js.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_rehype-highlight_index_js.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-node_modules_vue-7c36ca.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-node_modules_vue-7c36ca.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-node_modules_vue-7c36ca.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-node_modules_vue-7c36ca.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-564c7f.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-564c7f.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-564c7f.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-564c7f.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-b8ac7d.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-b8ac7d.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-b8ac7d.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_AccountGroup_vue-node_modules_vue-material-des-b8ac7d.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_nextcloud_upload_di-f407f6.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_nextcloud_upload_di-f407f6.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_nextcloud_upload_di-f407f6.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_nextcloud_upload_di-f407f6.js.map.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js-node_modules_vue-material-d-4106f0.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js-node_modules_vue-material-d-4106f0.js.license
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js-node_modules_vue-material-d-4106f0.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js-node_modules_vue-material-d-4106f0.js.map.license
+share/nextcloud/apps/photos/js/photos-sidebar.mjs
+share/nextcloud/apps/photos/js/photos-sidebar.mjs.license
+share/nextcloud/apps/photos/js/photos-sidebar.mjs.map
+share/nextcloud/apps/photos/js/preload-helper-Dh9HmuEY.chunk.mjs
+share/nextcloud/apps/photos/js/preload-helper-Dh9HmuEY.chunk.mjs.license
+share/nextcloud/apps/photos/js/preload-helper-Dh9HmuEY.chunk.mjs.map
+share/nextcloud/apps/photos/js/useHotKey-DJHjuzLO.chunk.mjs
+share/nextcloud/apps/photos/js/useHotKey-DJHjuzLO.chunk.mjs.license
+share/nextcloud/apps/photos/js/useHotKey-DJHjuzLO.chunk.mjs.map
+share/nextcloud/apps/photos/js/useModelMigration-EhAWvqDD-wVDp4GUR.chunk.mjs
+share/nextcloud/apps/photos/js/useModelMigration-EhAWvqDD-wVDp4GUR.chunk.mjs.license
+share/nextcloud/apps/photos/js/useModelMigration-EhAWvqDD-wVDp4GUR.chunk.mjs.map
+share/nextcloud/apps/photos/js/video-BrTIeaIo.chunk.mjs
+share/nextcloud/apps/photos/js/video-BrTIeaIo.chunk.mjs.license
+share/nextcloud/apps/photos/js/video-BrTIeaIo.chunk.mjs.map
+share/nextcloud/apps/photos/js/vue.runtime.esm-Ct3_M7aQ.chunk.mjs
+share/nextcloud/apps/photos/js/vue.runtime.esm-Ct3_M7aQ.chunk.mjs.license
+share/nextcloud/apps/photos/js/vue.runtime.esm-Ct3_M7aQ.chunk.mjs.map
 share/nextcloud/apps/photos/l10n/af.js
 share/nextcloud/apps/photos/l10n/af.json
 share/nextcloud/apps/photos/l10n/ar.js
@@ -13938,6 +11762,10 @@ share/nextcloud/apps/photos/lib/DB/Place
 share/nextcloud/apps/photos/lib/DB/Place/PlaceMapper.php
 share/nextcloud/apps/photos/lib/Dashboard/OnThisDay.php
 share/nextcloud/apps/photos/lib/Exception/AlreadyInAlbumException.php
+share/nextcloud/apps/photos/lib/Filters/DateRangeFilter.php
+share/nextcloud/apps/photos/lib/Filters/FiltersManager.php
+share/nextcloud/apps/photos/lib/Filters/IFilter.php
+share/nextcloud/apps/photos/lib/Filters/PlacesFilter.php
 share/nextcloud/apps/photos/lib/Jobs/AutomaticPlaceMapperJob.php
 share/nextcloud/apps/photos/lib/Listener/AlbumsManagementEventListener.php
 share/nextcloud/apps/photos/lib/Listener/CSPListener.php
@@ -13953,9 +11781,11 @@ share/nextcloud/apps/photos/lib/Migratio
 share/nextcloud/apps/photos/lib/Migration/Version20003Date20221102170153.php
 share/nextcloud/apps/photos/lib/Migration/Version20003Date20221103094628.php
 share/nextcloud/apps/photos/lib/Migration/Version30000Date20240417075405.php
+share/nextcloud/apps/photos/lib/Migration/Version32000Date20250507132617.php
 share/nextcloud/apps/photos/lib/RepairStep/InitMetadata.php
 share/nextcloud/apps/photos/lib/Sabre/Album/AlbumPhoto.php
 share/nextcloud/apps/photos/lib/Sabre/Album/AlbumRoot.php
+share/nextcloud/apps/photos/lib/Sabre/Album/AlbumRootBase.php
 share/nextcloud/apps/photos/lib/Sabre/Album/AlbumsHome.php
 share/nextcloud/apps/photos/lib/Sabre/Album/PublicAlbumPhoto.php
 share/nextcloud/apps/photos/lib/Sabre/Album/PublicAlbumRoot.php
@@ -13975,8 +11805,17 @@ share/nextcloud/apps/photos/lib/Service/
 share/nextcloud/apps/photos/lib/Service/UserConfigService.php
 share/nextcloud/apps/photos/package-lock.json
 share/nextcloud/apps/photos/package.json
+share/nextcloud/apps/photos/postcss.config.cjs
 share/nextcloud/apps/photos/templates/main.php
 share/nextcloud/apps/photos/templates/public.php
+share/nextcloud/apps/photos/vendor-bin/cs-fixer/composer.json
+share/nextcloud/apps/photos/vendor-bin/cs-fixer/composer.lock
+share/nextcloud/apps/photos/vendor-bin/phpunit/composer.json
+share/nextcloud/apps/photos/vendor-bin/phpunit/composer.lock
+share/nextcloud/apps/photos/vendor-bin/psalm/composer.json
+share/nextcloud/apps/photos/vendor-bin/psalm/composer.lock
+share/nextcloud/apps/photos/vendor-bin/rector/composer.json
+share/nextcloud/apps/photos/vendor-bin/rector/composer.lock
 share/nextcloud/apps/photos/vendor/autoload.php
 share/nextcloud/apps/photos/vendor/composer/ClassLoader.php
 share/nextcloud/apps/photos/vendor/composer/InstalledVersions.php
@@ -14018,13 +11857,18 @@ share/nextcloud/apps/photos/vendor/hexog
 share/nextcloud/apps/photos/vendor/hexogen/kdtree/src/NearestSearch.php
 share/nextcloud/apps/photos/vendor/hexogen/kdtree/src/Node.php
 share/nextcloud/apps/photos/vendor/hexogen/kdtree/src/Point.php
-share/nextcloud/apps/privacy/.reuse/dep5
 share/nextcloud/apps/privacy/AUTHORS.md
 share/nextcloud/apps/privacy/COPYING
 share/nextcloud/apps/privacy/LICENSES/AGPL-3.0-or-later.txt
 share/nextcloud/apps/privacy/LICENSES/Apache-2.0.txt
+share/nextcloud/apps/privacy/LICENSES/BSD-2-Clause.txt
+share/nextcloud/apps/privacy/LICENSES/BSD-3-Clause.txt
 share/nextcloud/apps/privacy/LICENSES/CC0-1.0.txt
+share/nextcloud/apps/privacy/LICENSES/GPL-3.0-or-later.txt
+share/nextcloud/apps/privacy/LICENSES/ISC.txt
 share/nextcloud/apps/privacy/LICENSES/MIT.txt
+share/nextcloud/apps/privacy/LICENSES/MPL-2.0.txt
+share/nextcloud/apps/privacy/REUSE.toml
 share/nextcloud/apps/privacy/appinfo/info.xml
 share/nextcloud/apps/privacy/appinfo/routes.php
 share/nextcloud/apps/privacy/appinfo/signature.json
@@ -14035,15 +11879,16 @@ share/nextcloud/apps/privacy/img/app.svg
 share/nextcloud/apps/privacy/img/control.svg
 share/nextcloud/apps/privacy/img/freedom.svg
 share/nextcloud/apps/privacy/img/knowledge.svg
-share/nextcloud/apps/privacy/js/privacy-data_image_svg_xml_3csvg_20xmlns_27http_www_w3_org_2000_svg_27_20width_2724_27_20height_2724_-b2e651.js
+share/nextcloud/apps/privacy/js/privacy-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-cc29b1.js
 share/nextcloud/apps/privacy/js/privacy-main.js
-share/nextcloud/apps/privacy/js/privacy-main.js.LICENSE.txt
+share/nextcloud/apps/privacy/js/privacy-main.js.license
 share/nextcloud/apps/privacy/js/privacy-main.js.map
-share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C8hdiGrE_mjs.js
-share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C8hdiGrE_mjs.js.map
-share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CaGLN3Vi_mjs.js
-share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CaGLN3Vi_mjs.js.LICENSE.txt
-share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CaGLN3Vi_mjs.js.map
+share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js
+share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.license
+share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-C1azEbgd_mjs.js.map
+share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js
+share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.license
+share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CDU2njOJ_mjs.js.map
 share/nextcloud/apps/privacy/l10n/af.js
 share/nextcloud/apps/privacy/l10n/af.json
 share/nextcloud/apps/privacy/l10n/ar.js
@@ -14176,6 +12021,128 @@ share/nextcloud/apps/privacy/templates/m
 share/nextcloud/apps/privacy/templates/user-data-manifesto.php
 share/nextcloud/apps/privacy/templates/where-is-your-data.php
 share/nextcloud/apps/privacy/templates/who-has-access.php
+share/nextcloud/apps/profile/appinfo/info.xml
+share/nextcloud/apps/profile/appinfo/signature.json
+share/nextcloud/apps/profile/composer/autoload.php
+share/nextcloud/apps/profile/composer/composer.json
+share/nextcloud/apps/profile/composer/composer.lock
+share/nextcloud/apps/profile/composer/composer/ClassLoader.php
+share/nextcloud/apps/profile/composer/composer/InstalledVersions.php
+share/nextcloud/apps/profile/composer/composer/LICENSE
+share/nextcloud/apps/profile/composer/composer/autoload_classmap.php
+share/nextcloud/apps/profile/composer/composer/autoload_namespaces.php
+share/nextcloud/apps/profile/composer/composer/autoload_psr4.php
+share/nextcloud/apps/profile/composer/composer/autoload_real.php
+share/nextcloud/apps/profile/composer/composer/autoload_static.php
+share/nextcloud/apps/profile/composer/composer/installed.json
+share/nextcloud/apps/profile/composer/composer/installed.php
+share/nextcloud/apps/profile/l10n/ar.js
+share/nextcloud/apps/profile/l10n/ar.json
+share/nextcloud/apps/profile/l10n/ast.js
+share/nextcloud/apps/profile/l10n/ast.json
+share/nextcloud/apps/profile/l10n/be.js
+share/nextcloud/apps/profile/l10n/be.json
+share/nextcloud/apps/profile/l10n/bg.js
+share/nextcloud/apps/profile/l10n/bg.json
+share/nextcloud/apps/profile/l10n/ca.js
+share/nextcloud/apps/profile/l10n/ca.json
+share/nextcloud/apps/profile/l10n/cs.js
+share/nextcloud/apps/profile/l10n/cs.json
+share/nextcloud/apps/profile/l10n/da.js
+share/nextcloud/apps/profile/l10n/da.json
+share/nextcloud/apps/profile/l10n/de.js
+share/nextcloud/apps/profile/l10n/de.json
+share/nextcloud/apps/profile/l10n/de_DE.js
+share/nextcloud/apps/profile/l10n/de_DE.json
+share/nextcloud/apps/profile/l10n/el.js
+share/nextcloud/apps/profile/l10n/el.json
+share/nextcloud/apps/profile/l10n/en_GB.js
+share/nextcloud/apps/profile/l10n/en_GB.json
+share/nextcloud/apps/profile/l10n/es.js
+share/nextcloud/apps/profile/l10n/es.json
+share/nextcloud/apps/profile/l10n/es_EC.js
+share/nextcloud/apps/profile/l10n/es_EC.json
+share/nextcloud/apps/profile/l10n/es_MX.js
+share/nextcloud/apps/profile/l10n/es_MX.json
+share/nextcloud/apps/profile/l10n/et_EE.js
+share/nextcloud/apps/profile/l10n/et_EE.json
+share/nextcloud/apps/profile/l10n/eu.js
+share/nextcloud/apps/profile/l10n/eu.json
+share/nextcloud/apps/profile/l10n/fa.js
+share/nextcloud/apps/profile/l10n/fa.json
+share/nextcloud/apps/profile/l10n/fi.js
+share/nextcloud/apps/profile/l10n/fi.json
+share/nextcloud/apps/profile/l10n/fr.js
+share/nextcloud/apps/profile/l10n/fr.json
+share/nextcloud/apps/profile/l10n/ga.js
+share/nextcloud/apps/profile/l10n/ga.json
+share/nextcloud/apps/profile/l10n/gl.js
+share/nextcloud/apps/profile/l10n/gl.json
+share/nextcloud/apps/profile/l10n/hu.js
+share/nextcloud/apps/profile/l10n/hu.json
+share/nextcloud/apps/profile/l10n/id.js
+share/nextcloud/apps/profile/l10n/id.json
+share/nextcloud/apps/profile/l10n/is.js
+share/nextcloud/apps/profile/l10n/is.json
+share/nextcloud/apps/profile/l10n/it.js
+share/nextcloud/apps/profile/l10n/it.json
+share/nextcloud/apps/profile/l10n/ja.js
+share/nextcloud/apps/profile/l10n/ja.json
+share/nextcloud/apps/profile/l10n/ka.js
+share/nextcloud/apps/profile/l10n/ka.json
+share/nextcloud/apps/profile/l10n/ko.js
+share/nextcloud/apps/profile/l10n/ko.json
+share/nextcloud/apps/profile/l10n/lt_LT.js
+share/nextcloud/apps/profile/l10n/lt_LT.json
+share/nextcloud/apps/profile/l10n/lv.js
+share/nextcloud/apps/profile/l10n/lv.json
+share/nextcloud/apps/profile/l10n/mk.js
+share/nextcloud/apps/profile/l10n/mk.json
+share/nextcloud/apps/profile/l10n/nb.js
+share/nextcloud/apps/profile/l10n/nb.json
+share/nextcloud/apps/profile/l10n/nl.js
+share/nextcloud/apps/profile/l10n/nl.json
+share/nextcloud/apps/profile/l10n/pl.js
+share/nextcloud/apps/profile/l10n/pl.json
+share/nextcloud/apps/profile/l10n/pt_BR.js
+share/nextcloud/apps/profile/l10n/pt_BR.json
+share/nextcloud/apps/profile/l10n/pt_PT.js
+share/nextcloud/apps/profile/l10n/pt_PT.json
+share/nextcloud/apps/profile/l10n/ro.js
+share/nextcloud/apps/profile/l10n/ro.json
+share/nextcloud/apps/profile/l10n/ru.js
+share/nextcloud/apps/profile/l10n/ru.json
+share/nextcloud/apps/profile/l10n/sk.js
+share/nextcloud/apps/profile/l10n/sk.json
+share/nextcloud/apps/profile/l10n/sl.js
+share/nextcloud/apps/profile/l10n/sl.json
+share/nextcloud/apps/profile/l10n/sr.js
+share/nextcloud/apps/profile/l10n/sr.json
+share/nextcloud/apps/profile/l10n/sv.js
+share/nextcloud/apps/profile/l10n/sv.json
+share/nextcloud/apps/profile/l10n/sw.js
+share/nextcloud/apps/profile/l10n/sw.json
+share/nextcloud/apps/profile/l10n/th.js
+share/nextcloud/apps/profile/l10n/th.json
+share/nextcloud/apps/profile/l10n/tr.js
+share/nextcloud/apps/profile/l10n/tr.json
+share/nextcloud/apps/profile/l10n/ug.js
+share/nextcloud/apps/profile/l10n/ug.json
+share/nextcloud/apps/profile/l10n/uk.js
+share/nextcloud/apps/profile/l10n/uk.json
+share/nextcloud/apps/profile/l10n/uz.js
+share/nextcloud/apps/profile/l10n/uz.json
+share/nextcloud/apps/profile/l10n/vi.js
+share/nextcloud/apps/profile/l10n/vi.json
+share/nextcloud/apps/profile/l10n/zh_CN.js
+share/nextcloud/apps/profile/l10n/zh_CN.json
+share/nextcloud/apps/profile/l10n/zh_HK.js
+share/nextcloud/apps/profile/l10n/zh_HK.json
+share/nextcloud/apps/profile/l10n/zh_TW.js
+share/nextcloud/apps/profile/l10n/zh_TW.json
+share/nextcloud/apps/profile/lib/Controller/ProfilePageController.php
+share/nextcloud/apps/profile/templates/404-profile.php
+share/nextcloud/apps/profile/templates/profile.php
 share/nextcloud/apps/provisioning_api/appinfo/info.xml
 share/nextcloud/apps/provisioning_api/appinfo/routes.php
 share/nextcloud/apps/provisioning_api/appinfo/signature.json
@@ -14207,6 +12174,8 @@ share/nextcloud/apps/provisioning_api/l1
 share/nextcloud/apps/provisioning_api/l10n/de.json
 share/nextcloud/apps/provisioning_api/l10n/de_DE.js
 share/nextcloud/apps/provisioning_api/l10n/de_DE.json
+share/nextcloud/apps/provisioning_api/l10n/el.js
+share/nextcloud/apps/provisioning_api/l10n/el.json
 share/nextcloud/apps/provisioning_api/l10n/en_GB.js
 share/nextcloud/apps/provisioning_api/l10n/en_GB.json
 share/nextcloud/apps/provisioning_api/l10n/es.js
@@ -14255,7 +12224,7 @@ share/nextcloud/apps/provisioning_api/l1
 share/nextcloud/apps/provisioning_api/l10n/zh_TW.json
 share/nextcloud/apps/provisioning_api/lib/AppInfo/Application.php
 share/nextcloud/apps/provisioning_api/lib/Capabilities.php
-share/nextcloud/apps/provisioning_api/lib/Controller/AUserData.php
+share/nextcloud/apps/provisioning_api/lib/Controller/AUserDataOCSController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AppConfigController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/AppsController.php
 share/nextcloud/apps/provisioning_api/lib/Controller/GroupsController.php
@@ -14296,6 +12265,10 @@ share/nextcloud/apps/recommendations/js/
 share/nextcloud/apps/recommendations/js/recommendations-main.js.license
 share/nextcloud/apps/recommendations/js/recommendations-main.js.map
 share/nextcloud/apps/recommendations/js/recommendations-main.js.map.license
+share/nextcloud/apps/recommendations/js/recommendations-node_modules_nextcloud_vue_dist_Components_NcColorPicker_mjs.js
+share/nextcloud/apps/recommendations/js/recommendations-node_modules_nextcloud_vue_dist_Components_NcColorPicker_mjs.js.license
+share/nextcloud/apps/recommendations/js/recommendations-node_modules_nextcloud_vue_dist_Components_NcSelect_mjs.js
+share/nextcloud/apps/recommendations/js/recommendations-node_modules_nextcloud_vue_dist_Components_NcSelect_mjs.js.license
 share/nextcloud/apps/recommendations/js/recommendations-vendors-node_modules_rehype-highlight_index_js.js
 share/nextcloud/apps/recommendations/js/recommendations-vendors-node_modules_rehype-highlight_index_js.js.license
 share/nextcloud/apps/recommendations/js/recommendations-vendors-node_modules_rehype-highlight_index_js.js.map
@@ -14404,6 +12377,8 @@ share/nextcloud/apps/recommendations/l10
 share/nextcloud/apps/recommendations/l10n/ug.json
 share/nextcloud/apps/recommendations/l10n/uk.js
 share/nextcloud/apps/recommendations/l10n/uk.json
+share/nextcloud/apps/recommendations/l10n/uz.js
+share/nextcloud/apps/recommendations/l10n/uz.json
 share/nextcloud/apps/recommendations/l10n/vi.js
 share/nextcloud/apps/recommendations/l10n/vi.json
 share/nextcloud/apps/recommendations/l10n/zh_CN.js
@@ -14413,11 +12388,13 @@ share/nextcloud/apps/recommendations/l10
 share/nextcloud/apps/recommendations/l10n/zh_TW.js
 share/nextcloud/apps/recommendations/l10n/zh_TW.json
 share/nextcloud/apps/recommendations/lib/AppInfo/Application.php
+share/nextcloud/apps/recommendations/lib/Capabilities.php
 share/nextcloud/apps/recommendations/lib/Command/GetRecommendations.php
 share/nextcloud/apps/recommendations/lib/Controller/RecommendationController.php
 share/nextcloud/apps/recommendations/lib/Controller/SettingsController.php
 share/nextcloud/apps/recommendations/lib/Dashboard/RecommendationWidget.php
 share/nextcloud/apps/recommendations/lib/Listeners/FilesLoadAdditionalScriptsListener.php
+share/nextcloud/apps/recommendations/lib/ResponseDefinitions.php
 share/nextcloud/apps/recommendations/lib/Service/FileWithComments.php
 share/nextcloud/apps/recommendations/lib/Service/IRecommendation.php
 share/nextcloud/apps/recommendations/lib/Service/IRecommendationSource.php
@@ -14426,8 +12403,14 @@ share/nextcloud/apps/recommendations/lib
 share/nextcloud/apps/recommendations/lib/Service/RecentlySharedFilesSource.php
 share/nextcloud/apps/recommendations/lib/Service/RecommendationService.php
 share/nextcloud/apps/recommendations/lib/Service/RecommendedFile.php
+share/nextcloud/apps/recommendations/openapi.json
 share/nextcloud/apps/recommendations/package-lock.json
 share/nextcloud/apps/recommendations/package.json
+share/nextcloud/apps/recommendations/psalm-baseline.xml
+share/nextcloud/apps/recommendations/vendor-bin/openapi-extractor/composer.json
+share/nextcloud/apps/recommendations/vendor-bin/openapi-extractor/composer.lock
+share/nextcloud/apps/recommendations/vendor-bin/psalm/composer.json
+share/nextcloud/apps/recommendations/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/related_resources/AUTHORS.md
 share/nextcloud/apps/related_resources/CHANGELOG.md
 share/nextcloud/apps/related_resources/LICENSE
@@ -14443,10 +12426,6 @@ share/nextcloud/apps/related_resources/R
 share/nextcloud/apps/related_resources/appinfo/info.xml
 share/nextcloud/apps/related_resources/appinfo/routes.php
 share/nextcloud/apps/related_resources/appinfo/signature.json
-share/nextcloud/apps/related_resources/build/WebpackSPDXPlugin.js
-share/nextcloud/apps/related_resources/build/npm-post-build.sh
-share/nextcloud/apps/related_resources/composer.json
-share/nextcloud/apps/related_resources/composer.lock
 share/nextcloud/apps/related_resources/css/icons.scss
 share/nextcloud/apps/related_resources/js/related_resources.js
 share/nextcloud/apps/related_resources/js/related_resources.js.license
@@ -14718,8 +12697,6 @@ share/nextcloud/apps/related_resources/l
 share/nextcloud/apps/related_resources/lib/Tools/Traits/TArrayTools.php
 share/nextcloud/apps/related_resources/lib/Tools/Traits/TDeserialize.php
 share/nextcloud/apps/related_resources/lib/Tools/Traits/TStringTools.php
-share/nextcloud/apps/related_resources/package-lock.json
-share/nextcloud/apps/related_resources/package.json
 share/nextcloud/apps/related_resources/vendor/autoload.php
 share/nextcloud/apps/related_resources/vendor/composer/ClassLoader.php
 share/nextcloud/apps/related_resources/vendor/composer/InstalledVersions.php
@@ -14939,6 +12916,7 @@ share/nextcloud/apps/serverinfo/lib/Comm
 share/nextcloud/apps/serverinfo/lib/Controller/ApiController.php
 share/nextcloud/apps/serverinfo/lib/Controller/PageController.php
 share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php
+share/nextcloud/apps/serverinfo/lib/FpmStatistics.php
 share/nextcloud/apps/serverinfo/lib/Jobs/UpdateStorageStats.php
 share/nextcloud/apps/serverinfo/lib/OperatingSystems/Dummy.php
 share/nextcloud/apps/serverinfo/lib/OperatingSystems/FreeBSD.php
@@ -14947,6 +12925,7 @@ share/nextcloud/apps/serverinfo/lib/Oper
 share/nextcloud/apps/serverinfo/lib/Os.php
 share/nextcloud/apps/serverinfo/lib/PhpInfoResponse.php
 share/nextcloud/apps/serverinfo/lib/PhpStatistics.php
+share/nextcloud/apps/serverinfo/lib/Resources/CPU.php
 share/nextcloud/apps/serverinfo/lib/Resources/Disk.php
 share/nextcloud/apps/serverinfo/lib/Resources/Memory.php
 share/nextcloud/apps/serverinfo/lib/Resources/NetInterface.php
@@ -14958,6 +12937,12 @@ share/nextcloud/apps/serverinfo/lib/Shar
 share/nextcloud/apps/serverinfo/lib/StorageStatistics.php
 share/nextcloud/apps/serverinfo/lib/SystemStatistics.php
 share/nextcloud/apps/serverinfo/templates/settings-admin.php
+share/nextcloud/apps/serverinfo/vendor-bin/cs-fixer/composer.json
+share/nextcloud/apps/serverinfo/vendor-bin/cs-fixer/composer.lock
+share/nextcloud/apps/serverinfo/vendor-bin/phpunit/composer.json
+share/nextcloud/apps/serverinfo/vendor-bin/phpunit/composer.lock
+share/nextcloud/apps/serverinfo/vendor-bin/psalm/composer.json
+share/nextcloud/apps/serverinfo/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/settings/appinfo/info.xml
 share/nextcloud/apps/settings/appinfo/routes.php
 share/nextcloud/apps/settings/appinfo/signature.json
@@ -14985,6 +12970,7 @@ share/nextcloud/apps/settings/img/ai.svg
 share/nextcloud/apps/settings/img/apps.svg
 share/nextcloud/apps/settings/img/change.svg
 share/nextcloud/apps/settings/img/help.svg
+share/nextcloud/apps/settings/img/library_add_check.svg
 share/nextcloud/apps/settings/img/password.svg
 share/nextcloud/apps/settings/img/personal.png
 share/nextcloud/apps/settings/img/personal.svg
@@ -15162,6 +13148,7 @@ share/nextcloud/apps/settings/lib/Backgr
 share/nextcloud/apps/settings/lib/Command/AdminDelegation/Add.php
 share/nextcloud/apps/settings/lib/Command/AdminDelegation/Remove.php
 share/nextcloud/apps/settings/lib/Command/AdminDelegation/Show.php
+share/nextcloud/apps/settings/lib/ConfigLexicon.php
 share/nextcloud/apps/settings/lib/Controller/AISettingsController.php
 share/nextcloud/apps/settings/lib/Controller/AdminSettingsController.php
 share/nextcloud/apps/settings/lib/Controller/AppSettingsController.php
@@ -15175,6 +13162,7 @@ share/nextcloud/apps/settings/lib/Contro
 share/nextcloud/apps/settings/lib/Controller/LogSettingsController.php
 share/nextcloud/apps/settings/lib/Controller/MailSettingsController.php
 share/nextcloud/apps/settings/lib/Controller/PersonalSettingsController.php
+share/nextcloud/apps/settings/lib/Controller/PresetController.php
 share/nextcloud/apps/settings/lib/Controller/ReasonsController.php
 share/nextcloud/apps/settings/lib/Controller/TwoFactorSettingsController.php
 share/nextcloud/apps/settings/lib/Controller/UsersController.php
@@ -15197,6 +13185,7 @@ share/nextcloud/apps/settings/lib/Sectio
 share/nextcloud/apps/settings/lib/Sections/Admin/Delegation.php
 share/nextcloud/apps/settings/lib/Sections/Admin/Groupware.php
 share/nextcloud/apps/settings/lib/Sections/Admin/Overview.php
+share/nextcloud/apps/settings/lib/Sections/Admin/Presets.php
 share/nextcloud/apps/settings/lib/Sections/Admin/Security.php
 share/nextcloud/apps/settings/lib/Sections/Admin/Server.php
 share/nextcloud/apps/settings/lib/Sections/Admin/Sharing.php
@@ -15213,6 +13202,7 @@ share/nextcloud/apps/settings/lib/Settin
 share/nextcloud/apps/settings/lib/Settings/Admin/Mail.php
 share/nextcloud/apps/settings/lib/Settings/Admin/MailProvider.php
 share/nextcloud/apps/settings/lib/Settings/Admin/Overview.php
+share/nextcloud/apps/settings/lib/Settings/Admin/Presets.php
 share/nextcloud/apps/settings/lib/Settings/Admin/Security.php
 share/nextcloud/apps/settings/lib/Settings/Admin/Server.php
 share/nextcloud/apps/settings/lib/Settings/Admin/Sharing.php
@@ -15227,7 +13217,6 @@ share/nextcloud/apps/settings/lib/Settin
 share/nextcloud/apps/settings/lib/SetupChecks/AllowedAdminRanges.php
 share/nextcloud/apps/settings/lib/SetupChecks/AppDirsWithDifferentOwner.php
 share/nextcloud/apps/settings/lib/SetupChecks/BruteForceThrottler.php
-share/nextcloud/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php
 share/nextcloud/apps/settings/lib/SetupChecks/CheckUserCertificates.php
 share/nextcloud/apps/settings/lib/SetupChecks/CodeIntegrity.php
 share/nextcloud/apps/settings/lib/SetupChecks/CronErrors.php
@@ -15247,12 +13236,15 @@ share/nextcloud/apps/settings/lib/SetupC
 share/nextcloud/apps/settings/lib/SetupChecks/JavaScriptModules.php
 share/nextcloud/apps/settings/lib/SetupChecks/JavaScriptSourceMaps.php
 share/nextcloud/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php
+share/nextcloud/apps/settings/lib/SetupChecks/LoggingLevel.php
 share/nextcloud/apps/settings/lib/SetupChecks/MaintenanceWindowStart.php
 share/nextcloud/apps/settings/lib/SetupChecks/MemcacheConfigured.php
 share/nextcloud/apps/settings/lib/SetupChecks/MimeTypeMigrationAvailable.php
+share/nextcloud/apps/settings/lib/SetupChecks/MysqlRowFormat.php
 share/nextcloud/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php
 share/nextcloud/apps/settings/lib/SetupChecks/OcxProviders.php
 share/nextcloud/apps/settings/lib/SetupChecks/OverwriteCliUrl.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpApcuConfig.php
 share/nextcloud/apps/settings/lib/SetupChecks/PhpDefaultCharset.php
 share/nextcloud/apps/settings/lib/SetupChecks/PhpDisabledFunctions.php
 share/nextcloud/apps/settings/lib/SetupChecks/PhpFreetypeSupport.php
@@ -15271,6 +13263,7 @@ share/nextcloud/apps/settings/lib/SetupC
 share/nextcloud/apps/settings/lib/SetupChecks/SupportedDatabase.php
 share/nextcloud/apps/settings/lib/SetupChecks/SystemIs64bit.php
 share/nextcloud/apps/settings/lib/SetupChecks/TaskProcessingPickupSpeed.php
+share/nextcloud/apps/settings/lib/SetupChecks/TaskProcessingSuccessRate.php
 share/nextcloud/apps/settings/lib/SetupChecks/TempSpaceAvailable.php
 share/nextcloud/apps/settings/lib/SetupChecks/TransactionIsolation.php
 share/nextcloud/apps/settings/lib/SetupChecks/WellKnownUrls.php
@@ -15291,6 +13284,7 @@ share/nextcloud/apps/settings/templates/
 share/nextcloud/apps/settings/templates/settings/admin/ai.php
 share/nextcloud/apps/settings/templates/settings/admin/delegation.php
 share/nextcloud/apps/settings/templates/settings/admin/overview.php
+share/nextcloud/apps/settings/templates/settings/admin/presets.php
 share/nextcloud/apps/settings/templates/settings/admin/security.php
 share/nextcloud/apps/settings/templates/settings/admin/server.php
 share/nextcloud/apps/settings/templates/settings/admin/sharing.php
@@ -15398,6 +13392,8 @@ share/nextcloud/apps/sharebymail/l10n/sr
 share/nextcloud/apps/sharebymail/l10n/sr.json
 share/nextcloud/apps/sharebymail/l10n/sv.js
 share/nextcloud/apps/sharebymail/l10n/sv.json
+share/nextcloud/apps/sharebymail/l10n/sw.js
+share/nextcloud/apps/sharebymail/l10n/sw.json
 share/nextcloud/apps/sharebymail/l10n/tr.js
 share/nextcloud/apps/sharebymail/l10n/tr.json
 share/nextcloud/apps/sharebymail/l10n/ug.js
@@ -15419,6 +13415,15 @@ share/nextcloud/apps/sharebymail/lib/Sha
 share/nextcloud/apps/sharebymail/openapi.json
 share/nextcloud/apps/sharebymail/openapi.json.license
 share/nextcloud/apps/sharebymail/templates/settings-admin.php
+share/nextcloud/apps/support/AUTHORS.md
+share/nextcloud/apps/support/LICENSES/AGPL-3.0-or-later.txt
+share/nextcloud/apps/support/LICENSES/Apache-2.0.txt
+share/nextcloud/apps/support/LICENSES/CC0-1.0.txt
+share/nextcloud/apps/support/LICENSES/LicenseRef-Discourse.txt
+share/nextcloud/apps/support/LICENSES/LicenseRef-GithubTrademarks.txt
+share/nextcloud/apps/support/LICENSES/LicenseRef-NextcloudTrademarks.txt
+share/nextcloud/apps/support/LICENSES/MIT.txt
+share/nextcloud/apps/support/REUSE.toml
 share/nextcloud/apps/support/appinfo/info.xml
 share/nextcloud/apps/support/appinfo/routes.php
 share/nextcloud/apps/support/appinfo/signature.json
@@ -15583,7 +13588,12 @@ share/nextcloud/apps/support/lib/Notific
 share/nextcloud/apps/support/lib/Repair/MigrateLazyAppConfig.php
 share/nextcloud/apps/support/lib/Repair/SwitchUpdaterServer.php
 share/nextcloud/apps/support/lib/Section.php
+share/nextcloud/apps/support/lib/Sections/AppApiSection.php
+share/nextcloud/apps/support/lib/Sections/LdapSection.php
+share/nextcloud/apps/support/lib/Sections/PhpInfoSection.php
 share/nextcloud/apps/support/lib/Sections/ServerSection.php
+share/nextcloud/apps/support/lib/Sections/SetupChecksSection.php
+share/nextcloud/apps/support/lib/Sections/TalkSection.php
 share/nextcloud/apps/support/lib/Service/SubscriptionService.php
 share/nextcloud/apps/support/lib/Settings/Admin.php
 share/nextcloud/apps/support/lib/Settings/Section.php
@@ -15592,7 +13602,12 @@ share/nextcloud/apps/support/package-loc
 share/nextcloud/apps/support/package.json
 share/nextcloud/apps/support/resources/Why the Nextcloud Subscription.pdf
 share/nextcloud/apps/support/templates/admin.php
-share/nextcloud/apps/survey_client/.reuse/dep5
+share/nextcloud/apps/support/vendor-bin/csfixer/composer.json
+share/nextcloud/apps/support/vendor-bin/csfixer/composer.lock
+share/nextcloud/apps/support/vendor-bin/psalm/composer.json
+share/nextcloud/apps/support/vendor-bin/psalm/composer.lock
+share/nextcloud/apps/support/vendor-bin/rector/composer.json
+share/nextcloud/apps/support/vendor-bin/rector/composer.lock
 share/nextcloud/apps/survey_client/AUTHORS.md
 share/nextcloud/apps/survey_client/COPYING
 share/nextcloud/apps/survey_client/LICENSES/AGPL-3.0-only.txt
@@ -15600,6 +13615,7 @@ share/nextcloud/apps/survey_client/LICEN
 share/nextcloud/apps/survey_client/LICENSES/Apache-2.0.txt
 share/nextcloud/apps/survey_client/LICENSES/CC0-1.0.txt
 share/nextcloud/apps/survey_client/LICENSES/MIT.txt
+share/nextcloud/apps/survey_client/REUSE.toml
 share/nextcloud/apps/survey_client/appinfo/info.xml
 share/nextcloud/apps/survey_client/appinfo/routes.php
 share/nextcloud/apps/survey_client/appinfo/signature.json
@@ -15613,6 +13629,8 @@ share/nextcloud/apps/survey_client/l10n/
 share/nextcloud/apps/survey_client/l10n/ar.json
 share/nextcloud/apps/survey_client/l10n/ast.js
 share/nextcloud/apps/survey_client/l10n/ast.json
+share/nextcloud/apps/survey_client/l10n/be.js
+share/nextcloud/apps/survey_client/l10n/be.json
 share/nextcloud/apps/survey_client/l10n/bg.js
 share/nextcloud/apps/survey_client/l10n/bg.json
 share/nextcloud/apps/survey_client/l10n/ca.js
@@ -15763,7 +13781,6 @@ share/nextcloud/apps/survey_client/lib/N
 share/nextcloud/apps/survey_client/lib/Settings/AdminSection.php
 share/nextcloud/apps/survey_client/lib/Settings/AdminSettings.php
 share/nextcloud/apps/survey_client/templates/admin.php
-share/nextcloud/apps/suspicious_login/.reuse/dep5
 share/nextcloud/apps/suspicious_login/AUTHORS.md
 share/nextcloud/apps/suspicious_login/CHANGELOG.md
 share/nextcloud/apps/suspicious_login/COPYING
@@ -15771,16 +13788,13 @@ share/nextcloud/apps/suspicious_login/LI
 share/nextcloud/apps/suspicious_login/LICENSES/Apache-2.0.txt
 share/nextcloud/apps/suspicious_login/LICENSES/CC0-1.0.txt
 share/nextcloud/apps/suspicious_login/LICENSES/MIT.txt
+share/nextcloud/apps/suspicious_login/REUSE.toml
 share/nextcloud/apps/suspicious_login/appinfo/info.xml
 share/nextcloud/apps/suspicious_login/appinfo/signature.json
 share/nextcloud/apps/suspicious_login/composer.json
 share/nextcloud/apps/suspicious_login/composer.lock
-share/nextcloud/apps/suspicious_login/doc/stats.md
 share/nextcloud/apps/suspicious_login/img/app-dark.svg
 share/nextcloud/apps/suspicious_login/img/app.svg
-share/nextcloud/apps/suspicious_login/js/settings.js
-share/nextcloud/apps/suspicious_login/js/settings.js.LICENSE.txt
-share/nextcloud/apps/suspicious_login/js/settings.js.map
 share/nextcloud/apps/suspicious_login/l10n/af.js
 share/nextcloud/apps/suspicious_login/l10n/af.json
 share/nextcloud/apps/suspicious_login/l10n/ar.js
@@ -15791,8 +13805,6 @@ share/nextcloud/apps/suspicious_login/l1
 share/nextcloud/apps/suspicious_login/l10n/be.json
 share/nextcloud/apps/suspicious_login/l10n/bg.js
 share/nextcloud/apps/suspicious_login/l10n/bg.json
-share/nextcloud/apps/suspicious_login/l10n/br.js
-share/nextcloud/apps/suspicious_login/l10n/br.json
 share/nextcloud/apps/suspicious_login/l10n/ca.js
 share/nextcloud/apps/suspicious_login/l10n/ca.json
 share/nextcloud/apps/suspicious_login/l10n/cs.js
@@ -15849,14 +13861,10 @@ share/nextcloud/apps/suspicious_login/l1
 share/nextcloud/apps/suspicious_login/l10n/lt_LT.json
 share/nextcloud/apps/suspicious_login/l10n/lv.js
 share/nextcloud/apps/suspicious_login/l10n/lv.json
-share/nextcloud/apps/suspicious_login/l10n/mk.js
-share/nextcloud/apps/suspicious_login/l10n/mk.json
 share/nextcloud/apps/suspicious_login/l10n/nb.js
 share/nextcloud/apps/suspicious_login/l10n/nb.json
 share/nextcloud/apps/suspicious_login/l10n/nl.js
 share/nextcloud/apps/suspicious_login/l10n/nl.json
-share/nextcloud/apps/suspicious_login/l10n/oc.js
-share/nextcloud/apps/suspicious_login/l10n/oc.json
 share/nextcloud/apps/suspicious_login/l10n/pl.js
 share/nextcloud/apps/suspicious_login/l10n/pl.json
 share/nextcloud/apps/suspicious_login/l10n/pt_BR.js
@@ -15899,6 +13907,8 @@ share/nextcloud/apps/suspicious_login/l1
 share/nextcloud/apps/suspicious_login/l10n/zh_TW.json
 share/nextcloud/apps/suspicious_login/lib/AppInfo/Application.php
 share/nextcloud/apps/suspicious_login/lib/BackgroundJob/ETLJob.php
+share/nextcloud/apps/suspicious_login/lib/BackgroundJob/TrainIpV4OnceJob.php
+share/nextcloud/apps/suspicious_login/lib/BackgroundJob/TrainIpV6OnceJob.php
 share/nextcloud/apps/suspicious_login/lib/BackgroundJob/TrainJobIpV4.php
 share/nextcloud/apps/suspicious_login/lib/BackgroundJob/TrainJobIpV6.php
 share/nextcloud/apps/suspicious_login/lib/Command/ETL.php
@@ -15907,6 +13917,7 @@ share/nextcloud/apps/suspicious_login/li
 share/nextcloud/apps/suspicious_login/lib/Command/Predict.php
 share/nextcloud/apps/suspicious_login/lib/Command/Seed.php
 share/nextcloud/apps/suspicious_login/lib/Command/Train.php
+share/nextcloud/apps/suspicious_login/lib/Controller/StatisticsController.php
 share/nextcloud/apps/suspicious_login/lib/Db/LoginAddress.php
 share/nextcloud/apps/suspicious_login/lib/Db/LoginAddressAggregated.php
 share/nextcloud/apps/suspicious_login/lib/Db/LoginAddressAggregatedMapper.php
@@ -15919,6 +13930,7 @@ share/nextcloud/apps/suspicious_login/li
 share/nextcloud/apps/suspicious_login/lib/Event/PostLoginEvent.php
 share/nextcloud/apps/suspicious_login/lib/Event/SuspiciousLoginEvent.php
 share/nextcloud/apps/suspicious_login/lib/Exception/InsufficientDataException.php
+share/nextcloud/apps/suspicious_login/lib/Exception/ModelNotFoundException.php
 share/nextcloud/apps/suspicious_login/lib/Exception/ServiceException.php
 share/nextcloud/apps/suspicious_login/lib/Listener/LoginListener.php
 share/nextcloud/apps/suspicious_login/lib/Listener/LoginMailListener.php
@@ -15935,9 +13947,9 @@ share/nextcloud/apps/suspicious_login/li
 share/nextcloud/apps/suspicious_login/lib/Migration/Version2Date20190913144908.php
 share/nextcloud/apps/suspicious_login/lib/Migration/Version4002Date20220922094803.php
 share/nextcloud/apps/suspicious_login/lib/Migration/Version4002Date20220922094804.php
+share/nextcloud/apps/suspicious_login/lib/Migration/Version9000Date20250114095826.php
 share/nextcloud/apps/suspicious_login/lib/Notifications/Notifier.php
 share/nextcloud/apps/suspicious_login/lib/Service/AClassificationStrategy.php
-share/nextcloud/apps/suspicious_login/lib/Service/AdminService.php
 share/nextcloud/apps/suspicious_login/lib/Service/CollectedData.php
 share/nextcloud/apps/suspicious_login/lib/Service/DataLoader.php
 share/nextcloud/apps/suspicious_login/lib/Service/ETLService.php
@@ -15954,45 +13966,14 @@ share/nextcloud/apps/suspicious_login/li
 share/nextcloud/apps/suspicious_login/lib/Service/NotificationState.php
 share/nextcloud/apps/suspicious_login/lib/Service/Statistics/AppStatistics.php
 share/nextcloud/apps/suspicious_login/lib/Service/Statistics/TrainingDataStatistics.php
+share/nextcloud/apps/suspicious_login/lib/Service/StatisticsService.php
 share/nextcloud/apps/suspicious_login/lib/Service/TrainService.php
 share/nextcloud/apps/suspicious_login/lib/Service/TrainingDataConfig.php
 share/nextcloud/apps/suspicious_login/lib/Service/TrainingDataSet.php
 share/nextcloud/apps/suspicious_login/lib/Service/TrainingResult.php
-share/nextcloud/apps/suspicious_login/lib/Settings/AdminSettings.php
 share/nextcloud/apps/suspicious_login/lib/Task/TrainTask.php
 share/nextcloud/apps/suspicious_login/lib/Util/AddressClassifier.php
-share/nextcloud/apps/suspicious_login/package-lock.json
-share/nextcloud/apps/suspicious_login/package.json
 share/nextcloud/apps/suspicious_login/templates/settings-admin.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.json
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/composer.lock
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/autoload.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/ClassLoader.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/InstalledVersions.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/LICENSE
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/autoload_classmap.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/autoload_namespaces.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/autoload_psr4.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/autoload_real.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/autoload_static.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/installed.json
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/composer/installed.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/.github/workflows/lint.yml
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/.gitignore
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/.php-cs-fixer.dist.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/CHANGELOG.md
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/LICENSE
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/README.md
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/composer.json
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/nextcloud/coding-standard/src/Config.php
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/LICENSE
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/README.md
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/composer.json
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/logo.md
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/logo.png
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/php-cs-fixer
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/php-cs-fixer.phar
-share/nextcloud/apps/suspicious_login/vendor-bin/php-cs-fixer/vendor/php-cs-fixer/shim/php-cs-fixer.phar.asc
 share/nextcloud/apps/suspicious_login/vendor/amphp/amp/LICENSE
 share/nextcloud/apps/suspicious_login/vendor/amphp/amp/composer.json
 share/nextcloud/apps/suspicious_login/vendor/amphp/amp/lib/CallableMaker.php
@@ -16035,7 +14016,6 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/amphp/amp/lib/TimeoutCancellationToken.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/amp/lib/TimeoutException.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/amp/lib/functions.php
-share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/.github/workflows/ci.yml
 share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/LICENSE
 share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/composer.json
 share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/lib/Base64/Base64DecodingInputStream.php
@@ -16059,16 +14039,14 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/lib/ZlibInputStream.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/lib/ZlibOutputStream.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/lib/functions.php
-share/nextcloud/apps/suspicious_login/vendor/amphp/byte-stream/psalm.xml
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/.github/workflows/ci.yml
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/.gitmodules
-share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/.php_cs.dist
+share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/.php-cs-fixer.dist.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/.valgrindrc
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/LICENSE
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/Makefile
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/README.md
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/Vagrantfile
-share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/appveyor.yml
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/composer.json
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/docs/Gemfile
 share/nextcloud/apps/suspicious_login/vendor/amphp/parallel/docs/_config.yml
@@ -16217,6 +14195,26 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/amphp/sync/src/ThreadedMutex.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/sync/src/ThreadedSemaphore.php
 share/nextcloud/apps/suspicious_login/vendor/amphp/sync/src/functions.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/.gitattributes
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/.github/FUNDING.yml
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/.github/workflows/ci.yml
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/.gitignore
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/.php_cs.dist.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/CHANGELOG.md
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/README.md
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/benchmarks/BloomFilterBench.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/benchmarks/HashFunctionsBench.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/composer.json
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/phpbench.json.dist
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/phpstan.neon
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/phpunit.xml
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/src/BloomFilter.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/src/BooleanArray.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/src/Exceptions/InvalidArgumentException.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/src/Exceptions/OkBloomerException.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/tests/BloomFilterTest.php
+share/nextcloud/apps/suspicious_login/vendor/andrewdalpino/okbloomer/tests/BooleanArrayTest.php
 share/nextcloud/apps/suspicious_login/vendor/autoload.php
 share/nextcloud/apps/suspicious_login/vendor/bamarni/composer-bin-plugin/.github/workflows/phpstan.yml
 share/nextcloud/apps/suspicious_login/vendor/bamarni/composer-bin-plugin/.github/workflows/tests.yaml
@@ -16310,8 +14308,6 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/bamarni/composer-bin-plugin/src/Input/InvalidBinInput.php
 share/nextcloud/apps/suspicious_login/vendor/bamarni/composer-bin-plugin/src/Logger.php
 share/nextcloud/apps/suspicious_login/vendor/bamarni/composer-bin-plugin/src/PublicIO.php
-share/nextcloud/apps/suspicious_login/vendor/bin/php-cs-fixer
-share/nextcloud/apps/suspicious_login/vendor/bin/php-cs-fixer.phar
 share/nextcloud/apps/suspicious_login/vendor/composer/ClassLoader.php
 share/nextcloud/apps/suspicious_login/vendor/composer/InstalledVersions.php
 share/nextcloud/apps/suspicious_login/vendor/composer/LICENSE
@@ -16324,87 +14320,59 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/composer/installed.json
 share/nextcloud/apps/suspicious_login/vendor/composer/installed.php
 share/nextcloud/apps/suspicious_login/vendor/composer/platform_check.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/INFO.md
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/LICENSE
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/composer.json
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/config.subsplit-publish.json
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/docker-compose.yml
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/readme.md
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/Config.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/CorruptedPathDetected.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/DirectoryAttributes.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/DirectoryListing.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FileAttributes.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/Filesystem.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FilesystemAdapter.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FilesystemException.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FilesystemOperationFailed.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FilesystemOperator.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FilesystemReader.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/FilesystemWriter.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/InvalidStreamProvided.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/InvalidVisibilityProvided.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/MountManager.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/PathNormalizer.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/PathPrefixer.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/PathTraversalDetected.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/PortableVisibilityGuard.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/ProxyArrayAccessToProperties.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/StorageAttributes.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/SymbolicLinkEncountered.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToCheckFileExistence.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToCopyFile.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToCreateDirectory.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToDeleteDirectory.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToDeleteFile.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToMountFilesystem.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToMoveFile.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToReadFile.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToResolveFilesystemMount.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToRetrieveMetadata.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToSetVisibility.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnableToWriteFile.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnixVisibility/VisibilityConverter.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/UnreadableFileEncountered.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/Visibility.php
-share/nextcloud/apps/suspicious_login/vendor/league/flysystem/src/WhitespacePathNormalizer.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/CHANGELOG.md
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/LICENSE
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/composer.json
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/EmptyExtensionToMimeTypeMap.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/ExtensionMimeTypeDetector.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/ExtensionToMimeTypeMap.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/FinfoMimeTypeDetector.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/MimeTypeDetector.php
-share/nextcloud/apps/suspicious_login/vendor/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/README.md
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/SECURITY.md
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/composer.json
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/Inflector.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/Normalise.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/StringHelper.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/README
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/mbstring/core.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/native/core.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/ord.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/str_ireplace.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/str_pad.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/str_split.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/strcasecmp.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/strcspn.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/stristr.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/strrev.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/strspn.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/substr_replace.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/trim.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/ucfirst.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/ucwords.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utf8.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/ascii.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/bad.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/patterns.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/position.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/specials.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/unicode.php
+share/nextcloud/apps/suspicious_login/vendor/joomla/string/src/phputf8/utils/validation.php
 share/nextcloud/apps/suspicious_login/vendor/psr/log/LICENSE
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/AbstractLogger.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/InvalidArgumentException.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/LogLevel.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/LoggerInterface.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/LoggerTrait.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/NullLogger.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/Test/DummyTest.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
-share/nextcloud/apps/suspicious_login/vendor/psr/log/Psr/Log/Test/TestLogger.php
 share/nextcloud/apps/suspicious_login/vendor/psr/log/README.md
 share/nextcloud/apps/suspicious_login/vendor/psr/log/composer.json
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/AbstractLogger.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/InvalidArgumentException.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/LogLevel.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/LoggerAwareInterface.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/LoggerAwareTrait.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/LoggerInterface.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/LoggerTrait.php
+share/nextcloud/apps/suspicious_login/vendor/psr/log/src/NullLogger.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.gitattributes
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.github/FUNDING.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.github/workflows/ci.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.github/workflows/cla.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.gitignore
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.php_cs.dist
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/.php-cs-fixer.dist.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/CHANGELOG.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/CONTRIBUTING.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/LICENSE
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/README.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/SECURITY.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/AnomalyDetectors/GaussianMLEBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/AnomalyDetectors/IsolationForestBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/AnomalyDetectors/LocalOutlierFactorBench.php
@@ -16418,8 +14386,10 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/KDNeighborsBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/KNearestNeighborsBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/LogisticRegressionBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/LogitBoostBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/MultilayerPerceptronBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/NaiveBayesBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/OneVsRestBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/RadiusNeighborsBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/RandomForestBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Classifiers/SVCBench.php
@@ -16429,34 +14399,35 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Clusterers/GaussianMixtureBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Clusterers/KMeansBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Clusterers/MeanShiftBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Datasets/LabeledBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Embedders/TSNEBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Datasets/RandomizationBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Datasets/SortingBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Datasets/SplittingBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Graph/Trees/BallTreeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Graph/Trees/KDTreeBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Graph/Trees/VantageTreeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/CanberraBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/CosineBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/DiagonalBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/EuclideanBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/GowerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/JaccardBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/ManhattanBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/MinkowskiBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/SafeEuclideanBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Kernels/Distance/SparseCosineBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/ELUBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/GELUBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/HyperbolicTangentBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/LeakyReLUBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/ReLUBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/SELUBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/SiLUBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/SigmoidBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/SoftPlusBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/SoftmaxBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/SoftsignBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/NeuralNet/ActivationFunctions/ThresholdedReLUBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Other/Tokenizers/KSkipNGramBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Other/Tokenizers/NGramBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Other/Tokenizers/SentenceBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Other/Tokenizers/WhitespaceBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Other/Tokenizers/WordBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Persisters/Serializers/GzipBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Persisters/Serializers/GzipNativeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Persisters/Serializers/NativeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Persisters/Serializers/RBXBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Regressors/AdalineBench.php
@@ -16469,9 +14440,16 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Regressors/RegressionTreeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Regressors/RidgeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Regressors/SVRBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Tokenizers/KSkipNGramBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Tokenizers/NGramBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Tokenizers/SentenceBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Tokenizers/WhitespaceBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Tokenizers/WordBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Tokenizers/WordStemmerBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/BM25TransformerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/GaussianRandomProjectorBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/ImageVectorizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/IntervalDiscretizerBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/KBestSelectorBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/L1NormalizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/L2NormalizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/LinearDiscriminantAnalysisBench.php
@@ -16481,13 +14459,15 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/NumericStringConverterBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/PolynomialExpanderBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/PrincipalComponentAnalysisBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/RecursiveFeatureEliminatorBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/RobustStandardizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/SparseRandomProjectorBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/StopWordFilterBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/TSNEBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/TextNormalizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/TfIdfTransformerBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/TokenHashingVectorizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/TruncatedSVDBench.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/WordCountVectorizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/benchmarks/Transformers/ZScaleStandardizerBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/composer.json
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/anomaly-detectors/gaussian-mle.md
@@ -16503,14 +14483,15 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/choosing-an-estimator.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/adaboost.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/classification-tree.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/dummy-classifier.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/extra-tree-classifier.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/gaussian-naive-bayes.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/k-nearest-neighbors.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/kd-neighbors.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/logistic-regression.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/logit-boost.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/multilayer-perceptron.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/naive-bayes.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/one-vs-rest.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/radius-neighbors.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/random-forest.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/classifiers/softmax-classifier.md
@@ -16522,6 +14503,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/clusterers/mean-shift.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/clusterers/seeders/k-mc2.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/clusterers/seeders/plus-plus.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/clusterers/seeders/preset.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/clusterers/seeders/random.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/committee-machine.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation.md
@@ -16531,6 +14513,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/leave-p-out.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/accuracy.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/api.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/brier-score.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/completeness.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/f-beta.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/homogeneity.md
@@ -16539,10 +14522,12 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/mean-absolute-error.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/mean-squared-error.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/median-absolute-error.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/probabilistic-accuracy.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/r-squared.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/rand-index.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/rmse.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/smape.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/top-k-accuracy.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/metrics/v-measure.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/monte-carlo.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/cross-validation/reports/aggregate-report.md
@@ -16562,25 +14547,34 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/datasets/generators/swiss-roll.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/datasets/labeled.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/datasets/unlabeled.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/embedders/api.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/embedders/t-sne.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/estimator.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/exploring-data.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extracting-data.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/api.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/column-filter.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/column-picker.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/concatenator.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/csv.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/json.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/deduplicator.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/ndjson.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/extractors/sql-table.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/faq.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/graph/trees/ball-tree.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/graph/trees/k-d-tree.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/graph/trees/vantage-tree.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/grid-search.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/helpers/params.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/hyper-parameter-tuning.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/app-icon-apple-touch.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/app-icon-large.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/app-icon-medium.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/app-icon-small.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/half-moon-scatterplot.png
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/housing-dataset-1d-histogram.png
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/iris-dataset-2d-scatterplot.png
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/iris-dataset-t-sne-embedding.png
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/iris-dataset-truncated-svd-embedding.png
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/images/neural-network-graph.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/index.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/inference.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/installation.md
@@ -16589,23 +14583,29 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/cosine.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/diagonal.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/euclidean.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/gower.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/hamming.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/jaccard.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/manhattan.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/minkowski.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/safe-euclidean.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/distance/sparse-cosine.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/svm/linear.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/svm/polynomial.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/svm/rbf.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/kernels/svm/sigmoidal.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/learner.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/loggers/screen.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/model-ensembles.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/model-persistence.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/elu.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/gelu.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/hyperbolic-tangent.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/leaky-relu.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/relu.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/selu.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/sigmoid.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/silu.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/soft-plus.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/softmax.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/activation-functions/softsign.md
@@ -16620,6 +14620,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/hidden-layers/dropout.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/hidden-layers/noise.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/hidden-layers/prelu.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/hidden-layers/swish.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/initializers/constant.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/initializers/he.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/initializers/lecun.md
@@ -16636,37 +14637,16 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/optimizers/step-decay.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/neural-network/optimizers/stochastic.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/online.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/helpers/params.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/loggers/screen.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/strategies/constant.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/strategies/k-most-frequent.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/strategies/mean.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/strategies/percentile.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/strategies/prior.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/strategies/wild-guess.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/tokenizers/k-skip-n-gram.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/tokenizers/n-gram.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/tokenizers/sentence.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/tokenizers/skip-gram.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/tokenizers/whitespace.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/other/tokenizers/word.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/parallel.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persistable.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persistent-model.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/api.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/filesystem.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/flysystem.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/redis-db.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/serializers/gzip.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/serializers/igbinary.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/serializers/native.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/persisters/serializers/rbx.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/pipeline.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/preprocessing.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/probabilistic.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/ranks-features.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/regressors/adaline.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/regressors/dummy-regressor.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/regressors/extra-tree-regressor.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/regressors/gradient-boost.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/regressors/kd-neighbors-regressor.md
@@ -16678,19 +14658,36 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/regressors/svr.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/representing-your-data.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/scoring.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/serializers/api.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/serializers/gzip-native.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/serializers/native.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/serializers/rbx.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/strategies/constant.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/strategies/k-most-frequent.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/strategies/mean.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/strategies/percentile.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/strategies/prior.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/strategies/wild-guess.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/tokenizers/k-skip-n-gram.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/tokenizers/n-gram.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/tokenizers/sentence.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/tokenizers/whitespace.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/tokenizers/word-stemmer.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/tokenizers/word.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/training.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/api.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/bm25-transformer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/boolean-converter.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/dense-random-projector.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/gaussian-random-projector.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/html-stripper.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/hot-deck-imputer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/image-resizer.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/image-rotator.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/image-vectorizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/interval-discretizer.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/k-best-feature-selector.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/knn-imputer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/l1-normalizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/l2-normalizer.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/lambda-function.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/linear-discriminant-analysis.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/max-absolute-scaler.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/min-max-normalizer.md
@@ -16700,21 +14697,19 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/one-hot-encoder.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/polynomial-expander.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/principal-component-analysis.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/random-hot-deck-imputer.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/recursive-feature-eliminator.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/regex-filter.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/robust-standardizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/sparse-random-projector.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/stop-word-filter.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/t-sne.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/text-normalizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/tf-idf-transformer.md
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/token-hashing-vectorizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/truncated-svd.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/whitespace-trimmer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/word-count-vectorizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/transformers/z-scale-standardizer.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/verbose.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/what-is-machine-learning.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/docs/wrapper.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/mkdocs.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/phpbench.json.dist
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/phpstan.neon
@@ -16729,6 +14724,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Amp.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Backend.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Serial.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Tasks/CrossValidate.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Tasks/Predict.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Tasks/Proba.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Backends/Tasks/Task.php
@@ -16737,14 +14733,15 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/BootstrapAggregator.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/AdaBoost.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/ClassificationTree.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/DummyClassifier.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/ExtraTreeClassifier.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/GaussianNB.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/KDNeighbors.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/KNearestNeighbors.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/LogisticRegression.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/LogitBoost.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/MultilayerPerceptron.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/NaiveBayes.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/OneVsRest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/RadiusNeighbors.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/RandomForest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Classifiers/SVC.php
@@ -16756,6 +14753,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Clusterers/MeanShift.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Clusterers/Seeders/KMC2.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Clusterers/Seeders/PlusPlus.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Clusterers/Seeders/Preset.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Clusterers/Seeders/Random.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Clusterers/Seeders/Seeder.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CommitteeMachine.php
@@ -16763,6 +14761,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/KFold.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/LeavePOut.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/Accuracy.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/BrierScore.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/Completeness.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/FBeta.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/Homogeneity.php
@@ -16772,10 +14771,13 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/MeanSquaredError.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/MedianAbsoluteError.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/Metric.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/ProbabilisticAccuracy.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/ProbabilisticMetric.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/RMSE.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/RSquared.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/RandIndex.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/SMAPE.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/TopKAccuracy.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Metrics/VMeasure.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/MonteCarlo.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/CrossValidation/Reports/AggregateReport.php
@@ -16797,26 +14799,29 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Datasets/Labeled.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Datasets/Unlabeled.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Deferred.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Embedders/Embedder.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Embedders/TSNE.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Encoding.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Estimator.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/EstimatorType.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/EstimatorWrapper.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/ClassRevisionMismatch.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/EmptyDataset.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/EstimatorIncompatibleWithMetric.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/IncorrectDatasetDimensionality.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/InvalidArgumentException.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/JSONException.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/LabelsMissing.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/LabelsAreMissing.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/MissingExtension.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/RubixMLException.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Exceptions/RuntimeException.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/CSV.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/ColumnFilter.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/ColumnPicker.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/Concatenator.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/Deduplicator.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/Exporter.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/Extractor.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/JSON.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/NDJSON.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Extractors/SQLTable.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Average.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Ball.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Best.php
@@ -16825,6 +14830,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Clique.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Decision.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Depth.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/HasBinaryChildren.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Hypercube.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Hypersphere.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Isolator.php
@@ -16832,39 +14838,54 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Node.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Outcome.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Split.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Traits/HasBinaryChildren.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/Traits/HasBinaryChildrenTrait.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Nodes/VantagePoint.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/BallTree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/BinaryTree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/CART.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/DecisionTree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/ExtraTree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/ITree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/KDTree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/Spatial.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/Tree.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Graph/Trees/VantageTree.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/GridSearch.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Helpers/CPU.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Helpers/Graphviz.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Helpers/JSON.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Helpers/Params.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Helpers/Stats.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Canberra.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Cosine.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Diagonal.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Distance.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Euclidean.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Gower.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Hamming.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Jaccard.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Manhattan.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/Minkowski.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/NaNSafe.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/SafeEuclidean.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/Distance/SparseCosine.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/SVM/Kernel.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/SVM/Linear.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/SVM/Polynomial.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/SVM/RBF.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Kernels/SVM/Sigmoidal.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Learner.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Loggers/BlackHole.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Loggers/Logger.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Loggers/Screen.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/ActivationFunction.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/ELU.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/GELU.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/HyperbolicTangent.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/LeakyReLU.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/ReLU.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/SELU.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/SiLU.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/Sigmoid.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/SoftPlus.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/ActivationFunctions/Softmax.php
@@ -16901,6 +14922,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Layers/PReLU.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Layers/Parametric.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Layers/Placeholder1D.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Layers/Swish.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Network.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Optimizers/AdaGrad.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Optimizers/AdaMax.php
@@ -16915,52 +14937,15 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Parameter.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/NeuralNet/Snapshot.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Online.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Helpers/CPU.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Helpers/Console.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Helpers/JSON.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Helpers/Params.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Helpers/Stats.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Loggers/BlackHole.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Loggers/Logger.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Loggers/Screen.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/Constant.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/KMostFrequent.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/Mean.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/Percentile.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/Prior.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/Strategy.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Strategies/WildGuess.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/KSkipNGram.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/NGram.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/Sentence.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/SkipGram.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/Tokenizer.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/Whitespace.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Tokenizers/Word.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Traits/AutotrackRevisions.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Traits/LoggerAware.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Traits/Multiprocessing.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Traits/PredictsSingle.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Traits/ProbaSingle.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Other/Traits/RanksSingle.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Parallel.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persistable.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/PersistentModel.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Filesystem.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Flysystem.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Persister.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/RedisDB.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Serializers/Gzip.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Serializers/Igbinary.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Serializers/Native.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Serializers/RBX.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Persisters/Serializers/Serializer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Pipeline.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Probabilistic.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Ranking.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/RanksFeatures.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/Adaline.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/DummyRegressor.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/ExtraTreeRegressor.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/GradientBoost.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/KDNeighborsRegressor.php
@@ -16971,31 +14956,55 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/Ridge.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Regressors/SVR.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Report.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Serializers/GzipNative.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Serializers/Native.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Serializers/RBX.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Serializers/Serializer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/DatasetHasDimensionality.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/DatasetIsLabeled.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/DatasetIsNotEmpty.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/EstimatorIsCompatibleWithMetric.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/ExtensionIsLoaded.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/ExtensionMinimumVersion.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/LabelsAreCompatibleWithLearner.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/PredictionAndLabelCountsAreEqual.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/ProbabilityAndLabelCountsAreEqual.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/SamplesAreCompatibleWithDistance.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/SamplesAreCompatibleWithEstimator.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/SamplesAreCompatibleWithTransformer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/Specification.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Specifications/SpecificationChain.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/Constant.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/KMostFrequent.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/Mean.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/Percentile.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/Prior.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/Strategy.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Strategies/WildGuess.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/KSkipNGram.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/NGram.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/Sentence.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/Tokenizer.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/Whitespace.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/Word.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tokenizers/WordStemmer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Trainable.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Traits/AutotrackRevisions.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Traits/LoggerAware.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Traits/Multiprocessing.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/BM25Transformer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/BooleanConverter.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/DenseRandomProjector.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/Elastic.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/GaussianRandomProjector.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/HTMLStripper.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/HotDeckImputer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/ImageResizer.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/ImageRotator.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/ImageVectorizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/IntervalDiscretizer.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/KBestFeatureSelector.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/KNNImputer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/L1Normalizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/L2Normalizer.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/LambdaFunction.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/LinearDiscriminantAnalysis.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/MaxAbsoluteScaler.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/MinMaxNormalizer.php
@@ -17005,23 +15014,22 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/OneHotEncoder.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/PolynomialExpander.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/PrincipalComponentAnalysis.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/RandomHotDeckImputer.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/RecursiveFeatureEliminator.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/RegexFilter.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/Reversible.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/RobustStandardizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/SparseRandomProjector.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/Stateful.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/StopWordFilter.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/TSNE.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/TextNormalizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/TfIdfTransformer.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/TokenHashingVectorizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/Transformer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/TruncatedSVD.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/VarianceThresholdFilter.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/WhitespaceTrimmer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/WordCountVectorizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Transformers/ZScaleStandardizer.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Tuple.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Verbose.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Wrapper.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/constants.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/functions.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/AnomalyDetectors/GaussianMLETest.php
@@ -17039,14 +15047,15 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/BootstrapAggregatorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/AdaBoostTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/ClassificationTreeTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/DummyClassifierTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/ExtraTreeClassifierTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/GaussianNBTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/KDNeighborsTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/KNearestNeighborsTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/LogisticRegressionTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/LogitBoostTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/MultilayerPerceptronTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/NaiveBayesTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/OneVsRestTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/RadiusNeighborsTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/RandomForestTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Classifiers/SVCTest.php
@@ -17058,12 +15067,14 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Clusterers/MeanShiftTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Clusterers/Seeders/KMC2Test.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Clusterers/Seeders/PlusPlusTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Clusterers/Seeders/PresetTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Clusterers/Seeders/RandomTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CommitteeMachineTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/HoldOutTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/KFoldTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/LeavePOutTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/AccuracyTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/BrierScoreTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/CompletenessTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/FBetaTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/HomogeneityTest.php
@@ -17072,10 +15083,12 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/MeanAbsoluteErrorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/MeanSquaredErrorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/MedianAbsoluteErrorTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/ProbabilisticAccuracyTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/RMSETest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/RSquaredTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/RandIndexTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/SMAPETest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/TopKAccuracyTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Metrics/VMeasureTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/MonteCarloTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/CrossValidation/Reports/AggregateReportTest.php
@@ -17093,46 +15106,59 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Datasets/LabeledTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Datasets/UnlabeledTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/DeferredTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Embedders/TSNETest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/EncodingTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/EstimatorTypeTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/CSVTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/ColumnFilterTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/ColumnPickerTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/JSONTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/ConcatenatorTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/DeduplicatorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/NDJSONTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Extractors/SQLTableTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/FunctionsTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/AverageTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/BallTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/BestTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/BinaryNodeTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/BoxTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/CliqueTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/DepthTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/IsolatorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/NeighborhoodTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/SplitTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Nodes/VantagePointTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Trees/BallTreeTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Trees/ITreeTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Trees/KDTreeTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Graph/Trees/VantageTreeTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/GridSearchTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Helpers/CPUTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Helpers/GraphvizTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Helpers/JSONTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Helpers/ParamsTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Helpers/StatsTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/CanberraTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/CosineTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/DiagonalTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/EuclideanTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/GowerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/HammingTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/JaccardTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/ManhattanTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/MinkowskiTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/SafeEuclideanTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/Distance/SparseCosineTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/SVM/LinearTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/SVM/PolynomialTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/SVM/RBFTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Kernels/SVM/SigmoidalTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Loggers/ScreenTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/ELUTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/GELUTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/HyperbolicTangentTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/LeakyReLUTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/ReLUTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/SELUTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/SiLUTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/SigmoidTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/SoftPlusTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ActivationFunctions/SoftmaxTest.php
@@ -17160,6 +15186,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Layers/NoiseTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Layers/PReLUTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Layers/Placeholder1DTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Layers/SwishTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Optimizers/AdaGradTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Optimizers/AdaMaxTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Optimizers/AdamTest.php
@@ -17170,33 +15197,10 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/Optimizers/StochasticTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/ParameterTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/NeuralNet/SnapshotTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Helpers/JSONTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Helpers/ParamsTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Helpers/StatsTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Loggers/ScreenTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Strategies/ConstantTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Strategies/KMostFrequentTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Strategies/MeanTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Strategies/PercentileTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Strategies/PriorTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Strategies/WildGuessTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Tokenizers/KSkipNGramTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Tokenizers/NGramTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Tokenizers/SentenceTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Tokenizers/SkipGramTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Tokenizers/WhitespaceTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Other/Tokenizers/WordTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/PersistentModelTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/FilesystemTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/FlysystemTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/RedisDBTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/Serializers/GzipTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/Serializers/IgbinaryTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/Serializers/NativeTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Persisters/Serializers/RBXTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/PipelineTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/AdalineTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/DummyRegressorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/ExtraTreeRegressorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/GradientBoostTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/KDNeighborsRegressorTest.php
@@ -17207,26 +15211,44 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/RidgeTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Regressors/SVRTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/ReportTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Serializers/GzipNativeTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Serializers/NativeTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Serializers/RBXTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/DatasetHasDimensionalityTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/DatasetIsLabeledTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/DatasetIsNotEmptyTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/EstimatorIsCompatibleWithMetricTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/ExtensionIsLoadedTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/ExtensionMinimumVersionTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/LabelsAreCompatibleWithLearnerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/SamplesAreCompatibleWithDistanceTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/SamplesAreCompatibleWithEstimatorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/SamplesAreCompatibleWithTransformerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Specifications/SpecificationChainTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Strategies/ConstantTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Strategies/KMostFrequentTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Strategies/MeanTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Strategies/PercentileTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Strategies/PriorTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Strategies/WildGuessTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Tokenizers/KSkipNGramTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Tokenizers/NGramTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Tokenizers/SentenceTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Tokenizers/WhitespaceTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Tokenizers/WordStemmerTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Tokenizers/WordTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/BM25TransformerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/BooleanConverterTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/DenseRandomProjectorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/GaussianRandomProjectorTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/HTMLStripperTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/HotDeckImputerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/ImageResizerTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/ImageRotatorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/ImageVectorizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/IntervalDiscretizerTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/KBestFeatureSelectorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/KNNImputerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/L1NormalizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/L2NormalizerTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/LambdaFunctionTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/LinearDiscriminantAnalysisTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/MaxAbsoluteScalerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/MinMaxNormalizerTest.php
@@ -17236,31 +15258,29 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/OneHotEncoderTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/PolynomialExpanderTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/PrincipalComponentAnalysisTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/RandomHotDeckImputerTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/RecursiveFeatureEliminatorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/RegexFilterTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/RobustStandardizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/SparseRandomProjectorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/StopWordFilterTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/TSNETest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/TextNormalizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/TfIdfTransformerTest.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/TokenHashingVectorizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/TruncatedSVDTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/VarianceThresholdFilterTest.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/WhitespaceTrimmerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/WordCountVectorizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/Transformers/ZScaleStandardizerTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/test.csv
-share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/test.json
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/test.ndjson
 share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/test.png
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/test.sqlite
+share/nextcloud/apps/suspicious_login/vendor/rubix/ml/tests/test_rotated.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.gitattributes
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.github/FUNDING.yml
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.github/workflows/ci-ext.sh
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.github/workflows/ci-ext.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.github/workflows/ci.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.github/workflows/cla.yml
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.gitignore
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.php_cs.dist
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/.php-cs-fixer.dist.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/CHANGELOG.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/CONTRIBUTING.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/LICENSE
@@ -17292,7 +15312,6 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/LinearAlgebra/MatrixL2NormBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/LinearAlgebra/MatrixMaxNormBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/LinearAlgebra/MatrixPseudoInverseBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/LinearAlgebra/SolveBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/LinearAlgebra/VectorDotProductBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/LinearAlgebra/VectorOuterProductBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Random/GaussianMatrixBench.php
@@ -17313,11 +15332,9 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/AugmentMatrixBelowBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/AugmentMatrixLeftBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/FlattenMatrixBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/InsertMatrixBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/MatrixTransposeBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/RepeatMatrixBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/ReshapeVectorBench.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Structural/SubMatrixBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Trigonometric/CosMatrixBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Trigonometric/CosVectorBench.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/benchmarks/Trigonometric/SinMatrixBench.php
@@ -17328,7 +15345,6 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/config.json
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/docs/images/tensor-performance-benchmarks.png
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/docs/images/tensor-performance-mnist.png
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/docs/linear-algebra.md
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/clean
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/config.m4
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/config.w32
@@ -17338,8 +15354,6 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/arithmetic.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/comparison.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/comparison.h
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/indexing.c
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/indexing.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/linear_algebra.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/linear_algebra.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/include/settings.c
@@ -17391,6 +15405,8 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/php_tensor.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor.h
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/algebraic.zep.c
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/algebraic.zep.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/arithmetic.zep.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/arithmetic.zep.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/arraylike.zep.c
@@ -17425,6 +15441,8 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/reductions/rref.zep.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/settings.zep.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/settings.zep.h
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/special.zep.c
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/special.zep.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/statistical.zep.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/statistical.zep.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/tensor.zep.c
@@ -17433,15 +15451,8 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/trigonometric.zep.h
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/vector.zep.c
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/ext/tensor/vector.zep.h
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/lib/JAMA/EigenvalueDecomposition.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/lib/JAMA/LICENCE.md
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/lib/JAMA/Matrix.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/lib/JAMA/utils/Error.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/lib/JAMA/utils/Maths.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorAddOptimizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorAddScalarOptimizer.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorArgmaxOptimizer.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorArgminOptimizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorCholeskyOptimizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorConvolve1dOptimizer.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/optimizers/TensorConvolve2dOptimizer.php
@@ -17482,6 +15493,7 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/phpbench.json.dist
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/phpstan.neon
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/phpunit.xml
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Algebraic.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Arithmetic.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/ArrayLike.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/ColumnVector.php
@@ -17495,15 +15507,16 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Exceptions/NotImplemented.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Exceptions/RuntimeException.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Exceptions/TensorException.php
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Functional.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Matrix.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Reductions/REF.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Reductions/RREF.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Special.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Statistical.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Tensor.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Trigonometric.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/Vector.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/src/constants.php
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/algebraic.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/arithmetic.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/arraylike.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/columnvector.zep
@@ -17516,11 +15529,11 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/exceptions/InvalidArgumentException.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/exceptions/RuntimeException.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/exceptions/TensorException.zep
-share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/functional.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/matrix.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/reductions/ref.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/reductions/rref.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/settings.zep
+share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/special.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/statistical.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/tensor.zep
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tensor/trigonometric.zep
@@ -17528,21 +15541,21 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tests/ColumnVectorTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tests/MatrixTest.php
 share/nextcloud/apps/suspicious_login/vendor/rubix/tensor/tests/VectorTest.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/deprecation-contracts/CHANGELOG.md
+share/nextcloud/apps/suspicious_login/vendor/symfony/deprecation-contracts/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/symfony/deprecation-contracts/README.md
+share/nextcloud/apps/suspicious_login/vendor/symfony/deprecation-contracts/composer.json
+share/nextcloud/apps/suspicious_login/vendor/symfony/deprecation-contracts/function.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/LICENSE
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/Mbstring.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/README.md
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/bootstrap.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/bootstrap80.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-mbstring/composer.json
-share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php73/LICENSE
-share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php73/Php73.php
-share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php73/README.md
-share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php
-share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php73/bootstrap.php
-share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php73/composer.json
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php80/LICENSE
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php80/Php80.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php80/PhpToken.php
@@ -17554,6 +15567,98 @@ share/nextcloud/apps/suspicious_login/ve
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php80/bootstrap.php
 share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php80/composer.json
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/NoDynamicProperties.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Php82.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/README.md
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Random/Engine/Secure.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/AllowDynamicProperties.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/Random/BrokenRandomEngineError.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/Random/CryptoSafeEngine.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/Random/Engine.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/Random/Engine/Secure.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomError.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/Random/RandomException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/SensitiveParameter.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/Resources/stubs/SensitiveParameterValue.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/SensitiveParameterValue.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/bootstrap.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php82/composer.json
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Php83.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/README.md
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/Override.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/bootstrap.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/bootstrap81.php
+share/nextcloud/apps/suspicious_login/vendor/symfony/polyfill-php83/composer.json
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/.github/workflows/tests.yml
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/.gitignore
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/LICENSE
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/README.md
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/composer.json
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/phpunit.xml.dist
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/NotFoundException.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Catalan.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Danish.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Dutch.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/English.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Finnish.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/French.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/German.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Italian.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Norwegian.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Portuguese.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Romanian.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Russian.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Spanish.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Stem.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Stemmer.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Stemmer/Swedish.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/StemmerFactory.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/StemmerManager.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/src/Transliterate.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/CatalanTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/CsvFileIterator.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/CsvFileVerboseIterator.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/DanishTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/DutchTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/EnglishTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/FactoryTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/FinnishTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/FrenchTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/GermanTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/ItalianTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/ManagerTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/NorwegianTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/PortugueseTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/RomanianTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/RussianTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/SpanishTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/SwedishTest.php
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/ca.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/de.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/dk.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/en.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/es.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/fi.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/fr.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/it.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/nl.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/no.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/pt.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/ro.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/ru.txt
+share/nextcloud/apps/suspicious_login/vendor/wamania/php-stemmer/test/files/sw.txt
 share/nextcloud/apps/systemtags/appinfo/info.xml
 share/nextcloud/apps/systemtags/appinfo/routes.php
 share/nextcloud/apps/systemtags/appinfo/signature.json
@@ -17575,6 +15680,8 @@ share/nextcloud/apps/systemtags/l10n/ar.
 share/nextcloud/apps/systemtags/l10n/ar.json
 share/nextcloud/apps/systemtags/l10n/ast.js
 share/nextcloud/apps/systemtags/l10n/ast.json
+share/nextcloud/apps/systemtags/l10n/be.js
+share/nextcloud/apps/systemtags/l10n/be.json
 share/nextcloud/apps/systemtags/l10n/bg.js
 share/nextcloud/apps/systemtags/l10n/bg.json
 share/nextcloud/apps/systemtags/l10n/ca.js
@@ -17611,8 +15718,6 @@ share/nextcloud/apps/systemtags/l10n/ga.
 share/nextcloud/apps/systemtags/l10n/ga.json
 share/nextcloud/apps/systemtags/l10n/gl.js
 share/nextcloud/apps/systemtags/l10n/gl.json
-share/nextcloud/apps/systemtags/l10n/he.js
-share/nextcloud/apps/systemtags/l10n/he.json
 share/nextcloud/apps/systemtags/l10n/hu.js
 share/nextcloud/apps/systemtags/l10n/hu.json
 share/nextcloud/apps/systemtags/l10n/is.js
@@ -17649,6 +15754,8 @@ share/nextcloud/apps/systemtags/l10n/sr.
 share/nextcloud/apps/systemtags/l10n/sr.json
 share/nextcloud/apps/systemtags/l10n/sv.js
 share/nextcloud/apps/systemtags/l10n/sv.json
+share/nextcloud/apps/systemtags/l10n/sw.js
+share/nextcloud/apps/systemtags/l10n/sw.json
 share/nextcloud/apps/systemtags/l10n/tr.js
 share/nextcloud/apps/systemtags/l10n/tr.json
 share/nextcloud/apps/systemtags/l10n/ug.js
@@ -17666,14 +15773,20 @@ share/nextcloud/apps/systemtags/lib/Acti
 share/nextcloud/apps/systemtags/lib/Activity/Setting.php
 share/nextcloud/apps/systemtags/lib/AppInfo/Application.php
 share/nextcloud/apps/systemtags/lib/Capabilities.php
+share/nextcloud/apps/systemtags/lib/Command/Files/Add.php
+share/nextcloud/apps/systemtags/lib/Command/Files/Delete.php
+share/nextcloud/apps/systemtags/lib/Command/Files/DeleteAll.php
 share/nextcloud/apps/systemtags/lib/Controller/LastUsedController.php
+share/nextcloud/apps/systemtags/lib/Listeners/BeforeSabrePubliclyLoadedListener.php
+share/nextcloud/apps/systemtags/lib/Listeners/BeforeTemplateRenderedListener.php
+share/nextcloud/apps/systemtags/lib/Listeners/LoadAdditionalScriptsListener.php
+share/nextcloud/apps/systemtags/lib/Migration/Version31000Date20241018063111.php
+share/nextcloud/apps/systemtags/lib/Migration/Version31000Date20241114171300.php
 share/nextcloud/apps/systemtags/lib/Search/TagSearchProvider.php
 share/nextcloud/apps/systemtags/lib/Settings/Admin.php
 share/nextcloud/apps/systemtags/openapi.json
 share/nextcloud/apps/systemtags/openapi.json.license
 share/nextcloud/apps/systemtags/templates/admin.php
-share/nextcloud/apps/text/.stylelintrc.cjs
-share/nextcloud/apps/text/.tsconfig.json
 share/nextcloud/apps/text/AUTHORS
 share/nextcloud/apps/text/CHANGELOG.md
 share/nextcloud/apps/text/COPYING
@@ -17682,7 +15795,6 @@ share/nextcloud/apps/text/LICENSES/Apach
 share/nextcloud/apps/text/LICENSES/BSD-2-Clause.txt
 share/nextcloud/apps/text/LICENSES/BSD-3-Clause.txt
 share/nextcloud/apps/text/LICENSES/CC0-1.0.txt
-share/nextcloud/apps/text/LICENSES/EPL-2.0.txt
 share/nextcloud/apps/text/LICENSES/GPL-3.0-or-later.txt
 share/nextcloud/apps/text/LICENSES/ISC.txt
 share/nextcloud/apps/text/LICENSES/MIT.txt
@@ -17707,161 +15819,21 @@ share/nextcloud/apps/text/composer/compo
 share/nextcloud/apps/text/composer/composer/autoload_static.php
 share/nextcloud/apps/text/composer/composer/installed.json
 share/nextcloud/apps/text/composer/composer/installed.php
-share/nextcloud/apps/text/css/AvatarWrapper-Csd4sAEg.chunk.css
-share/nextcloud/apps/text/css/AvatarWrapper-Dc-r_uuJ.chunk.css
-share/nextcloud/apps/text/css/AvatarWrapper-DqkLRgKy.chunk.css
-share/nextcloud/apps/text/css/BaseReader-BJvsPn00.chunk.css
-share/nextcloud/apps/text/css/BaseReader-CsLFhfbT.chunk.css
-share/nextcloud/apps/text/css/DirectEditing-BEQtyMtU.chunk.css
-share/nextcloud/apps/text/css/DirectEditing-F1ck-_g2.chunk.css
-share/nextcloud/apps/text/css/Editor-B--Y5oqF.chunk.css
-share/nextcloud/apps/text/css/Editor-B4xxENl0.chunk.css
-share/nextcloud/apps/text/css/Editor-BLyMntzZ.chunk.css
-share/nextcloud/apps/text/css/Editor-BMt2--9V.chunk.css
-share/nextcloud/apps/text/css/Editor-BS2LTULL.chunk.css
-share/nextcloud/apps/text/css/Editor-BxoyLVOI.chunk.css
-share/nextcloud/apps/text/css/Editor-Byi0tyxS.chunk.css
-share/nextcloud/apps/text/css/Editor-C5euUIBu.chunk.css
-share/nextcloud/apps/text/css/Editor-CM6adqVu.chunk.css
-share/nextcloud/apps/text/css/Editor-CeYsF-34.chunk.css
-share/nextcloud/apps/text/css/Editor-ChrIZxDw.chunk.css
-share/nextcloud/apps/text/css/Editor-Co6plfjx.chunk.css
-share/nextcloud/apps/text/css/Editor-CoC9cVO3.chunk.css
-share/nextcloud/apps/text/css/Editor-CoXHNF-D.chunk.css
-share/nextcloud/apps/text/css/Editor-CsDvpUUI.chunk.css
-share/nextcloud/apps/text/css/Editor-CtOPq4Ll.chunk.css
-share/nextcloud/apps/text/css/Editor-D-uSnlGO.chunk.css
-share/nextcloud/apps/text/css/Editor-D1A8pt8B.chunk.css
-share/nextcloud/apps/text/css/Editor-DCb5vqTF.chunk.css
-share/nextcloud/apps/text/css/Editor-DQhYT047.chunk.css
-share/nextcloud/apps/text/css/Editor-DUgXBJQZ.chunk.css
-share/nextcloud/apps/text/css/Editor-DhZ9k1gA.chunk.css
-share/nextcloud/apps/text/css/Editor-DoZv6P0L.chunk.css
-share/nextcloud/apps/text/css/Editor-Dp1s2YAL.chunk.css
-share/nextcloud/apps/text/css/Editor-Dy9HbCuM.chunk.css
-share/nextcloud/apps/text/css/Editor-DzqDTlWB.chunk.css
-share/nextcloud/apps/text/css/Editor-O8TVHWSW.chunk.css
-share/nextcloud/apps/text/css/Editor-hpoKoBsm.chunk.css
-share/nextcloud/apps/text/css/GuestNameDialog-B0GM7f0S.chunk.css
-share/nextcloud/apps/text/css/GuestNameDialog-BHxvPALc.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-B_SY1GJM.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-BgM-6ymQ.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-BnlqAUm2.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-CP7To_z3.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-CT32ehmb.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-CjDDGTKj.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-Co4UCdIH.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-D9R4sFSX.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-DbRr9cV9.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-Df3ViStz.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-Dx-iZgJp.chunk.css
-share/nextcloud/apps/text/css/MarkdownContentEditor-lQsXX8SY.chunk.css
-share/nextcloud/apps/text/css/NcCheckboxRadioSwitch-BIEYfWtF-CKL5tLCP.chunk.css
-share/nextcloud/apps/text/css/NcCheckboxRadioSwitch-BJg75WBj-Bebqso8K.chunk.css
-share/nextcloud/apps/text/css/NcCheckboxRadioSwitch-VeztTzpz-CdJ-sA3l.chunk.css
+share/nextcloud/apps/text/css/BaseReader-DLKIg9lj.chunk.css
+share/nextcloud/apps/text/css/Editor-8MWEgYtG.chunk.css
+share/nextcloud/apps/text/css/EditorOutline-D42M_a6q.chunk.css
+share/nextcloud/apps/text/css/MarkdownContentEditor-CBKM20GC.chunk.css
+share/nextcloud/apps/text/css/MenuBar-Dhke-j-S.chunk.css
 share/nextcloud/apps/text/css/NcCheckboxRadioSwitch-ip_mRd2T-Bebqso8K.chunk.css
-share/nextcloud/apps/text/css/NcColorPicker-By4yMTWj.chunk.css
-share/nextcloud/apps/text/css/NcColorPicker-CH8C-vYS.chunk.css
-share/nextcloud/apps/text/css/NcLoadingIcon-Bs0OvbBQ.chunk.css
 share/nextcloud/apps/text/css/NcLoadingIcon-CFe6qyTF.chunk.css
-share/nextcloud/apps/text/css/NcNoteCard-C6xb7vi0-8w2LAIqc.chunk.css
-share/nextcloud/apps/text/css/NcNoteCard-CImn6F9p-B0wUvUiR.chunk.css
-share/nextcloud/apps/text/css/NcNoteCard-CImn6F9p-B5Yp6f8I.chunk.css
-share/nextcloud/apps/text/css/NcNoteCard-CImn6F9p-B6WZzrWi.chunk.css
-share/nextcloud/apps/text/css/NcNoteCard-CImn6F9p-BBud9Daj.chunk.css
-share/nextcloud/apps/text/css/NcNoteCard-CImn6F9p-DRHbZemr.chunk.css
-share/nextcloud/apps/text/css/NcUserBubble-Cv-q-rH5-BYq5wWTa.chunk.css
-share/nextcloud/apps/text/css/Reader-C3W4AGKq.chunk.css
+share/nextcloud/apps/text/css/NcNoteCard-ChweF_5Q-BAYWJnqj.chunk.css
 share/nextcloud/apps/text/css/Reader-CzpdJpUj.chunk.css
-share/nextcloud/apps/text/css/RichText-7wZVhsKR.chunk.css
-share/nextcloud/apps/text/css/RichText-BLMDDDHC.chunk.css
-share/nextcloud/apps/text/css/RichText-BQf6N0M6.chunk.css
-share/nextcloud/apps/text/css/RichText-BReRNCjP.chunk.css
-share/nextcloud/apps/text/css/RichText-BSA-kvOi.chunk.css
-share/nextcloud/apps/text/css/RichText-BUEXvUoF.chunk.css
-share/nextcloud/apps/text/css/RichText-Bm-LyHxA.chunk.css
-share/nextcloud/apps/text/css/RichText-Bva5Bgj1.chunk.css
-share/nextcloud/apps/text/css/RichText-C17nUFcp.chunk.css
-share/nextcloud/apps/text/css/RichText-CC0os0aJ.chunk.css
-share/nextcloud/apps/text/css/RichText-CKzMIi15.chunk.css
-share/nextcloud/apps/text/css/RichText-CRlZObVv.chunk.css
-share/nextcloud/apps/text/css/RichText-CZKyOX0v.chunk.css
-share/nextcloud/apps/text/css/RichText-DCb-pJyg.chunk.css
-share/nextcloud/apps/text/css/RichText-DlgLd6qB.chunk.css
-share/nextcloud/apps/text/css/RichText-Dz1mTuLN.chunk.css
-share/nextcloud/apps/text/css/RichText-TLpLhkzC.chunk.css
-share/nextcloud/apps/text/css/RichText-Vf0ljadl.chunk.css
-share/nextcloud/apps/text/css/RichText-oZJ4odGw.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-BEnnkluU.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-Bb5EOrqh.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-CC5npbIA.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-CE5Q6uhN.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-CKkD6g9P.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-CpjsUkfz.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-DNicdrNc.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-GsS_EREA.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-JiRvR_QI.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-WiWnHJrh.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-jSftILGk.chunk.css
-share/nextcloud/apps/text/css/RichTextReader-zCxjWUKF.chunk.css
-share/nextcloud/apps/text/css/RichWorkspace-BVKGbF73.chunk.css
-share/nextcloud/apps/text/css/RichWorkspace-CuRYsAfp.chunk.css
-share/nextcloud/apps/text/css/RichWorkspace-irRpBmr3.chunk.css
-share/nextcloud/apps/text/css/SessionList-9ASwmc-m.chunk.css
-share/nextcloud/apps/text/css/SessionList-BRpKnFiS.chunk.css
-share/nextcloud/apps/text/css/SessionList-CO049kTf.chunk.css
-share/nextcloud/apps/text/css/Tooltip-BWLHbU-V.chunk.css
-share/nextcloud/apps/text/css/ViewerComponent-B60SU6pG.chunk.css
-share/nextcloud/apps/text/css/ViewerComponent-BHXOIZlg.chunk.css
-share/nextcloud/apps/text/css/ViewerComponent-Br1Ik6DR.chunk.css
-share/nextcloud/apps/text/css/ViewerComponent-DIAyPUYC.chunk.css
-share/nextcloud/apps/text/css/Wrapper-8Cl5mxrE.chunk.css
-share/nextcloud/apps/text/css/Wrapper-9Tt0kL-G.chunk.css
-share/nextcloud/apps/text/css/Wrapper-B6JStkYG.chunk.css
-share/nextcloud/apps/text/css/Wrapper-BPnAWQ-h.chunk.css
-share/nextcloud/apps/text/css/Wrapper-B_yljjF_.chunk.css
-share/nextcloud/apps/text/css/Wrapper-BbRPCsyx.chunk.css
-share/nextcloud/apps/text/css/Wrapper-BfLQoXX6.chunk.css
-share/nextcloud/apps/text/css/Wrapper-Bk4taS3b.chunk.css
-share/nextcloud/apps/text/css/Wrapper-BnqW3NBY.chunk.css
-share/nextcloud/apps/text/css/Wrapper-CjMkI5_P.chunk.css
-share/nextcloud/apps/text/css/Wrapper-CkEs5N1I.chunk.css
-share/nextcloud/apps/text/css/Wrapper-DBqgoe4s.chunk.css
-share/nextcloud/apps/text/css/Wrapper-DI5hIcCX.chunk.css
-share/nextcloud/apps/text/css/Wrapper-_0nvv6d1.chunk.css
-share/nextcloud/apps/text/css/Wrapper-mM7l7GN5.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer--tuJJ_aO.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-B3zc_yip.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-BAYQCX9_.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-BVpmSrje.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-BYq5wWTa.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-C-ZeGaP4.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-Cu4ADe5k.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-DwzfP6jy.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-hk4lAjcj.chunk.css
-share/nextcloud/apps/text/css/_plugin-vue2_normalizer-qC8o6FCo.chunk.css
-share/nextcloud/apps/text/css/public-8w2LAIqc.chunk.css
-share/nextcloud/apps/text/css/public-BGCLe3jf.chunk.css
-share/nextcloud/apps/text/css/public-BffjDTy3.chunk.css
-share/nextcloud/apps/text/css/public-D-4T716L.chunk.css
-share/nextcloud/apps/text/css/public-DG0nQhh6.chunk.css
-share/nextcloud/apps/text/css/public-DY8mPymx.chunk.css
-share/nextcloud/apps/text/css/public-DvAuxGX_.chunk.css
-share/nextcloud/apps/text/css/text-AvatarWrapper.chunk.css
-share/nextcloud/apps/text/css/text-DirectEditing.chunk.css
-share/nextcloud/apps/text/css/text-Editor.chunk.css
-share/nextcloud/apps/text/css/text-GuestNameDialog.chunk.css
-share/nextcloud/apps/text/css/text-MarkdownContentEditor.chunk.css
-share/nextcloud/apps/text/css/text-NcNoteCard-BLPU1den.chunk.css
-share/nextcloud/apps/text/css/text-NcUserBubble-DMjZyrGY.chunk.css
-share/nextcloud/apps/text/css/text-Reader.chunk.css
-share/nextcloud/apps/text/css/text-RichText.chunk.css
-share/nextcloud/apps/text/css/text-RichTextReader.chunk.css
-share/nextcloud/apps/text/css/text-RichWorkspace.chunk.css
-share/nextcloud/apps/text/css/text-SessionList.chunk.css
-share/nextcloud/apps/text/css/text-ViewerComponent.chunk.css
-share/nextcloud/apps/text/css/text-Wrapper.chunk.css
-share/nextcloud/apps/text/css/text-editors.css
+share/nextcloud/apps/text/css/RichTextReader-CVEE-TJE.chunk.css
+share/nextcloud/apps/text/css/RichWorkspace-DF75DIQU.chunk.css
+share/nextcloud/apps/text/css/SessionList-DddBTVZI.chunk.css
+share/nextcloud/apps/text/css/ViewerComponent-Co24edKW.chunk.css
+share/nextcloud/apps/text/css/text-BrKBJp1J.chunk.css
+share/nextcloud/apps/text/css/text-editor.css
 share/nextcloud/apps/text/css/text-files.css
 share/nextcloud/apps/text/css/text-init.css
 share/nextcloud/apps/text/css/text-public.css
@@ -17876,1282 +15848,1794 @@ share/nextcloud/apps/text/img/checkbox-m
 share/nextcloud/apps/text/img/screenshots/screenshot1.png
 share/nextcloud/apps/text/img/screenshots/screenshot2.png
 share/nextcloud/apps/text/img/screenshots/screenshot3.gif
-share/nextcloud/apps/text/jest-raw-loader.cjs
-share/nextcloud/apps/text/js/1c-CgY0Ge-K.chunk.mjs
-share/nextcloud/apps/text/js/1c-CgY0Ge-K.chunk.mjs.license
-share/nextcloud/apps/text/js/1c-CgY0Ge-K.chunk.mjs.map
-share/nextcloud/apps/text/js/1c.js-DbuXSfVA.chunk.mjs
-share/nextcloud/apps/text/js/1c.js-DbuXSfVA.chunk.mjs.license
-share/nextcloud/apps/text/js/1c.js-DbuXSfVA.chunk.mjs.map
-share/nextcloud/apps/text/js/AvatarWrapper-DhHFz0g9.chunk.mjs
-share/nextcloud/apps/text/js/AvatarWrapper-DhHFz0g9.chunk.mjs.license
-share/nextcloud/apps/text/js/AvatarWrapper-DhHFz0g9.chunk.mjs.map
-share/nextcloud/apps/text/js/BaseReader-CyeMDB0c.chunk.mjs
-share/nextcloud/apps/text/js/BaseReader-CyeMDB0c.chunk.mjs.license
-share/nextcloud/apps/text/js/BaseReader-CyeMDB0c.chunk.mjs.map
-share/nextcloud/apps/text/js/DirectEditing-Kg54HyAH.chunk.mjs
-share/nextcloud/apps/text/js/DirectEditing-Kg54HyAH.chunk.mjs.license
-share/nextcloud/apps/text/js/DirectEditing-Kg54HyAH.chunk.mjs.map
-share/nextcloud/apps/text/js/Editor-vWNdTyLn.chunk.mjs
-share/nextcloud/apps/text/js/Editor-vWNdTyLn.chunk.mjs.license
-share/nextcloud/apps/text/js/Editor-vWNdTyLn.chunk.mjs.map
-share/nextcloud/apps/text/js/Editor.singleton-9V5atQzS.chunk.mjs
-share/nextcloud/apps/text/js/Editor.singleton-9V5atQzS.chunk.mjs.license
-share/nextcloud/apps/text/js/Editor.singleton-9V5atQzS.chunk.mjs.map
-share/nextcloud/apps/text/js/FilePicker-ajWx2Snh-DdRMa2Se.chunk.mjs
-share/nextcloud/apps/text/js/FilePicker-ajWx2Snh-DdRMa2Se.chunk.mjs.license
-share/nextcloud/apps/text/js/FilePicker-ajWx2Snh-DdRMa2Se.chunk.mjs.map
-share/nextcloud/apps/text/js/FilesSettings-DT1CqntS.chunk.mjs
-share/nextcloud/apps/text/js/FilesSettings-DT1CqntS.chunk.mjs.license
-share/nextcloud/apps/text/js/FilesSettings-DT1CqntS.chunk.mjs.map
-share/nextcloud/apps/text/js/GuestNameDialog-B1LzrLct.chunk.mjs
-share/nextcloud/apps/text/js/GuestNameDialog-B1LzrLct.chunk.mjs.license
-share/nextcloud/apps/text/js/GuestNameDialog-B1LzrLct.chunk.mjs.map
-share/nextcloud/apps/text/js/MarkdownContentEditor-aRkxKcd-.chunk.mjs
-share/nextcloud/apps/text/js/MarkdownContentEditor-aRkxKcd-.chunk.mjs.license
-share/nextcloud/apps/text/js/MarkdownContentEditor-aRkxKcd-.chunk.mjs.map
-share/nextcloud/apps/text/js/MediaHandler.provider-DiZr3p7V.chunk.mjs
-share/nextcloud/apps/text/js/MediaHandler.provider-DiZr3p7V.chunk.mjs.license
-share/nextcloud/apps/text/js/MediaHandler.provider-DiZr3p7V.chunk.mjs.map
-share/nextcloud/apps/text/js/NcCheckboxRadioSwitch-ip_mRd2T-DHC_vlea.chunk.mjs
-share/nextcloud/apps/text/js/NcCheckboxRadioSwitch-ip_mRd2T-DHC_vlea.chunk.mjs.license
-share/nextcloud/apps/text/js/NcCheckboxRadioSwitch-ip_mRd2T-DHC_vlea.chunk.mjs.map
-share/nextcloud/apps/text/js/NcColorPicker-DPqW0WY2.chunk.mjs
-share/nextcloud/apps/text/js/NcColorPicker-DPqW0WY2.chunk.mjs.license
-share/nextcloud/apps/text/js/NcColorPicker-DPqW0WY2.chunk.mjs.map
-share/nextcloud/apps/text/js/NcLoadingIcon-BFPuXP3q.chunk.mjs
-share/nextcloud/apps/text/js/NcLoadingIcon-BFPuXP3q.chunk.mjs.license
-share/nextcloud/apps/text/js/NcLoadingIcon-BFPuXP3q.chunk.mjs.map
-share/nextcloud/apps/text/js/PlainTextReader-H-Lx30nW.chunk.mjs
-share/nextcloud/apps/text/js/PlainTextReader-H-Lx30nW.chunk.mjs.license
-share/nextcloud/apps/text/js/PlainTextReader-H-Lx30nW.chunk.mjs.map
-share/nextcloud/apps/text/js/PublicFilesEditor-CmvIon29.chunk.mjs
-share/nextcloud/apps/text/js/PublicFilesEditor-CmvIon29.chunk.mjs.license
-share/nextcloud/apps/text/js/PublicFilesEditor-CmvIon29.chunk.mjs.map
-share/nextcloud/apps/text/js/Reader-CtTKoAzY.chunk.mjs
-share/nextcloud/apps/text/js/Reader-CtTKoAzY.chunk.mjs.license
-share/nextcloud/apps/text/js/Reader-CtTKoAzY.chunk.mjs.map
-share/nextcloud/apps/text/js/RichTextReader-DopdD37i.chunk.mjs
-share/nextcloud/apps/text/js/RichTextReader-DopdD37i.chunk.mjs.license
-share/nextcloud/apps/text/js/RichTextReader-DopdD37i.chunk.mjs.map
-share/nextcloud/apps/text/js/RichWorkspace-BXjwOp65.chunk.mjs
-share/nextcloud/apps/text/js/RichWorkspace-BXjwOp65.chunk.mjs.license
-share/nextcloud/apps/text/js/RichWorkspace-BXjwOp65.chunk.mjs.map
-share/nextcloud/apps/text/js/SessionList-CYUcg_8e.chunk.mjs
-share/nextcloud/apps/text/js/SessionList-CYUcg_8e.chunk.mjs.license
-share/nextcloud/apps/text/js/SessionList-CYUcg_8e.chunk.mjs.map
-share/nextcloud/apps/text/js/Tableau10-49R34KFE.chunk.mjs
-share/nextcloud/apps/text/js/Tableau10-49R34KFE.chunk.mjs.license
-share/nextcloud/apps/text/js/Tableau10-49R34KFE.chunk.mjs.map
-share/nextcloud/apps/text/js/ViewerComponent-WLRZoGgN.chunk.mjs
-share/nextcloud/apps/text/js/ViewerComponent-WLRZoGgN.chunk.mjs.license
-share/nextcloud/apps/text/js/ViewerComponent-WLRZoGgN.chunk.mjs.map
-share/nextcloud/apps/text/js/Wrapper-DzbiSdyf.chunk.mjs
-share/nextcloud/apps/text/js/Wrapper-DzbiSdyf.chunk.mjs.license
-share/nextcloud/apps/text/js/Wrapper-DzbiSdyf.chunk.mjs.map
-share/nextcloud/apps/text/js/_commonjs-dynamic-modules-Cdb4quZm.chunk.mjs
-share/nextcloud/apps/text/js/_commonjs-dynamic-modules-Cdb4quZm.chunk.mjs.license
-share/nextcloud/apps/text/js/_commonjs-dynamic-modules-Cdb4quZm.chunk.mjs.map
+share/nextcloud/apps/text/js/1c-3-podoJk.chunk.mjs
+share/nextcloud/apps/text/js/1c-3-podoJk.chunk.mjs.license
+share/nextcloud/apps/text/js/1c-3-podoJk.chunk.mjs.map
+share/nextcloud/apps/text/js/1c-CC0wpk6N.chunk.mjs
+share/nextcloud/apps/text/js/1c-CC0wpk6N.chunk.mjs.license
+share/nextcloud/apps/text/js/1c-CC0wpk6N.chunk.mjs.map
+share/nextcloud/apps/text/js/1c.js-Dp3SP3FJ.chunk.mjs
+share/nextcloud/apps/text/js/1c.js-Dp3SP3FJ.chunk.mjs.license
+share/nextcloud/apps/text/js/1c.js-Dp3SP3FJ.chunk.mjs.map
+share/nextcloud/apps/text/js/BaseReader-DGFMG8ex.chunk.mjs
+share/nextcloud/apps/text/js/BaseReader-DGFMG8ex.chunk.mjs.license
+share/nextcloud/apps/text/js/BaseReader-DGFMG8ex.chunk.mjs.map
+share/nextcloud/apps/text/js/Editor-B4qz2pQp.chunk.mjs
+share/nextcloud/apps/text/js/Editor-B4qz2pQp.chunk.mjs.license
+share/nextcloud/apps/text/js/Editor-B4qz2pQp.chunk.mjs.map
+share/nextcloud/apps/text/js/Editor.singleton-BsNBhsn_.chunk.mjs
+share/nextcloud/apps/text/js/Editor.singleton-BsNBhsn_.chunk.mjs.license
+share/nextcloud/apps/text/js/Editor.singleton-BsNBhsn_.chunk.mjs.map
+share/nextcloud/apps/text/js/EditorOutline-DL171nAA.chunk.mjs
+share/nextcloud/apps/text/js/EditorOutline-DL171nAA.chunk.mjs.license
+share/nextcloud/apps/text/js/EditorOutline-DL171nAA.chunk.mjs.map
+share/nextcloud/apps/text/js/FilePicker-CsU6FfAP-DXV83ugU.chunk.mjs
+share/nextcloud/apps/text/js/FilePicker-CsU6FfAP-DXV83ugU.chunk.mjs.license
+share/nextcloud/apps/text/js/FilePicker-CsU6FfAP-DXV83ugU.chunk.mjs.map
+share/nextcloud/apps/text/js/FilesSettings-Dg3CcFuY.chunk.mjs
+share/nextcloud/apps/text/js/FilesSettings-Dg3CcFuY.chunk.mjs.license
+share/nextcloud/apps/text/js/FilesSettings-Dg3CcFuY.chunk.mjs.map
+share/nextcloud/apps/text/js/MarkdownContentEditor-D-Zgzs42.chunk.mjs
+share/nextcloud/apps/text/js/MarkdownContentEditor-D-Zgzs42.chunk.mjs.license
+share/nextcloud/apps/text/js/MarkdownContentEditor-D-Zgzs42.chunk.mjs.map
+share/nextcloud/apps/text/js/MediaHandler.provider-HrSuJegm.chunk.mjs
+share/nextcloud/apps/text/js/MediaHandler.provider-HrSuJegm.chunk.mjs.license
+share/nextcloud/apps/text/js/MediaHandler.provider-HrSuJegm.chunk.mjs.map
+share/nextcloud/apps/text/js/MenuBar-VsdsOr0n.chunk.mjs
+share/nextcloud/apps/text/js/MenuBar-VsdsOr0n.chunk.mjs.license
+share/nextcloud/apps/text/js/MenuBar-VsdsOr0n.chunk.mjs.map
+share/nextcloud/apps/text/js/NcCheckboxRadioSwitch-ip_mRd2T-Df5K32Av.chunk.mjs
+share/nextcloud/apps/text/js/NcCheckboxRadioSwitch-ip_mRd2T-Df5K32Av.chunk.mjs.license
+share/nextcloud/apps/text/js/NcCheckboxRadioSwitch-ip_mRd2T-Df5K32Av.chunk.mjs.map
+share/nextcloud/apps/text/js/NcLoadingIcon-DmVcM0-B.chunk.mjs
+share/nextcloud/apps/text/js/NcLoadingIcon-DmVcM0-B.chunk.mjs.license
+share/nextcloud/apps/text/js/NcLoadingIcon-DmVcM0-B.chunk.mjs.map
+share/nextcloud/apps/text/js/NcNoteCard-ChweF_5Q-5iiVgoP-.chunk.mjs
+share/nextcloud/apps/text/js/NcNoteCard-ChweF_5Q-5iiVgoP-.chunk.mjs.license
+share/nextcloud/apps/text/js/NcNoteCard-ChweF_5Q-5iiVgoP-.chunk.mjs.map
+share/nextcloud/apps/text/js/PlainTextReader-Bq8Sn7uc.chunk.mjs
+share/nextcloud/apps/text/js/PlainTextReader-Bq8Sn7uc.chunk.mjs.license
+share/nextcloud/apps/text/js/PlainTextReader-Bq8Sn7uc.chunk.mjs.map
+share/nextcloud/apps/text/js/PublicFilesEditor-Cf2M4lCo.chunk.mjs
+share/nextcloud/apps/text/js/PublicFilesEditor-Cf2M4lCo.chunk.mjs.license
+share/nextcloud/apps/text/js/PublicFilesEditor-Cf2M4lCo.chunk.mjs.map
+share/nextcloud/apps/text/js/Reader-CDp8x9il.chunk.mjs
+share/nextcloud/apps/text/js/Reader-CDp8x9il.chunk.mjs.license
+share/nextcloud/apps/text/js/Reader-CDp8x9il.chunk.mjs.map
+share/nextcloud/apps/text/js/RichTextReader-C_O2mTsO.chunk.mjs
+share/nextcloud/apps/text/js/RichTextReader-C_O2mTsO.chunk.mjs.license
+share/nextcloud/apps/text/js/RichTextReader-C_O2mTsO.chunk.mjs.map
+share/nextcloud/apps/text/js/RichWorkspace-BWnVIhxB.chunk.mjs
+share/nextcloud/apps/text/js/RichWorkspace-BWnVIhxB.chunk.mjs.license
+share/nextcloud/apps/text/js/RichWorkspace-BWnVIhxB.chunk.mjs.map
+share/nextcloud/apps/text/js/SessionList-Bj143Hnf.chunk.mjs
+share/nextcloud/apps/text/js/SessionList-Bj143Hnf.chunk.mjs.license
+share/nextcloud/apps/text/js/SessionList-Bj143Hnf.chunk.mjs.map
+share/nextcloud/apps/text/js/ViewerComponent-oZ1VdSvZ.chunk.mjs
+share/nextcloud/apps/text/js/ViewerComponent-oZ1VdSvZ.chunk.mjs.license
+share/nextcloud/apps/text/js/ViewerComponent-oZ1VdSvZ.chunk.mjs.map
+share/nextcloud/apps/text/js/_basePickBy-OuKYOw0H.chunk.mjs
+share/nextcloud/apps/text/js/_basePickBy-OuKYOw0H.chunk.mjs.license
+share/nextcloud/apps/text/js/_basePickBy-OuKYOw0H.chunk.mjs.map
+share/nextcloud/apps/text/js/_baseUniq-BP2KiH7Q.chunk.mjs
+share/nextcloud/apps/text/js/_baseUniq-BP2KiH7Q.chunk.mjs.license
+share/nextcloud/apps/text/js/_baseUniq-BP2KiH7Q.chunk.mjs.map
 share/nextcloud/apps/text/js/_plugin-vue2_normalizer-wd1ZAbRr.chunk.mjs
 share/nextcloud/apps/text/js/_plugin-vue2_normalizer-wd1ZAbRr.chunk.mjs.license
 share/nextcloud/apps/text/js/_plugin-vue2_normalizer-wd1ZAbRr.chunk.mjs.map
-share/nextcloud/apps/text/js/abnf-Dv5wmAvR.chunk.mjs
-share/nextcloud/apps/text/js/abnf-Dv5wmAvR.chunk.mjs.license
-share/nextcloud/apps/text/js/abnf-Dv5wmAvR.chunk.mjs.map
-share/nextcloud/apps/text/js/abnf.js-DNTsPBfc.chunk.mjs
-share/nextcloud/apps/text/js/abnf.js-DNTsPBfc.chunk.mjs.license
-share/nextcloud/apps/text/js/abnf.js-DNTsPBfc.chunk.mjs.map
-share/nextcloud/apps/text/js/accesslog-CnsRjsGM.chunk.mjs
-share/nextcloud/apps/text/js/accesslog-CnsRjsGM.chunk.mjs.license
-share/nextcloud/apps/text/js/accesslog-CnsRjsGM.chunk.mjs.map
-share/nextcloud/apps/text/js/accesslog.js-Dk1hoi1j.chunk.mjs
-share/nextcloud/apps/text/js/accesslog.js-Dk1hoi1j.chunk.mjs.license
-share/nextcloud/apps/text/js/accesslog.js-Dk1hoi1j.chunk.mjs.map
-share/nextcloud/apps/text/js/actionscript-BNYBc0Vy.chunk.mjs
-share/nextcloud/apps/text/js/actionscript-BNYBc0Vy.chunk.mjs.license
-share/nextcloud/apps/text/js/actionscript-BNYBc0Vy.chunk.mjs.map
-share/nextcloud/apps/text/js/actionscript.js-8sq1T4I2.chunk.mjs
-share/nextcloud/apps/text/js/actionscript.js-8sq1T4I2.chunk.mjs.license
-share/nextcloud/apps/text/js/actionscript.js-8sq1T4I2.chunk.mjs.map
-share/nextcloud/apps/text/js/ada-CeMSOYbI.chunk.mjs
-share/nextcloud/apps/text/js/ada-CeMSOYbI.chunk.mjs.license
-share/nextcloud/apps/text/js/ada-CeMSOYbI.chunk.mjs.map
-share/nextcloud/apps/text/js/ada.js-CXZZJpzz.chunk.mjs
-share/nextcloud/apps/text/js/ada.js-CXZZJpzz.chunk.mjs.license
-share/nextcloud/apps/text/js/ada.js-CXZZJpzz.chunk.mjs.map
-share/nextcloud/apps/text/js/angelscript-DuL-x3w9.chunk.mjs
-share/nextcloud/apps/text/js/angelscript-DuL-x3w9.chunk.mjs.license
-share/nextcloud/apps/text/js/angelscript-DuL-x3w9.chunk.mjs.map
-share/nextcloud/apps/text/js/angelscript.js-DqzDC5iT.chunk.mjs
-share/nextcloud/apps/text/js/angelscript.js-DqzDC5iT.chunk.mjs.license
-share/nextcloud/apps/text/js/angelscript.js-DqzDC5iT.chunk.mjs.map
-share/nextcloud/apps/text/js/apache-oiReRu2B.chunk.mjs
-share/nextcloud/apps/text/js/apache-oiReRu2B.chunk.mjs.license
-share/nextcloud/apps/text/js/apache-oiReRu2B.chunk.mjs.map
-share/nextcloud/apps/text/js/apache.js-D4RzM5eW.chunk.mjs
-share/nextcloud/apps/text/js/apache.js-D4RzM5eW.chunk.mjs.license
-share/nextcloud/apps/text/js/apache.js-D4RzM5eW.chunk.mjs.map
-share/nextcloud/apps/text/js/applescript-U4bgkS86.chunk.mjs
-share/nextcloud/apps/text/js/applescript-U4bgkS86.chunk.mjs.license
-share/nextcloud/apps/text/js/applescript-U4bgkS86.chunk.mjs.map
-share/nextcloud/apps/text/js/applescript.js-Dam1L_Cm.chunk.mjs
-share/nextcloud/apps/text/js/applescript.js-Dam1L_Cm.chunk.mjs.license
-share/nextcloud/apps/text/js/applescript.js-Dam1L_Cm.chunk.mjs.map
-share/nextcloud/apps/text/js/arc-BIe5fGIN.chunk.mjs
-share/nextcloud/apps/text/js/arc-BIe5fGIN.chunk.mjs.license
-share/nextcloud/apps/text/js/arc-BIe5fGIN.chunk.mjs.map
-share/nextcloud/apps/text/js/arcade-B0XcqKuQ.chunk.mjs
-share/nextcloud/apps/text/js/arcade-B0XcqKuQ.chunk.mjs.license
-share/nextcloud/apps/text/js/arcade-B0XcqKuQ.chunk.mjs.map
-share/nextcloud/apps/text/js/arcade.js-C33KXdEF.chunk.mjs
-share/nextcloud/apps/text/js/arcade.js-C33KXdEF.chunk.mjs.license
-share/nextcloud/apps/text/js/arcade.js-C33KXdEF.chunk.mjs.map
-share/nextcloud/apps/text/js/arduino-BBCmApvS.chunk.mjs
-share/nextcloud/apps/text/js/arduino-BBCmApvS.chunk.mjs.license
-share/nextcloud/apps/text/js/arduino-BBCmApvS.chunk.mjs.map
-share/nextcloud/apps/text/js/arduino.js-CdF7beMx.chunk.mjs
-share/nextcloud/apps/text/js/arduino.js-CdF7beMx.chunk.mjs.license
-share/nextcloud/apps/text/js/arduino.js-CdF7beMx.chunk.mjs.map
-share/nextcloud/apps/text/js/armasm-BTfguqRi.chunk.mjs
-share/nextcloud/apps/text/js/armasm-BTfguqRi.chunk.mjs.license
-share/nextcloud/apps/text/js/armasm-BTfguqRi.chunk.mjs.map
-share/nextcloud/apps/text/js/armasm.js-BYqEkRbN.chunk.mjs
-share/nextcloud/apps/text/js/armasm.js-BYqEkRbN.chunk.mjs.license
-share/nextcloud/apps/text/js/armasm.js-BYqEkRbN.chunk.mjs.map
-share/nextcloud/apps/text/js/array-COaDM5L-.chunk.mjs
-share/nextcloud/apps/text/js/array-COaDM5L-.chunk.mjs.license
-share/nextcloud/apps/text/js/array-COaDM5L-.chunk.mjs.map
-share/nextcloud/apps/text/js/asciidoc-bly3_y2Q.chunk.mjs
-share/nextcloud/apps/text/js/asciidoc-bly3_y2Q.chunk.mjs.license
-share/nextcloud/apps/text/js/asciidoc-bly3_y2Q.chunk.mjs.map
-share/nextcloud/apps/text/js/asciidoc.js-DDfD6VcX.chunk.mjs
-share/nextcloud/apps/text/js/asciidoc.js-DDfD6VcX.chunk.mjs.license
-share/nextcloud/apps/text/js/asciidoc.js-DDfD6VcX.chunk.mjs.map
-share/nextcloud/apps/text/js/aspectj-BD-LUqOE.chunk.mjs
-share/nextcloud/apps/text/js/aspectj-BD-LUqOE.chunk.mjs.license
-share/nextcloud/apps/text/js/aspectj-BD-LUqOE.chunk.mjs.map
-share/nextcloud/apps/text/js/aspectj.js-BomtoRsD.chunk.mjs
-share/nextcloud/apps/text/js/aspectj.js-BomtoRsD.chunk.mjs.license
-share/nextcloud/apps/text/js/aspectj.js-BomtoRsD.chunk.mjs.map
-share/nextcloud/apps/text/js/autohotkey-YHNDPWu6.chunk.mjs
-share/nextcloud/apps/text/js/autohotkey-YHNDPWu6.chunk.mjs.license
-share/nextcloud/apps/text/js/autohotkey-YHNDPWu6.chunk.mjs.map
-share/nextcloud/apps/text/js/autohotkey.js-BMaysWQu.chunk.mjs
-share/nextcloud/apps/text/js/autohotkey.js-BMaysWQu.chunk.mjs.license
-share/nextcloud/apps/text/js/autohotkey.js-BMaysWQu.chunk.mjs.map
-share/nextcloud/apps/text/js/autoit-pLc_qoex.chunk.mjs
-share/nextcloud/apps/text/js/autoit-pLc_qoex.chunk.mjs.license
-share/nextcloud/apps/text/js/autoit-pLc_qoex.chunk.mjs.map
-share/nextcloud/apps/text/js/autoit.js-C8dn4bgY.chunk.mjs
-share/nextcloud/apps/text/js/autoit.js-C8dn4bgY.chunk.mjs.license
-share/nextcloud/apps/text/js/autoit.js-C8dn4bgY.chunk.mjs.map
-share/nextcloud/apps/text/js/avrasm-EhnbG3ko.chunk.mjs
-share/nextcloud/apps/text/js/avrasm-EhnbG3ko.chunk.mjs.license
-share/nextcloud/apps/text/js/avrasm-EhnbG3ko.chunk.mjs.map
-share/nextcloud/apps/text/js/avrasm.js-DzeTkTAt.chunk.mjs
-share/nextcloud/apps/text/js/avrasm.js-DzeTkTAt.chunk.mjs.license
-share/nextcloud/apps/text/js/avrasm.js-DzeTkTAt.chunk.mjs.map
-share/nextcloud/apps/text/js/awk-NU9iG-XM.chunk.mjs
-share/nextcloud/apps/text/js/awk-NU9iG-XM.chunk.mjs.license
-share/nextcloud/apps/text/js/awk-NU9iG-XM.chunk.mjs.map
-share/nextcloud/apps/text/js/awk.js-DH9lEXfF.chunk.mjs
-share/nextcloud/apps/text/js/awk.js-DH9lEXfF.chunk.mjs.license
-share/nextcloud/apps/text/js/awk.js-DH9lEXfF.chunk.mjs.map
-share/nextcloud/apps/text/js/axapta-dCCBjljT.chunk.mjs
-share/nextcloud/apps/text/js/axapta-dCCBjljT.chunk.mjs.license
-share/nextcloud/apps/text/js/axapta-dCCBjljT.chunk.mjs.map
-share/nextcloud/apps/text/js/axapta.js-BaWarFBk.chunk.mjs
-share/nextcloud/apps/text/js/axapta.js-BaWarFBk.chunk.mjs.license
-share/nextcloud/apps/text/js/axapta.js-BaWarFBk.chunk.mjs.map
-share/nextcloud/apps/text/js/bash-D8sw_hL_.chunk.mjs
-share/nextcloud/apps/text/js/bash-D8sw_hL_.chunk.mjs.license
-share/nextcloud/apps/text/js/bash-D8sw_hL_.chunk.mjs.map
-share/nextcloud/apps/text/js/bash.js-M2K22MWG.chunk.mjs
-share/nextcloud/apps/text/js/bash.js-M2K22MWG.chunk.mjs.license
-share/nextcloud/apps/text/js/bash.js-M2K22MWG.chunk.mjs.map
-share/nextcloud/apps/text/js/basic-0FDczjYE.chunk.mjs
-share/nextcloud/apps/text/js/basic-0FDczjYE.chunk.mjs.license
-share/nextcloud/apps/text/js/basic-0FDczjYE.chunk.mjs.map
-share/nextcloud/apps/text/js/basic.js-1I37VUiG.chunk.mjs
-share/nextcloud/apps/text/js/basic.js-1I37VUiG.chunk.mjs.license
-share/nextcloud/apps/text/js/basic.js-1I37VUiG.chunk.mjs.map
-share/nextcloud/apps/text/js/blockDiagram-68f4deed-CrmXa01-.chunk.mjs
-share/nextcloud/apps/text/js/blockDiagram-68f4deed-CrmXa01-.chunk.mjs.license
-share/nextcloud/apps/text/js/blockDiagram-68f4deed-CrmXa01-.chunk.mjs.map
-share/nextcloud/apps/text/js/bnf-DNlTOf0n.chunk.mjs
-share/nextcloud/apps/text/js/bnf-DNlTOf0n.chunk.mjs.license
-share/nextcloud/apps/text/js/bnf-DNlTOf0n.chunk.mjs.map
-share/nextcloud/apps/text/js/bnf.js-FevT40AJ.chunk.mjs
-share/nextcloud/apps/text/js/bnf.js-FevT40AJ.chunk.mjs.license
-share/nextcloud/apps/text/js/bnf.js-FevT40AJ.chunk.mjs.map
-share/nextcloud/apps/text/js/brainfuck-BeLqcL_C.chunk.mjs
-share/nextcloud/apps/text/js/brainfuck-BeLqcL_C.chunk.mjs.license
-share/nextcloud/apps/text/js/brainfuck-BeLqcL_C.chunk.mjs.map
-share/nextcloud/apps/text/js/brainfuck.js-BV44qbIs.chunk.mjs
-share/nextcloud/apps/text/js/brainfuck.js-BV44qbIs.chunk.mjs.license
-share/nextcloud/apps/text/js/brainfuck.js-BV44qbIs.chunk.mjs.map
-share/nextcloud/apps/text/js/c-C1-lohjb.chunk.mjs
-share/nextcloud/apps/text/js/c-C1-lohjb.chunk.mjs.license
-share/nextcloud/apps/text/js/c-C1-lohjb.chunk.mjs.map
-share/nextcloud/apps/text/js/c.js-D0G_YKQE.chunk.mjs
-share/nextcloud/apps/text/js/c.js-D0G_YKQE.chunk.mjs.license
-share/nextcloud/apps/text/js/c.js-D0G_YKQE.chunk.mjs.map
-share/nextcloud/apps/text/js/c4Diagram-15b5d702-Kl26-qdD.chunk.mjs
-share/nextcloud/apps/text/js/c4Diagram-15b5d702-Kl26-qdD.chunk.mjs.license
-share/nextcloud/apps/text/js/c4Diagram-15b5d702-Kl26-qdD.chunk.mjs.map
-share/nextcloud/apps/text/js/cal-Dog9D7Qp.chunk.mjs
-share/nextcloud/apps/text/js/cal-Dog9D7Qp.chunk.mjs.license
-share/nextcloud/apps/text/js/cal-Dog9D7Qp.chunk.mjs.map
-share/nextcloud/apps/text/js/cal.js-Bk_RmF0D.chunk.mjs
-share/nextcloud/apps/text/js/cal.js-Bk_RmF0D.chunk.mjs.license
-share/nextcloud/apps/text/js/cal.js-Bk_RmF0D.chunk.mjs.map
-share/nextcloud/apps/text/js/capnproto-BwU57wkZ.chunk.mjs
-share/nextcloud/apps/text/js/capnproto-BwU57wkZ.chunk.mjs.license
-share/nextcloud/apps/text/js/capnproto-BwU57wkZ.chunk.mjs.map
-share/nextcloud/apps/text/js/capnproto.js-l5oB-TIK.chunk.mjs
-share/nextcloud/apps/text/js/capnproto.js-l5oB-TIK.chunk.mjs.license
-share/nextcloud/apps/text/js/capnproto.js-l5oB-TIK.chunk.mjs.map
-share/nextcloud/apps/text/js/ceylon-CQq6AS8g.chunk.mjs
-share/nextcloud/apps/text/js/ceylon-CQq6AS8g.chunk.mjs.license
-share/nextcloud/apps/text/js/ceylon-CQq6AS8g.chunk.mjs.map
-share/nextcloud/apps/text/js/ceylon.js-C41cJoRw.chunk.mjs
-share/nextcloud/apps/text/js/ceylon.js-C41cJoRw.chunk.mjs.license
-share/nextcloud/apps/text/js/ceylon.js-C41cJoRw.chunk.mjs.map
-share/nextcloud/apps/text/js/channel-ybTX7b62.chunk.mjs
-share/nextcloud/apps/text/js/channel-ybTX7b62.chunk.mjs.license
-share/nextcloud/apps/text/js/channel-ybTX7b62.chunk.mjs.map
-share/nextcloud/apps/text/js/classDiagram-d40c83e7-DqRsajge.chunk.mjs
-share/nextcloud/apps/text/js/classDiagram-d40c83e7-DqRsajge.chunk.mjs.license
-share/nextcloud/apps/text/js/classDiagram-d40c83e7-DqRsajge.chunk.mjs.map
-share/nextcloud/apps/text/js/classDiagram-v2-d5a6b087-JftQ-kW3.chunk.mjs
-share/nextcloud/apps/text/js/classDiagram-v2-d5a6b087-JftQ-kW3.chunk.mjs.license
-share/nextcloud/apps/text/js/classDiagram-v2-d5a6b087-JftQ-kW3.chunk.mjs.map
-share/nextcloud/apps/text/js/clean-BbrfyssB.chunk.mjs
-share/nextcloud/apps/text/js/clean-BbrfyssB.chunk.mjs.license
-share/nextcloud/apps/text/js/clean-BbrfyssB.chunk.mjs.map
-share/nextcloud/apps/text/js/clean.js-etBu3XnJ.chunk.mjs
-share/nextcloud/apps/text/js/clean.js-etBu3XnJ.chunk.mjs.license
-share/nextcloud/apps/text/js/clean.js-etBu3XnJ.chunk.mjs.map
-share/nextcloud/apps/text/js/clojure-BpBkEDZy.chunk.mjs
-share/nextcloud/apps/text/js/clojure-BpBkEDZy.chunk.mjs.license
-share/nextcloud/apps/text/js/clojure-BpBkEDZy.chunk.mjs.map
-share/nextcloud/apps/text/js/clojure-repl-B1-Lham4.chunk.mjs
-share/nextcloud/apps/text/js/clojure-repl-B1-Lham4.chunk.mjs.license
-share/nextcloud/apps/text/js/clojure-repl-B1-Lham4.chunk.mjs.map
-share/nextcloud/apps/text/js/clojure-repl.js-SfytETC8.chunk.mjs
-share/nextcloud/apps/text/js/clojure-repl.js-SfytETC8.chunk.mjs.license
-share/nextcloud/apps/text/js/clojure-repl.js-SfytETC8.chunk.mjs.map
-share/nextcloud/apps/text/js/clojure.js-CkpiecsT.chunk.mjs
-share/nextcloud/apps/text/js/clojure.js-CkpiecsT.chunk.mjs.license
-share/nextcloud/apps/text/js/clojure.js-CkpiecsT.chunk.mjs.map
-share/nextcloud/apps/text/js/clone-CZUQ-04g.chunk.mjs
-share/nextcloud/apps/text/js/clone-CZUQ-04g.chunk.mjs.license
-share/nextcloud/apps/text/js/clone-CZUQ-04g.chunk.mjs.map
-share/nextcloud/apps/text/js/cmake-7H30OLoN.chunk.mjs
-share/nextcloud/apps/text/js/cmake-7H30OLoN.chunk.mjs.license
-share/nextcloud/apps/text/js/cmake-7H30OLoN.chunk.mjs.map
-share/nextcloud/apps/text/js/cmake.js-BMRfyBww.chunk.mjs
-share/nextcloud/apps/text/js/cmake.js-BMRfyBww.chunk.mjs.license
-share/nextcloud/apps/text/js/cmake.js-BMRfyBww.chunk.mjs.map
-share/nextcloud/apps/text/js/coffeescript-DT23cFLl.chunk.mjs
-share/nextcloud/apps/text/js/coffeescript-DT23cFLl.chunk.mjs.license
-share/nextcloud/apps/text/js/coffeescript-DT23cFLl.chunk.mjs.map
-share/nextcloud/apps/text/js/coffeescript.js-2ljQbjrK.chunk.mjs
-share/nextcloud/apps/text/js/coffeescript.js-2ljQbjrK.chunk.mjs.license
-share/nextcloud/apps/text/js/coffeescript.js-2ljQbjrK.chunk.mjs.map
-share/nextcloud/apps/text/js/coq-NS1bGOI6.chunk.mjs
-share/nextcloud/apps/text/js/coq-NS1bGOI6.chunk.mjs.license
-share/nextcloud/apps/text/js/coq-NS1bGOI6.chunk.mjs.map
-share/nextcloud/apps/text/js/coq.js-D1GCKzsB.chunk.mjs
-share/nextcloud/apps/text/js/coq.js-D1GCKzsB.chunk.mjs.license
-share/nextcloud/apps/text/js/coq.js-D1GCKzsB.chunk.mjs.map
-share/nextcloud/apps/text/js/cos-DJR4QUMC.chunk.mjs
-share/nextcloud/apps/text/js/cos-DJR4QUMC.chunk.mjs.license
-share/nextcloud/apps/text/js/cos-DJR4QUMC.chunk.mjs.map
-share/nextcloud/apps/text/js/cos.js-DYZuOCgg.chunk.mjs
-share/nextcloud/apps/text/js/cos.js-DYZuOCgg.chunk.mjs.license
-share/nextcloud/apps/text/js/cos.js-DYZuOCgg.chunk.mjs.map
-share/nextcloud/apps/text/js/cpp-DsTA2Us2.chunk.mjs
-share/nextcloud/apps/text/js/cpp-DsTA2Us2.chunk.mjs.license
-share/nextcloud/apps/text/js/cpp-DsTA2Us2.chunk.mjs.map
-share/nextcloud/apps/text/js/cpp.js-DYPlM0JH.chunk.mjs
-share/nextcloud/apps/text/js/cpp.js-DYPlM0JH.chunk.mjs.license
-share/nextcloud/apps/text/js/cpp.js-DYPlM0JH.chunk.mjs.map
-share/nextcloud/apps/text/js/createText-d213de94-rI0GmJMd.chunk.mjs
-share/nextcloud/apps/text/js/createText-d213de94-rI0GmJMd.chunk.mjs.license
-share/nextcloud/apps/text/js/createText-d213de94-rI0GmJMd.chunk.mjs.map
-share/nextcloud/apps/text/js/crmsh-DbFeYgUy.chunk.mjs
-share/nextcloud/apps/text/js/crmsh-DbFeYgUy.chunk.mjs.license
-share/nextcloud/apps/text/js/crmsh-DbFeYgUy.chunk.mjs.map
-share/nextcloud/apps/text/js/crmsh.js-C6quB0UB.chunk.mjs
-share/nextcloud/apps/text/js/crmsh.js-C6quB0UB.chunk.mjs.license
-share/nextcloud/apps/text/js/crmsh.js-C6quB0UB.chunk.mjs.map
-share/nextcloud/apps/text/js/crystal-1ustxhfm.chunk.mjs
-share/nextcloud/apps/text/js/crystal-1ustxhfm.chunk.mjs.license
-share/nextcloud/apps/text/js/crystal-1ustxhfm.chunk.mjs.map
-share/nextcloud/apps/text/js/crystal.js-DFW53n7G.chunk.mjs
-share/nextcloud/apps/text/js/crystal.js-DFW53n7G.chunk.mjs.license
-share/nextcloud/apps/text/js/crystal.js-DFW53n7G.chunk.mjs.map
-share/nextcloud/apps/text/js/csharp-C2BXvjgj.chunk.mjs
-share/nextcloud/apps/text/js/csharp-C2BXvjgj.chunk.mjs.license
-share/nextcloud/apps/text/js/csharp-C2BXvjgj.chunk.mjs.map
-share/nextcloud/apps/text/js/csharp.js-aF7LY9rA.chunk.mjs
-share/nextcloud/apps/text/js/csharp.js-aF7LY9rA.chunk.mjs.license
-share/nextcloud/apps/text/js/csharp.js-aF7LY9rA.chunk.mjs.map
-share/nextcloud/apps/text/js/csp-Dck2vA1d.chunk.mjs
-share/nextcloud/apps/text/js/csp-Dck2vA1d.chunk.mjs.license
-share/nextcloud/apps/text/js/csp-Dck2vA1d.chunk.mjs.map
-share/nextcloud/apps/text/js/csp.js-BVdq_5py.chunk.mjs
-share/nextcloud/apps/text/js/csp.js-BVdq_5py.chunk.mjs.license
-share/nextcloud/apps/text/js/csp.js-BVdq_5py.chunk.mjs.map
-share/nextcloud/apps/text/js/css-BlKnMlB1.chunk.mjs
-share/nextcloud/apps/text/js/css-BlKnMlB1.chunk.mjs.license
-share/nextcloud/apps/text/js/css-BlKnMlB1.chunk.mjs.map
-share/nextcloud/apps/text/js/css.js-BAZVkPkm.chunk.mjs
-share/nextcloud/apps/text/js/css.js-BAZVkPkm.chunk.mjs.license
-share/nextcloud/apps/text/js/css.js-BAZVkPkm.chunk.mjs.map
-share/nextcloud/apps/text/js/d-BeBQ1CSR.chunk.mjs
-share/nextcloud/apps/text/js/d-BeBQ1CSR.chunk.mjs.license
-share/nextcloud/apps/text/js/d-BeBQ1CSR.chunk.mjs.map
-share/nextcloud/apps/text/js/d.js-D0PTI_d9.chunk.mjs
-share/nextcloud/apps/text/js/d.js-D0PTI_d9.chunk.mjs.license
-share/nextcloud/apps/text/js/d.js-D0PTI_d9.chunk.mjs.map
-share/nextcloud/apps/text/js/dart-B--M_1MG.chunk.mjs
-share/nextcloud/apps/text/js/dart-B--M_1MG.chunk.mjs.license
-share/nextcloud/apps/text/js/dart-B--M_1MG.chunk.mjs.map
-share/nextcloud/apps/text/js/dart.js-SL37sAqB.chunk.mjs
-share/nextcloud/apps/text/js/dart.js-SL37sAqB.chunk.mjs.license
-share/nextcloud/apps/text/js/dart.js-SL37sAqB.chunk.mjs.map
-share/nextcloud/apps/text/js/delphi-D6uy-pPl.chunk.mjs
-share/nextcloud/apps/text/js/delphi-D6uy-pPl.chunk.mjs.license
-share/nextcloud/apps/text/js/delphi-D6uy-pPl.chunk.mjs.map
-share/nextcloud/apps/text/js/delphi.js-BVxKEH9T.chunk.mjs
-share/nextcloud/apps/text/js/delphi.js-BVxKEH9T.chunk.mjs.license
-share/nextcloud/apps/text/js/delphi.js-BVxKEH9T.chunk.mjs.map
-share/nextcloud/apps/text/js/diff-DeCANicG.chunk.mjs
-share/nextcloud/apps/text/js/diff-DeCANicG.chunk.mjs.license
-share/nextcloud/apps/text/js/diff-DeCANicG.chunk.mjs.map
-share/nextcloud/apps/text/js/diff.js-DwnVWR8L.chunk.mjs
-share/nextcloud/apps/text/js/diff.js-DwnVWR8L.chunk.mjs.license
-share/nextcloud/apps/text/js/diff.js-DwnVWR8L.chunk.mjs.map
-share/nextcloud/apps/text/js/django-B8c3il_E.chunk.mjs
-share/nextcloud/apps/text/js/django-B8c3il_E.chunk.mjs.license
-share/nextcloud/apps/text/js/django-B8c3il_E.chunk.mjs.map
-share/nextcloud/apps/text/js/django.js-Cv11pOvX.chunk.mjs
-share/nextcloud/apps/text/js/django.js-Cv11pOvX.chunk.mjs.license
-share/nextcloud/apps/text/js/django.js-Cv11pOvX.chunk.mjs.map
-share/nextcloud/apps/text/js/dns-NMo_e8vO.chunk.mjs
-share/nextcloud/apps/text/js/dns-NMo_e8vO.chunk.mjs.license
-share/nextcloud/apps/text/js/dns-NMo_e8vO.chunk.mjs.map
-share/nextcloud/apps/text/js/dns.js-NZ7qd0fi.chunk.mjs
-share/nextcloud/apps/text/js/dns.js-NZ7qd0fi.chunk.mjs.license
-share/nextcloud/apps/text/js/dns.js-NZ7qd0fi.chunk.mjs.map
-share/nextcloud/apps/text/js/dockerfile-CuSbj6zZ.chunk.mjs
-share/nextcloud/apps/text/js/dockerfile-CuSbj6zZ.chunk.mjs.license
-share/nextcloud/apps/text/js/dockerfile-CuSbj6zZ.chunk.mjs.map
-share/nextcloud/apps/text/js/dockerfile.js-m0kLCLR0.chunk.mjs
-share/nextcloud/apps/text/js/dockerfile.js-m0kLCLR0.chunk.mjs.license
-share/nextcloud/apps/text/js/dockerfile.js-m0kLCLR0.chunk.mjs.map
-share/nextcloud/apps/text/js/dos-De34tIAe.chunk.mjs
-share/nextcloud/apps/text/js/dos-De34tIAe.chunk.mjs.license
-share/nextcloud/apps/text/js/dos-De34tIAe.chunk.mjs.map
-share/nextcloud/apps/text/js/dos.js-CaSiK55Q.chunk.mjs
-share/nextcloud/apps/text/js/dos.js-CaSiK55Q.chunk.mjs.license
-share/nextcloud/apps/text/js/dos.js-CaSiK55Q.chunk.mjs.map
-share/nextcloud/apps/text/js/dsconfig-CoMHLv4c.chunk.mjs
-share/nextcloud/apps/text/js/dsconfig-CoMHLv4c.chunk.mjs.license
-share/nextcloud/apps/text/js/dsconfig-CoMHLv4c.chunk.mjs.map
-share/nextcloud/apps/text/js/dsconfig.js-Do9SAmjc.chunk.mjs
-share/nextcloud/apps/text/js/dsconfig.js-Do9SAmjc.chunk.mjs.license
-share/nextcloud/apps/text/js/dsconfig.js-Do9SAmjc.chunk.mjs.map
-share/nextcloud/apps/text/js/dts-DbjzyTzz.chunk.mjs
-share/nextcloud/apps/text/js/dts-DbjzyTzz.chunk.mjs.license
-share/nextcloud/apps/text/js/dts-DbjzyTzz.chunk.mjs.map
-share/nextcloud/apps/text/js/dts.js-C80rw2mt.chunk.mjs
-share/nextcloud/apps/text/js/dts.js-C80rw2mt.chunk.mjs.license
-share/nextcloud/apps/text/js/dts.js-C80rw2mt.chunk.mjs.map
-share/nextcloud/apps/text/js/dust-s6-q9P5f.chunk.mjs
-share/nextcloud/apps/text/js/dust-s6-q9P5f.chunk.mjs.license
-share/nextcloud/apps/text/js/dust-s6-q9P5f.chunk.mjs.map
-share/nextcloud/apps/text/js/dust.js-DXVc338v.chunk.mjs
-share/nextcloud/apps/text/js/dust.js-DXVc338v.chunk.mjs.license
-share/nextcloud/apps/text/js/dust.js-DXVc338v.chunk.mjs.map
-share/nextcloud/apps/text/js/ebnf-B5DXW4wW.chunk.mjs
-share/nextcloud/apps/text/js/ebnf-B5DXW4wW.chunk.mjs.license
-share/nextcloud/apps/text/js/ebnf-B5DXW4wW.chunk.mjs.map
-share/nextcloud/apps/text/js/ebnf.js-CfKA1u6s.chunk.mjs
-share/nextcloud/apps/text/js/ebnf.js-CfKA1u6s.chunk.mjs.license
-share/nextcloud/apps/text/js/ebnf.js-CfKA1u6s.chunk.mjs.map
-share/nextcloud/apps/text/js/edges-332bd1c7-B2BghTRB.chunk.mjs
-share/nextcloud/apps/text/js/edges-332bd1c7-B2BghTRB.chunk.mjs.license
-share/nextcloud/apps/text/js/edges-332bd1c7-B2BghTRB.chunk.mjs.map
-share/nextcloud/apps/text/js/elixir-BE9EZ0sM.chunk.mjs
-share/nextcloud/apps/text/js/elixir-BE9EZ0sM.chunk.mjs.license
-share/nextcloud/apps/text/js/elixir-BE9EZ0sM.chunk.mjs.map
-share/nextcloud/apps/text/js/elixir.js-BT1Swf9z.chunk.mjs
-share/nextcloud/apps/text/js/elixir.js-BT1Swf9z.chunk.mjs.license
-share/nextcloud/apps/text/js/elixir.js-BT1Swf9z.chunk.mjs.map
-share/nextcloud/apps/text/js/elm-Dw9LWDe5.chunk.mjs
-share/nextcloud/apps/text/js/elm-Dw9LWDe5.chunk.mjs.license
-share/nextcloud/apps/text/js/elm-Dw9LWDe5.chunk.mjs.map
-share/nextcloud/apps/text/js/elm.js-Ctxv7qLO.chunk.mjs
-share/nextcloud/apps/text/js/elm.js-Ctxv7qLO.chunk.mjs.license
-share/nextcloud/apps/text/js/elm.js-Ctxv7qLO.chunk.mjs.map
-share/nextcloud/apps/text/js/emoji-picker-DlAAdvrL.chunk.mjs
-share/nextcloud/apps/text/js/emoji-picker-DlAAdvrL.chunk.mjs.license
-share/nextcloud/apps/text/js/emoji-picker-DlAAdvrL.chunk.mjs.map
-share/nextcloud/apps/text/js/erDiagram-880f2ed8-BHOD45VZ.chunk.mjs
-share/nextcloud/apps/text/js/erDiagram-880f2ed8-BHOD45VZ.chunk.mjs.license
-share/nextcloud/apps/text/js/erDiagram-880f2ed8-BHOD45VZ.chunk.mjs.map
-share/nextcloud/apps/text/js/erb-Bg2CzpLq.chunk.mjs
-share/nextcloud/apps/text/js/erb-Bg2CzpLq.chunk.mjs.license
-share/nextcloud/apps/text/js/erb-Bg2CzpLq.chunk.mjs.map
-share/nextcloud/apps/text/js/erb.js-Bbz1tiEq.chunk.mjs
-share/nextcloud/apps/text/js/erb.js-Bbz1tiEq.chunk.mjs.license
-share/nextcloud/apps/text/js/erb.js-Bbz1tiEq.chunk.mjs.map
-share/nextcloud/apps/text/js/erlang-lys1WV8h.chunk.mjs
-share/nextcloud/apps/text/js/erlang-lys1WV8h.chunk.mjs.license
-share/nextcloud/apps/text/js/erlang-lys1WV8h.chunk.mjs.map
-share/nextcloud/apps/text/js/erlang-repl-HYMdY6Yb.chunk.mjs
-share/nextcloud/apps/text/js/erlang-repl-HYMdY6Yb.chunk.mjs.license
-share/nextcloud/apps/text/js/erlang-repl-HYMdY6Yb.chunk.mjs.map
-share/nextcloud/apps/text/js/erlang-repl.js-CcaLWr0Y.chunk.mjs
-share/nextcloud/apps/text/js/erlang-repl.js-CcaLWr0Y.chunk.mjs.license
-share/nextcloud/apps/text/js/erlang-repl.js-CcaLWr0Y.chunk.mjs.map
-share/nextcloud/apps/text/js/erlang.js-BW1kTu8l.chunk.mjs
-share/nextcloud/apps/text/js/erlang.js-BW1kTu8l.chunk.mjs.license
-share/nextcloud/apps/text/js/erlang.js-BW1kTu8l.chunk.mjs.map
-share/nextcloud/apps/text/js/excel-Bj2ZghOd.chunk.mjs
-share/nextcloud/apps/text/js/excel-Bj2ZghOd.chunk.mjs.license
-share/nextcloud/apps/text/js/excel-Bj2ZghOd.chunk.mjs.map
-share/nextcloud/apps/text/js/excel.js-CfsNkzPZ.chunk.mjs
-share/nextcloud/apps/text/js/excel.js-CfsNkzPZ.chunk.mjs.license
-share/nextcloud/apps/text/js/excel.js-CfsNkzPZ.chunk.mjs.map
-share/nextcloud/apps/text/js/files-BJbuz2X-.chunk.mjs
-share/nextcloud/apps/text/js/files-BJbuz2X-.chunk.mjs.license
-share/nextcloud/apps/text/js/files-BJbuz2X-.chunk.mjs.map
-share/nextcloud/apps/text/js/fix-DCBrf6Zo.chunk.mjs
-share/nextcloud/apps/text/js/fix-DCBrf6Zo.chunk.mjs.license
-share/nextcloud/apps/text/js/fix-DCBrf6Zo.chunk.mjs.map
-share/nextcloud/apps/text/js/fix.js-d6w09C8k.chunk.mjs
-share/nextcloud/apps/text/js/fix.js-d6w09C8k.chunk.mjs.license
-share/nextcloud/apps/text/js/fix.js-d6w09C8k.chunk.mjs.map
-share/nextcloud/apps/text/js/flix-COysFHZ-.chunk.mjs
-share/nextcloud/apps/text/js/flix-COysFHZ-.chunk.mjs.license
-share/nextcloud/apps/text/js/flix-COysFHZ-.chunk.mjs.map
-share/nextcloud/apps/text/js/flix.js-z_S6ki3_.chunk.mjs
-share/nextcloud/apps/text/js/flix.js-z_S6ki3_.chunk.mjs.license
-share/nextcloud/apps/text/js/flix.js-z_S6ki3_.chunk.mjs.map
-share/nextcloud/apps/text/js/flowDb-7c981674-BknDDGTj.chunk.mjs
-share/nextcloud/apps/text/js/flowDb-7c981674-BknDDGTj.chunk.mjs.license
-share/nextcloud/apps/text/js/flowDb-7c981674-BknDDGTj.chunk.mjs.map
-share/nextcloud/apps/text/js/flowDiagram-cbd28bf7-mLPR87nW.chunk.mjs
-share/nextcloud/apps/text/js/flowDiagram-cbd28bf7-mLPR87nW.chunk.mjs.license
-share/nextcloud/apps/text/js/flowDiagram-cbd28bf7-mLPR87nW.chunk.mjs.map
-share/nextcloud/apps/text/js/flowDiagram-v2-ffc7f31a-DE-MUHd_.chunk.mjs
-share/nextcloud/apps/text/js/flowDiagram-v2-ffc7f31a-DE-MUHd_.chunk.mjs.license
-share/nextcloud/apps/text/js/flowDiagram-v2-ffc7f31a-DE-MUHd_.chunk.mjs.map
-share/nextcloud/apps/text/js/flowchart-elk-definition-36e2d292-DQc1pbOd.chunk.mjs
-share/nextcloud/apps/text/js/flowchart-elk-definition-36e2d292-DQc1pbOd.chunk.mjs.license
-share/nextcloud/apps/text/js/flowchart-elk-definition-36e2d292-DQc1pbOd.chunk.mjs.map
-share/nextcloud/apps/text/js/fortran-0j43GgDH.chunk.mjs
-share/nextcloud/apps/text/js/fortran-0j43GgDH.chunk.mjs.license
-share/nextcloud/apps/text/js/fortran-0j43GgDH.chunk.mjs.map
-share/nextcloud/apps/text/js/fortran.js-CIISAIdI.chunk.mjs
-share/nextcloud/apps/text/js/fortran.js-CIISAIdI.chunk.mjs.license
-share/nextcloud/apps/text/js/fortran.js-CIISAIdI.chunk.mjs.map
-share/nextcloud/apps/text/js/fsharp-7OwaguNJ.chunk.mjs
-share/nextcloud/apps/text/js/fsharp-7OwaguNJ.chunk.mjs.license
-share/nextcloud/apps/text/js/fsharp-7OwaguNJ.chunk.mjs.map
-share/nextcloud/apps/text/js/fsharp.js-Byf3wBpo.chunk.mjs
-share/nextcloud/apps/text/js/fsharp.js-Byf3wBpo.chunk.mjs.license
-share/nextcloud/apps/text/js/fsharp.js-Byf3wBpo.chunk.mjs.map
-share/nextcloud/apps/text/js/gams-BUG7Jxd2.chunk.mjs
-share/nextcloud/apps/text/js/gams-BUG7Jxd2.chunk.mjs.license
-share/nextcloud/apps/text/js/gams-BUG7Jxd2.chunk.mjs.map
-share/nextcloud/apps/text/js/gams.js-Bo3P0ggu.chunk.mjs
-share/nextcloud/apps/text/js/gams.js-Bo3P0ggu.chunk.mjs.license
-share/nextcloud/apps/text/js/gams.js-Bo3P0ggu.chunk.mjs.map
-share/nextcloud/apps/text/js/ganttDiagram-04f9e578-D2xARzST.chunk.mjs
-share/nextcloud/apps/text/js/ganttDiagram-04f9e578-D2xARzST.chunk.mjs.license
-share/nextcloud/apps/text/js/ganttDiagram-04f9e578-D2xARzST.chunk.mjs.map
-share/nextcloud/apps/text/js/gauss-BdkHnZC0.chunk.mjs
-share/nextcloud/apps/text/js/gauss-BdkHnZC0.chunk.mjs.license
-share/nextcloud/apps/text/js/gauss-BdkHnZC0.chunk.mjs.map
-share/nextcloud/apps/text/js/gauss.js-Dj_pf75a.chunk.mjs
-share/nextcloud/apps/text/js/gauss.js-Dj_pf75a.chunk.mjs.license
-share/nextcloud/apps/text/js/gauss.js-Dj_pf75a.chunk.mjs.map
-share/nextcloud/apps/text/js/gcode-B_p6VEjd.chunk.mjs
-share/nextcloud/apps/text/js/gcode-B_p6VEjd.chunk.mjs.license
-share/nextcloud/apps/text/js/gcode-B_p6VEjd.chunk.mjs.map
-share/nextcloud/apps/text/js/gcode.js-DrYFWOF2.chunk.mjs
-share/nextcloud/apps/text/js/gcode.js-DrYFWOF2.chunk.mjs.license
-share/nextcloud/apps/text/js/gcode.js-DrYFWOF2.chunk.mjs.map
-share/nextcloud/apps/text/js/gherkin-D4dymmxX.chunk.mjs
-share/nextcloud/apps/text/js/gherkin-D4dymmxX.chunk.mjs.license
-share/nextcloud/apps/text/js/gherkin-D4dymmxX.chunk.mjs.map
-share/nextcloud/apps/text/js/gherkin.js-BOmSdmQT.chunk.mjs
-share/nextcloud/apps/text/js/gherkin.js-BOmSdmQT.chunk.mjs.license
-share/nextcloud/apps/text/js/gherkin.js-BOmSdmQT.chunk.mjs.map
-share/nextcloud/apps/text/js/gitGraphDiagram-21fc4d3e-B-S2OIaj.chunk.mjs
-share/nextcloud/apps/text/js/gitGraphDiagram-21fc4d3e-B-S2OIaj.chunk.mjs.license
-share/nextcloud/apps/text/js/gitGraphDiagram-21fc4d3e-B-S2OIaj.chunk.mjs.map
-share/nextcloud/apps/text/js/glsl-BZ5EusmF.chunk.mjs
-share/nextcloud/apps/text/js/glsl-BZ5EusmF.chunk.mjs.license
-share/nextcloud/apps/text/js/glsl-BZ5EusmF.chunk.mjs.map
-share/nextcloud/apps/text/js/glsl.js-BbNPlarf.chunk.mjs
-share/nextcloud/apps/text/js/glsl.js-BbNPlarf.chunk.mjs.license
-share/nextcloud/apps/text/js/glsl.js-BbNPlarf.chunk.mjs.map
-share/nextcloud/apps/text/js/gml-BzjRcWIa.chunk.mjs
-share/nextcloud/apps/text/js/gml-BzjRcWIa.chunk.mjs.license
-share/nextcloud/apps/text/js/gml-BzjRcWIa.chunk.mjs.map
-share/nextcloud/apps/text/js/gml.js-BjauWSD8.chunk.mjs
-share/nextcloud/apps/text/js/gml.js-BjauWSD8.chunk.mjs.license
-share/nextcloud/apps/text/js/gml.js-BjauWSD8.chunk.mjs.map
-share/nextcloud/apps/text/js/go-DToqRcY1.chunk.mjs
-share/nextcloud/apps/text/js/go-DToqRcY1.chunk.mjs.license
-share/nextcloud/apps/text/js/go-DToqRcY1.chunk.mjs.map
-share/nextcloud/apps/text/js/go.js-BK1dmK0t.chunk.mjs
-share/nextcloud/apps/text/js/go.js-BK1dmK0t.chunk.mjs.license
-share/nextcloud/apps/text/js/go.js-BK1dmK0t.chunk.mjs.map
-share/nextcloud/apps/text/js/golo-Wgk0WNoO.chunk.mjs
-share/nextcloud/apps/text/js/golo-Wgk0WNoO.chunk.mjs.license
-share/nextcloud/apps/text/js/golo-Wgk0WNoO.chunk.mjs.map
-share/nextcloud/apps/text/js/golo.js-DNUv9bBA.chunk.mjs
-share/nextcloud/apps/text/js/golo.js-DNUv9bBA.chunk.mjs.license
-share/nextcloud/apps/text/js/golo.js-DNUv9bBA.chunk.mjs.map
-share/nextcloud/apps/text/js/gradle-dKtnxq9k.chunk.mjs
-share/nextcloud/apps/text/js/gradle-dKtnxq9k.chunk.mjs.license
-share/nextcloud/apps/text/js/gradle-dKtnxq9k.chunk.mjs.map
-share/nextcloud/apps/text/js/gradle.js-D72RpOVE.chunk.mjs
-share/nextcloud/apps/text/js/gradle.js-D72RpOVE.chunk.mjs.license
-share/nextcloud/apps/text/js/gradle.js-D72RpOVE.chunk.mjs.map
-share/nextcloud/apps/text/js/graph-A4sV7fvp.chunk.mjs
-share/nextcloud/apps/text/js/graph-A4sV7fvp.chunk.mjs.license
-share/nextcloud/apps/text/js/graph-A4sV7fvp.chunk.mjs.map
-share/nextcloud/apps/text/js/graphql-BoIbVMAD.chunk.mjs
-share/nextcloud/apps/text/js/graphql-BoIbVMAD.chunk.mjs.license
-share/nextcloud/apps/text/js/graphql-BoIbVMAD.chunk.mjs.map
-share/nextcloud/apps/text/js/graphql.js-ZK2mvTtr.chunk.mjs
-share/nextcloud/apps/text/js/graphql.js-ZK2mvTtr.chunk.mjs.license
-share/nextcloud/apps/text/js/graphql.js-ZK2mvTtr.chunk.mjs.map
-share/nextcloud/apps/text/js/groovy-DCzlRD9I.chunk.mjs
-share/nextcloud/apps/text/js/groovy-DCzlRD9I.chunk.mjs.license
-share/nextcloud/apps/text/js/groovy-DCzlRD9I.chunk.mjs.map
-share/nextcloud/apps/text/js/groovy.js-Bc_nW4ci.chunk.mjs
-share/nextcloud/apps/text/js/groovy.js-Bc_nW4ci.chunk.mjs.license
-share/nextcloud/apps/text/js/groovy.js-Bc_nW4ci.chunk.mjs.map
-share/nextcloud/apps/text/js/haml-Dof3O9dp.chunk.mjs
-share/nextcloud/apps/text/js/haml-Dof3O9dp.chunk.mjs.license
-share/nextcloud/apps/text/js/haml-Dof3O9dp.chunk.mjs.map
-share/nextcloud/apps/text/js/haml.js-C3reZKpl.chunk.mjs
-share/nextcloud/apps/text/js/haml.js-C3reZKpl.chunk.mjs.license
-share/nextcloud/apps/text/js/haml.js-C3reZKpl.chunk.mjs.map
-share/nextcloud/apps/text/js/handlebars-K24R23uI.chunk.mjs
-share/nextcloud/apps/text/js/handlebars-K24R23uI.chunk.mjs.license
-share/nextcloud/apps/text/js/handlebars-K24R23uI.chunk.mjs.map
-share/nextcloud/apps/text/js/handlebars.js-S973xrgV.chunk.mjs
-share/nextcloud/apps/text/js/handlebars.js-S973xrgV.chunk.mjs.license
-share/nextcloud/apps/text/js/handlebars.js-S973xrgV.chunk.mjs.map
-share/nextcloud/apps/text/js/haskell-DCG-6pxs.chunk.mjs
-share/nextcloud/apps/text/js/haskell-DCG-6pxs.chunk.mjs.license
-share/nextcloud/apps/text/js/haskell-DCG-6pxs.chunk.mjs.map
-share/nextcloud/apps/text/js/haskell.js-CcgCXdUp.chunk.mjs
-share/nextcloud/apps/text/js/haskell.js-CcgCXdUp.chunk.mjs.license
-share/nextcloud/apps/text/js/haskell.js-CcgCXdUp.chunk.mjs.map
-share/nextcloud/apps/text/js/haxe-BtAQGlCa.chunk.mjs
-share/nextcloud/apps/text/js/haxe-BtAQGlCa.chunk.mjs.license
-share/nextcloud/apps/text/js/haxe-BtAQGlCa.chunk.mjs.map
-share/nextcloud/apps/text/js/haxe.js-B9FdmrR6.chunk.mjs
-share/nextcloud/apps/text/js/haxe.js-B9FdmrR6.chunk.mjs.license
-share/nextcloud/apps/text/js/haxe.js-B9FdmrR6.chunk.mjs.map
-share/nextcloud/apps/text/js/hsp-DagjjSlN.chunk.mjs
-share/nextcloud/apps/text/js/hsp-DagjjSlN.chunk.mjs.license
-share/nextcloud/apps/text/js/hsp-DagjjSlN.chunk.mjs.map
-share/nextcloud/apps/text/js/hsp.js-DQ0HmAl0.chunk.mjs
-share/nextcloud/apps/text/js/hsp.js-DQ0HmAl0.chunk.mjs.license
-share/nextcloud/apps/text/js/hsp.js-DQ0HmAl0.chunk.mjs.map
-share/nextcloud/apps/text/js/http-C8AZKolw.chunk.mjs
-share/nextcloud/apps/text/js/http-C8AZKolw.chunk.mjs.license
-share/nextcloud/apps/text/js/http-C8AZKolw.chunk.mjs.map
-share/nextcloud/apps/text/js/http.js-Bbko4s2T.chunk.mjs
-share/nextcloud/apps/text/js/http.js-Bbko4s2T.chunk.mjs.license
-share/nextcloud/apps/text/js/http.js-Bbko4s2T.chunk.mjs.map
-share/nextcloud/apps/text/js/hy-C0Qj2Uae.chunk.mjs
-share/nextcloud/apps/text/js/hy-C0Qj2Uae.chunk.mjs.license
-share/nextcloud/apps/text/js/hy-C0Qj2Uae.chunk.mjs.map
-share/nextcloud/apps/text/js/hy.js-CTZNGfpr.chunk.mjs
-share/nextcloud/apps/text/js/hy.js-CTZNGfpr.chunk.mjs.license
-share/nextcloud/apps/text/js/hy.js-CTZNGfpr.chunk.mjs.map
-share/nextcloud/apps/text/js/index-6079d271-2kpTC1Vk.chunk.mjs
-share/nextcloud/apps/text/js/index-6079d271-2kpTC1Vk.chunk.mjs.license
-share/nextcloud/apps/text/js/index-6079d271-2kpTC1Vk.chunk.mjs.map
-share/nextcloud/apps/text/js/index-D29f11qk.chunk.mjs
-share/nextcloud/apps/text/js/index-D29f11qk.chunk.mjs.license
-share/nextcloud/apps/text/js/index-D29f11qk.chunk.mjs.map
-share/nextcloud/apps/text/js/index-D4JaVBd5.chunk.mjs
-share/nextcloud/apps/text/js/index-D4JaVBd5.chunk.mjs.license
-share/nextcloud/apps/text/js/index-D4JaVBd5.chunk.mjs.map
-share/nextcloud/apps/text/js/index-DfiDB3im.chunk.mjs
-share/nextcloud/apps/text/js/index-DfiDB3im.chunk.mjs.license
-share/nextcloud/apps/text/js/index-DfiDB3im.chunk.mjs.map
-share/nextcloud/apps/text/js/index-Doa8FbYv.chunk.mjs
-share/nextcloud/apps/text/js/index-Doa8FbYv.chunk.mjs.license
-share/nextcloud/apps/text/js/index-Doa8FbYv.chunk.mjs.map
-share/nextcloud/apps/text/js/index-Kg2hZgGF-BVtiXlIh.chunk.mjs
-share/nextcloud/apps/text/js/index-Kg2hZgGF-BVtiXlIh.chunk.mjs.license
-share/nextcloud/apps/text/js/index-Kg2hZgGF-BVtiXlIh.chunk.mjs.map
-share/nextcloud/apps/text/js/index-fFPh3eUu.chunk.mjs
-share/nextcloud/apps/text/js/index-fFPh3eUu.chunk.mjs.license
-share/nextcloud/apps/text/js/index-fFPh3eUu.chunk.mjs.map
-share/nextcloud/apps/text/js/index-zyxvkHrF.chunk.mjs
-share/nextcloud/apps/text/js/index-zyxvkHrF.chunk.mjs.license
-share/nextcloud/apps/text/js/index-zyxvkHrF.chunk.mjs.map
-share/nextcloud/apps/text/js/infoDiagram-4a4f5b27-BmF9MkfG.chunk.mjs
-share/nextcloud/apps/text/js/infoDiagram-4a4f5b27-BmF9MkfG.chunk.mjs.license
-share/nextcloud/apps/text/js/infoDiagram-4a4f5b27-BmF9MkfG.chunk.mjs.map
-share/nextcloud/apps/text/js/inform7-D6MAMMR6.chunk.mjs
-share/nextcloud/apps/text/js/inform7-D6MAMMR6.chunk.mjs.license
-share/nextcloud/apps/text/js/inform7-D6MAMMR6.chunk.mjs.map
-share/nextcloud/apps/text/js/inform7.js-ByEkrhG9.chunk.mjs
-share/nextcloud/apps/text/js/inform7.js-ByEkrhG9.chunk.mjs.license
-share/nextcloud/apps/text/js/inform7.js-ByEkrhG9.chunk.mjs.map
-share/nextcloud/apps/text/js/ini-DTenhFrw.chunk.mjs
-share/nextcloud/apps/text/js/ini-DTenhFrw.chunk.mjs.license
-share/nextcloud/apps/text/js/ini-DTenhFrw.chunk.mjs.map
-share/nextcloud/apps/text/js/ini.js-DMuAaxFj.chunk.mjs
-share/nextcloud/apps/text/js/ini.js-DMuAaxFj.chunk.mjs.license
-share/nextcloud/apps/text/js/ini.js-DMuAaxFj.chunk.mjs.map
+share/nextcloud/apps/text/js/abnf-BRGG-j0P.chunk.mjs
+share/nextcloud/apps/text/js/abnf-BRGG-j0P.chunk.mjs.license
+share/nextcloud/apps/text/js/abnf-BRGG-j0P.chunk.mjs.map
+share/nextcloud/apps/text/js/abnf-CinNQjEv.chunk.mjs
+share/nextcloud/apps/text/js/abnf-CinNQjEv.chunk.mjs.license
+share/nextcloud/apps/text/js/abnf-CinNQjEv.chunk.mjs.map
+share/nextcloud/apps/text/js/abnf.js-D1bkAucv.chunk.mjs
+share/nextcloud/apps/text/js/abnf.js-D1bkAucv.chunk.mjs.license
+share/nextcloud/apps/text/js/abnf.js-D1bkAucv.chunk.mjs.map
+share/nextcloud/apps/text/js/accesslog-C44I6A91.chunk.mjs
+share/nextcloud/apps/text/js/accesslog-C44I6A91.chunk.mjs.license
+share/nextcloud/apps/text/js/accesslog-C44I6A91.chunk.mjs.map
+share/nextcloud/apps/text/js/accesslog-cSelwjEo.chunk.mjs
+share/nextcloud/apps/text/js/accesslog-cSelwjEo.chunk.mjs.license
+share/nextcloud/apps/text/js/accesslog-cSelwjEo.chunk.mjs.map
+share/nextcloud/apps/text/js/accesslog.js-DLcHH4sB.chunk.mjs
+share/nextcloud/apps/text/js/accesslog.js-DLcHH4sB.chunk.mjs.license
+share/nextcloud/apps/text/js/accesslog.js-DLcHH4sB.chunk.mjs.map
+share/nextcloud/apps/text/js/actionscript-CgCtblwr.chunk.mjs
+share/nextcloud/apps/text/js/actionscript-CgCtblwr.chunk.mjs.license
+share/nextcloud/apps/text/js/actionscript-CgCtblwr.chunk.mjs.map
+share/nextcloud/apps/text/js/actionscript-UdL11e0I.chunk.mjs
+share/nextcloud/apps/text/js/actionscript-UdL11e0I.chunk.mjs.license
+share/nextcloud/apps/text/js/actionscript-UdL11e0I.chunk.mjs.map
+share/nextcloud/apps/text/js/actionscript.js-DGrVd7uS.chunk.mjs
+share/nextcloud/apps/text/js/actionscript.js-DGrVd7uS.chunk.mjs.license
+share/nextcloud/apps/text/js/actionscript.js-DGrVd7uS.chunk.mjs.map
+share/nextcloud/apps/text/js/ada-B180OuNO.chunk.mjs
+share/nextcloud/apps/text/js/ada-B180OuNO.chunk.mjs.license
+share/nextcloud/apps/text/js/ada-B180OuNO.chunk.mjs.map
+share/nextcloud/apps/text/js/ada-C4L6ZDey.chunk.mjs
+share/nextcloud/apps/text/js/ada-C4L6ZDey.chunk.mjs.license
+share/nextcloud/apps/text/js/ada-C4L6ZDey.chunk.mjs.map
+share/nextcloud/apps/text/js/ada.js-BucdEdOx.chunk.mjs
+share/nextcloud/apps/text/js/ada.js-BucdEdOx.chunk.mjs.license
+share/nextcloud/apps/text/js/ada.js-BucdEdOx.chunk.mjs.map
+share/nextcloud/apps/text/js/angelscript-BUTDZ7mP.chunk.mjs
+share/nextcloud/apps/text/js/angelscript-BUTDZ7mP.chunk.mjs.license
+share/nextcloud/apps/text/js/angelscript-BUTDZ7mP.chunk.mjs.map
+share/nextcloud/apps/text/js/angelscript-DNAVs2LH.chunk.mjs
+share/nextcloud/apps/text/js/angelscript-DNAVs2LH.chunk.mjs.license
+share/nextcloud/apps/text/js/angelscript-DNAVs2LH.chunk.mjs.map
+share/nextcloud/apps/text/js/angelscript.js-CulR37Kt.chunk.mjs
+share/nextcloud/apps/text/js/angelscript.js-CulR37Kt.chunk.mjs.license
+share/nextcloud/apps/text/js/angelscript.js-CulR37Kt.chunk.mjs.map
+share/nextcloud/apps/text/js/apache-DCWNJJPs.chunk.mjs
+share/nextcloud/apps/text/js/apache-DCWNJJPs.chunk.mjs.license
+share/nextcloud/apps/text/js/apache-DCWNJJPs.chunk.mjs.map
+share/nextcloud/apps/text/js/apache-DatNiJsa.chunk.mjs
+share/nextcloud/apps/text/js/apache-DatNiJsa.chunk.mjs.license
+share/nextcloud/apps/text/js/apache-DatNiJsa.chunk.mjs.map
+share/nextcloud/apps/text/js/apache.js-rPkgL0yN.chunk.mjs
+share/nextcloud/apps/text/js/apache.js-rPkgL0yN.chunk.mjs.license
+share/nextcloud/apps/text/js/apache.js-rPkgL0yN.chunk.mjs.map
+share/nextcloud/apps/text/js/applescript-Dktc-0-m.chunk.mjs
+share/nextcloud/apps/text/js/applescript-Dktc-0-m.chunk.mjs.license
+share/nextcloud/apps/text/js/applescript-Dktc-0-m.chunk.mjs.map
+share/nextcloud/apps/text/js/applescript-Dl22M6eF.chunk.mjs
+share/nextcloud/apps/text/js/applescript-Dl22M6eF.chunk.mjs.license
+share/nextcloud/apps/text/js/applescript-Dl22M6eF.chunk.mjs.map
+share/nextcloud/apps/text/js/applescript.js-DYT-nFov.chunk.mjs
+share/nextcloud/apps/text/js/applescript.js-DYT-nFov.chunk.mjs.license
+share/nextcloud/apps/text/js/applescript.js-DYT-nFov.chunk.mjs.map
+share/nextcloud/apps/text/js/arc-GGIiB-2X.chunk.mjs
+share/nextcloud/apps/text/js/arc-GGIiB-2X.chunk.mjs.license
+share/nextcloud/apps/text/js/arc-GGIiB-2X.chunk.mjs.map
+share/nextcloud/apps/text/js/arcade-DSt3zSj6.chunk.mjs
+share/nextcloud/apps/text/js/arcade-DSt3zSj6.chunk.mjs.license
+share/nextcloud/apps/text/js/arcade-DSt3zSj6.chunk.mjs.map
+share/nextcloud/apps/text/js/arcade-DuzF06PQ.chunk.mjs
+share/nextcloud/apps/text/js/arcade-DuzF06PQ.chunk.mjs.license
+share/nextcloud/apps/text/js/arcade-DuzF06PQ.chunk.mjs.map
+share/nextcloud/apps/text/js/arcade.js-BE3AEh7D.chunk.mjs
+share/nextcloud/apps/text/js/arcade.js-BE3AEh7D.chunk.mjs.license
+share/nextcloud/apps/text/js/arcade.js-BE3AEh7D.chunk.mjs.map
+share/nextcloud/apps/text/js/architectureDiagram-KFL7JDKH-CCnkN851.chunk.mjs
+share/nextcloud/apps/text/js/architectureDiagram-KFL7JDKH-CCnkN851.chunk.mjs.license
+share/nextcloud/apps/text/js/architectureDiagram-KFL7JDKH-CCnkN851.chunk.mjs.map
+share/nextcloud/apps/text/js/arduino-DTP_3n80.chunk.mjs
+share/nextcloud/apps/text/js/arduino-DTP_3n80.chunk.mjs.license
+share/nextcloud/apps/text/js/arduino-DTP_3n80.chunk.mjs.map
+share/nextcloud/apps/text/js/arduino-Y4MbT-Zm.chunk.mjs
+share/nextcloud/apps/text/js/arduino-Y4MbT-Zm.chunk.mjs.license
+share/nextcloud/apps/text/js/arduino-Y4MbT-Zm.chunk.mjs.map
+share/nextcloud/apps/text/js/arduino.js-ByJqdmkB.chunk.mjs
+share/nextcloud/apps/text/js/arduino.js-ByJqdmkB.chunk.mjs.license
+share/nextcloud/apps/text/js/arduino.js-ByJqdmkB.chunk.mjs.map
+share/nextcloud/apps/text/js/armasm-B7RMNLpU.chunk.mjs
+share/nextcloud/apps/text/js/armasm-B7RMNLpU.chunk.mjs.license
+share/nextcloud/apps/text/js/armasm-B7RMNLpU.chunk.mjs.map
+share/nextcloud/apps/text/js/armasm-mnMT9a_F.chunk.mjs
+share/nextcloud/apps/text/js/armasm-mnMT9a_F.chunk.mjs.license
+share/nextcloud/apps/text/js/armasm-mnMT9a_F.chunk.mjs.map
+share/nextcloud/apps/text/js/armasm.js-_mMbovK0.chunk.mjs
+share/nextcloud/apps/text/js/armasm.js-_mMbovK0.chunk.mjs.license
+share/nextcloud/apps/text/js/armasm.js-_mMbovK0.chunk.mjs.map
+share/nextcloud/apps/text/js/asciidoc-C5tglQJX.chunk.mjs
+share/nextcloud/apps/text/js/asciidoc-C5tglQJX.chunk.mjs.license
+share/nextcloud/apps/text/js/asciidoc-C5tglQJX.chunk.mjs.map
+share/nextcloud/apps/text/js/asciidoc-CFktf5IE.chunk.mjs
+share/nextcloud/apps/text/js/asciidoc-CFktf5IE.chunk.mjs.license
+share/nextcloud/apps/text/js/asciidoc-CFktf5IE.chunk.mjs.map
+share/nextcloud/apps/text/js/asciidoc.js-CYfHutt3.chunk.mjs
+share/nextcloud/apps/text/js/asciidoc.js-CYfHutt3.chunk.mjs.license
+share/nextcloud/apps/text/js/asciidoc.js-CYfHutt3.chunk.mjs.map
+share/nextcloud/apps/text/js/aspectj-D5jAbgmz.chunk.mjs
+share/nextcloud/apps/text/js/aspectj-D5jAbgmz.chunk.mjs.license
+share/nextcloud/apps/text/js/aspectj-D5jAbgmz.chunk.mjs.map
+share/nextcloud/apps/text/js/aspectj-DAJQeTv8.chunk.mjs
+share/nextcloud/apps/text/js/aspectj-DAJQeTv8.chunk.mjs.license
+share/nextcloud/apps/text/js/aspectj-DAJQeTv8.chunk.mjs.map
+share/nextcloud/apps/text/js/aspectj.js-BK94Qk0X.chunk.mjs
+share/nextcloud/apps/text/js/aspectj.js-BK94Qk0X.chunk.mjs.license
+share/nextcloud/apps/text/js/aspectj.js-BK94Qk0X.chunk.mjs.map
+share/nextcloud/apps/text/js/autohotkey-BkBOqPUT.chunk.mjs
+share/nextcloud/apps/text/js/autohotkey-BkBOqPUT.chunk.mjs.license
+share/nextcloud/apps/text/js/autohotkey-BkBOqPUT.chunk.mjs.map
+share/nextcloud/apps/text/js/autohotkey-Dh1D33ox.chunk.mjs
+share/nextcloud/apps/text/js/autohotkey-Dh1D33ox.chunk.mjs.license
+share/nextcloud/apps/text/js/autohotkey-Dh1D33ox.chunk.mjs.map
+share/nextcloud/apps/text/js/autohotkey.js-CTzYploi.chunk.mjs
+share/nextcloud/apps/text/js/autohotkey.js-CTzYploi.chunk.mjs.license
+share/nextcloud/apps/text/js/autohotkey.js-CTzYploi.chunk.mjs.map
+share/nextcloud/apps/text/js/autoit-DBHHmgED.chunk.mjs
+share/nextcloud/apps/text/js/autoit-DBHHmgED.chunk.mjs.license
+share/nextcloud/apps/text/js/autoit-DBHHmgED.chunk.mjs.map
+share/nextcloud/apps/text/js/autoit-TaGBUO9K.chunk.mjs
+share/nextcloud/apps/text/js/autoit-TaGBUO9K.chunk.mjs.license
+share/nextcloud/apps/text/js/autoit-TaGBUO9K.chunk.mjs.map
+share/nextcloud/apps/text/js/autoit.js-bbCCLqEQ.chunk.mjs
+share/nextcloud/apps/text/js/autoit.js-bbCCLqEQ.chunk.mjs.license
+share/nextcloud/apps/text/js/autoit.js-bbCCLqEQ.chunk.mjs.map
+share/nextcloud/apps/text/js/avrasm-BFTjWy5O.chunk.mjs
+share/nextcloud/apps/text/js/avrasm-BFTjWy5O.chunk.mjs.license
+share/nextcloud/apps/text/js/avrasm-BFTjWy5O.chunk.mjs.map
+share/nextcloud/apps/text/js/avrasm-Ba2EQvoc.chunk.mjs
+share/nextcloud/apps/text/js/avrasm-Ba2EQvoc.chunk.mjs.license
+share/nextcloud/apps/text/js/avrasm-Ba2EQvoc.chunk.mjs.map
+share/nextcloud/apps/text/js/avrasm.js-v_GJ3J4s.chunk.mjs
+share/nextcloud/apps/text/js/avrasm.js-v_GJ3J4s.chunk.mjs.license
+share/nextcloud/apps/text/js/avrasm.js-v_GJ3J4s.chunk.mjs.map
+share/nextcloud/apps/text/js/awk-Bdt0v-Gr.chunk.mjs
+share/nextcloud/apps/text/js/awk-Bdt0v-Gr.chunk.mjs.license
+share/nextcloud/apps/text/js/awk-Bdt0v-Gr.chunk.mjs.map
+share/nextcloud/apps/text/js/awk-DPg3grHW.chunk.mjs
+share/nextcloud/apps/text/js/awk-DPg3grHW.chunk.mjs.license
+share/nextcloud/apps/text/js/awk-DPg3grHW.chunk.mjs.map
+share/nextcloud/apps/text/js/awk.js-BA-M4ErW.chunk.mjs
+share/nextcloud/apps/text/js/awk.js-BA-M4ErW.chunk.mjs.license
+share/nextcloud/apps/text/js/awk.js-BA-M4ErW.chunk.mjs.map
+share/nextcloud/apps/text/js/axapta-3H3yihEM.chunk.mjs
+share/nextcloud/apps/text/js/axapta-3H3yihEM.chunk.mjs.license
+share/nextcloud/apps/text/js/axapta-3H3yihEM.chunk.mjs.map
+share/nextcloud/apps/text/js/axapta-DOdTs_S9.chunk.mjs
+share/nextcloud/apps/text/js/axapta-DOdTs_S9.chunk.mjs.license
+share/nextcloud/apps/text/js/axapta-DOdTs_S9.chunk.mjs.map
+share/nextcloud/apps/text/js/axapta.js-DoHPnxbA.chunk.mjs
+share/nextcloud/apps/text/js/axapta.js-DoHPnxbA.chunk.mjs.license
+share/nextcloud/apps/text/js/axapta.js-DoHPnxbA.chunk.mjs.map
+share/nextcloud/apps/text/js/bash-D2Y5opc-.chunk.mjs
+share/nextcloud/apps/text/js/bash-D2Y5opc-.chunk.mjs.license
+share/nextcloud/apps/text/js/bash-D2Y5opc-.chunk.mjs.map
+share/nextcloud/apps/text/js/bash-DLnOC7Gh.chunk.mjs
+share/nextcloud/apps/text/js/bash-DLnOC7Gh.chunk.mjs.license
+share/nextcloud/apps/text/js/bash-DLnOC7Gh.chunk.mjs.map
+share/nextcloud/apps/text/js/bash.js-BwuVa14s.chunk.mjs
+share/nextcloud/apps/text/js/bash.js-BwuVa14s.chunk.mjs.license
+share/nextcloud/apps/text/js/bash.js-BwuVa14s.chunk.mjs.map
+share/nextcloud/apps/text/js/basic-DmGfHAMJ.chunk.mjs
+share/nextcloud/apps/text/js/basic-DmGfHAMJ.chunk.mjs.license
+share/nextcloud/apps/text/js/basic-DmGfHAMJ.chunk.mjs.map
+share/nextcloud/apps/text/js/basic-Du9DThG_.chunk.mjs
+share/nextcloud/apps/text/js/basic-Du9DThG_.chunk.mjs.license
+share/nextcloud/apps/text/js/basic-Du9DThG_.chunk.mjs.map
+share/nextcloud/apps/text/js/basic.js-C9_5F_Ju.chunk.mjs
+share/nextcloud/apps/text/js/basic.js-C9_5F_Ju.chunk.mjs.license
+share/nextcloud/apps/text/js/basic.js-C9_5F_Ju.chunk.mjs.map
+share/nextcloud/apps/text/js/blockDiagram-ZYB65J3Q-BdyehpnA.chunk.mjs
+share/nextcloud/apps/text/js/blockDiagram-ZYB65J3Q-BdyehpnA.chunk.mjs.license
+share/nextcloud/apps/text/js/blockDiagram-ZYB65J3Q-BdyehpnA.chunk.mjs.map
+share/nextcloud/apps/text/js/bnf-Bjb8DXVn.chunk.mjs
+share/nextcloud/apps/text/js/bnf-Bjb8DXVn.chunk.mjs.license
+share/nextcloud/apps/text/js/bnf-Bjb8DXVn.chunk.mjs.map
+share/nextcloud/apps/text/js/bnf-C5YyaIC0.chunk.mjs
+share/nextcloud/apps/text/js/bnf-C5YyaIC0.chunk.mjs.license
+share/nextcloud/apps/text/js/bnf-C5YyaIC0.chunk.mjs.map
+share/nextcloud/apps/text/js/bnf.js-Do9w654V.chunk.mjs
+share/nextcloud/apps/text/js/bnf.js-Do9w654V.chunk.mjs.license
+share/nextcloud/apps/text/js/bnf.js-Do9w654V.chunk.mjs.map
+share/nextcloud/apps/text/js/brainfuck-D_xIgAzs.chunk.mjs
+share/nextcloud/apps/text/js/brainfuck-D_xIgAzs.chunk.mjs.license
+share/nextcloud/apps/text/js/brainfuck-D_xIgAzs.chunk.mjs.map
+share/nextcloud/apps/text/js/brainfuck-jyY6sS_W.chunk.mjs
+share/nextcloud/apps/text/js/brainfuck-jyY6sS_W.chunk.mjs.license
+share/nextcloud/apps/text/js/brainfuck-jyY6sS_W.chunk.mjs.map
+share/nextcloud/apps/text/js/brainfuck.js-CN0j7L2S.chunk.mjs
+share/nextcloud/apps/text/js/brainfuck.js-CN0j7L2S.chunk.mjs.license
+share/nextcloud/apps/text/js/brainfuck.js-CN0j7L2S.chunk.mjs.map
+share/nextcloud/apps/text/js/c-BqBAm1na.chunk.mjs
+share/nextcloud/apps/text/js/c-BqBAm1na.chunk.mjs.license
+share/nextcloud/apps/text/js/c-BqBAm1na.chunk.mjs.map
+share/nextcloud/apps/text/js/c-BuYoZgcP.chunk.mjs
+share/nextcloud/apps/text/js/c-BuYoZgcP.chunk.mjs.license
+share/nextcloud/apps/text/js/c-BuYoZgcP.chunk.mjs.map
+share/nextcloud/apps/text/js/c.js-u2iA9RDS.chunk.mjs
+share/nextcloud/apps/text/js/c.js-u2iA9RDS.chunk.mjs.license
+share/nextcloud/apps/text/js/c.js-u2iA9RDS.chunk.mjs.map
+share/nextcloud/apps/text/js/c4Diagram-AAMF2YG6-CfQDO98g.chunk.mjs
+share/nextcloud/apps/text/js/c4Diagram-AAMF2YG6-CfQDO98g.chunk.mjs.license
+share/nextcloud/apps/text/js/c4Diagram-AAMF2YG6-CfQDO98g.chunk.mjs.map
+share/nextcloud/apps/text/js/cal-CkaCAb_c.chunk.mjs
+share/nextcloud/apps/text/js/cal-CkaCAb_c.chunk.mjs.license
+share/nextcloud/apps/text/js/cal-CkaCAb_c.chunk.mjs.map
+share/nextcloud/apps/text/js/cal-CtdkHSIM.chunk.mjs
+share/nextcloud/apps/text/js/cal-CtdkHSIM.chunk.mjs.license
+share/nextcloud/apps/text/js/cal-CtdkHSIM.chunk.mjs.map
+share/nextcloud/apps/text/js/cal.js-BJfrzyEN.chunk.mjs
+share/nextcloud/apps/text/js/cal.js-BJfrzyEN.chunk.mjs.license
+share/nextcloud/apps/text/js/cal.js-BJfrzyEN.chunk.mjs.map
+share/nextcloud/apps/text/js/capnproto-Boe2HgbY.chunk.mjs
+share/nextcloud/apps/text/js/capnproto-Boe2HgbY.chunk.mjs.license
+share/nextcloud/apps/text/js/capnproto-Boe2HgbY.chunk.mjs.map
+share/nextcloud/apps/text/js/capnproto-Cr_e5d-w.chunk.mjs
+share/nextcloud/apps/text/js/capnproto-Cr_e5d-w.chunk.mjs.license
+share/nextcloud/apps/text/js/capnproto-Cr_e5d-w.chunk.mjs.map
+share/nextcloud/apps/text/js/capnproto.js-7Ks4Mtro.chunk.mjs
+share/nextcloud/apps/text/js/capnproto.js-7Ks4Mtro.chunk.mjs.license
+share/nextcloud/apps/text/js/capnproto.js-7Ks4Mtro.chunk.mjs.map
+share/nextcloud/apps/text/js/ceylon-DCJ2ft3S.chunk.mjs
+share/nextcloud/apps/text/js/ceylon-DCJ2ft3S.chunk.mjs.license
+share/nextcloud/apps/text/js/ceylon-DCJ2ft3S.chunk.mjs.map
+share/nextcloud/apps/text/js/ceylon-Kz6Rziws.chunk.mjs
+share/nextcloud/apps/text/js/ceylon-Kz6Rziws.chunk.mjs.license
+share/nextcloud/apps/text/js/ceylon-Kz6Rziws.chunk.mjs.map
+share/nextcloud/apps/text/js/ceylon.js-X_MSG9X7.chunk.mjs
+share/nextcloud/apps/text/js/ceylon.js-X_MSG9X7.chunk.mjs.license
+share/nextcloud/apps/text/js/ceylon.js-X_MSG9X7.chunk.mjs.map
+share/nextcloud/apps/text/js/channel-CN3Ethx6.chunk.mjs
+share/nextcloud/apps/text/js/channel-CN3Ethx6.chunk.mjs.license
+share/nextcloud/apps/text/js/channel-CN3Ethx6.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-ANTBXLJU-BCfHZCFL.chunk.mjs
+share/nextcloud/apps/text/js/chunk-ANTBXLJU-BCfHZCFL.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-ANTBXLJU-BCfHZCFL.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-FHKO5MBM-Cc7Ccuh4.chunk.mjs
+share/nextcloud/apps/text/js/chunk-FHKO5MBM-Cc7Ccuh4.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-FHKO5MBM-Cc7Ccuh4.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-GLLZNHP4-CcS92JA8.chunk.mjs
+share/nextcloud/apps/text/js/chunk-GLLZNHP4-CcS92JA8.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-GLLZNHP4-CcS92JA8.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-JBRWN2VN-v6IE9zCJ.chunk.mjs
+share/nextcloud/apps/text/js/chunk-JBRWN2VN-v6IE9zCJ.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-JBRWN2VN-v6IE9zCJ.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-LXBSTHXV-OfagkCOy.chunk.mjs
+share/nextcloud/apps/text/js/chunk-LXBSTHXV-OfagkCOy.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-LXBSTHXV-OfagkCOy.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-NRVI72HA-BRQsg2nM.chunk.mjs
+share/nextcloud/apps/text/js/chunk-NRVI72HA-BRQsg2nM.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-NRVI72HA-BRQsg2nM.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-OMD6QJNC-B7SCLb_-.chunk.mjs
+share/nextcloud/apps/text/js/chunk-OMD6QJNC-B7SCLb_-.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-OMD6QJNC-B7SCLb_-.chunk.mjs.map
+share/nextcloud/apps/text/js/chunk-WVR4S24B-C6ZhtDd8.chunk.mjs
+share/nextcloud/apps/text/js/chunk-WVR4S24B-C6ZhtDd8.chunk.mjs.license
+share/nextcloud/apps/text/js/chunk-WVR4S24B-C6ZhtDd8.chunk.mjs.map
+share/nextcloud/apps/text/js/classDiagram-3BZAVTQC-DGNpgFzL.chunk.mjs
+share/nextcloud/apps/text/js/classDiagram-3BZAVTQC-DGNpgFzL.chunk.mjs.license
+share/nextcloud/apps/text/js/classDiagram-3BZAVTQC-DGNpgFzL.chunk.mjs.map
+share/nextcloud/apps/text/js/classDiagram-v2-QTMF73CY-DGNpgFzL.chunk.mjs
+share/nextcloud/apps/text/js/classDiagram-v2-QTMF73CY-DGNpgFzL.chunk.mjs.license
+share/nextcloud/apps/text/js/classDiagram-v2-QTMF73CY-DGNpgFzL.chunk.mjs.map
+share/nextcloud/apps/text/js/clean-D5ozQRXT.chunk.mjs
+share/nextcloud/apps/text/js/clean-D5ozQRXT.chunk.mjs.license
+share/nextcloud/apps/text/js/clean-D5ozQRXT.chunk.mjs.map
+share/nextcloud/apps/text/js/clean-PGhjrUpb.chunk.mjs
+share/nextcloud/apps/text/js/clean-PGhjrUpb.chunk.mjs.license
+share/nextcloud/apps/text/js/clean-PGhjrUpb.chunk.mjs.map
+share/nextcloud/apps/text/js/clean.js-CyU4ZqoN.chunk.mjs
+share/nextcloud/apps/text/js/clean.js-CyU4ZqoN.chunk.mjs.license
+share/nextcloud/apps/text/js/clean.js-CyU4ZqoN.chunk.mjs.map
+share/nextcloud/apps/text/js/clojure-Bd3lRjTe.chunk.mjs
+share/nextcloud/apps/text/js/clojure-Bd3lRjTe.chunk.mjs.license
+share/nextcloud/apps/text/js/clojure-Bd3lRjTe.chunk.mjs.map
+share/nextcloud/apps/text/js/clojure-CwEZZyi6.chunk.mjs
+share/nextcloud/apps/text/js/clojure-CwEZZyi6.chunk.mjs.license
+share/nextcloud/apps/text/js/clojure-CwEZZyi6.chunk.mjs.map
+share/nextcloud/apps/text/js/clojure-repl-B-dOrKwt.chunk.mjs
+share/nextcloud/apps/text/js/clojure-repl-B-dOrKwt.chunk.mjs.license
+share/nextcloud/apps/text/js/clojure-repl-B-dOrKwt.chunk.mjs.map
+share/nextcloud/apps/text/js/clojure-repl-Dlkv8lxl.chunk.mjs
+share/nextcloud/apps/text/js/clojure-repl-Dlkv8lxl.chunk.mjs.license
+share/nextcloud/apps/text/js/clojure-repl-Dlkv8lxl.chunk.mjs.map
+share/nextcloud/apps/text/js/clojure-repl.js-Bs0NUnUL.chunk.mjs
+share/nextcloud/apps/text/js/clojure-repl.js-Bs0NUnUL.chunk.mjs.license
+share/nextcloud/apps/text/js/clojure-repl.js-Bs0NUnUL.chunk.mjs.map
+share/nextcloud/apps/text/js/clojure.js-CCQQvLlt.chunk.mjs
+share/nextcloud/apps/text/js/clojure.js-CCQQvLlt.chunk.mjs.license
+share/nextcloud/apps/text/js/clojure.js-CCQQvLlt.chunk.mjs.map
+share/nextcloud/apps/text/js/clone-D4F55Qk_.chunk.mjs
+share/nextcloud/apps/text/js/clone-D4F55Qk_.chunk.mjs.license
+share/nextcloud/apps/text/js/clone-D4F55Qk_.chunk.mjs.map
+share/nextcloud/apps/text/js/cmake-CVLLI4zH.chunk.mjs
+share/nextcloud/apps/text/js/cmake-CVLLI4zH.chunk.mjs.license
+share/nextcloud/apps/text/js/cmake-CVLLI4zH.chunk.mjs.map
+share/nextcloud/apps/text/js/cmake-DMK2Ihm0.chunk.mjs
+share/nextcloud/apps/text/js/cmake-DMK2Ihm0.chunk.mjs.license
+share/nextcloud/apps/text/js/cmake-DMK2Ihm0.chunk.mjs.map
+share/nextcloud/apps/text/js/cmake.js-VFiGu1uT.chunk.mjs
+share/nextcloud/apps/text/js/cmake.js-VFiGu1uT.chunk.mjs.license
+share/nextcloud/apps/text/js/cmake.js-VFiGu1uT.chunk.mjs.map
+share/nextcloud/apps/text/js/coffeescript-BPozQeaX.chunk.mjs
+share/nextcloud/apps/text/js/coffeescript-BPozQeaX.chunk.mjs.license
+share/nextcloud/apps/text/js/coffeescript-BPozQeaX.chunk.mjs.map
+share/nextcloud/apps/text/js/coffeescript-GYvQBDby.chunk.mjs
+share/nextcloud/apps/text/js/coffeescript-GYvQBDby.chunk.mjs.license
+share/nextcloud/apps/text/js/coffeescript-GYvQBDby.chunk.mjs.map
+share/nextcloud/apps/text/js/coffeescript.js-DBHFZkp3.chunk.mjs
+share/nextcloud/apps/text/js/coffeescript.js-DBHFZkp3.chunk.mjs.license
+share/nextcloud/apps/text/js/coffeescript.js-DBHFZkp3.chunk.mjs.map
+share/nextcloud/apps/text/js/coq-CJWaVzBp.chunk.mjs
+share/nextcloud/apps/text/js/coq-CJWaVzBp.chunk.mjs.license
+share/nextcloud/apps/text/js/coq-CJWaVzBp.chunk.mjs.map
+share/nextcloud/apps/text/js/coq-CdXPaJfU.chunk.mjs
+share/nextcloud/apps/text/js/coq-CdXPaJfU.chunk.mjs.license
+share/nextcloud/apps/text/js/coq-CdXPaJfU.chunk.mjs.map
+share/nextcloud/apps/text/js/coq.js-BEeHEuxT.chunk.mjs
+share/nextcloud/apps/text/js/coq.js-BEeHEuxT.chunk.mjs.license
+share/nextcloud/apps/text/js/coq.js-BEeHEuxT.chunk.mjs.map
+share/nextcloud/apps/text/js/cos-CD_FctOC.chunk.mjs
+share/nextcloud/apps/text/js/cos-CD_FctOC.chunk.mjs.license
+share/nextcloud/apps/text/js/cos-CD_FctOC.chunk.mjs.map
+share/nextcloud/apps/text/js/cos-DLag18oK.chunk.mjs
+share/nextcloud/apps/text/js/cos-DLag18oK.chunk.mjs.license
+share/nextcloud/apps/text/js/cos-DLag18oK.chunk.mjs.map
+share/nextcloud/apps/text/js/cos.js-DL-KHOZX.chunk.mjs
+share/nextcloud/apps/text/js/cos.js-DL-KHOZX.chunk.mjs.license
+share/nextcloud/apps/text/js/cos.js-DL-KHOZX.chunk.mjs.map
+share/nextcloud/apps/text/js/cpp-DusQN-Ng.chunk.mjs
+share/nextcloud/apps/text/js/cpp-DusQN-Ng.chunk.mjs.license
+share/nextcloud/apps/text/js/cpp-DusQN-Ng.chunk.mjs.map
+share/nextcloud/apps/text/js/cpp-SL1qIEp-.chunk.mjs
+share/nextcloud/apps/text/js/cpp-SL1qIEp-.chunk.mjs.license
+share/nextcloud/apps/text/js/cpp-SL1qIEp-.chunk.mjs.map
+share/nextcloud/apps/text/js/cpp.js-C94TuKOR.chunk.mjs
+share/nextcloud/apps/text/js/cpp.js-C94TuKOR.chunk.mjs.license
+share/nextcloud/apps/text/js/cpp.js-C94TuKOR.chunk.mjs.map
+share/nextcloud/apps/text/js/crmsh-BBk7vwDU.chunk.mjs
+share/nextcloud/apps/text/js/crmsh-BBk7vwDU.chunk.mjs.license
+share/nextcloud/apps/text/js/crmsh-BBk7vwDU.chunk.mjs.map
+share/nextcloud/apps/text/js/crmsh-Cu5rIRU0.chunk.mjs
+share/nextcloud/apps/text/js/crmsh-Cu5rIRU0.chunk.mjs.license
+share/nextcloud/apps/text/js/crmsh-Cu5rIRU0.chunk.mjs.map
+share/nextcloud/apps/text/js/crmsh.js-eJP9zkkV.chunk.mjs
+share/nextcloud/apps/text/js/crmsh.js-eJP9zkkV.chunk.mjs.license
+share/nextcloud/apps/text/js/crmsh.js-eJP9zkkV.chunk.mjs.map
+share/nextcloud/apps/text/js/crystal-BoO7fU3s.chunk.mjs
+share/nextcloud/apps/text/js/crystal-BoO7fU3s.chunk.mjs.license
+share/nextcloud/apps/text/js/crystal-BoO7fU3s.chunk.mjs.map
+share/nextcloud/apps/text/js/crystal-Cmf8b52W.chunk.mjs
+share/nextcloud/apps/text/js/crystal-Cmf8b52W.chunk.mjs.license
+share/nextcloud/apps/text/js/crystal-Cmf8b52W.chunk.mjs.map
+share/nextcloud/apps/text/js/crystal.js-Bd1EWkJo.chunk.mjs
+share/nextcloud/apps/text/js/crystal.js-Bd1EWkJo.chunk.mjs.license
+share/nextcloud/apps/text/js/crystal.js-Bd1EWkJo.chunk.mjs.map
+share/nextcloud/apps/text/js/csharp-B1N37g95.chunk.mjs
+share/nextcloud/apps/text/js/csharp-B1N37g95.chunk.mjs.license
+share/nextcloud/apps/text/js/csharp-B1N37g95.chunk.mjs.map
+share/nextcloud/apps/text/js/csharp-EZNGWpKD.chunk.mjs
+share/nextcloud/apps/text/js/csharp-EZNGWpKD.chunk.mjs.license
+share/nextcloud/apps/text/js/csharp-EZNGWpKD.chunk.mjs.map
+share/nextcloud/apps/text/js/csharp.js-BTYCtDia.chunk.mjs
+share/nextcloud/apps/text/js/csharp.js-BTYCtDia.chunk.mjs.license
+share/nextcloud/apps/text/js/csharp.js-BTYCtDia.chunk.mjs.map
+share/nextcloud/apps/text/js/csp-B34Xc6xa.chunk.mjs
+share/nextcloud/apps/text/js/csp-B34Xc6xa.chunk.mjs.license
+share/nextcloud/apps/text/js/csp-B34Xc6xa.chunk.mjs.map
+share/nextcloud/apps/text/js/csp-B7uIb9xV.chunk.mjs
+share/nextcloud/apps/text/js/csp-B7uIb9xV.chunk.mjs.license
+share/nextcloud/apps/text/js/csp-B7uIb9xV.chunk.mjs.map
+share/nextcloud/apps/text/js/csp.js-BEvwXH6L.chunk.mjs
+share/nextcloud/apps/text/js/csp.js-BEvwXH6L.chunk.mjs.license
+share/nextcloud/apps/text/js/csp.js-BEvwXH6L.chunk.mjs.map
+share/nextcloud/apps/text/js/css-DKJU0FRI.chunk.mjs
+share/nextcloud/apps/text/js/css-DKJU0FRI.chunk.mjs.license
+share/nextcloud/apps/text/js/css-DKJU0FRI.chunk.mjs.map
+share/nextcloud/apps/text/js/css-e0fxqhX5.chunk.mjs
+share/nextcloud/apps/text/js/css-e0fxqhX5.chunk.mjs.license
+share/nextcloud/apps/text/js/css-e0fxqhX5.chunk.mjs.map
+share/nextcloud/apps/text/js/css.js-D7p9FdC_.chunk.mjs
+share/nextcloud/apps/text/js/css.js-D7p9FdC_.chunk.mjs.license
+share/nextcloud/apps/text/js/css.js-D7p9FdC_.chunk.mjs.map
+share/nextcloud/apps/text/js/cytoscape.esm-CrACJedd.chunk.mjs
+share/nextcloud/apps/text/js/cytoscape.esm-CrACJedd.chunk.mjs.license
+share/nextcloud/apps/text/js/cytoscape.esm-CrACJedd.chunk.mjs.map
+share/nextcloud/apps/text/js/d-BGFu59ZU.chunk.mjs
+share/nextcloud/apps/text/js/d-BGFu59ZU.chunk.mjs.license
+share/nextcloud/apps/text/js/d-BGFu59ZU.chunk.mjs.map
+share/nextcloud/apps/text/js/d-Di4VXQ5P.chunk.mjs
+share/nextcloud/apps/text/js/d-Di4VXQ5P.chunk.mjs.license
+share/nextcloud/apps/text/js/d-Di4VXQ5P.chunk.mjs.map
+share/nextcloud/apps/text/js/d.js-BjhmOrlQ.chunk.mjs
+share/nextcloud/apps/text/js/d.js-BjhmOrlQ.chunk.mjs.license
+share/nextcloud/apps/text/js/d.js-BjhmOrlQ.chunk.mjs.map
+share/nextcloud/apps/text/js/dagre-2BBEFEWP-DLj0JBpK.chunk.mjs
+share/nextcloud/apps/text/js/dagre-2BBEFEWP-DLj0JBpK.chunk.mjs.license
+share/nextcloud/apps/text/js/dagre-2BBEFEWP-DLj0JBpK.chunk.mjs.map
+share/nextcloud/apps/text/js/dart-CGNTsB9s.chunk.mjs
+share/nextcloud/apps/text/js/dart-CGNTsB9s.chunk.mjs.license
+share/nextcloud/apps/text/js/dart-CGNTsB9s.chunk.mjs.map
+share/nextcloud/apps/text/js/dart-CL8zQ6ub.chunk.mjs
+share/nextcloud/apps/text/js/dart-CL8zQ6ub.chunk.mjs.license
+share/nextcloud/apps/text/js/dart-CL8zQ6ub.chunk.mjs.map
+share/nextcloud/apps/text/js/dart.js-B9PljFau.chunk.mjs
+share/nextcloud/apps/text/js/dart.js-B9PljFau.chunk.mjs.license
+share/nextcloud/apps/text/js/dart.js-B9PljFau.chunk.mjs.map
+share/nextcloud/apps/text/js/dav-CQDyL7M_-Dl4xEXlI.chunk.mjs
+share/nextcloud/apps/text/js/dav-CQDyL7M_-Dl4xEXlI.chunk.mjs.license
+share/nextcloud/apps/text/js/dav-CQDyL7M_-Dl4xEXlI.chunk.mjs.map
+share/nextcloud/apps/text/js/defaultLocale-0_YM-Ssk.chunk.mjs
+share/nextcloud/apps/text/js/defaultLocale-0_YM-Ssk.chunk.mjs.license
+share/nextcloud/apps/text/js/defaultLocale-0_YM-Ssk.chunk.mjs.map
+share/nextcloud/apps/text/js/delphi-7VcdzdPa.chunk.mjs
+share/nextcloud/apps/text/js/delphi-7VcdzdPa.chunk.mjs.license
+share/nextcloud/apps/text/js/delphi-7VcdzdPa.chunk.mjs.map
+share/nextcloud/apps/text/js/delphi-Be3ql3j1.chunk.mjs
+share/nextcloud/apps/text/js/delphi-Be3ql3j1.chunk.mjs.license
+share/nextcloud/apps/text/js/delphi-Be3ql3j1.chunk.mjs.map
+share/nextcloud/apps/text/js/delphi.js-gzeRNFvw.chunk.mjs
+share/nextcloud/apps/text/js/delphi.js-gzeRNFvw.chunk.mjs.license
+share/nextcloud/apps/text/js/delphi.js-gzeRNFvw.chunk.mjs.map
+share/nextcloud/apps/text/js/diagram-4IRLE6MV-S-ogLYXl.chunk.mjs
+share/nextcloud/apps/text/js/diagram-4IRLE6MV-S-ogLYXl.chunk.mjs.license
+share/nextcloud/apps/text/js/diagram-4IRLE6MV-S-ogLYXl.chunk.mjs.map
+share/nextcloud/apps/text/js/diagram-GUPCWM2R-C_Cu25u-.chunk.mjs
+share/nextcloud/apps/text/js/diagram-GUPCWM2R-C_Cu25u-.chunk.mjs.license
+share/nextcloud/apps/text/js/diagram-GUPCWM2R-C_Cu25u-.chunk.mjs.map
+share/nextcloud/apps/text/js/diagram-RP2FKANI-B57FE6Ww.chunk.mjs
+share/nextcloud/apps/text/js/diagram-RP2FKANI-B57FE6Ww.chunk.mjs.license
+share/nextcloud/apps/text/js/diagram-RP2FKANI-B57FE6Ww.chunk.mjs.map
+share/nextcloud/apps/text/js/diff-DPiPhqKq.chunk.mjs
+share/nextcloud/apps/text/js/diff-DPiPhqKq.chunk.mjs.license
+share/nextcloud/apps/text/js/diff-DPiPhqKq.chunk.mjs.map
+share/nextcloud/apps/text/js/diff-DpJ6LO1x.chunk.mjs
+share/nextcloud/apps/text/js/diff-DpJ6LO1x.chunk.mjs.license
+share/nextcloud/apps/text/js/diff-DpJ6LO1x.chunk.mjs.map
+share/nextcloud/apps/text/js/diff.js-tPCupiWt.chunk.mjs
+share/nextcloud/apps/text/js/diff.js-tPCupiWt.chunk.mjs.license
+share/nextcloud/apps/text/js/diff.js-tPCupiWt.chunk.mjs.map
+share/nextcloud/apps/text/js/django-B4jfnsZy.chunk.mjs
+share/nextcloud/apps/text/js/django-B4jfnsZy.chunk.mjs.license
+share/nextcloud/apps/text/js/django-B4jfnsZy.chunk.mjs.map
+share/nextcloud/apps/text/js/django-la5rzxnI.chunk.mjs
+share/nextcloud/apps/text/js/django-la5rzxnI.chunk.mjs.license
+share/nextcloud/apps/text/js/django-la5rzxnI.chunk.mjs.map
+share/nextcloud/apps/text/js/django.js-BIPKIJXM.chunk.mjs
+share/nextcloud/apps/text/js/django.js-BIPKIJXM.chunk.mjs.license
+share/nextcloud/apps/text/js/django.js-BIPKIJXM.chunk.mjs.map
+share/nextcloud/apps/text/js/dns-BqImf8yT.chunk.mjs
+share/nextcloud/apps/text/js/dns-BqImf8yT.chunk.mjs.license
+share/nextcloud/apps/text/js/dns-BqImf8yT.chunk.mjs.map
+share/nextcloud/apps/text/js/dns-FKrEFTv1.chunk.mjs
+share/nextcloud/apps/text/js/dns-FKrEFTv1.chunk.mjs.license
+share/nextcloud/apps/text/js/dns-FKrEFTv1.chunk.mjs.map
+share/nextcloud/apps/text/js/dns.js-Dvr5MDZj.chunk.mjs
+share/nextcloud/apps/text/js/dns.js-Dvr5MDZj.chunk.mjs.license
+share/nextcloud/apps/text/js/dns.js-Dvr5MDZj.chunk.mjs.map
+share/nextcloud/apps/text/js/dockerfile-BouQFsj7.chunk.mjs
+share/nextcloud/apps/text/js/dockerfile-BouQFsj7.chunk.mjs.license
+share/nextcloud/apps/text/js/dockerfile-BouQFsj7.chunk.mjs.map
+share/nextcloud/apps/text/js/dockerfile-D8MAx24A.chunk.mjs
+share/nextcloud/apps/text/js/dockerfile-D8MAx24A.chunk.mjs.license
+share/nextcloud/apps/text/js/dockerfile-D8MAx24A.chunk.mjs.map
+share/nextcloud/apps/text/js/dockerfile.js-K2iY2xy9.chunk.mjs
+share/nextcloud/apps/text/js/dockerfile.js-K2iY2xy9.chunk.mjs.license
+share/nextcloud/apps/text/js/dockerfile.js-K2iY2xy9.chunk.mjs.map
+share/nextcloud/apps/text/js/dos-CUjF6R0P.chunk.mjs
+share/nextcloud/apps/text/js/dos-CUjF6R0P.chunk.mjs.license
+share/nextcloud/apps/text/js/dos-CUjF6R0P.chunk.mjs.map
+share/nextcloud/apps/text/js/dos-DA-xAZlc.chunk.mjs
+share/nextcloud/apps/text/js/dos-DA-xAZlc.chunk.mjs.license
+share/nextcloud/apps/text/js/dos-DA-xAZlc.chunk.mjs.map
+share/nextcloud/apps/text/js/dos.js-B1VxKmMe.chunk.mjs
+share/nextcloud/apps/text/js/dos.js-B1VxKmMe.chunk.mjs.license
+share/nextcloud/apps/text/js/dos.js-B1VxKmMe.chunk.mjs.map
+share/nextcloud/apps/text/js/dsconfig-BAjOqWAP.chunk.mjs
+share/nextcloud/apps/text/js/dsconfig-BAjOqWAP.chunk.mjs.license
+share/nextcloud/apps/text/js/dsconfig-BAjOqWAP.chunk.mjs.map
+share/nextcloud/apps/text/js/dsconfig-CnYwPbl7.chunk.mjs
+share/nextcloud/apps/text/js/dsconfig-CnYwPbl7.chunk.mjs.license
+share/nextcloud/apps/text/js/dsconfig-CnYwPbl7.chunk.mjs.map
+share/nextcloud/apps/text/js/dsconfig.js-DjkSYlLi.chunk.mjs
+share/nextcloud/apps/text/js/dsconfig.js-DjkSYlLi.chunk.mjs.license
+share/nextcloud/apps/text/js/dsconfig.js-DjkSYlLi.chunk.mjs.map
+share/nextcloud/apps/text/js/dts-CIg1vorT.chunk.mjs
+share/nextcloud/apps/text/js/dts-CIg1vorT.chunk.mjs.license
+share/nextcloud/apps/text/js/dts-CIg1vorT.chunk.mjs.map
+share/nextcloud/apps/text/js/dts-hNGU7yIy.chunk.mjs
+share/nextcloud/apps/text/js/dts-hNGU7yIy.chunk.mjs.license
+share/nextcloud/apps/text/js/dts-hNGU7yIy.chunk.mjs.map
+share/nextcloud/apps/text/js/dts.js-CJs38yW0.chunk.mjs
+share/nextcloud/apps/text/js/dts.js-CJs38yW0.chunk.mjs.license
+share/nextcloud/apps/text/js/dts.js-CJs38yW0.chunk.mjs.map
+share/nextcloud/apps/text/js/dust-ByylHqAL.chunk.mjs
+share/nextcloud/apps/text/js/dust-ByylHqAL.chunk.mjs.license
+share/nextcloud/apps/text/js/dust-ByylHqAL.chunk.mjs.map
+share/nextcloud/apps/text/js/dust-XCw41UTt.chunk.mjs
+share/nextcloud/apps/text/js/dust-XCw41UTt.chunk.mjs.license
+share/nextcloud/apps/text/js/dust-XCw41UTt.chunk.mjs.map
+share/nextcloud/apps/text/js/dust.js-DOE3kt6f.chunk.mjs
+share/nextcloud/apps/text/js/dust.js-DOE3kt6f.chunk.mjs.license
+share/nextcloud/apps/text/js/dust.js-DOE3kt6f.chunk.mjs.map
+share/nextcloud/apps/text/js/ebnf-C_sav2Hd.chunk.mjs
+share/nextcloud/apps/text/js/ebnf-C_sav2Hd.chunk.mjs.license
+share/nextcloud/apps/text/js/ebnf-C_sav2Hd.chunk.mjs.map
+share/nextcloud/apps/text/js/ebnf-DVlx2n6S.chunk.mjs
+share/nextcloud/apps/text/js/ebnf-DVlx2n6S.chunk.mjs.license
+share/nextcloud/apps/text/js/ebnf-DVlx2n6S.chunk.mjs.map
+share/nextcloud/apps/text/js/ebnf.js-T9FEZ6sN.chunk.mjs
+share/nextcloud/apps/text/js/ebnf.js-T9FEZ6sN.chunk.mjs.license
+share/nextcloud/apps/text/js/ebnf.js-T9FEZ6sN.chunk.mjs.map
+share/nextcloud/apps/text/js/elixir-BEPwhyQ3.chunk.mjs
+share/nextcloud/apps/text/js/elixir-BEPwhyQ3.chunk.mjs.license
+share/nextcloud/apps/text/js/elixir-BEPwhyQ3.chunk.mjs.map
+share/nextcloud/apps/text/js/elixir-NgzVXv4Z.chunk.mjs
+share/nextcloud/apps/text/js/elixir-NgzVXv4Z.chunk.mjs.license
+share/nextcloud/apps/text/js/elixir-NgzVXv4Z.chunk.mjs.map
+share/nextcloud/apps/text/js/elixir.js-Di56ggiE.chunk.mjs
+share/nextcloud/apps/text/js/elixir.js-Di56ggiE.chunk.mjs.license
+share/nextcloud/apps/text/js/elixir.js-Di56ggiE.chunk.mjs.map
+share/nextcloud/apps/text/js/elm-BFt9Xkw6.chunk.mjs
+share/nextcloud/apps/text/js/elm-BFt9Xkw6.chunk.mjs.license
+share/nextcloud/apps/text/js/elm-BFt9Xkw6.chunk.mjs.map
+share/nextcloud/apps/text/js/elm-BZEvCvhB.chunk.mjs
+share/nextcloud/apps/text/js/elm-BZEvCvhB.chunk.mjs.license
+share/nextcloud/apps/text/js/elm-BZEvCvhB.chunk.mjs.map
+share/nextcloud/apps/text/js/elm.js-qLt-45xR.chunk.mjs
+share/nextcloud/apps/text/js/elm.js-qLt-45xR.chunk.mjs.license
+share/nextcloud/apps/text/js/elm.js-qLt-45xR.chunk.mjs.map
+share/nextcloud/apps/text/js/emoji-picker-DwlFXcXb.chunk.mjs
+share/nextcloud/apps/text/js/emoji-picker-DwlFXcXb.chunk.mjs.license
+share/nextcloud/apps/text/js/emoji-picker-DwlFXcXb.chunk.mjs.map
+share/nextcloud/apps/text/js/erDiagram-HZWUO2LU-5e1eZXj5.chunk.mjs
+share/nextcloud/apps/text/js/erDiagram-HZWUO2LU-5e1eZXj5.chunk.mjs.license
+share/nextcloud/apps/text/js/erDiagram-HZWUO2LU-5e1eZXj5.chunk.mjs.map
+share/nextcloud/apps/text/js/erb-BILCHXvw.chunk.mjs
+share/nextcloud/apps/text/js/erb-BILCHXvw.chunk.mjs.license
+share/nextcloud/apps/text/js/erb-BILCHXvw.chunk.mjs.map
+share/nextcloud/apps/text/js/erb-Bh5B_DvK.chunk.mjs
+share/nextcloud/apps/text/js/erb-Bh5B_DvK.chunk.mjs.license
+share/nextcloud/apps/text/js/erb-Bh5B_DvK.chunk.mjs.map
+share/nextcloud/apps/text/js/erb.js-Bw4zPgOg.chunk.mjs
+share/nextcloud/apps/text/js/erb.js-Bw4zPgOg.chunk.mjs.license
+share/nextcloud/apps/text/js/erb.js-Bw4zPgOg.chunk.mjs.map
+share/nextcloud/apps/text/js/erlang-CTgWIaMO.chunk.mjs
+share/nextcloud/apps/text/js/erlang-CTgWIaMO.chunk.mjs.license
+share/nextcloud/apps/text/js/erlang-CTgWIaMO.chunk.mjs.map
+share/nextcloud/apps/text/js/erlang-CwdDDSII.chunk.mjs
+share/nextcloud/apps/text/js/erlang-CwdDDSII.chunk.mjs.license
+share/nextcloud/apps/text/js/erlang-CwdDDSII.chunk.mjs.map
+share/nextcloud/apps/text/js/erlang-repl-B7ZZcMfh.chunk.mjs
+share/nextcloud/apps/text/js/erlang-repl-B7ZZcMfh.chunk.mjs.license
+share/nextcloud/apps/text/js/erlang-repl-B7ZZcMfh.chunk.mjs.map
+share/nextcloud/apps/text/js/erlang-repl-DMmkVkHh.chunk.mjs
+share/nextcloud/apps/text/js/erlang-repl-DMmkVkHh.chunk.mjs.license
+share/nextcloud/apps/text/js/erlang-repl-DMmkVkHh.chunk.mjs.map
+share/nextcloud/apps/text/js/erlang-repl.js-DJcw13O0.chunk.mjs
+share/nextcloud/apps/text/js/erlang-repl.js-DJcw13O0.chunk.mjs.license
+share/nextcloud/apps/text/js/erlang-repl.js-DJcw13O0.chunk.mjs.map
+share/nextcloud/apps/text/js/erlang.js-CXJBxwNL.chunk.mjs
+share/nextcloud/apps/text/js/erlang.js-CXJBxwNL.chunk.mjs.license
+share/nextcloud/apps/text/js/erlang.js-CXJBxwNL.chunk.mjs.map
+share/nextcloud/apps/text/js/excel-DbQ7Zcgj.chunk.mjs
+share/nextcloud/apps/text/js/excel-DbQ7Zcgj.chunk.mjs.license
+share/nextcloud/apps/text/js/excel-DbQ7Zcgj.chunk.mjs.map
+share/nextcloud/apps/text/js/excel-RzBHTmNH.chunk.mjs
+share/nextcloud/apps/text/js/excel-RzBHTmNH.chunk.mjs.license
+share/nextcloud/apps/text/js/excel-RzBHTmNH.chunk.mjs.map
+share/nextcloud/apps/text/js/excel.js-BWzTULO3.chunk.mjs
+share/nextcloud/apps/text/js/excel.js-BWzTULO3.chunk.mjs.license
+share/nextcloud/apps/text/js/excel.js-BWzTULO3.chunk.mjs.map
+share/nextcloud/apps/text/js/files-B0b_Rkwl.chunk.mjs
+share/nextcloud/apps/text/js/files-B0b_Rkwl.chunk.mjs.license
+share/nextcloud/apps/text/js/files-B0b_Rkwl.chunk.mjs.map
+share/nextcloud/apps/text/js/fix-DAhBKQOP.chunk.mjs
+share/nextcloud/apps/text/js/fix-DAhBKQOP.chunk.mjs.license
+share/nextcloud/apps/text/js/fix-DAhBKQOP.chunk.mjs.map
+share/nextcloud/apps/text/js/fix-DL2dsXYj.chunk.mjs
+share/nextcloud/apps/text/js/fix-DL2dsXYj.chunk.mjs.license
+share/nextcloud/apps/text/js/fix-DL2dsXYj.chunk.mjs.map
+share/nextcloud/apps/text/js/fix.js-wZoXmvhq.chunk.mjs
+share/nextcloud/apps/text/js/fix.js-wZoXmvhq.chunk.mjs.license
+share/nextcloud/apps/text/js/fix.js-wZoXmvhq.chunk.mjs.map
+share/nextcloud/apps/text/js/flix-DROzenK3.chunk.mjs
+share/nextcloud/apps/text/js/flix-DROzenK3.chunk.mjs.license
+share/nextcloud/apps/text/js/flix-DROzenK3.chunk.mjs.map
+share/nextcloud/apps/text/js/flix-dyu6hGwg.chunk.mjs
+share/nextcloud/apps/text/js/flix-dyu6hGwg.chunk.mjs.license
+share/nextcloud/apps/text/js/flix-dyu6hGwg.chunk.mjs.map
+share/nextcloud/apps/text/js/flix.js-BJicLFf3.chunk.mjs
+share/nextcloud/apps/text/js/flix.js-BJicLFf3.chunk.mjs.license
+share/nextcloud/apps/text/js/flix.js-BJicLFf3.chunk.mjs.map
+share/nextcloud/apps/text/js/flowDiagram-THRYKUMA-C_JVmEsP.chunk.mjs
+share/nextcloud/apps/text/js/flowDiagram-THRYKUMA-C_JVmEsP.chunk.mjs.license
+share/nextcloud/apps/text/js/flowDiagram-THRYKUMA-C_JVmEsP.chunk.mjs.map
+share/nextcloud/apps/text/js/fortran-BPaxXbys.chunk.mjs
+share/nextcloud/apps/text/js/fortran-BPaxXbys.chunk.mjs.license
+share/nextcloud/apps/text/js/fortran-BPaxXbys.chunk.mjs.map
+share/nextcloud/apps/text/js/fortran-BY2IpvbP.chunk.mjs
+share/nextcloud/apps/text/js/fortran-BY2IpvbP.chunk.mjs.license
+share/nextcloud/apps/text/js/fortran-BY2IpvbP.chunk.mjs.map
+share/nextcloud/apps/text/js/fortran.js-CYWkGArW.chunk.mjs
+share/nextcloud/apps/text/js/fortran.js-CYWkGArW.chunk.mjs.license
+share/nextcloud/apps/text/js/fortran.js-CYWkGArW.chunk.mjs.map
+share/nextcloud/apps/text/js/fsharp-DVfzW2cv.chunk.mjs
+share/nextcloud/apps/text/js/fsharp-DVfzW2cv.chunk.mjs.license
+share/nextcloud/apps/text/js/fsharp-DVfzW2cv.chunk.mjs.map
+share/nextcloud/apps/text/js/fsharp-xV5VMbKx.chunk.mjs
+share/nextcloud/apps/text/js/fsharp-xV5VMbKx.chunk.mjs.license
+share/nextcloud/apps/text/js/fsharp-xV5VMbKx.chunk.mjs.map
+share/nextcloud/apps/text/js/fsharp.js-DWF5ijzS.chunk.mjs
+share/nextcloud/apps/text/js/fsharp.js-DWF5ijzS.chunk.mjs.license
+share/nextcloud/apps/text/js/fsharp.js-DWF5ijzS.chunk.mjs.map
+share/nextcloud/apps/text/js/gams-C8g3YxhA.chunk.mjs
+share/nextcloud/apps/text/js/gams-C8g3YxhA.chunk.mjs.license
+share/nextcloud/apps/text/js/gams-C8g3YxhA.chunk.mjs.map
+share/nextcloud/apps/text/js/gams-ja02EC4u.chunk.mjs
+share/nextcloud/apps/text/js/gams-ja02EC4u.chunk.mjs.license
+share/nextcloud/apps/text/js/gams-ja02EC4u.chunk.mjs.map
+share/nextcloud/apps/text/js/gams.js-CEc2IDfq.chunk.mjs
+share/nextcloud/apps/text/js/gams.js-CEc2IDfq.chunk.mjs.license
+share/nextcloud/apps/text/js/gams.js-CEc2IDfq.chunk.mjs.map
+share/nextcloud/apps/text/js/ganttDiagram-WV7ZQ7D5-ChSr1GOw.chunk.mjs
+share/nextcloud/apps/text/js/ganttDiagram-WV7ZQ7D5-ChSr1GOw.chunk.mjs.license
+share/nextcloud/apps/text/js/ganttDiagram-WV7ZQ7D5-ChSr1GOw.chunk.mjs.map
+share/nextcloud/apps/text/js/gauss-BpkAKMV9.chunk.mjs
+share/nextcloud/apps/text/js/gauss-BpkAKMV9.chunk.mjs.license
+share/nextcloud/apps/text/js/gauss-BpkAKMV9.chunk.mjs.map
+share/nextcloud/apps/text/js/gauss-DXgT-1C-.chunk.mjs
+share/nextcloud/apps/text/js/gauss-DXgT-1C-.chunk.mjs.license
+share/nextcloud/apps/text/js/gauss-DXgT-1C-.chunk.mjs.map
+share/nextcloud/apps/text/js/gauss.js-BKkMEUcl.chunk.mjs
+share/nextcloud/apps/text/js/gauss.js-BKkMEUcl.chunk.mjs.license
+share/nextcloud/apps/text/js/gauss.js-BKkMEUcl.chunk.mjs.map
+share/nextcloud/apps/text/js/gcode-C5dqKupi.chunk.mjs
+share/nextcloud/apps/text/js/gcode-C5dqKupi.chunk.mjs.license
+share/nextcloud/apps/text/js/gcode-C5dqKupi.chunk.mjs.map
+share/nextcloud/apps/text/js/gcode-DbUfdY8L.chunk.mjs
+share/nextcloud/apps/text/js/gcode-DbUfdY8L.chunk.mjs.license
+share/nextcloud/apps/text/js/gcode-DbUfdY8L.chunk.mjs.map
+share/nextcloud/apps/text/js/gcode.js-WeMyIJDP.chunk.mjs
+share/nextcloud/apps/text/js/gcode.js-WeMyIJDP.chunk.mjs.license
+share/nextcloud/apps/text/js/gcode.js-WeMyIJDP.chunk.mjs.map
+share/nextcloud/apps/text/js/gherkin-C25XR7j3.chunk.mjs
+share/nextcloud/apps/text/js/gherkin-C25XR7j3.chunk.mjs.license
+share/nextcloud/apps/text/js/gherkin-C25XR7j3.chunk.mjs.map
+share/nextcloud/apps/text/js/gherkin-j9V8T_d1.chunk.mjs
+share/nextcloud/apps/text/js/gherkin-j9V8T_d1.chunk.mjs.license
+share/nextcloud/apps/text/js/gherkin-j9V8T_d1.chunk.mjs.map
+share/nextcloud/apps/text/js/gherkin.js-Cz4uCEuH.chunk.mjs
+share/nextcloud/apps/text/js/gherkin.js-Cz4uCEuH.chunk.mjs.license
+share/nextcloud/apps/text/js/gherkin.js-Cz4uCEuH.chunk.mjs.map
+share/nextcloud/apps/text/js/gitGraphDiagram-OJR772UL-CKFJmcFf.chunk.mjs
+share/nextcloud/apps/text/js/gitGraphDiagram-OJR772UL-CKFJmcFf.chunk.mjs.license
+share/nextcloud/apps/text/js/gitGraphDiagram-OJR772UL-CKFJmcFf.chunk.mjs.map
+share/nextcloud/apps/text/js/glsl-BjTgWqiv.chunk.mjs
+share/nextcloud/apps/text/js/glsl-BjTgWqiv.chunk.mjs.license
+share/nextcloud/apps/text/js/glsl-BjTgWqiv.chunk.mjs.map
+share/nextcloud/apps/text/js/glsl-DFuaITlO.chunk.mjs
+share/nextcloud/apps/text/js/glsl-DFuaITlO.chunk.mjs.license
+share/nextcloud/apps/text/js/glsl-DFuaITlO.chunk.mjs.map
+share/nextcloud/apps/text/js/glsl.js-BZ_9TNPr.chunk.mjs
+share/nextcloud/apps/text/js/glsl.js-BZ_9TNPr.chunk.mjs.license
+share/nextcloud/apps/text/js/glsl.js-BZ_9TNPr.chunk.mjs.map
+share/nextcloud/apps/text/js/gml-BDQhSQRT.chunk.mjs
+share/nextcloud/apps/text/js/gml-BDQhSQRT.chunk.mjs.license
+share/nextcloud/apps/text/js/gml-BDQhSQRT.chunk.mjs.map
+share/nextcloud/apps/text/js/gml-Bqxu83bL.chunk.mjs
+share/nextcloud/apps/text/js/gml-Bqxu83bL.chunk.mjs.license
+share/nextcloud/apps/text/js/gml-Bqxu83bL.chunk.mjs.map
+share/nextcloud/apps/text/js/gml.js-W3P5TxEB.chunk.mjs
+share/nextcloud/apps/text/js/gml.js-W3P5TxEB.chunk.mjs.license
+share/nextcloud/apps/text/js/gml.js-W3P5TxEB.chunk.mjs.map
+share/nextcloud/apps/text/js/go-DVHLXbFZ.chunk.mjs
+share/nextcloud/apps/text/js/go-DVHLXbFZ.chunk.mjs.license
+share/nextcloud/apps/text/js/go-DVHLXbFZ.chunk.mjs.map
+share/nextcloud/apps/text/js/go-uDcKc56N.chunk.mjs
+share/nextcloud/apps/text/js/go-uDcKc56N.chunk.mjs.license
+share/nextcloud/apps/text/js/go-uDcKc56N.chunk.mjs.map
+share/nextcloud/apps/text/js/go.js-DcOPfbfY.chunk.mjs
+share/nextcloud/apps/text/js/go.js-DcOPfbfY.chunk.mjs.license
+share/nextcloud/apps/text/js/go.js-DcOPfbfY.chunk.mjs.map
+share/nextcloud/apps/text/js/golo-BAkEinHy.chunk.mjs
+share/nextcloud/apps/text/js/golo-BAkEinHy.chunk.mjs.license
+share/nextcloud/apps/text/js/golo-BAkEinHy.chunk.mjs.map
+share/nextcloud/apps/text/js/golo-C5O1bb65.chunk.mjs
+share/nextcloud/apps/text/js/golo-C5O1bb65.chunk.mjs.license
+share/nextcloud/apps/text/js/golo-C5O1bb65.chunk.mjs.map
+share/nextcloud/apps/text/js/golo.js-C7921cDz.chunk.mjs
+share/nextcloud/apps/text/js/golo.js-C7921cDz.chunk.mjs.license
+share/nextcloud/apps/text/js/golo.js-C7921cDz.chunk.mjs.map
+share/nextcloud/apps/text/js/gradle-DjA8oGha.chunk.mjs
+share/nextcloud/apps/text/js/gradle-DjA8oGha.chunk.mjs.license
+share/nextcloud/apps/text/js/gradle-DjA8oGha.chunk.mjs.map
+share/nextcloud/apps/text/js/gradle-swSSO2kL.chunk.mjs
+share/nextcloud/apps/text/js/gradle-swSSO2kL.chunk.mjs.license
+share/nextcloud/apps/text/js/gradle-swSSO2kL.chunk.mjs.map
+share/nextcloud/apps/text/js/gradle.js-CphNUXd6.chunk.mjs
+share/nextcloud/apps/text/js/gradle.js-CphNUXd6.chunk.mjs.license
+share/nextcloud/apps/text/js/gradle.js-CphNUXd6.chunk.mjs.map
+share/nextcloud/apps/text/js/graph-DtD_6lVh.chunk.mjs
+share/nextcloud/apps/text/js/graph-DtD_6lVh.chunk.mjs.license
+share/nextcloud/apps/text/js/graph-DtD_6lVh.chunk.mjs.map
+share/nextcloud/apps/text/js/graphql-CtafLyBX.chunk.mjs
+share/nextcloud/apps/text/js/graphql-CtafLyBX.chunk.mjs.license
+share/nextcloud/apps/text/js/graphql-CtafLyBX.chunk.mjs.map
+share/nextcloud/apps/text/js/graphql-RNlS8m63.chunk.mjs
+share/nextcloud/apps/text/js/graphql-RNlS8m63.chunk.mjs.license
+share/nextcloud/apps/text/js/graphql-RNlS8m63.chunk.mjs.map
+share/nextcloud/apps/text/js/graphql.js-DZGBJp00.chunk.mjs
+share/nextcloud/apps/text/js/graphql.js-DZGBJp00.chunk.mjs.license
+share/nextcloud/apps/text/js/graphql.js-DZGBJp00.chunk.mjs.map
+share/nextcloud/apps/text/js/groovy-B_oI-ZPC.chunk.mjs
+share/nextcloud/apps/text/js/groovy-B_oI-ZPC.chunk.mjs.license
+share/nextcloud/apps/text/js/groovy-B_oI-ZPC.chunk.mjs.map
+share/nextcloud/apps/text/js/groovy-WpKw9JPP.chunk.mjs
+share/nextcloud/apps/text/js/groovy-WpKw9JPP.chunk.mjs.license
+share/nextcloud/apps/text/js/groovy-WpKw9JPP.chunk.mjs.map
+share/nextcloud/apps/text/js/groovy.js--HJeBMOH.chunk.mjs
+share/nextcloud/apps/text/js/groovy.js--HJeBMOH.chunk.mjs.license
+share/nextcloud/apps/text/js/groovy.js--HJeBMOH.chunk.mjs.map
+share/nextcloud/apps/text/js/haml-B5uPL4eS.chunk.mjs
+share/nextcloud/apps/text/js/haml-B5uPL4eS.chunk.mjs.license
+share/nextcloud/apps/text/js/haml-B5uPL4eS.chunk.mjs.map
+share/nextcloud/apps/text/js/haml-DUJf9NNs.chunk.mjs
+share/nextcloud/apps/text/js/haml-DUJf9NNs.chunk.mjs.license
+share/nextcloud/apps/text/js/haml-DUJf9NNs.chunk.mjs.map
+share/nextcloud/apps/text/js/haml.js-D8yzYPux.chunk.mjs
+share/nextcloud/apps/text/js/haml.js-D8yzYPux.chunk.mjs.license
+share/nextcloud/apps/text/js/haml.js-D8yzYPux.chunk.mjs.map
+share/nextcloud/apps/text/js/handlebars-BlNE1M5C.chunk.mjs
+share/nextcloud/apps/text/js/handlebars-BlNE1M5C.chunk.mjs.license
+share/nextcloud/apps/text/js/handlebars-BlNE1M5C.chunk.mjs.map
+share/nextcloud/apps/text/js/handlebars-DlQTHKTw.chunk.mjs
+share/nextcloud/apps/text/js/handlebars-DlQTHKTw.chunk.mjs.license
+share/nextcloud/apps/text/js/handlebars-DlQTHKTw.chunk.mjs.map
+share/nextcloud/apps/text/js/handlebars.js-BwCP-EtN.chunk.mjs
+share/nextcloud/apps/text/js/handlebars.js-BwCP-EtN.chunk.mjs.license
+share/nextcloud/apps/text/js/handlebars.js-BwCP-EtN.chunk.mjs.map
+share/nextcloud/apps/text/js/haskell-B4STOwJX.chunk.mjs
+share/nextcloud/apps/text/js/haskell-B4STOwJX.chunk.mjs.license
+share/nextcloud/apps/text/js/haskell-B4STOwJX.chunk.mjs.map
+share/nextcloud/apps/text/js/haskell-CbHKckgW.chunk.mjs
+share/nextcloud/apps/text/js/haskell-CbHKckgW.chunk.mjs.license
+share/nextcloud/apps/text/js/haskell-CbHKckgW.chunk.mjs.map
+share/nextcloud/apps/text/js/haskell.js-pY1WeW3u.chunk.mjs
+share/nextcloud/apps/text/js/haskell.js-pY1WeW3u.chunk.mjs.license
+share/nextcloud/apps/text/js/haskell.js-pY1WeW3u.chunk.mjs.map
+share/nextcloud/apps/text/js/haxe--AJfAg-9.chunk.mjs
+share/nextcloud/apps/text/js/haxe--AJfAg-9.chunk.mjs.license
+share/nextcloud/apps/text/js/haxe--AJfAg-9.chunk.mjs.map
+share/nextcloud/apps/text/js/haxe-CAFVMue3.chunk.mjs
+share/nextcloud/apps/text/js/haxe-CAFVMue3.chunk.mjs.license
+share/nextcloud/apps/text/js/haxe-CAFVMue3.chunk.mjs.map
+share/nextcloud/apps/text/js/haxe.js-MXRvNIUA.chunk.mjs
+share/nextcloud/apps/text/js/haxe.js-MXRvNIUA.chunk.mjs.license
+share/nextcloud/apps/text/js/haxe.js-MXRvNIUA.chunk.mjs.map
+share/nextcloud/apps/text/js/hsp-DeZdr--c.chunk.mjs
+share/nextcloud/apps/text/js/hsp-DeZdr--c.chunk.mjs.license
+share/nextcloud/apps/text/js/hsp-DeZdr--c.chunk.mjs.map
+share/nextcloud/apps/text/js/hsp-R42yZyDC.chunk.mjs
+share/nextcloud/apps/text/js/hsp-R42yZyDC.chunk.mjs.license
+share/nextcloud/apps/text/js/hsp-R42yZyDC.chunk.mjs.map
+share/nextcloud/apps/text/js/hsp.js-BhQY3hcm.chunk.mjs
+share/nextcloud/apps/text/js/hsp.js-BhQY3hcm.chunk.mjs.license
+share/nextcloud/apps/text/js/hsp.js-BhQY3hcm.chunk.mjs.map
+share/nextcloud/apps/text/js/http-BF-Ug6Y1.chunk.mjs
+share/nextcloud/apps/text/js/http-BF-Ug6Y1.chunk.mjs.license
+share/nextcloud/apps/text/js/http-BF-Ug6Y1.chunk.mjs.map
+share/nextcloud/apps/text/js/http-I_Rm0SY1.chunk.mjs
+share/nextcloud/apps/text/js/http-I_Rm0SY1.chunk.mjs.license
+share/nextcloud/apps/text/js/http-I_Rm0SY1.chunk.mjs.map
+share/nextcloud/apps/text/js/http.js-F7UhVp38.chunk.mjs
+share/nextcloud/apps/text/js/http.js-F7UhVp38.chunk.mjs.license
+share/nextcloud/apps/text/js/http.js-F7UhVp38.chunk.mjs.map
+share/nextcloud/apps/text/js/hy-D2XSleNt.chunk.mjs
+share/nextcloud/apps/text/js/hy-D2XSleNt.chunk.mjs.license
+share/nextcloud/apps/text/js/hy-D2XSleNt.chunk.mjs.map
+share/nextcloud/apps/text/js/hy-DkKBd9R8.chunk.mjs
+share/nextcloud/apps/text/js/hy-DkKBd9R8.chunk.mjs.license
+share/nextcloud/apps/text/js/hy-DkKBd9R8.chunk.mjs.map
+share/nextcloud/apps/text/js/hy.js-BctMuTxZ.chunk.mjs
+share/nextcloud/apps/text/js/hy.js-BctMuTxZ.chunk.mjs.license
+share/nextcloud/apps/text/js/hy.js-BctMuTxZ.chunk.mjs.map
+share/nextcloud/apps/text/js/index-6AQ8QgJK.chunk.mjs
+share/nextcloud/apps/text/js/index-6AQ8QgJK.chunk.mjs.license
+share/nextcloud/apps/text/js/index-6AQ8QgJK.chunk.mjs.map
+share/nextcloud/apps/text/js/index-BC-7VPxC-IGjHGpmg.chunk.mjs
+share/nextcloud/apps/text/js/index-BC-7VPxC-IGjHGpmg.chunk.mjs.license
+share/nextcloud/apps/text/js/index-BC-7VPxC-IGjHGpmg.chunk.mjs.map
+share/nextcloud/apps/text/js/index-Be8Hx1Gh.chunk.mjs
+share/nextcloud/apps/text/js/index-Be8Hx1Gh.chunk.mjs.license
+share/nextcloud/apps/text/js/index-Be8Hx1Gh.chunk.mjs.map
+share/nextcloud/apps/text/js/index-CCUE3e_p.chunk.mjs
+share/nextcloud/apps/text/js/index-CCUE3e_p.chunk.mjs.license
+share/nextcloud/apps/text/js/index-CCUE3e_p.chunk.mjs.map
+share/nextcloud/apps/text/js/index-Dl858C8_.chunk.mjs
+share/nextcloud/apps/text/js/index-Dl858C8_.chunk.mjs.license
+share/nextcloud/apps/text/js/index-Dl858C8_.chunk.mjs.map
+share/nextcloud/apps/text/js/infoDiagram-DDUCL6P7-BS3uKt2k.chunk.mjs
+share/nextcloud/apps/text/js/infoDiagram-DDUCL6P7-BS3uKt2k.chunk.mjs.license
+share/nextcloud/apps/text/js/infoDiagram-DDUCL6P7-BS3uKt2k.chunk.mjs.map
+share/nextcloud/apps/text/js/inform7-BHBaZqtY.chunk.mjs
+share/nextcloud/apps/text/js/inform7-BHBaZqtY.chunk.mjs.license
+share/nextcloud/apps/text/js/inform7-BHBaZqtY.chunk.mjs.map
+share/nextcloud/apps/text/js/inform7-CyFpaLXI.chunk.mjs
+share/nextcloud/apps/text/js/inform7-CyFpaLXI.chunk.mjs.license
+share/nextcloud/apps/text/js/inform7-CyFpaLXI.chunk.mjs.map
+share/nextcloud/apps/text/js/inform7.js-B7V2xpvN.chunk.mjs
+share/nextcloud/apps/text/js/inform7.js-B7V2xpvN.chunk.mjs.license
+share/nextcloud/apps/text/js/inform7.js-B7V2xpvN.chunk.mjs.map
+share/nextcloud/apps/text/js/ini-DIAAyXzB.chunk.mjs
+share/nextcloud/apps/text/js/ini-DIAAyXzB.chunk.mjs.license
+share/nextcloud/apps/text/js/ini-DIAAyXzB.chunk.mjs.map
+share/nextcloud/apps/text/js/ini-klWG3EhR.chunk.mjs
+share/nextcloud/apps/text/js/ini-klWG3EhR.chunk.mjs.license
+share/nextcloud/apps/text/js/ini-klWG3EhR.chunk.mjs.map
+share/nextcloud/apps/text/js/ini.js-D43DpZ0-.chunk.mjs
+share/nextcloud/apps/text/js/ini.js-D43DpZ0-.chunk.mjs.license
+share/nextcloud/apps/text/js/ini.js-D43DpZ0-.chunk.mjs.map
 share/nextcloud/apps/text/js/init-CLzSasj9.chunk.mjs
 share/nextcloud/apps/text/js/init-CLzSasj9.chunk.mjs.license
 share/nextcloud/apps/text/js/init-CLzSasj9.chunk.mjs.map
-share/nextcloud/apps/text/js/irpf90-CNpo3sEh.chunk.mjs
-share/nextcloud/apps/text/js/irpf90-CNpo3sEh.chunk.mjs.license
-share/nextcloud/apps/text/js/irpf90-CNpo3sEh.chunk.mjs.map
-share/nextcloud/apps/text/js/irpf90.js-Dei05KxY.chunk.mjs
-share/nextcloud/apps/text/js/irpf90.js-Dei05KxY.chunk.mjs.license
-share/nextcloud/apps/text/js/irpf90.js-Dei05KxY.chunk.mjs.map
-share/nextcloud/apps/text/js/isbl-Ox3txiIv.chunk.mjs
-share/nextcloud/apps/text/js/isbl-Ox3txiIv.chunk.mjs.license
-share/nextcloud/apps/text/js/isbl-Ox3txiIv.chunk.mjs.map
-share/nextcloud/apps/text/js/isbl.js-B-01DQv4.chunk.mjs
-share/nextcloud/apps/text/js/isbl.js-B-01DQv4.chunk.mjs.license
-share/nextcloud/apps/text/js/isbl.js-B-01DQv4.chunk.mjs.map
-share/nextcloud/apps/text/js/java-D4h1I2g2.chunk.mjs
-share/nextcloud/apps/text/js/java-D4h1I2g2.chunk.mjs.license
-share/nextcloud/apps/text/js/java-D4h1I2g2.chunk.mjs.map
-share/nextcloud/apps/text/js/java.js-CcE8eW06.chunk.mjs
-share/nextcloud/apps/text/js/java.js-CcE8eW06.chunk.mjs.license
-share/nextcloud/apps/text/js/java.js-CcE8eW06.chunk.mjs.map
-share/nextcloud/apps/text/js/javascript-MPRVjSoA.chunk.mjs
-share/nextcloud/apps/text/js/javascript-MPRVjSoA.chunk.mjs.license
-share/nextcloud/apps/text/js/javascript-MPRVjSoA.chunk.mjs.map
-share/nextcloud/apps/text/js/javascript.js-BBH5cB1l.chunk.mjs
-share/nextcloud/apps/text/js/javascript.js-BBH5cB1l.chunk.mjs.license
-share/nextcloud/apps/text/js/javascript.js-BBH5cB1l.chunk.mjs.map
-share/nextcloud/apps/text/js/jboss-cli-a1FyYheA.chunk.mjs
-share/nextcloud/apps/text/js/jboss-cli-a1FyYheA.chunk.mjs.license
-share/nextcloud/apps/text/js/jboss-cli-a1FyYheA.chunk.mjs.map
-share/nextcloud/apps/text/js/jboss-cli.js-DXOQutGO.chunk.mjs
-share/nextcloud/apps/text/js/jboss-cli.js-DXOQutGO.chunk.mjs.license
-share/nextcloud/apps/text/js/jboss-cli.js-DXOQutGO.chunk.mjs.map
-share/nextcloud/apps/text/js/journeyDiagram-29694f62-CJy6hSMX.chunk.mjs
-share/nextcloud/apps/text/js/journeyDiagram-29694f62-CJy6hSMX.chunk.mjs.license
-share/nextcloud/apps/text/js/journeyDiagram-29694f62-CJy6hSMX.chunk.mjs.map
-share/nextcloud/apps/text/js/json-DIrLDnoD.chunk.mjs
-share/nextcloud/apps/text/js/json-DIrLDnoD.chunk.mjs.license
-share/nextcloud/apps/text/js/json-DIrLDnoD.chunk.mjs.map
-share/nextcloud/apps/text/js/json.js-Ca6Nouco.chunk.mjs
-share/nextcloud/apps/text/js/json.js-Ca6Nouco.chunk.mjs.license
-share/nextcloud/apps/text/js/json.js-Ca6Nouco.chunk.mjs.map
-share/nextcloud/apps/text/js/julia-B8sWqtT5.chunk.mjs
-share/nextcloud/apps/text/js/julia-B8sWqtT5.chunk.mjs.license
-share/nextcloud/apps/text/js/julia-B8sWqtT5.chunk.mjs.map
-share/nextcloud/apps/text/js/julia-repl-DkFkikBS.chunk.mjs
-share/nextcloud/apps/text/js/julia-repl-DkFkikBS.chunk.mjs.license
-share/nextcloud/apps/text/js/julia-repl-DkFkikBS.chunk.mjs.map
-share/nextcloud/apps/text/js/julia-repl.js-hiWqLi79.chunk.mjs
-share/nextcloud/apps/text/js/julia-repl.js-hiWqLi79.chunk.mjs.license
-share/nextcloud/apps/text/js/julia-repl.js-hiWqLi79.chunk.mjs.map
-share/nextcloud/apps/text/js/julia.js-DeOxo32i.chunk.mjs
-share/nextcloud/apps/text/js/julia.js-DeOxo32i.chunk.mjs.license
-share/nextcloud/apps/text/js/julia.js-DeOxo32i.chunk.mjs.map
-share/nextcloud/apps/text/js/katex-CMYT1bFZ.chunk.mjs
-share/nextcloud/apps/text/js/katex-CMYT1bFZ.chunk.mjs.license
-share/nextcloud/apps/text/js/katex-CMYT1bFZ.chunk.mjs.map
-share/nextcloud/apps/text/js/kotlin-C7GmQBVR.chunk.mjs
-share/nextcloud/apps/text/js/kotlin-C7GmQBVR.chunk.mjs.license
-share/nextcloud/apps/text/js/kotlin-C7GmQBVR.chunk.mjs.map
-share/nextcloud/apps/text/js/kotlin.js-CwgJwb95.chunk.mjs
-share/nextcloud/apps/text/js/kotlin.js-CwgJwb95.chunk.mjs.license
-share/nextcloud/apps/text/js/kotlin.js-CwgJwb95.chunk.mjs.map
-share/nextcloud/apps/text/js/lasso-CQxeVJWb.chunk.mjs
-share/nextcloud/apps/text/js/lasso-CQxeVJWb.chunk.mjs.license
-share/nextcloud/apps/text/js/lasso-CQxeVJWb.chunk.mjs.map
-share/nextcloud/apps/text/js/lasso.js-xhg8dALj.chunk.mjs
-share/nextcloud/apps/text/js/lasso.js-xhg8dALj.chunk.mjs.license
-share/nextcloud/apps/text/js/lasso.js-xhg8dALj.chunk.mjs.map
-share/nextcloud/apps/text/js/latex-BZ--nQf1.chunk.mjs
-share/nextcloud/apps/text/js/latex-BZ--nQf1.chunk.mjs.license
-share/nextcloud/apps/text/js/latex-BZ--nQf1.chunk.mjs.map
-share/nextcloud/apps/text/js/latex.js-CRsz2vn_.chunk.mjs
-share/nextcloud/apps/text/js/latex.js-CRsz2vn_.chunk.mjs.license
-share/nextcloud/apps/text/js/latex.js-CRsz2vn_.chunk.mjs.map
-share/nextcloud/apps/text/js/layout-ClTBO-3s.chunk.mjs
-share/nextcloud/apps/text/js/layout-ClTBO-3s.chunk.mjs.license
-share/nextcloud/apps/text/js/layout-ClTBO-3s.chunk.mjs.map
-share/nextcloud/apps/text/js/ldif-B0Nqoiy5.chunk.mjs
-share/nextcloud/apps/text/js/ldif-B0Nqoiy5.chunk.mjs.license
-share/nextcloud/apps/text/js/ldif-B0Nqoiy5.chunk.mjs.map
-share/nextcloud/apps/text/js/ldif.js-DWciDSF1.chunk.mjs
-share/nextcloud/apps/text/js/ldif.js-DWciDSF1.chunk.mjs.license
-share/nextcloud/apps/text/js/ldif.js-DWciDSF1.chunk.mjs.map
-share/nextcloud/apps/text/js/leaf-BJWxOP0P.chunk.mjs
-share/nextcloud/apps/text/js/leaf-BJWxOP0P.chunk.mjs.license
-share/nextcloud/apps/text/js/leaf-BJWxOP0P.chunk.mjs.map
-share/nextcloud/apps/text/js/leaf.js-DrSWigfQ.chunk.mjs
-share/nextcloud/apps/text/js/leaf.js-DrSWigfQ.chunk.mjs.license
-share/nextcloud/apps/text/js/leaf.js-DrSWigfQ.chunk.mjs.map
-share/nextcloud/apps/text/js/less-BpYWumoM.chunk.mjs
-share/nextcloud/apps/text/js/less-BpYWumoM.chunk.mjs.license
-share/nextcloud/apps/text/js/less-BpYWumoM.chunk.mjs.map
-share/nextcloud/apps/text/js/less.js-dyIt26sy.chunk.mjs
-share/nextcloud/apps/text/js/less.js-dyIt26sy.chunk.mjs.license
-share/nextcloud/apps/text/js/less.js-dyIt26sy.chunk.mjs.map
-share/nextcloud/apps/text/js/line-B1JmiJ4R.chunk.mjs
-share/nextcloud/apps/text/js/line-B1JmiJ4R.chunk.mjs.license
-share/nextcloud/apps/text/js/line-B1JmiJ4R.chunk.mjs.map
-share/nextcloud/apps/text/js/linear-1eivpL-j.chunk.mjs
-share/nextcloud/apps/text/js/linear-1eivpL-j.chunk.mjs.license
-share/nextcloud/apps/text/js/linear-1eivpL-j.chunk.mjs.map
-share/nextcloud/apps/text/js/lisp-DAvmnGy_.chunk.mjs
-share/nextcloud/apps/text/js/lisp-DAvmnGy_.chunk.mjs.license
-share/nextcloud/apps/text/js/lisp-DAvmnGy_.chunk.mjs.map
-share/nextcloud/apps/text/js/lisp.js-DtgL9tQm.chunk.mjs
-share/nextcloud/apps/text/js/lisp.js-DtgL9tQm.chunk.mjs.license
-share/nextcloud/apps/text/js/lisp.js-DtgL9tQm.chunk.mjs.map
-share/nextcloud/apps/text/js/livecodeserver-_QcO9-Tl.chunk.mjs
-share/nextcloud/apps/text/js/livecodeserver-_QcO9-Tl.chunk.mjs.license
-share/nextcloud/apps/text/js/livecodeserver-_QcO9-Tl.chunk.mjs.map
-share/nextcloud/apps/text/js/livecodeserver.js-BZ9jzfju.chunk.mjs
-share/nextcloud/apps/text/js/livecodeserver.js-BZ9jzfju.chunk.mjs.license
-share/nextcloud/apps/text/js/livecodeserver.js-BZ9jzfju.chunk.mjs.map
-share/nextcloud/apps/text/js/livescript-Bddm-2eD.chunk.mjs
-share/nextcloud/apps/text/js/livescript-Bddm-2eD.chunk.mjs.license
-share/nextcloud/apps/text/js/livescript-Bddm-2eD.chunk.mjs.map
-share/nextcloud/apps/text/js/livescript.js-JeAabtUE.chunk.mjs
-share/nextcloud/apps/text/js/livescript.js-JeAabtUE.chunk.mjs.license
-share/nextcloud/apps/text/js/livescript.js-JeAabtUE.chunk.mjs.map
-share/nextcloud/apps/text/js/llvm-DstftGBO.chunk.mjs
-share/nextcloud/apps/text/js/llvm-DstftGBO.chunk.mjs.license
-share/nextcloud/apps/text/js/llvm-DstftGBO.chunk.mjs.map
-share/nextcloud/apps/text/js/llvm.js-Dk1nK7bU.chunk.mjs
-share/nextcloud/apps/text/js/llvm.js-Dk1nK7bU.chunk.mjs.license
-share/nextcloud/apps/text/js/llvm.js-Dk1nK7bU.chunk.mjs.map
-share/nextcloud/apps/text/js/logger-BaSPzHnw.chunk.mjs
-share/nextcloud/apps/text/js/logger-BaSPzHnw.chunk.mjs.license
-share/nextcloud/apps/text/js/logger-BaSPzHnw.chunk.mjs.map
-share/nextcloud/apps/text/js/lsl-QN-H8HUo.chunk.mjs
-share/nextcloud/apps/text/js/lsl-QN-H8HUo.chunk.mjs.license
-share/nextcloud/apps/text/js/lsl-QN-H8HUo.chunk.mjs.map
-share/nextcloud/apps/text/js/lsl.js-1gZmTahb.chunk.mjs
-share/nextcloud/apps/text/js/lsl.js-1gZmTahb.chunk.mjs.license
-share/nextcloud/apps/text/js/lsl.js-1gZmTahb.chunk.mjs.map
-share/nextcloud/apps/text/js/lua-CwVG36SG.chunk.mjs
-share/nextcloud/apps/text/js/lua-CwVG36SG.chunk.mjs.license
-share/nextcloud/apps/text/js/lua-CwVG36SG.chunk.mjs.map
-share/nextcloud/apps/text/js/lua.js-DSN_L-S6.chunk.mjs
-share/nextcloud/apps/text/js/lua.js-DSN_L-S6.chunk.mjs.license
-share/nextcloud/apps/text/js/lua.js-DSN_L-S6.chunk.mjs.map
-share/nextcloud/apps/text/js/makefile-ENfxILUT.chunk.mjs
-share/nextcloud/apps/text/js/makefile-ENfxILUT.chunk.mjs.license
-share/nextcloud/apps/text/js/makefile-ENfxILUT.chunk.mjs.map
-share/nextcloud/apps/text/js/makefile.js-DWWNQYYV.chunk.mjs
-share/nextcloud/apps/text/js/makefile.js-DWWNQYYV.chunk.mjs.license
-share/nextcloud/apps/text/js/makefile.js-DWWNQYYV.chunk.mjs.map
-share/nextcloud/apps/text/js/markdown-9JJM37k-.chunk.mjs
-share/nextcloud/apps/text/js/markdown-9JJM37k-.chunk.mjs.license
-share/nextcloud/apps/text/js/markdown-9JJM37k-.chunk.mjs.map
-share/nextcloud/apps/text/js/markdown.js-B_c4pLOE.chunk.mjs
-share/nextcloud/apps/text/js/markdown.js-B_c4pLOE.chunk.mjs.license
-share/nextcloud/apps/text/js/markdown.js-B_c4pLOE.chunk.mjs.map
-share/nextcloud/apps/text/js/mathematica-Cm91f7_G.chunk.mjs
-share/nextcloud/apps/text/js/mathematica-Cm91f7_G.chunk.mjs.license
-share/nextcloud/apps/text/js/mathematica-Cm91f7_G.chunk.mjs.map
-share/nextcloud/apps/text/js/mathematica.js-B1qGnKWO.chunk.mjs
-share/nextcloud/apps/text/js/mathematica.js-B1qGnKWO.chunk.mjs.license
-share/nextcloud/apps/text/js/mathematica.js-B1qGnKWO.chunk.mjs.map
-share/nextcloud/apps/text/js/matlab-JtbSkO5f.chunk.mjs
-share/nextcloud/apps/text/js/matlab-JtbSkO5f.chunk.mjs.license
-share/nextcloud/apps/text/js/matlab-JtbSkO5f.chunk.mjs.map
-share/nextcloud/apps/text/js/matlab.js-DjQrGhOU.chunk.mjs
-share/nextcloud/apps/text/js/matlab.js-DjQrGhOU.chunk.mjs.license
-share/nextcloud/apps/text/js/matlab.js-DjQrGhOU.chunk.mjs.map
-share/nextcloud/apps/text/js/maxima-DdWhmzyO.chunk.mjs
-share/nextcloud/apps/text/js/maxima-DdWhmzyO.chunk.mjs.license
-share/nextcloud/apps/text/js/maxima-DdWhmzyO.chunk.mjs.map
-share/nextcloud/apps/text/js/maxima.js-BHeTsFJl.chunk.mjs
-share/nextcloud/apps/text/js/maxima.js-BHeTsFJl.chunk.mjs.license
-share/nextcloud/apps/text/js/maxima.js-BHeTsFJl.chunk.mjs.map
-share/nextcloud/apps/text/js/mel-eh3wwa_u.chunk.mjs
-share/nextcloud/apps/text/js/mel-eh3wwa_u.chunk.mjs.license
-share/nextcloud/apps/text/js/mel-eh3wwa_u.chunk.mjs.map
-share/nextcloud/apps/text/js/mel.js-CuovAQZb.chunk.mjs
-share/nextcloud/apps/text/js/mel.js-CuovAQZb.chunk.mjs.license
-share/nextcloud/apps/text/js/mel.js-CuovAQZb.chunk.mjs.map
-share/nextcloud/apps/text/js/mercury-DjXKDTw5.chunk.mjs
-share/nextcloud/apps/text/js/mercury-DjXKDTw5.chunk.mjs.license
-share/nextcloud/apps/text/js/mercury-DjXKDTw5.chunk.mjs.map
-share/nextcloud/apps/text/js/mercury.js-Pp0zFVwe.chunk.mjs
-share/nextcloud/apps/text/js/mercury.js-Pp0zFVwe.chunk.mjs.license
-share/nextcloud/apps/text/js/mercury.js-Pp0zFVwe.chunk.mjs.map
-share/nextcloud/apps/text/js/mermaid.core-BUdold-X.chunk.mjs
-share/nextcloud/apps/text/js/mermaid.core-BUdold-X.chunk.mjs.license
-share/nextcloud/apps/text/js/mermaid.core-BUdold-X.chunk.mjs.map
-share/nextcloud/apps/text/js/mime-CHM8nmeB.chunk.mjs
-share/nextcloud/apps/text/js/mime-CHM8nmeB.chunk.mjs.license
-share/nextcloud/apps/text/js/mime-CHM8nmeB.chunk.mjs.map
-share/nextcloud/apps/text/js/mindmap-definition-ac74a2e8-SMkh6N6N.chunk.mjs
-share/nextcloud/apps/text/js/mindmap-definition-ac74a2e8-SMkh6N6N.chunk.mjs.license
-share/nextcloud/apps/text/js/mindmap-definition-ac74a2e8-SMkh6N6N.chunk.mjs.map
-share/nextcloud/apps/text/js/mipsasm-CxSHRCLl.chunk.mjs
-share/nextcloud/apps/text/js/mipsasm-CxSHRCLl.chunk.mjs.license
-share/nextcloud/apps/text/js/mipsasm-CxSHRCLl.chunk.mjs.map
-share/nextcloud/apps/text/js/mipsasm.js-C-xMQkgL.chunk.mjs
-share/nextcloud/apps/text/js/mipsasm.js-C-xMQkgL.chunk.mjs.license
-share/nextcloud/apps/text/js/mipsasm.js-C-xMQkgL.chunk.mjs.map
-share/nextcloud/apps/text/js/mizar-ClMSUj02.chunk.mjs
-share/nextcloud/apps/text/js/mizar-ClMSUj02.chunk.mjs.license
-share/nextcloud/apps/text/js/mizar-ClMSUj02.chunk.mjs.map
-share/nextcloud/apps/text/js/mizar.js-CFvPAJHN.chunk.mjs
-share/nextcloud/apps/text/js/mizar.js-CFvPAJHN.chunk.mjs.license
-share/nextcloud/apps/text/js/mizar.js-CFvPAJHN.chunk.mjs.map
-share/nextcloud/apps/text/js/modulepreload-polyfill-wXdbfrnd.chunk.mjs
-share/nextcloud/apps/text/js/modulepreload-polyfill-wXdbfrnd.chunk.mjs.license
-share/nextcloud/apps/text/js/modulepreload-polyfill-wXdbfrnd.chunk.mjs.map
-share/nextcloud/apps/text/js/mojolicious-1s70tuos.chunk.mjs
-share/nextcloud/apps/text/js/mojolicious-1s70tuos.chunk.mjs.license
-share/nextcloud/apps/text/js/mojolicious-1s70tuos.chunk.mjs.map
-share/nextcloud/apps/text/js/mojolicious.js-BCtzLqfv.chunk.mjs
-share/nextcloud/apps/text/js/mojolicious.js-BCtzLqfv.chunk.mjs.license
-share/nextcloud/apps/text/js/mojolicious.js-BCtzLqfv.chunk.mjs.map
-share/nextcloud/apps/text/js/monkey-rwbFXRW2.chunk.mjs
-share/nextcloud/apps/text/js/monkey-rwbFXRW2.chunk.mjs.license
-share/nextcloud/apps/text/js/monkey-rwbFXRW2.chunk.mjs.map
-share/nextcloud/apps/text/js/monkey.js-Bu5TRnkl.chunk.mjs
-share/nextcloud/apps/text/js/monkey.js-Bu5TRnkl.chunk.mjs.license
-share/nextcloud/apps/text/js/monkey.js-Bu5TRnkl.chunk.mjs.map
-share/nextcloud/apps/text/js/moonscript-BTsloqqU.chunk.mjs
-share/nextcloud/apps/text/js/moonscript-BTsloqqU.chunk.mjs.license
-share/nextcloud/apps/text/js/moonscript-BTsloqqU.chunk.mjs.map
-share/nextcloud/apps/text/js/moonscript.js-DeQq2GZL.chunk.mjs
-share/nextcloud/apps/text/js/moonscript.js-DeQq2GZL.chunk.mjs.license
-share/nextcloud/apps/text/js/moonscript.js-DeQq2GZL.chunk.mjs.map
-share/nextcloud/apps/text/js/n1ql-Bvc7Y6rH.chunk.mjs
-share/nextcloud/apps/text/js/n1ql-Bvc7Y6rH.chunk.mjs.license
-share/nextcloud/apps/text/js/n1ql-Bvc7Y6rH.chunk.mjs.map
-share/nextcloud/apps/text/js/n1ql.js-DJZp-ksA.chunk.mjs
-share/nextcloud/apps/text/js/n1ql.js-DJZp-ksA.chunk.mjs.license
-share/nextcloud/apps/text/js/n1ql.js-DJZp-ksA.chunk.mjs.map
-share/nextcloud/apps/text/js/nestedtext-bcEIiuJq.chunk.mjs
-share/nextcloud/apps/text/js/nestedtext-bcEIiuJq.chunk.mjs.license
-share/nextcloud/apps/text/js/nestedtext-bcEIiuJq.chunk.mjs.map
-share/nextcloud/apps/text/js/nestedtext.js-uoMZ6WL1.chunk.mjs
-share/nextcloud/apps/text/js/nestedtext.js-uoMZ6WL1.chunk.mjs.license
-share/nextcloud/apps/text/js/nestedtext.js-uoMZ6WL1.chunk.mjs.map
-share/nextcloud/apps/text/js/nginx-DHtAA6ec.chunk.mjs
-share/nextcloud/apps/text/js/nginx-DHtAA6ec.chunk.mjs.license
-share/nextcloud/apps/text/js/nginx-DHtAA6ec.chunk.mjs.map
-share/nextcloud/apps/text/js/nginx.js-BpOndJai.chunk.mjs
-share/nextcloud/apps/text/js/nginx.js-BpOndJai.chunk.mjs.license
-share/nextcloud/apps/text/js/nginx.js-BpOndJai.chunk.mjs.map
-share/nextcloud/apps/text/js/nim-Dbo7nc5Y.chunk.mjs
-share/nextcloud/apps/text/js/nim-Dbo7nc5Y.chunk.mjs.license
-share/nextcloud/apps/text/js/nim-Dbo7nc5Y.chunk.mjs.map
-share/nextcloud/apps/text/js/nim.js-cqge2xEi.chunk.mjs
-share/nextcloud/apps/text/js/nim.js-cqge2xEi.chunk.mjs.license
-share/nextcloud/apps/text/js/nim.js-cqge2xEi.chunk.mjs.map
-share/nextcloud/apps/text/js/nix-sM4TXOtu.chunk.mjs
-share/nextcloud/apps/text/js/nix-sM4TXOtu.chunk.mjs.license
-share/nextcloud/apps/text/js/nix-sM4TXOtu.chunk.mjs.map
-share/nextcloud/apps/text/js/nix.js-BWmaKmPm.chunk.mjs
-share/nextcloud/apps/text/js/nix.js-BWmaKmPm.chunk.mjs.license
-share/nextcloud/apps/text/js/nix.js-BWmaKmPm.chunk.mjs.map
-share/nextcloud/apps/text/js/node-repl-CByaU09M.chunk.mjs
-share/nextcloud/apps/text/js/node-repl-CByaU09M.chunk.mjs.license
-share/nextcloud/apps/text/js/node-repl-CByaU09M.chunk.mjs.map
-share/nextcloud/apps/text/js/node-repl.js-yNXjafig.chunk.mjs
-share/nextcloud/apps/text/js/node-repl.js-yNXjafig.chunk.mjs.license
-share/nextcloud/apps/text/js/node-repl.js-yNXjafig.chunk.mjs.map
-share/nextcloud/apps/text/js/nsis-3_ptcFFf.chunk.mjs
-share/nextcloud/apps/text/js/nsis-3_ptcFFf.chunk.mjs.license
-share/nextcloud/apps/text/js/nsis-3_ptcFFf.chunk.mjs.map
-share/nextcloud/apps/text/js/nsis.js-BRGid-H3.chunk.mjs
-share/nextcloud/apps/text/js/nsis.js-BRGid-H3.chunk.mjs.license
-share/nextcloud/apps/text/js/nsis.js-BRGid-H3.chunk.mjs.map
-share/nextcloud/apps/text/js/objectivec-Mywo3X5f.chunk.mjs
-share/nextcloud/apps/text/js/objectivec-Mywo3X5f.chunk.mjs.license
-share/nextcloud/apps/text/js/objectivec-Mywo3X5f.chunk.mjs.map
-share/nextcloud/apps/text/js/objectivec.js-aNuxzllF.chunk.mjs
-share/nextcloud/apps/text/js/objectivec.js-aNuxzllF.chunk.mjs.license
-share/nextcloud/apps/text/js/objectivec.js-aNuxzllF.chunk.mjs.map
-share/nextcloud/apps/text/js/ocaml-BvvZTobL.chunk.mjs
-share/nextcloud/apps/text/js/ocaml-BvvZTobL.chunk.mjs.license
-share/nextcloud/apps/text/js/ocaml-BvvZTobL.chunk.mjs.map
-share/nextcloud/apps/text/js/ocaml.js-DTKC7Pvh.chunk.mjs
-share/nextcloud/apps/text/js/ocaml.js-DTKC7Pvh.chunk.mjs.license
-share/nextcloud/apps/text/js/ocaml.js-DTKC7Pvh.chunk.mjs.map
-share/nextcloud/apps/text/js/openscad-Cm0ZizEZ.chunk.mjs
-share/nextcloud/apps/text/js/openscad-Cm0ZizEZ.chunk.mjs.license
-share/nextcloud/apps/text/js/openscad-Cm0ZizEZ.chunk.mjs.map
-share/nextcloud/apps/text/js/openscad.js-BhCEiSv2.chunk.mjs
-share/nextcloud/apps/text/js/openscad.js-BhCEiSv2.chunk.mjs.license
-share/nextcloud/apps/text/js/openscad.js-BhCEiSv2.chunk.mjs.map
+share/nextcloud/apps/text/js/irpf90-40whdgHj.chunk.mjs
+share/nextcloud/apps/text/js/irpf90-40whdgHj.chunk.mjs.license
+share/nextcloud/apps/text/js/irpf90-40whdgHj.chunk.mjs.map
+share/nextcloud/apps/text/js/irpf90-B9E239RO.chunk.mjs
+share/nextcloud/apps/text/js/irpf90-B9E239RO.chunk.mjs.license
+share/nextcloud/apps/text/js/irpf90-B9E239RO.chunk.mjs.map
+share/nextcloud/apps/text/js/irpf90.js-CsmycXfq.chunk.mjs
+share/nextcloud/apps/text/js/irpf90.js-CsmycXfq.chunk.mjs.license
+share/nextcloud/apps/text/js/irpf90.js-CsmycXfq.chunk.mjs.map
+share/nextcloud/apps/text/js/isbl-BNyrobmE.chunk.mjs
+share/nextcloud/apps/text/js/isbl-BNyrobmE.chunk.mjs.license
+share/nextcloud/apps/text/js/isbl-BNyrobmE.chunk.mjs.map
+share/nextcloud/apps/text/js/isbl-BynO-CzR.chunk.mjs
+share/nextcloud/apps/text/js/isbl-BynO-CzR.chunk.mjs.license
+share/nextcloud/apps/text/js/isbl-BynO-CzR.chunk.mjs.map
+share/nextcloud/apps/text/js/isbl.js-ConBaZbQ.chunk.mjs
+share/nextcloud/apps/text/js/isbl.js-ConBaZbQ.chunk.mjs.license
+share/nextcloud/apps/text/js/isbl.js-ConBaZbQ.chunk.mjs.map
+share/nextcloud/apps/text/js/java-BDfPZdLM.chunk.mjs
+share/nextcloud/apps/text/js/java-BDfPZdLM.chunk.mjs.license
+share/nextcloud/apps/text/js/java-BDfPZdLM.chunk.mjs.map
+share/nextcloud/apps/text/js/java-CnTBnJRN.chunk.mjs
+share/nextcloud/apps/text/js/java-CnTBnJRN.chunk.mjs.license
+share/nextcloud/apps/text/js/java-CnTBnJRN.chunk.mjs.map
+share/nextcloud/apps/text/js/java.js-BioFwyaU.chunk.mjs
+share/nextcloud/apps/text/js/java.js-BioFwyaU.chunk.mjs.license
+share/nextcloud/apps/text/js/java.js-BioFwyaU.chunk.mjs.map
+share/nextcloud/apps/text/js/javascript-CLtR1ao_.chunk.mjs
+share/nextcloud/apps/text/js/javascript-CLtR1ao_.chunk.mjs.license
+share/nextcloud/apps/text/js/javascript-CLtR1ao_.chunk.mjs.map
+share/nextcloud/apps/text/js/javascript-Kl1KRBDZ.chunk.mjs
+share/nextcloud/apps/text/js/javascript-Kl1KRBDZ.chunk.mjs.license
+share/nextcloud/apps/text/js/javascript-Kl1KRBDZ.chunk.mjs.map
+share/nextcloud/apps/text/js/javascript.js-DZ8gCSYG.chunk.mjs
+share/nextcloud/apps/text/js/javascript.js-DZ8gCSYG.chunk.mjs.license
+share/nextcloud/apps/text/js/javascript.js-DZ8gCSYG.chunk.mjs.map
+share/nextcloud/apps/text/js/jboss-cli-DeiFPnDo.chunk.mjs
+share/nextcloud/apps/text/js/jboss-cli-DeiFPnDo.chunk.mjs.license
+share/nextcloud/apps/text/js/jboss-cli-DeiFPnDo.chunk.mjs.map
+share/nextcloud/apps/text/js/jboss-cli-v77RTEWP.chunk.mjs
+share/nextcloud/apps/text/js/jboss-cli-v77RTEWP.chunk.mjs.license
+share/nextcloud/apps/text/js/jboss-cli-v77RTEWP.chunk.mjs.map
+share/nextcloud/apps/text/js/jboss-cli.js-BVcYRVe8.chunk.mjs
+share/nextcloud/apps/text/js/jboss-cli.js-BVcYRVe8.chunk.mjs.license
+share/nextcloud/apps/text/js/jboss-cli.js-BVcYRVe8.chunk.mjs.map
+share/nextcloud/apps/text/js/journeyDiagram-FFXJYRFH-DhTQS859.chunk.mjs
+share/nextcloud/apps/text/js/journeyDiagram-FFXJYRFH-DhTQS859.chunk.mjs.license
+share/nextcloud/apps/text/js/journeyDiagram-FFXJYRFH-DhTQS859.chunk.mjs.map
+share/nextcloud/apps/text/js/json-CIsCMLMZ.chunk.mjs
+share/nextcloud/apps/text/js/json-CIsCMLMZ.chunk.mjs.license
+share/nextcloud/apps/text/js/json-CIsCMLMZ.chunk.mjs.map
+share/nextcloud/apps/text/js/json-XlEqPaRc.chunk.mjs
+share/nextcloud/apps/text/js/json-XlEqPaRc.chunk.mjs.license
+share/nextcloud/apps/text/js/json-XlEqPaRc.chunk.mjs.map
+share/nextcloud/apps/text/js/json.js-C4R2GH5B.chunk.mjs
+share/nextcloud/apps/text/js/json.js-C4R2GH5B.chunk.mjs.license
+share/nextcloud/apps/text/js/json.js-C4R2GH5B.chunk.mjs.map
+share/nextcloud/apps/text/js/julia-BN1tXZ4H.chunk.mjs
+share/nextcloud/apps/text/js/julia-BN1tXZ4H.chunk.mjs.license
+share/nextcloud/apps/text/js/julia-BN1tXZ4H.chunk.mjs.map
+share/nextcloud/apps/text/js/julia-BeSdux94.chunk.mjs
+share/nextcloud/apps/text/js/julia-BeSdux94.chunk.mjs.license
+share/nextcloud/apps/text/js/julia-BeSdux94.chunk.mjs.map
+share/nextcloud/apps/text/js/julia-repl-BdKYqBNu.chunk.mjs
+share/nextcloud/apps/text/js/julia-repl-BdKYqBNu.chunk.mjs.license
+share/nextcloud/apps/text/js/julia-repl-BdKYqBNu.chunk.mjs.map
+share/nextcloud/apps/text/js/julia-repl-CXo0iDEI.chunk.mjs
+share/nextcloud/apps/text/js/julia-repl-CXo0iDEI.chunk.mjs.license
+share/nextcloud/apps/text/js/julia-repl-CXo0iDEI.chunk.mjs.map
+share/nextcloud/apps/text/js/julia-repl.js-jWzNLFFI.chunk.mjs
+share/nextcloud/apps/text/js/julia-repl.js-jWzNLFFI.chunk.mjs.license
+share/nextcloud/apps/text/js/julia-repl.js-jWzNLFFI.chunk.mjs.map
+share/nextcloud/apps/text/js/julia.js-DXrjGbeo.chunk.mjs
+share/nextcloud/apps/text/js/julia.js-DXrjGbeo.chunk.mjs.license
+share/nextcloud/apps/text/js/julia.js-DXrjGbeo.chunk.mjs.map
+share/nextcloud/apps/text/js/kanban-definition-KOZQBZVT-CKl3Jenw.chunk.mjs
+share/nextcloud/apps/text/js/kanban-definition-KOZQBZVT-CKl3Jenw.chunk.mjs.license
+share/nextcloud/apps/text/js/kanban-definition-KOZQBZVT-CKl3Jenw.chunk.mjs.map
+share/nextcloud/apps/text/js/katex-DGORuje8.chunk.mjs
+share/nextcloud/apps/text/js/katex-DGORuje8.chunk.mjs.license
+share/nextcloud/apps/text/js/katex-DGORuje8.chunk.mjs.map
+share/nextcloud/apps/text/js/kotlin--4GdzZ4g.chunk.mjs
+share/nextcloud/apps/text/js/kotlin--4GdzZ4g.chunk.mjs.license
+share/nextcloud/apps/text/js/kotlin--4GdzZ4g.chunk.mjs.map
+share/nextcloud/apps/text/js/kotlin-B5db_4gd.chunk.mjs
+share/nextcloud/apps/text/js/kotlin-B5db_4gd.chunk.mjs.license
+share/nextcloud/apps/text/js/kotlin-B5db_4gd.chunk.mjs.map
+share/nextcloud/apps/text/js/kotlin.js-DQ4jcOe0.chunk.mjs
+share/nextcloud/apps/text/js/kotlin.js-DQ4jcOe0.chunk.mjs.license
+share/nextcloud/apps/text/js/kotlin.js-DQ4jcOe0.chunk.mjs.map
+share/nextcloud/apps/text/js/lasso-CXJApZlN.chunk.mjs
+share/nextcloud/apps/text/js/lasso-CXJApZlN.chunk.mjs.license
+share/nextcloud/apps/text/js/lasso-CXJApZlN.chunk.mjs.map
+share/nextcloud/apps/text/js/lasso-CdudqQKH.chunk.mjs
+share/nextcloud/apps/text/js/lasso-CdudqQKH.chunk.mjs.license
+share/nextcloud/apps/text/js/lasso-CdudqQKH.chunk.mjs.map
+share/nextcloud/apps/text/js/lasso.js-Cg8_ccGF.chunk.mjs
+share/nextcloud/apps/text/js/lasso.js-Cg8_ccGF.chunk.mjs.license
+share/nextcloud/apps/text/js/lasso.js-Cg8_ccGF.chunk.mjs.map
+share/nextcloud/apps/text/js/latex-CieJSPgB.chunk.mjs
+share/nextcloud/apps/text/js/latex-CieJSPgB.chunk.mjs.license
+share/nextcloud/apps/text/js/latex-CieJSPgB.chunk.mjs.map
+share/nextcloud/apps/text/js/latex-D-DkKSKm.chunk.mjs
+share/nextcloud/apps/text/js/latex-D-DkKSKm.chunk.mjs.license
+share/nextcloud/apps/text/js/latex-D-DkKSKm.chunk.mjs.map
+share/nextcloud/apps/text/js/latex.js-vJGT8bPA.chunk.mjs
+share/nextcloud/apps/text/js/latex.js-vJGT8bPA.chunk.mjs.license
+share/nextcloud/apps/text/js/latex.js-vJGT8bPA.chunk.mjs.map
+share/nextcloud/apps/text/js/layout-CK6zFi9R.chunk.mjs
+share/nextcloud/apps/text/js/layout-CK6zFi9R.chunk.mjs.license
+share/nextcloud/apps/text/js/layout-CK6zFi9R.chunk.mjs.map
+share/nextcloud/apps/text/js/ldif-ChnD9TNd.chunk.mjs
+share/nextcloud/apps/text/js/ldif-ChnD9TNd.chunk.mjs.license
+share/nextcloud/apps/text/js/ldif-ChnD9TNd.chunk.mjs.map
+share/nextcloud/apps/text/js/ldif-DB1PLa1N.chunk.mjs
+share/nextcloud/apps/text/js/ldif-DB1PLa1N.chunk.mjs.license
+share/nextcloud/apps/text/js/ldif-DB1PLa1N.chunk.mjs.map
+share/nextcloud/apps/text/js/ldif.js-Dyj6IvhD.chunk.mjs
+share/nextcloud/apps/text/js/ldif.js-Dyj6IvhD.chunk.mjs.license
+share/nextcloud/apps/text/js/ldif.js-Dyj6IvhD.chunk.mjs.map
+share/nextcloud/apps/text/js/leaf-DHIHq1gL.chunk.mjs
+share/nextcloud/apps/text/js/leaf-DHIHq1gL.chunk.mjs.license
+share/nextcloud/apps/text/js/leaf-DHIHq1gL.chunk.mjs.map
+share/nextcloud/apps/text/js/leaf-DfTGz3CY.chunk.mjs
+share/nextcloud/apps/text/js/leaf-DfTGz3CY.chunk.mjs.license
+share/nextcloud/apps/text/js/leaf-DfTGz3CY.chunk.mjs.map
+share/nextcloud/apps/text/js/leaf.js-UNBgvLXZ.chunk.mjs
+share/nextcloud/apps/text/js/leaf.js-UNBgvLXZ.chunk.mjs.license
+share/nextcloud/apps/text/js/leaf.js-UNBgvLXZ.chunk.mjs.map
+share/nextcloud/apps/text/js/less-6rlQr0z-.chunk.mjs
+share/nextcloud/apps/text/js/less-6rlQr0z-.chunk.mjs.license
+share/nextcloud/apps/text/js/less-6rlQr0z-.chunk.mjs.map
+share/nextcloud/apps/text/js/less-BI2KJkNt.chunk.mjs
+share/nextcloud/apps/text/js/less-BI2KJkNt.chunk.mjs.license
+share/nextcloud/apps/text/js/less-BI2KJkNt.chunk.mjs.map
+share/nextcloud/apps/text/js/less.js-B5lvapk4.chunk.mjs
+share/nextcloud/apps/text/js/less.js-B5lvapk4.chunk.mjs.license
+share/nextcloud/apps/text/js/less.js-B5lvapk4.chunk.mjs.map
+share/nextcloud/apps/text/js/linear-kDJc_y41.chunk.mjs
+share/nextcloud/apps/text/js/linear-kDJc_y41.chunk.mjs.license
+share/nextcloud/apps/text/js/linear-kDJc_y41.chunk.mjs.map
+share/nextcloud/apps/text/js/lisp-DSMzHnIR.chunk.mjs
+share/nextcloud/apps/text/js/lisp-DSMzHnIR.chunk.mjs.license
+share/nextcloud/apps/text/js/lisp-DSMzHnIR.chunk.mjs.map
+share/nextcloud/apps/text/js/lisp-qUoAhUDk.chunk.mjs
+share/nextcloud/apps/text/js/lisp-qUoAhUDk.chunk.mjs.license
+share/nextcloud/apps/text/js/lisp-qUoAhUDk.chunk.mjs.map
+share/nextcloud/apps/text/js/lisp.js-DQjrds0T.chunk.mjs
+share/nextcloud/apps/text/js/lisp.js-DQjrds0T.chunk.mjs.license
+share/nextcloud/apps/text/js/lisp.js-DQjrds0T.chunk.mjs.map
+share/nextcloud/apps/text/js/livecodeserver-C4VLgoFj.chunk.mjs
+share/nextcloud/apps/text/js/livecodeserver-C4VLgoFj.chunk.mjs.license
+share/nextcloud/apps/text/js/livecodeserver-C4VLgoFj.chunk.mjs.map
+share/nextcloud/apps/text/js/livecodeserver-WU_wnUq8.chunk.mjs
+share/nextcloud/apps/text/js/livecodeserver-WU_wnUq8.chunk.mjs.license
+share/nextcloud/apps/text/js/livecodeserver-WU_wnUq8.chunk.mjs.map
+share/nextcloud/apps/text/js/livecodeserver.js-OjS29zeh.chunk.mjs
+share/nextcloud/apps/text/js/livecodeserver.js-OjS29zeh.chunk.mjs.license
+share/nextcloud/apps/text/js/livecodeserver.js-OjS29zeh.chunk.mjs.map
+share/nextcloud/apps/text/js/livescript--iXc5ZtC.chunk.mjs
+share/nextcloud/apps/text/js/livescript--iXc5ZtC.chunk.mjs.license
+share/nextcloud/apps/text/js/livescript--iXc5ZtC.chunk.mjs.map
+share/nextcloud/apps/text/js/livescript-BrlOb7GX.chunk.mjs
+share/nextcloud/apps/text/js/livescript-BrlOb7GX.chunk.mjs.license
+share/nextcloud/apps/text/js/livescript-BrlOb7GX.chunk.mjs.map
+share/nextcloud/apps/text/js/livescript.js-AIhG1wDr.chunk.mjs
+share/nextcloud/apps/text/js/livescript.js-AIhG1wDr.chunk.mjs.license
+share/nextcloud/apps/text/js/livescript.js-AIhG1wDr.chunk.mjs.map
+share/nextcloud/apps/text/js/llvm-Cdn5jWaT.chunk.mjs
+share/nextcloud/apps/text/js/llvm-Cdn5jWaT.chunk.mjs.license
+share/nextcloud/apps/text/js/llvm-Cdn5jWaT.chunk.mjs.map
+share/nextcloud/apps/text/js/llvm-aQiglA9S.chunk.mjs
+share/nextcloud/apps/text/js/llvm-aQiglA9S.chunk.mjs.license
+share/nextcloud/apps/text/js/llvm-aQiglA9S.chunk.mjs.map
+share/nextcloud/apps/text/js/llvm.js-CbuWy_tV.chunk.mjs
+share/nextcloud/apps/text/js/llvm.js-CbuWy_tV.chunk.mjs.license
+share/nextcloud/apps/text/js/llvm.js-CbuWy_tV.chunk.mjs.map
+share/nextcloud/apps/text/js/logger-DVPLBGl3.chunk.mjs
+share/nextcloud/apps/text/js/logger-DVPLBGl3.chunk.mjs.license
+share/nextcloud/apps/text/js/logger-DVPLBGl3.chunk.mjs.map
+share/nextcloud/apps/text/js/lsl-CImbbEkJ.chunk.mjs
+share/nextcloud/apps/text/js/lsl-CImbbEkJ.chunk.mjs.license
+share/nextcloud/apps/text/js/lsl-CImbbEkJ.chunk.mjs.map
+share/nextcloud/apps/text/js/lsl-Ck_tvCCz.chunk.mjs
+share/nextcloud/apps/text/js/lsl-Ck_tvCCz.chunk.mjs.license
+share/nextcloud/apps/text/js/lsl-Ck_tvCCz.chunk.mjs.map
+share/nextcloud/apps/text/js/lsl.js-D6HsTRcV.chunk.mjs
+share/nextcloud/apps/text/js/lsl.js-D6HsTRcV.chunk.mjs.license
+share/nextcloud/apps/text/js/lsl.js-D6HsTRcV.chunk.mjs.map
+share/nextcloud/apps/text/js/lua-DXERfzNY.chunk.mjs
+share/nextcloud/apps/text/js/lua-DXERfzNY.chunk.mjs.license
+share/nextcloud/apps/text/js/lua-DXERfzNY.chunk.mjs.map
+share/nextcloud/apps/text/js/lua-DnOOHkfF.chunk.mjs
+share/nextcloud/apps/text/js/lua-DnOOHkfF.chunk.mjs.license
+share/nextcloud/apps/text/js/lua-DnOOHkfF.chunk.mjs.map
+share/nextcloud/apps/text/js/lua.js-CLwDU_fh.chunk.mjs
+share/nextcloud/apps/text/js/lua.js-CLwDU_fh.chunk.mjs.license
+share/nextcloud/apps/text/js/lua.js-CLwDU_fh.chunk.mjs.map
+share/nextcloud/apps/text/js/makefile-B-S9j5GT.chunk.mjs
+share/nextcloud/apps/text/js/makefile-B-S9j5GT.chunk.mjs.license
+share/nextcloud/apps/text/js/makefile-B-S9j5GT.chunk.mjs.map
+share/nextcloud/apps/text/js/makefile-CSrn87a1.chunk.mjs
+share/nextcloud/apps/text/js/makefile-CSrn87a1.chunk.mjs.license
+share/nextcloud/apps/text/js/makefile-CSrn87a1.chunk.mjs.map
+share/nextcloud/apps/text/js/makefile.js-C4_tTuaJ.chunk.mjs
+share/nextcloud/apps/text/js/makefile.js-C4_tTuaJ.chunk.mjs.license
+share/nextcloud/apps/text/js/makefile.js-C4_tTuaJ.chunk.mjs.map
+share/nextcloud/apps/text/js/markdown-Bn23LrdL.chunk.mjs
+share/nextcloud/apps/text/js/markdown-Bn23LrdL.chunk.mjs.license
+share/nextcloud/apps/text/js/markdown-Bn23LrdL.chunk.mjs.map
+share/nextcloud/apps/text/js/markdown-COcZ_RM8.chunk.mjs
+share/nextcloud/apps/text/js/markdown-COcZ_RM8.chunk.mjs.license
+share/nextcloud/apps/text/js/markdown-COcZ_RM8.chunk.mjs.map
+share/nextcloud/apps/text/js/markdown.js-D2prjBMK.chunk.mjs
+share/nextcloud/apps/text/js/markdown.js-D2prjBMK.chunk.mjs.license
+share/nextcloud/apps/text/js/markdown.js-D2prjBMK.chunk.mjs.map
+share/nextcloud/apps/text/js/mathematica-mA_ywU3r.chunk.mjs
+share/nextcloud/apps/text/js/mathematica-mA_ywU3r.chunk.mjs.license
+share/nextcloud/apps/text/js/mathematica-mA_ywU3r.chunk.mjs.map
+share/nextcloud/apps/text/js/mathematica-yk3zC8sE.chunk.mjs
+share/nextcloud/apps/text/js/mathematica-yk3zC8sE.chunk.mjs.license
+share/nextcloud/apps/text/js/mathematica-yk3zC8sE.chunk.mjs.map
+share/nextcloud/apps/text/js/mathematica.js-DMHRU_K5.chunk.mjs
+share/nextcloud/apps/text/js/mathematica.js-DMHRU_K5.chunk.mjs.license
+share/nextcloud/apps/text/js/mathematica.js-DMHRU_K5.chunk.mjs.map
+share/nextcloud/apps/text/js/matlab-DnI_2b0a.chunk.mjs
+share/nextcloud/apps/text/js/matlab-DnI_2b0a.chunk.mjs.license
+share/nextcloud/apps/text/js/matlab-DnI_2b0a.chunk.mjs.map
+share/nextcloud/apps/text/js/matlab-Z-HCxbrI.chunk.mjs
+share/nextcloud/apps/text/js/matlab-Z-HCxbrI.chunk.mjs.license
+share/nextcloud/apps/text/js/matlab-Z-HCxbrI.chunk.mjs.map
+share/nextcloud/apps/text/js/matlab.js-Bv3VsWXt.chunk.mjs
+share/nextcloud/apps/text/js/matlab.js-Bv3VsWXt.chunk.mjs.license
+share/nextcloud/apps/text/js/matlab.js-Bv3VsWXt.chunk.mjs.map
+share/nextcloud/apps/text/js/maxima-BOm0yN9O.chunk.mjs
+share/nextcloud/apps/text/js/maxima-BOm0yN9O.chunk.mjs.license
+share/nextcloud/apps/text/js/maxima-BOm0yN9O.chunk.mjs.map
+share/nextcloud/apps/text/js/maxima-DI0aoapb.chunk.mjs
+share/nextcloud/apps/text/js/maxima-DI0aoapb.chunk.mjs.license
+share/nextcloud/apps/text/js/maxima-DI0aoapb.chunk.mjs.map
+share/nextcloud/apps/text/js/maxima.js-V4ivkl8C.chunk.mjs
+share/nextcloud/apps/text/js/maxima.js-V4ivkl8C.chunk.mjs.license
+share/nextcloud/apps/text/js/maxima.js-V4ivkl8C.chunk.mjs.map
+share/nextcloud/apps/text/js/mel-BKEdQ-Ac.chunk.mjs
+share/nextcloud/apps/text/js/mel-BKEdQ-Ac.chunk.mjs.license
+share/nextcloud/apps/text/js/mel-BKEdQ-Ac.chunk.mjs.map
+share/nextcloud/apps/text/js/mel-BlYKolDM.chunk.mjs
+share/nextcloud/apps/text/js/mel-BlYKolDM.chunk.mjs.license
+share/nextcloud/apps/text/js/mel-BlYKolDM.chunk.mjs.map
+share/nextcloud/apps/text/js/mel.js-CeKczhnb.chunk.mjs
+share/nextcloud/apps/text/js/mel.js-CeKczhnb.chunk.mjs.license
+share/nextcloud/apps/text/js/mel.js-CeKczhnb.chunk.mjs.map
+share/nextcloud/apps/text/js/mercury-CsHRYF3A.chunk.mjs
+share/nextcloud/apps/text/js/mercury-CsHRYF3A.chunk.mjs.license
+share/nextcloud/apps/text/js/mercury-CsHRYF3A.chunk.mjs.map
+share/nextcloud/apps/text/js/mercury-D0Nu7i_2.chunk.mjs
+share/nextcloud/apps/text/js/mercury-D0Nu7i_2.chunk.mjs.license
+share/nextcloud/apps/text/js/mercury-D0Nu7i_2.chunk.mjs.map
+share/nextcloud/apps/text/js/mercury.js-Cs01ODCl.chunk.mjs
+share/nextcloud/apps/text/js/mercury.js-Cs01ODCl.chunk.mjs.license
+share/nextcloud/apps/text/js/mercury.js-Cs01ODCl.chunk.mjs.map
+share/nextcloud/apps/text/js/mermaid.core-zH3foFnG.chunk.mjs
+share/nextcloud/apps/text/js/mermaid.core-zH3foFnG.chunk.mjs.license
+share/nextcloud/apps/text/js/mermaid.core-zH3foFnG.chunk.mjs.map
+share/nextcloud/apps/text/js/mime-DDg3sTIz.chunk.mjs
+share/nextcloud/apps/text/js/mime-DDg3sTIz.chunk.mjs.license
+share/nextcloud/apps/text/js/mime-DDg3sTIz.chunk.mjs.map
+share/nextcloud/apps/text/js/mindmap-definition-LNHGMQRG-C93JQ31h.chunk.mjs
+share/nextcloud/apps/text/js/mindmap-definition-LNHGMQRG-C93JQ31h.chunk.mjs.license
+share/nextcloud/apps/text/js/mindmap-definition-LNHGMQRG-C93JQ31h.chunk.mjs.map
+share/nextcloud/apps/text/js/mipsasm-DCDQ44Kx.chunk.mjs
+share/nextcloud/apps/text/js/mipsasm-DCDQ44Kx.chunk.mjs.license
+share/nextcloud/apps/text/js/mipsasm-DCDQ44Kx.chunk.mjs.map
+share/nextcloud/apps/text/js/mipsasm-Dd0BtO8T.chunk.mjs
+share/nextcloud/apps/text/js/mipsasm-Dd0BtO8T.chunk.mjs.license
+share/nextcloud/apps/text/js/mipsasm-Dd0BtO8T.chunk.mjs.map
+share/nextcloud/apps/text/js/mipsasm.js-DhE6dWYd.chunk.mjs
+share/nextcloud/apps/text/js/mipsasm.js-DhE6dWYd.chunk.mjs.license
+share/nextcloud/apps/text/js/mipsasm.js-DhE6dWYd.chunk.mjs.map
+share/nextcloud/apps/text/js/mizar-BLfXaZzH.chunk.mjs
+share/nextcloud/apps/text/js/mizar-BLfXaZzH.chunk.mjs.license
+share/nextcloud/apps/text/js/mizar-BLfXaZzH.chunk.mjs.map
+share/nextcloud/apps/text/js/mizar-DRZ4b2Bo.chunk.mjs
+share/nextcloud/apps/text/js/mizar-DRZ4b2Bo.chunk.mjs.license
+share/nextcloud/apps/text/js/mizar-DRZ4b2Bo.chunk.mjs.map
+share/nextcloud/apps/text/js/mizar.js-D77Xs2sd.chunk.mjs
+share/nextcloud/apps/text/js/mizar.js-D77Xs2sd.chunk.mjs.license
+share/nextcloud/apps/text/js/mizar.js-D77Xs2sd.chunk.mjs.map
+share/nextcloud/apps/text/js/mojolicious-Bu04SgAp.chunk.mjs
+share/nextcloud/apps/text/js/mojolicious-Bu04SgAp.chunk.mjs.license
+share/nextcloud/apps/text/js/mojolicious-Bu04SgAp.chunk.mjs.map
+share/nextcloud/apps/text/js/mojolicious-C_CaI9xt.chunk.mjs
+share/nextcloud/apps/text/js/mojolicious-C_CaI9xt.chunk.mjs.license
+share/nextcloud/apps/text/js/mojolicious-C_CaI9xt.chunk.mjs.map
+share/nextcloud/apps/text/js/mojolicious.js-BQzt3ka4.chunk.mjs
+share/nextcloud/apps/text/js/mojolicious.js-BQzt3ka4.chunk.mjs.license
+share/nextcloud/apps/text/js/mojolicious.js-BQzt3ka4.chunk.mjs.map
+share/nextcloud/apps/text/js/monkey-CgcNy3pp.chunk.mjs
+share/nextcloud/apps/text/js/monkey-CgcNy3pp.chunk.mjs.license
+share/nextcloud/apps/text/js/monkey-CgcNy3pp.chunk.mjs.map
+share/nextcloud/apps/text/js/monkey-Mj-hyLin.chunk.mjs
+share/nextcloud/apps/text/js/monkey-Mj-hyLin.chunk.mjs.license
+share/nextcloud/apps/text/js/monkey-Mj-hyLin.chunk.mjs.map
+share/nextcloud/apps/text/js/monkey.js-DRAUNm2r.chunk.mjs
+share/nextcloud/apps/text/js/monkey.js-DRAUNm2r.chunk.mjs.license
+share/nextcloud/apps/text/js/monkey.js-DRAUNm2r.chunk.mjs.map
+share/nextcloud/apps/text/js/moonscript-BuJObiTz.chunk.mjs
+share/nextcloud/apps/text/js/moonscript-BuJObiTz.chunk.mjs.license
+share/nextcloud/apps/text/js/moonscript-BuJObiTz.chunk.mjs.map
+share/nextcloud/apps/text/js/moonscript-CA5kE2fH.chunk.mjs
+share/nextcloud/apps/text/js/moonscript-CA5kE2fH.chunk.mjs.license
+share/nextcloud/apps/text/js/moonscript-CA5kE2fH.chunk.mjs.map
+share/nextcloud/apps/text/js/moonscript.js-gyAv8Q_6.chunk.mjs
+share/nextcloud/apps/text/js/moonscript.js-gyAv8Q_6.chunk.mjs.license
+share/nextcloud/apps/text/js/moonscript.js-gyAv8Q_6.chunk.mjs.map
+share/nextcloud/apps/text/js/n1ql-BtwQ2hbj.chunk.mjs
+share/nextcloud/apps/text/js/n1ql-BtwQ2hbj.chunk.mjs.license
+share/nextcloud/apps/text/js/n1ql-BtwQ2hbj.chunk.mjs.map
+share/nextcloud/apps/text/js/n1ql-eK_btDjf.chunk.mjs
+share/nextcloud/apps/text/js/n1ql-eK_btDjf.chunk.mjs.license
+share/nextcloud/apps/text/js/n1ql-eK_btDjf.chunk.mjs.map
+share/nextcloud/apps/text/js/n1ql.js-BjX4rz4D.chunk.mjs
+share/nextcloud/apps/text/js/n1ql.js-BjX4rz4D.chunk.mjs.license
+share/nextcloud/apps/text/js/n1ql.js-BjX4rz4D.chunk.mjs.map
+share/nextcloud/apps/text/js/nestedtext-C3guKO0n.chunk.mjs
+share/nextcloud/apps/text/js/nestedtext-C3guKO0n.chunk.mjs.license
+share/nextcloud/apps/text/js/nestedtext-C3guKO0n.chunk.mjs.map
+share/nextcloud/apps/text/js/nestedtext-CpCoOu38.chunk.mjs
+share/nextcloud/apps/text/js/nestedtext-CpCoOu38.chunk.mjs.license
+share/nextcloud/apps/text/js/nestedtext-CpCoOu38.chunk.mjs.map
+share/nextcloud/apps/text/js/nestedtext.js-C9KAvmsx.chunk.mjs
+share/nextcloud/apps/text/js/nestedtext.js-C9KAvmsx.chunk.mjs.license
+share/nextcloud/apps/text/js/nestedtext.js-C9KAvmsx.chunk.mjs.map
+share/nextcloud/apps/text/js/nginx-CIiK1TrS.chunk.mjs
+share/nextcloud/apps/text/js/nginx-CIiK1TrS.chunk.mjs.license
+share/nextcloud/apps/text/js/nginx-CIiK1TrS.chunk.mjs.map
+share/nextcloud/apps/text/js/nginx-DLue8ieg.chunk.mjs
+share/nextcloud/apps/text/js/nginx-DLue8ieg.chunk.mjs.license
+share/nextcloud/apps/text/js/nginx-DLue8ieg.chunk.mjs.map
+share/nextcloud/apps/text/js/nginx.js-C3rU3Vpj.chunk.mjs
+share/nextcloud/apps/text/js/nginx.js-C3rU3Vpj.chunk.mjs.license
+share/nextcloud/apps/text/js/nginx.js-C3rU3Vpj.chunk.mjs.map
+share/nextcloud/apps/text/js/nim-BJFpIBfP.chunk.mjs
+share/nextcloud/apps/text/js/nim-BJFpIBfP.chunk.mjs.license
+share/nextcloud/apps/text/js/nim-BJFpIBfP.chunk.mjs.map
+share/nextcloud/apps/text/js/nim-BSFHMXbr.chunk.mjs
+share/nextcloud/apps/text/js/nim-BSFHMXbr.chunk.mjs.license
+share/nextcloud/apps/text/js/nim-BSFHMXbr.chunk.mjs.map
+share/nextcloud/apps/text/js/nim.js-BcVkTErO.chunk.mjs
+share/nextcloud/apps/text/js/nim.js-BcVkTErO.chunk.mjs.license
+share/nextcloud/apps/text/js/nim.js-BcVkTErO.chunk.mjs.map
+share/nextcloud/apps/text/js/nix-DDHFhCQH.chunk.mjs
+share/nextcloud/apps/text/js/nix-DDHFhCQH.chunk.mjs.license
+share/nextcloud/apps/text/js/nix-DDHFhCQH.chunk.mjs.map
+share/nextcloud/apps/text/js/nix-fX6xuKqL.chunk.mjs
+share/nextcloud/apps/text/js/nix-fX6xuKqL.chunk.mjs.license
+share/nextcloud/apps/text/js/nix-fX6xuKqL.chunk.mjs.map
+share/nextcloud/apps/text/js/nix.js-BIfj8ARs.chunk.mjs
+share/nextcloud/apps/text/js/nix.js-BIfj8ARs.chunk.mjs.license
+share/nextcloud/apps/text/js/nix.js-BIfj8ARs.chunk.mjs.map
+share/nextcloud/apps/text/js/node-repl-BlBQGjKm.chunk.mjs
+share/nextcloud/apps/text/js/node-repl-BlBQGjKm.chunk.mjs.license
+share/nextcloud/apps/text/js/node-repl-BlBQGjKm.chunk.mjs.map
+share/nextcloud/apps/text/js/node-repl-CRMPy_Tl.chunk.mjs
+share/nextcloud/apps/text/js/node-repl-CRMPy_Tl.chunk.mjs.license
+share/nextcloud/apps/text/js/node-repl-CRMPy_Tl.chunk.mjs.map
+share/nextcloud/apps/text/js/node-repl.js-BaZH2e1p.chunk.mjs
+share/nextcloud/apps/text/js/node-repl.js-BaZH2e1p.chunk.mjs.license
+share/nextcloud/apps/text/js/node-repl.js-BaZH2e1p.chunk.mjs.map
+share/nextcloud/apps/text/js/nsis-Cl3qveJ-.chunk.mjs
+share/nextcloud/apps/text/js/nsis-Cl3qveJ-.chunk.mjs.license
+share/nextcloud/apps/text/js/nsis-Cl3qveJ-.chunk.mjs.map
+share/nextcloud/apps/text/js/nsis-DDDkoMs4.chunk.mjs
+share/nextcloud/apps/text/js/nsis-DDDkoMs4.chunk.mjs.license
+share/nextcloud/apps/text/js/nsis-DDDkoMs4.chunk.mjs.map
+share/nextcloud/apps/text/js/nsis.js-ZLuR__M5.chunk.mjs
+share/nextcloud/apps/text/js/nsis.js-ZLuR__M5.chunk.mjs.license
+share/nextcloud/apps/text/js/nsis.js-ZLuR__M5.chunk.mjs.map
+share/nextcloud/apps/text/js/objectivec-lGzJVwYl.chunk.mjs
+share/nextcloud/apps/text/js/objectivec-lGzJVwYl.chunk.mjs.license
+share/nextcloud/apps/text/js/objectivec-lGzJVwYl.chunk.mjs.map
+share/nextcloud/apps/text/js/objectivec-x7Je_z-B.chunk.mjs
+share/nextcloud/apps/text/js/objectivec-x7Je_z-B.chunk.mjs.license
+share/nextcloud/apps/text/js/objectivec-x7Je_z-B.chunk.mjs.map
+share/nextcloud/apps/text/js/objectivec.js-Bplw10it.chunk.mjs
+share/nextcloud/apps/text/js/objectivec.js-Bplw10it.chunk.mjs.license
+share/nextcloud/apps/text/js/objectivec.js-Bplw10it.chunk.mjs.map
+share/nextcloud/apps/text/js/ocaml-CkT6PuXx.chunk.mjs
+share/nextcloud/apps/text/js/ocaml-CkT6PuXx.chunk.mjs.license
+share/nextcloud/apps/text/js/ocaml-CkT6PuXx.chunk.mjs.map
+share/nextcloud/apps/text/js/ocaml-Lke8W5fZ.chunk.mjs
+share/nextcloud/apps/text/js/ocaml-Lke8W5fZ.chunk.mjs.license
+share/nextcloud/apps/text/js/ocaml-Lke8W5fZ.chunk.mjs.map
+share/nextcloud/apps/text/js/ocaml.js-D7DL2pjH.chunk.mjs
+share/nextcloud/apps/text/js/ocaml.js-D7DL2pjH.chunk.mjs.license
+share/nextcloud/apps/text/js/ocaml.js-D7DL2pjH.chunk.mjs.map
+share/nextcloud/apps/text/js/openscad-B5s2ca7Y.chunk.mjs
+share/nextcloud/apps/text/js/openscad-B5s2ca7Y.chunk.mjs.license
+share/nextcloud/apps/text/js/openscad-B5s2ca7Y.chunk.mjs.map
+share/nextcloud/apps/text/js/openscad-Cqz-DqP2.chunk.mjs
+share/nextcloud/apps/text/js/openscad-Cqz-DqP2.chunk.mjs.license
+share/nextcloud/apps/text/js/openscad-Cqz-DqP2.chunk.mjs.map
+share/nextcloud/apps/text/js/openscad.js-DSR8wIoa.chunk.mjs
+share/nextcloud/apps/text/js/openscad.js-DSR8wIoa.chunk.mjs.license
+share/nextcloud/apps/text/js/openscad.js-DSR8wIoa.chunk.mjs.map
 share/nextcloud/apps/text/js/ordinal-D6YK7yj2.chunk.mjs
 share/nextcloud/apps/text/js/ordinal-D6YK7yj2.chunk.mjs.license
 share/nextcloud/apps/text/js/ordinal-D6YK7yj2.chunk.mjs.map
-share/nextcloud/apps/text/js/oxygene-DW4-29nm.chunk.mjs
-share/nextcloud/apps/text/js/oxygene-DW4-29nm.chunk.mjs.license
-share/nextcloud/apps/text/js/oxygene-DW4-29nm.chunk.mjs.map
-share/nextcloud/apps/text/js/oxygene.js-BURAYD_t.chunk.mjs
-share/nextcloud/apps/text/js/oxygene.js-BURAYD_t.chunk.mjs.license
-share/nextcloud/apps/text/js/oxygene.js-BURAYD_t.chunk.mjs.map
-share/nextcloud/apps/text/js/parser3-BVFCnsZD.chunk.mjs
-share/nextcloud/apps/text/js/parser3-BVFCnsZD.chunk.mjs.license
-share/nextcloud/apps/text/js/parser3-BVFCnsZD.chunk.mjs.map
-share/nextcloud/apps/text/js/parser3.js-b1T9RNh3.chunk.mjs
-share/nextcloud/apps/text/js/parser3.js-b1T9RNh3.chunk.mjs.license
-share/nextcloud/apps/text/js/parser3.js-b1T9RNh3.chunk.mjs.map
-share/nextcloud/apps/text/js/path-CUa11n33.chunk.mjs
-share/nextcloud/apps/text/js/path-CUa11n33.chunk.mjs.license
-share/nextcloud/apps/text/js/path-CUa11n33.chunk.mjs.map
-share/nextcloud/apps/text/js/perl-DZQhbeNS.chunk.mjs
-share/nextcloud/apps/text/js/perl-DZQhbeNS.chunk.mjs.license
-share/nextcloud/apps/text/js/perl-DZQhbeNS.chunk.mjs.map
-share/nextcloud/apps/text/js/perl.js-Co-29wLS.chunk.mjs
-share/nextcloud/apps/text/js/perl.js-Co-29wLS.chunk.mjs.license
-share/nextcloud/apps/text/js/perl.js-Co-29wLS.chunk.mjs.map
-share/nextcloud/apps/text/js/pf-BU33_8x1.chunk.mjs
-share/nextcloud/apps/text/js/pf-BU33_8x1.chunk.mjs.license
-share/nextcloud/apps/text/js/pf-BU33_8x1.chunk.mjs.map
-share/nextcloud/apps/text/js/pf.js-CAIKQdAl.chunk.mjs
-share/nextcloud/apps/text/js/pf.js-CAIKQdAl.chunk.mjs.license
-share/nextcloud/apps/text/js/pf.js-CAIKQdAl.chunk.mjs.map
-share/nextcloud/apps/text/js/pgsql-byM1pGHX.chunk.mjs
-share/nextcloud/apps/text/js/pgsql-byM1pGHX.chunk.mjs.license
-share/nextcloud/apps/text/js/pgsql-byM1pGHX.chunk.mjs.map
-share/nextcloud/apps/text/js/pgsql.js-Ceyvsgf5.chunk.mjs
-share/nextcloud/apps/text/js/pgsql.js-Ceyvsgf5.chunk.mjs.license
-share/nextcloud/apps/text/js/pgsql.js-Ceyvsgf5.chunk.mjs.map
-share/nextcloud/apps/text/js/php--qmTeSTD.chunk.mjs
-share/nextcloud/apps/text/js/php--qmTeSTD.chunk.mjs.license
-share/nextcloud/apps/text/js/php--qmTeSTD.chunk.mjs.map
-share/nextcloud/apps/text/js/php-template-DlkgLGWH.chunk.mjs
-share/nextcloud/apps/text/js/php-template-DlkgLGWH.chunk.mjs.license
-share/nextcloud/apps/text/js/php-template-DlkgLGWH.chunk.mjs.map
-share/nextcloud/apps/text/js/php-template.js-q_z1tZIW.chunk.mjs
-share/nextcloud/apps/text/js/php-template.js-q_z1tZIW.chunk.mjs.license
-share/nextcloud/apps/text/js/php-template.js-q_z1tZIW.chunk.mjs.map
-share/nextcloud/apps/text/js/php.js-CqFYP7rE.chunk.mjs
-share/nextcloud/apps/text/js/php.js-CqFYP7rE.chunk.mjs.license
-share/nextcloud/apps/text/js/php.js-CqFYP7rE.chunk.mjs.map
-share/nextcloud/apps/text/js/pieDiagram-421022e6-C4fzfRne.chunk.mjs
-share/nextcloud/apps/text/js/pieDiagram-421022e6-C4fzfRne.chunk.mjs.license
-share/nextcloud/apps/text/js/pieDiagram-421022e6-C4fzfRne.chunk.mjs.map
-share/nextcloud/apps/text/js/plaintext-DX-1M9Fa.chunk.mjs
-share/nextcloud/apps/text/js/plaintext-DX-1M9Fa.chunk.mjs.license
-share/nextcloud/apps/text/js/plaintext-DX-1M9Fa.chunk.mjs.map
-share/nextcloud/apps/text/js/plaintext.js-BKPQa2hD.chunk.mjs
-share/nextcloud/apps/text/js/plaintext.js-BKPQa2hD.chunk.mjs.license
-share/nextcloud/apps/text/js/plaintext.js-BKPQa2hD.chunk.mjs.map
-share/nextcloud/apps/text/js/pony-DanOBnVi.chunk.mjs
-share/nextcloud/apps/text/js/pony-DanOBnVi.chunk.mjs.license
-share/nextcloud/apps/text/js/pony-DanOBnVi.chunk.mjs.map
-share/nextcloud/apps/text/js/pony.js-CXbe-7FK.chunk.mjs
-share/nextcloud/apps/text/js/pony.js-CXbe-7FK.chunk.mjs.license
-share/nextcloud/apps/text/js/pony.js-CXbe-7FK.chunk.mjs.map
-share/nextcloud/apps/text/js/powershell-6IkzABeS.chunk.mjs
-share/nextcloud/apps/text/js/powershell-6IkzABeS.chunk.mjs.license
-share/nextcloud/apps/text/js/powershell-6IkzABeS.chunk.mjs.map
-share/nextcloud/apps/text/js/powershell.js-DTe9bNiN.chunk.mjs
-share/nextcloud/apps/text/js/powershell.js-DTe9bNiN.chunk.mjs.license
-share/nextcloud/apps/text/js/powershell.js-DTe9bNiN.chunk.mjs.map
-share/nextcloud/apps/text/js/processing-FOqxngy4.chunk.mjs
-share/nextcloud/apps/text/js/processing-FOqxngy4.chunk.mjs.license
-share/nextcloud/apps/text/js/processing-FOqxngy4.chunk.mjs.map
-share/nextcloud/apps/text/js/processing.js-BcFleTG6.chunk.mjs
-share/nextcloud/apps/text/js/processing.js-BcFleTG6.chunk.mjs.license
-share/nextcloud/apps/text/js/processing.js-BcFleTG6.chunk.mjs.map
-share/nextcloud/apps/text/js/profile-CHb6HgTL.chunk.mjs
-share/nextcloud/apps/text/js/profile-CHb6HgTL.chunk.mjs.license
-share/nextcloud/apps/text/js/profile-CHb6HgTL.chunk.mjs.map
-share/nextcloud/apps/text/js/profile.js-fl4JQ1hO.chunk.mjs
-share/nextcloud/apps/text/js/profile.js-fl4JQ1hO.chunk.mjs.license
-share/nextcloud/apps/text/js/profile.js-fl4JQ1hO.chunk.mjs.map
-share/nextcloud/apps/text/js/prolog-8D_Wiwhf.chunk.mjs
-share/nextcloud/apps/text/js/prolog-8D_Wiwhf.chunk.mjs.license
-share/nextcloud/apps/text/js/prolog-8D_Wiwhf.chunk.mjs.map
-share/nextcloud/apps/text/js/prolog.js-DgkkwmEM.chunk.mjs
-share/nextcloud/apps/text/js/prolog.js-DgkkwmEM.chunk.mjs.license
-share/nextcloud/apps/text/js/prolog.js-DgkkwmEM.chunk.mjs.map
-share/nextcloud/apps/text/js/properties-BIwa4nCo.chunk.mjs
-share/nextcloud/apps/text/js/properties-BIwa4nCo.chunk.mjs.license
-share/nextcloud/apps/text/js/properties-BIwa4nCo.chunk.mjs.map
-share/nextcloud/apps/text/js/properties.js-B3lPQaNH.chunk.mjs
-share/nextcloud/apps/text/js/properties.js-B3lPQaNH.chunk.mjs.license
-share/nextcloud/apps/text/js/properties.js-B3lPQaNH.chunk.mjs.map
-share/nextcloud/apps/text/js/protobuf-D6uFpd3J.chunk.mjs
-share/nextcloud/apps/text/js/protobuf-D6uFpd3J.chunk.mjs.license
-share/nextcloud/apps/text/js/protobuf-D6uFpd3J.chunk.mjs.map
-share/nextcloud/apps/text/js/protobuf.js-C5r6Tode.chunk.mjs
-share/nextcloud/apps/text/js/protobuf.js-C5r6Tode.chunk.mjs.license
-share/nextcloud/apps/text/js/protobuf.js-C5r6Tode.chunk.mjs.map
-share/nextcloud/apps/text/js/public-DGgMDUCq.chunk.mjs
-share/nextcloud/apps/text/js/public-DGgMDUCq.chunk.mjs.license
-share/nextcloud/apps/text/js/public-DGgMDUCq.chunk.mjs.map
-share/nextcloud/apps/text/js/puppet-BVkvMCJv.chunk.mjs
-share/nextcloud/apps/text/js/puppet-BVkvMCJv.chunk.mjs.license
-share/nextcloud/apps/text/js/puppet-BVkvMCJv.chunk.mjs.map
-share/nextcloud/apps/text/js/puppet.js-09D4V0rA.chunk.mjs
-share/nextcloud/apps/text/js/puppet.js-09D4V0rA.chunk.mjs.license
-share/nextcloud/apps/text/js/puppet.js-09D4V0rA.chunk.mjs.map
-share/nextcloud/apps/text/js/purebasic-DbC5ZQCX.chunk.mjs
-share/nextcloud/apps/text/js/purebasic-DbC5ZQCX.chunk.mjs.license
-share/nextcloud/apps/text/js/purebasic-DbC5ZQCX.chunk.mjs.map
-share/nextcloud/apps/text/js/purebasic.js-gK-XcuSG.chunk.mjs
-share/nextcloud/apps/text/js/purebasic.js-gK-XcuSG.chunk.mjs.license
-share/nextcloud/apps/text/js/purebasic.js-gK-XcuSG.chunk.mjs.map
-share/nextcloud/apps/text/js/python-DUrzvc2S.chunk.mjs
-share/nextcloud/apps/text/js/python-DUrzvc2S.chunk.mjs.license
-share/nextcloud/apps/text/js/python-DUrzvc2S.chunk.mjs.map
-share/nextcloud/apps/text/js/python-repl-AaFlOIsu.chunk.mjs
-share/nextcloud/apps/text/js/python-repl-AaFlOIsu.chunk.mjs.license
-share/nextcloud/apps/text/js/python-repl-AaFlOIsu.chunk.mjs.map
-share/nextcloud/apps/text/js/python-repl.js-C7OmdXhM.chunk.mjs
-share/nextcloud/apps/text/js/python-repl.js-C7OmdXhM.chunk.mjs.license
-share/nextcloud/apps/text/js/python-repl.js-C7OmdXhM.chunk.mjs.map
-share/nextcloud/apps/text/js/python.js-C4SKH6_3.chunk.mjs
-share/nextcloud/apps/text/js/python.js-C4SKH6_3.chunk.mjs.license
-share/nextcloud/apps/text/js/python.js-C4SKH6_3.chunk.mjs.map
-share/nextcloud/apps/text/js/q-rMDIlUJK.chunk.mjs
-share/nextcloud/apps/text/js/q-rMDIlUJK.chunk.mjs.license
-share/nextcloud/apps/text/js/q-rMDIlUJK.chunk.mjs.map
-share/nextcloud/apps/text/js/q.js-njBG7tSS.chunk.mjs
-share/nextcloud/apps/text/js/q.js-njBG7tSS.chunk.mjs.license
-share/nextcloud/apps/text/js/q.js-njBG7tSS.chunk.mjs.map
-share/nextcloud/apps/text/js/qml-BmdUw2ne.chunk.mjs
-share/nextcloud/apps/text/js/qml-BmdUw2ne.chunk.mjs.license
-share/nextcloud/apps/text/js/qml-BmdUw2ne.chunk.mjs.map
-share/nextcloud/apps/text/js/qml.js-ZiY9cy6Y.chunk.mjs
-share/nextcloud/apps/text/js/qml.js-ZiY9cy6Y.chunk.mjs.license
-share/nextcloud/apps/text/js/qml.js-ZiY9cy6Y.chunk.mjs.map
-share/nextcloud/apps/text/js/quadrantDiagram-0957ecba-26yKpUIp.chunk.mjs
-share/nextcloud/apps/text/js/quadrantDiagram-0957ecba-26yKpUIp.chunk.mjs.license
-share/nextcloud/apps/text/js/quadrantDiagram-0957ecba-26yKpUIp.chunk.mjs.map
-share/nextcloud/apps/text/js/r-CmBSDjiP.chunk.mjs
-share/nextcloud/apps/text/js/r-CmBSDjiP.chunk.mjs.license
-share/nextcloud/apps/text/js/r-CmBSDjiP.chunk.mjs.map
-share/nextcloud/apps/text/js/r.js-C-UVmasA.chunk.mjs
-share/nextcloud/apps/text/js/r.js-C-UVmasA.chunk.mjs.license
-share/nextcloud/apps/text/js/r.js-C-UVmasA.chunk.mjs.map
-share/nextcloud/apps/text/js/reasonml-dw-W6NeS.chunk.mjs
-share/nextcloud/apps/text/js/reasonml-dw-W6NeS.chunk.mjs.license
-share/nextcloud/apps/text/js/reasonml-dw-W6NeS.chunk.mjs.map
-share/nextcloud/apps/text/js/reasonml.js-B21BHXz4.chunk.mjs
-share/nextcloud/apps/text/js/reasonml.js-B21BHXz4.chunk.mjs.license
-share/nextcloud/apps/text/js/reasonml.js-B21BHXz4.chunk.mjs.map
-share/nextcloud/apps/text/js/requirementDiagram-23d650b8-B2DjSDC3.chunk.mjs
-share/nextcloud/apps/text/js/requirementDiagram-23d650b8-B2DjSDC3.chunk.mjs.license
-share/nextcloud/apps/text/js/requirementDiagram-23d650b8-B2DjSDC3.chunk.mjs.map
-share/nextcloud/apps/text/js/rib-DGjHPsW4.chunk.mjs
-share/nextcloud/apps/text/js/rib-DGjHPsW4.chunk.mjs.license
-share/nextcloud/apps/text/js/rib-DGjHPsW4.chunk.mjs.map
-share/nextcloud/apps/text/js/rib.js-B4dCxk9z.chunk.mjs
-share/nextcloud/apps/text/js/rib.js-B4dCxk9z.chunk.mjs.license
-share/nextcloud/apps/text/js/rib.js-B4dCxk9z.chunk.mjs.map
-share/nextcloud/apps/text/js/roboconf-C5qf1snm.chunk.mjs
-share/nextcloud/apps/text/js/roboconf-C5qf1snm.chunk.mjs.license
-share/nextcloud/apps/text/js/roboconf-C5qf1snm.chunk.mjs.map
-share/nextcloud/apps/text/js/roboconf.js-BycILFB_.chunk.mjs
-share/nextcloud/apps/text/js/roboconf.js-BycILFB_.chunk.mjs.license
-share/nextcloud/apps/text/js/roboconf.js-BycILFB_.chunk.mjs.map
-share/nextcloud/apps/text/js/routeros-CMXTaOj6.chunk.mjs
-share/nextcloud/apps/text/js/routeros-CMXTaOj6.chunk.mjs.license
-share/nextcloud/apps/text/js/routeros-CMXTaOj6.chunk.mjs.map
-share/nextcloud/apps/text/js/routeros.js-BHfIk08I.chunk.mjs
-share/nextcloud/apps/text/js/routeros.js-BHfIk08I.chunk.mjs.license
-share/nextcloud/apps/text/js/routeros.js-BHfIk08I.chunk.mjs.map
-share/nextcloud/apps/text/js/rsl-CcEuqJRM.chunk.mjs
-share/nextcloud/apps/text/js/rsl-CcEuqJRM.chunk.mjs.license
-share/nextcloud/apps/text/js/rsl-CcEuqJRM.chunk.mjs.map
-share/nextcloud/apps/text/js/rsl.js-C1hRw8lT.chunk.mjs
-share/nextcloud/apps/text/js/rsl.js-C1hRw8lT.chunk.mjs.license
-share/nextcloud/apps/text/js/rsl.js-C1hRw8lT.chunk.mjs.map
-share/nextcloud/apps/text/js/ruby-BP0sFrr6.chunk.mjs
-share/nextcloud/apps/text/js/ruby-BP0sFrr6.chunk.mjs.license
-share/nextcloud/apps/text/js/ruby-BP0sFrr6.chunk.mjs.map
-share/nextcloud/apps/text/js/ruby.js-CO_DzWRG.chunk.mjs
-share/nextcloud/apps/text/js/ruby.js-CO_DzWRG.chunk.mjs.license
-share/nextcloud/apps/text/js/ruby.js-CO_DzWRG.chunk.mjs.map
-share/nextcloud/apps/text/js/ruleslanguage-D80jMikN.chunk.mjs
-share/nextcloud/apps/text/js/ruleslanguage-D80jMikN.chunk.mjs.license
-share/nextcloud/apps/text/js/ruleslanguage-D80jMikN.chunk.mjs.map
-share/nextcloud/apps/text/js/ruleslanguage.js-byR23-hz.chunk.mjs
-share/nextcloud/apps/text/js/ruleslanguage.js-byR23-hz.chunk.mjs.license
-share/nextcloud/apps/text/js/ruleslanguage.js-byR23-hz.chunk.mjs.map
-share/nextcloud/apps/text/js/rust-Dp8RNWkQ.chunk.mjs
-share/nextcloud/apps/text/js/rust-Dp8RNWkQ.chunk.mjs.license
-share/nextcloud/apps/text/js/rust-Dp8RNWkQ.chunk.mjs.map
-share/nextcloud/apps/text/js/rust.js-T9P5TrYq.chunk.mjs
-share/nextcloud/apps/text/js/rust.js-T9P5TrYq.chunk.mjs.license
-share/nextcloud/apps/text/js/rust.js-T9P5TrYq.chunk.mjs.map
-share/nextcloud/apps/text/js/sankeyDiagram-23345273-Cm3tokNo.chunk.mjs
-share/nextcloud/apps/text/js/sankeyDiagram-23345273-Cm3tokNo.chunk.mjs.license
-share/nextcloud/apps/text/js/sankeyDiagram-23345273-Cm3tokNo.chunk.mjs.map
-share/nextcloud/apps/text/js/sas-CjsFTHRx.chunk.mjs
-share/nextcloud/apps/text/js/sas-CjsFTHRx.chunk.mjs.license
-share/nextcloud/apps/text/js/sas-CjsFTHRx.chunk.mjs.map
-share/nextcloud/apps/text/js/sas.js-CeyKkCdW.chunk.mjs
-share/nextcloud/apps/text/js/sas.js-CeyKkCdW.chunk.mjs.license
-share/nextcloud/apps/text/js/sas.js-CeyKkCdW.chunk.mjs.map
-share/nextcloud/apps/text/js/scala-7TLKWJ53.chunk.mjs
-share/nextcloud/apps/text/js/scala-7TLKWJ53.chunk.mjs.license
-share/nextcloud/apps/text/js/scala-7TLKWJ53.chunk.mjs.map
-share/nextcloud/apps/text/js/scala.js-DhnLM-wK.chunk.mjs
-share/nextcloud/apps/text/js/scala.js-DhnLM-wK.chunk.mjs.license
-share/nextcloud/apps/text/js/scala.js-DhnLM-wK.chunk.mjs.map
-share/nextcloud/apps/text/js/scheme-pdjO2hMo.chunk.mjs
-share/nextcloud/apps/text/js/scheme-pdjO2hMo.chunk.mjs.license
-share/nextcloud/apps/text/js/scheme-pdjO2hMo.chunk.mjs.map
-share/nextcloud/apps/text/js/scheme.js-D9exVLKw.chunk.mjs
-share/nextcloud/apps/text/js/scheme.js-D9exVLKw.chunk.mjs.license
-share/nextcloud/apps/text/js/scheme.js-D9exVLKw.chunk.mjs.map
-share/nextcloud/apps/text/js/scilab-DjFPCSWI.chunk.mjs
-share/nextcloud/apps/text/js/scilab-DjFPCSWI.chunk.mjs.license
-share/nextcloud/apps/text/js/scilab-DjFPCSWI.chunk.mjs.map
-share/nextcloud/apps/text/js/scilab.js-BmZ8ld39.chunk.mjs
-share/nextcloud/apps/text/js/scilab.js-BmZ8ld39.chunk.mjs.license
-share/nextcloud/apps/text/js/scilab.js-BmZ8ld39.chunk.mjs.map
-share/nextcloud/apps/text/js/scss-DRvUIwIo.chunk.mjs
-share/nextcloud/apps/text/js/scss-DRvUIwIo.chunk.mjs.license
-share/nextcloud/apps/text/js/scss-DRvUIwIo.chunk.mjs.map
-share/nextcloud/apps/text/js/scss.js-Bk-UsnZQ.chunk.mjs
-share/nextcloud/apps/text/js/scss.js-Bk-UsnZQ.chunk.mjs.license
-share/nextcloud/apps/text/js/scss.js-Bk-UsnZQ.chunk.mjs.map
-share/nextcloud/apps/text/js/sequenceDiagram-17ac3bff-QsmXntix.chunk.mjs
-share/nextcloud/apps/text/js/sequenceDiagram-17ac3bff-QsmXntix.chunk.mjs.license
-share/nextcloud/apps/text/js/sequenceDiagram-17ac3bff-QsmXntix.chunk.mjs.map
-share/nextcloud/apps/text/js/shell-CrQL_LSN.chunk.mjs
-share/nextcloud/apps/text/js/shell-CrQL_LSN.chunk.mjs.license
-share/nextcloud/apps/text/js/shell-CrQL_LSN.chunk.mjs.map
-share/nextcloud/apps/text/js/shell.js-CZjcMwy2.chunk.mjs
-share/nextcloud/apps/text/js/shell.js-CZjcMwy2.chunk.mjs.license
-share/nextcloud/apps/text/js/shell.js-CZjcMwy2.chunk.mjs.map
-share/nextcloud/apps/text/js/smali-Bw7Cm8Q7.chunk.mjs
-share/nextcloud/apps/text/js/smali-Bw7Cm8Q7.chunk.mjs.license
-share/nextcloud/apps/text/js/smali-Bw7Cm8Q7.chunk.mjs.map
-share/nextcloud/apps/text/js/smali.js-CV7J4Cgc.chunk.mjs
-share/nextcloud/apps/text/js/smali.js-CV7J4Cgc.chunk.mjs.license
-share/nextcloud/apps/text/js/smali.js-CV7J4Cgc.chunk.mjs.map
-share/nextcloud/apps/text/js/smalltalk-Dj8uJw2w.chunk.mjs
-share/nextcloud/apps/text/js/smalltalk-Dj8uJw2w.chunk.mjs.license
-share/nextcloud/apps/text/js/smalltalk-Dj8uJw2w.chunk.mjs.map
-share/nextcloud/apps/text/js/smalltalk.js-DWIGrkcT.chunk.mjs
-share/nextcloud/apps/text/js/smalltalk.js-DWIGrkcT.chunk.mjs.license
-share/nextcloud/apps/text/js/smalltalk.js-DWIGrkcT.chunk.mjs.map
-share/nextcloud/apps/text/js/sml-CGSAqqoa.chunk.mjs
-share/nextcloud/apps/text/js/sml-CGSAqqoa.chunk.mjs.license
-share/nextcloud/apps/text/js/sml-CGSAqqoa.chunk.mjs.map
-share/nextcloud/apps/text/js/sml.js-DrT9PnKn.chunk.mjs
-share/nextcloud/apps/text/js/sml.js-DrT9PnKn.chunk.mjs.license
-share/nextcloud/apps/text/js/sml.js-DrT9PnKn.chunk.mjs.map
-share/nextcloud/apps/text/js/sqf-8sAXhPVX.chunk.mjs
-share/nextcloud/apps/text/js/sqf-8sAXhPVX.chunk.mjs.license
-share/nextcloud/apps/text/js/sqf-8sAXhPVX.chunk.mjs.map
-share/nextcloud/apps/text/js/sqf.js-JJ1MPZra.chunk.mjs
-share/nextcloud/apps/text/js/sqf.js-JJ1MPZra.chunk.mjs.license
-share/nextcloud/apps/text/js/sqf.js-JJ1MPZra.chunk.mjs.map
-share/nextcloud/apps/text/js/sql-DQmrrPWW.chunk.mjs
-share/nextcloud/apps/text/js/sql-DQmrrPWW.chunk.mjs.license
-share/nextcloud/apps/text/js/sql-DQmrrPWW.chunk.mjs.map
-share/nextcloud/apps/text/js/sql.js-CqDvgoA4.chunk.mjs
-share/nextcloud/apps/text/js/sql.js-CqDvgoA4.chunk.mjs.license
-share/nextcloud/apps/text/js/sql.js-CqDvgoA4.chunk.mjs.map
-share/nextcloud/apps/text/js/stan-Bs3cXid6.chunk.mjs
-share/nextcloud/apps/text/js/stan-Bs3cXid6.chunk.mjs.license
-share/nextcloud/apps/text/js/stan-Bs3cXid6.chunk.mjs.map
-share/nextcloud/apps/text/js/stan.js-6ePSgpdA.chunk.mjs
-share/nextcloud/apps/text/js/stan.js-6ePSgpdA.chunk.mjs.license
-share/nextcloud/apps/text/js/stan.js-6ePSgpdA.chunk.mjs.map
-share/nextcloud/apps/text/js/stata-Dja9HIQ8.chunk.mjs
-share/nextcloud/apps/text/js/stata-Dja9HIQ8.chunk.mjs.license
-share/nextcloud/apps/text/js/stata-Dja9HIQ8.chunk.mjs.map
-share/nextcloud/apps/text/js/stata.js-BQlaDVez.chunk.mjs
-share/nextcloud/apps/text/js/stata.js-BQlaDVez.chunk.mjs.license
-share/nextcloud/apps/text/js/stata.js-BQlaDVez.chunk.mjs.map
-share/nextcloud/apps/text/js/stateDiagram-9c5f0230-BsW9MRF-.chunk.mjs
-share/nextcloud/apps/text/js/stateDiagram-9c5f0230-BsW9MRF-.chunk.mjs.license
-share/nextcloud/apps/text/js/stateDiagram-9c5f0230-BsW9MRF-.chunk.mjs.map
-share/nextcloud/apps/text/js/stateDiagram-v2-51a3dcff-XLMFCE5b.chunk.mjs
-share/nextcloud/apps/text/js/stateDiagram-v2-51a3dcff-XLMFCE5b.chunk.mjs.license
-share/nextcloud/apps/text/js/stateDiagram-v2-51a3dcff-XLMFCE5b.chunk.mjs.map
-share/nextcloud/apps/text/js/step21-BO2FZige.chunk.mjs
-share/nextcloud/apps/text/js/step21-BO2FZige.chunk.mjs.license
-share/nextcloud/apps/text/js/step21-BO2FZige.chunk.mjs.map
-share/nextcloud/apps/text/js/step21.js-C-wz3_fW.chunk.mjs
-share/nextcloud/apps/text/js/step21.js-C-wz3_fW.chunk.mjs.license
-share/nextcloud/apps/text/js/step21.js-C-wz3_fW.chunk.mjs.map
-share/nextcloud/apps/text/js/styles-2ab5d517-DgP4S6nt.chunk.mjs
-share/nextcloud/apps/text/js/styles-2ab5d517-DgP4S6nt.chunk.mjs.license
-share/nextcloud/apps/text/js/styles-2ab5d517-DgP4S6nt.chunk.mjs.map
-share/nextcloud/apps/text/js/styles-5f03d8d2-BxilIRaI.chunk.mjs
-share/nextcloud/apps/text/js/styles-5f03d8d2-BxilIRaI.chunk.mjs.license
-share/nextcloud/apps/text/js/styles-5f03d8d2-BxilIRaI.chunk.mjs.map
-share/nextcloud/apps/text/js/styles-edf9a4b0-zRgdInG7.chunk.mjs
-share/nextcloud/apps/text/js/styles-edf9a4b0-zRgdInG7.chunk.mjs.license
-share/nextcloud/apps/text/js/styles-edf9a4b0-zRgdInG7.chunk.mjs.map
-share/nextcloud/apps/text/js/stylus-hGByT5uK.chunk.mjs
-share/nextcloud/apps/text/js/stylus-hGByT5uK.chunk.mjs.license
-share/nextcloud/apps/text/js/stylus-hGByT5uK.chunk.mjs.map
-share/nextcloud/apps/text/js/stylus.js-BoMw3NF_.chunk.mjs
-share/nextcloud/apps/text/js/stylus.js-BoMw3NF_.chunk.mjs.license
-share/nextcloud/apps/text/js/stylus.js-BoMw3NF_.chunk.mjs.map
-share/nextcloud/apps/text/js/subunit-BiUgySB6.chunk.mjs
-share/nextcloud/apps/text/js/subunit-BiUgySB6.chunk.mjs.license
-share/nextcloud/apps/text/js/subunit-BiUgySB6.chunk.mjs.map
-share/nextcloud/apps/text/js/subunit.js-BLdR6Sb7.chunk.mjs
-share/nextcloud/apps/text/js/subunit.js-BLdR6Sb7.chunk.mjs.license
-share/nextcloud/apps/text/js/subunit.js-BLdR6Sb7.chunk.mjs.map
-share/nextcloud/apps/text/js/svgDrawCommon-3ba9043b-Ra4LL4Nn.chunk.mjs
-share/nextcloud/apps/text/js/svgDrawCommon-3ba9043b-Ra4LL4Nn.chunk.mjs.license
-share/nextcloud/apps/text/js/svgDrawCommon-3ba9043b-Ra4LL4Nn.chunk.mjs.map
-share/nextcloud/apps/text/js/swift-DSKQBbbD.chunk.mjs
-share/nextcloud/apps/text/js/swift-DSKQBbbD.chunk.mjs.license
-share/nextcloud/apps/text/js/swift-DSKQBbbD.chunk.mjs.map
-share/nextcloud/apps/text/js/swift.js-E5lD8aWv.chunk.mjs
-share/nextcloud/apps/text/js/swift.js-E5lD8aWv.chunk.mjs.license
-share/nextcloud/apps/text/js/swift.js-E5lD8aWv.chunk.mjs.map
-share/nextcloud/apps/text/js/taggerscript-DjD-UCtK.chunk.mjs
-share/nextcloud/apps/text/js/taggerscript-DjD-UCtK.chunk.mjs.license
-share/nextcloud/apps/text/js/taggerscript-DjD-UCtK.chunk.mjs.map
-share/nextcloud/apps/text/js/taggerscript.js-cyxmhqjf.chunk.mjs
-share/nextcloud/apps/text/js/taggerscript.js-cyxmhqjf.chunk.mjs.license
-share/nextcloud/apps/text/js/taggerscript.js-cyxmhqjf.chunk.mjs.map
-share/nextcloud/apps/text/js/tap-DElrhp_x.chunk.mjs
-share/nextcloud/apps/text/js/tap-DElrhp_x.chunk.mjs.license
-share/nextcloud/apps/text/js/tap-DElrhp_x.chunk.mjs.map
-share/nextcloud/apps/text/js/tap.js-CJeOeRMf.chunk.mjs
-share/nextcloud/apps/text/js/tap.js-CJeOeRMf.chunk.mjs.license
-share/nextcloud/apps/text/js/tap.js-CJeOeRMf.chunk.mjs.map
-share/nextcloud/apps/text/js/tcl-DS70OSN1.chunk.mjs
-share/nextcloud/apps/text/js/tcl-DS70OSN1.chunk.mjs.license
-share/nextcloud/apps/text/js/tcl-DS70OSN1.chunk.mjs.map
-share/nextcloud/apps/text/js/tcl.js-Paj2p-cf.chunk.mjs
-share/nextcloud/apps/text/js/tcl.js-Paj2p-cf.chunk.mjs.license
-share/nextcloud/apps/text/js/tcl.js-Paj2p-cf.chunk.mjs.map
-share/nextcloud/apps/text/js/text-editors.mjs
-share/nextcloud/apps/text/js/text-editors.mjs.license
-share/nextcloud/apps/text/js/text-editors.mjs.map
+share/nextcloud/apps/text/js/oxygene-18oRHldg.chunk.mjs
+share/nextcloud/apps/text/js/oxygene-18oRHldg.chunk.mjs.license
+share/nextcloud/apps/text/js/oxygene-18oRHldg.chunk.mjs.map
+share/nextcloud/apps/text/js/oxygene-UBowKGXF.chunk.mjs
+share/nextcloud/apps/text/js/oxygene-UBowKGXF.chunk.mjs.license
+share/nextcloud/apps/text/js/oxygene-UBowKGXF.chunk.mjs.map
+share/nextcloud/apps/text/js/oxygene.js-bVJ1KK2w.chunk.mjs
+share/nextcloud/apps/text/js/oxygene.js-bVJ1KK2w.chunk.mjs.license
+share/nextcloud/apps/text/js/oxygene.js-bVJ1KK2w.chunk.mjs.map
+share/nextcloud/apps/text/js/parser3-BHmipWaY.chunk.mjs
+share/nextcloud/apps/text/js/parser3-BHmipWaY.chunk.mjs.license
+share/nextcloud/apps/text/js/parser3-BHmipWaY.chunk.mjs.map
+share/nextcloud/apps/text/js/parser3-BjsMwfae.chunk.mjs
+share/nextcloud/apps/text/js/parser3-BjsMwfae.chunk.mjs.license
+share/nextcloud/apps/text/js/parser3-BjsMwfae.chunk.mjs.map
+share/nextcloud/apps/text/js/parser3.js-DjXRykaL.chunk.mjs
+share/nextcloud/apps/text/js/parser3.js-DjXRykaL.chunk.mjs.license
+share/nextcloud/apps/text/js/parser3.js-DjXRykaL.chunk.mjs.map
+share/nextcloud/apps/text/js/perl-B7rV4yCd.chunk.mjs
+share/nextcloud/apps/text/js/perl-B7rV4yCd.chunk.mjs.license
+share/nextcloud/apps/text/js/perl-B7rV4yCd.chunk.mjs.map
+share/nextcloud/apps/text/js/perl-DFzkI-iP.chunk.mjs
+share/nextcloud/apps/text/js/perl-DFzkI-iP.chunk.mjs.license
+share/nextcloud/apps/text/js/perl-DFzkI-iP.chunk.mjs.map
+share/nextcloud/apps/text/js/perl.js-CtI522xd.chunk.mjs
+share/nextcloud/apps/text/js/perl.js-CtI522xd.chunk.mjs.license
+share/nextcloud/apps/text/js/perl.js-CtI522xd.chunk.mjs.map
+share/nextcloud/apps/text/js/pf-BWqj5ZXk.chunk.mjs
+share/nextcloud/apps/text/js/pf-BWqj5ZXk.chunk.mjs.license
+share/nextcloud/apps/text/js/pf-BWqj5ZXk.chunk.mjs.map
+share/nextcloud/apps/text/js/pf-ClpsTjGR.chunk.mjs
+share/nextcloud/apps/text/js/pf-ClpsTjGR.chunk.mjs.license
+share/nextcloud/apps/text/js/pf-ClpsTjGR.chunk.mjs.map
+share/nextcloud/apps/text/js/pf.js-BfRVq7D8.chunk.mjs
+share/nextcloud/apps/text/js/pf.js-BfRVq7D8.chunk.mjs.license
+share/nextcloud/apps/text/js/pf.js-BfRVq7D8.chunk.mjs.map
+share/nextcloud/apps/text/js/pgsql-BfoFvZUO.chunk.mjs
+share/nextcloud/apps/text/js/pgsql-BfoFvZUO.chunk.mjs.license
+share/nextcloud/apps/text/js/pgsql-BfoFvZUO.chunk.mjs.map
+share/nextcloud/apps/text/js/pgsql-ClU8Qxc8.chunk.mjs
+share/nextcloud/apps/text/js/pgsql-ClU8Qxc8.chunk.mjs.license
+share/nextcloud/apps/text/js/pgsql-ClU8Qxc8.chunk.mjs.map
+share/nextcloud/apps/text/js/pgsql.js-DBy-NcPt.chunk.mjs
+share/nextcloud/apps/text/js/pgsql.js-DBy-NcPt.chunk.mjs.license
+share/nextcloud/apps/text/js/pgsql.js-DBy-NcPt.chunk.mjs.map
+share/nextcloud/apps/text/js/php-DUT2FrII.chunk.mjs
+share/nextcloud/apps/text/js/php-DUT2FrII.chunk.mjs.license
+share/nextcloud/apps/text/js/php-DUT2FrII.chunk.mjs.map
+share/nextcloud/apps/text/js/php-LkOD2WJL.chunk.mjs
+share/nextcloud/apps/text/js/php-LkOD2WJL.chunk.mjs.license
+share/nextcloud/apps/text/js/php-LkOD2WJL.chunk.mjs.map
+share/nextcloud/apps/text/js/php-template-CK_pXIzg.chunk.mjs
+share/nextcloud/apps/text/js/php-template-CK_pXIzg.chunk.mjs.license
+share/nextcloud/apps/text/js/php-template-CK_pXIzg.chunk.mjs.map
+share/nextcloud/apps/text/js/php-template-Ctt2B2dq.chunk.mjs
+share/nextcloud/apps/text/js/php-template-Ctt2B2dq.chunk.mjs.license
+share/nextcloud/apps/text/js/php-template-Ctt2B2dq.chunk.mjs.map
+share/nextcloud/apps/text/js/php-template.js-DZVHi6WM.chunk.mjs
+share/nextcloud/apps/text/js/php-template.js-DZVHi6WM.chunk.mjs.license
+share/nextcloud/apps/text/js/php-template.js-DZVHi6WM.chunk.mjs.map
+share/nextcloud/apps/text/js/php.js-CM85trsM.chunk.mjs
+share/nextcloud/apps/text/js/php.js-CM85trsM.chunk.mjs.license
+share/nextcloud/apps/text/js/php.js-CM85trsM.chunk.mjs.map
+share/nextcloud/apps/text/js/pieDiagram-DBDJKBY4-DiER_YJH.chunk.mjs
+share/nextcloud/apps/text/js/pieDiagram-DBDJKBY4-DiER_YJH.chunk.mjs.license
+share/nextcloud/apps/text/js/pieDiagram-DBDJKBY4-DiER_YJH.chunk.mjs.map
+share/nextcloud/apps/text/js/plaintext-BPvm9H_0.chunk.mjs
+share/nextcloud/apps/text/js/plaintext-BPvm9H_0.chunk.mjs.license
+share/nextcloud/apps/text/js/plaintext-BPvm9H_0.chunk.mjs.map
+share/nextcloud/apps/text/js/plaintext-CyNGerFk.chunk.mjs
+share/nextcloud/apps/text/js/plaintext-CyNGerFk.chunk.mjs.license
+share/nextcloud/apps/text/js/plaintext-CyNGerFk.chunk.mjs.map
+share/nextcloud/apps/text/js/plaintext.js-Cn847-cd.chunk.mjs
+share/nextcloud/apps/text/js/plaintext.js-Cn847-cd.chunk.mjs.license
+share/nextcloud/apps/text/js/plaintext.js-Cn847-cd.chunk.mjs.map
+share/nextcloud/apps/text/js/pony-Bp3cMKRf.chunk.mjs
+share/nextcloud/apps/text/js/pony-Bp3cMKRf.chunk.mjs.license
+share/nextcloud/apps/text/js/pony-Bp3cMKRf.chunk.mjs.map
+share/nextcloud/apps/text/js/pony-BpRi5KJu.chunk.mjs
+share/nextcloud/apps/text/js/pony-BpRi5KJu.chunk.mjs.license
+share/nextcloud/apps/text/js/pony-BpRi5KJu.chunk.mjs.map
+share/nextcloud/apps/text/js/pony.js-LFB7Tp3m.chunk.mjs
+share/nextcloud/apps/text/js/pony.js-LFB7Tp3m.chunk.mjs.license
+share/nextcloud/apps/text/js/pony.js-LFB7Tp3m.chunk.mjs.map
+share/nextcloud/apps/text/js/powershell-BNU3XntF.chunk.mjs
+share/nextcloud/apps/text/js/powershell-BNU3XntF.chunk.mjs.license
+share/nextcloud/apps/text/js/powershell-BNU3XntF.chunk.mjs.map
+share/nextcloud/apps/text/js/powershell-BhVjQnJy.chunk.mjs
+share/nextcloud/apps/text/js/powershell-BhVjQnJy.chunk.mjs.license
+share/nextcloud/apps/text/js/powershell-BhVjQnJy.chunk.mjs.map
+share/nextcloud/apps/text/js/powershell.js-CRMXzXnN.chunk.mjs
+share/nextcloud/apps/text/js/powershell.js-CRMXzXnN.chunk.mjs.license
+share/nextcloud/apps/text/js/powershell.js-CRMXzXnN.chunk.mjs.map
+share/nextcloud/apps/text/js/processing-GeMVbRhs.chunk.mjs
+share/nextcloud/apps/text/js/processing-GeMVbRhs.chunk.mjs.license
+share/nextcloud/apps/text/js/processing-GeMVbRhs.chunk.mjs.map
+share/nextcloud/apps/text/js/processing-eRah6_3b.chunk.mjs
+share/nextcloud/apps/text/js/processing-eRah6_3b.chunk.mjs.license
+share/nextcloud/apps/text/js/processing-eRah6_3b.chunk.mjs.map
+share/nextcloud/apps/text/js/processing.js-Cba9DOdt.chunk.mjs
+share/nextcloud/apps/text/js/processing.js-Cba9DOdt.chunk.mjs.license
+share/nextcloud/apps/text/js/processing.js-Cba9DOdt.chunk.mjs.map
+share/nextcloud/apps/text/js/profile-BUSOQJSH.chunk.mjs
+share/nextcloud/apps/text/js/profile-BUSOQJSH.chunk.mjs.license
+share/nextcloud/apps/text/js/profile-BUSOQJSH.chunk.mjs.map
+share/nextcloud/apps/text/js/profile-CjndWZOg.chunk.mjs
+share/nextcloud/apps/text/js/profile-CjndWZOg.chunk.mjs.license
+share/nextcloud/apps/text/js/profile-CjndWZOg.chunk.mjs.map
+share/nextcloud/apps/text/js/profile.js-RrgblorI.chunk.mjs
+share/nextcloud/apps/text/js/profile.js-RrgblorI.chunk.mjs.license
+share/nextcloud/apps/text/js/profile.js-RrgblorI.chunk.mjs.map
+share/nextcloud/apps/text/js/prolog-BHFuu_1h.chunk.mjs
+share/nextcloud/apps/text/js/prolog-BHFuu_1h.chunk.mjs.license
+share/nextcloud/apps/text/js/prolog-BHFuu_1h.chunk.mjs.map
+share/nextcloud/apps/text/js/prolog-CXI90EJ8.chunk.mjs
+share/nextcloud/apps/text/js/prolog-CXI90EJ8.chunk.mjs.license
+share/nextcloud/apps/text/js/prolog-CXI90EJ8.chunk.mjs.map
+share/nextcloud/apps/text/js/prolog.js-BL0ebpir.chunk.mjs
+share/nextcloud/apps/text/js/prolog.js-BL0ebpir.chunk.mjs.license
+share/nextcloud/apps/text/js/prolog.js-BL0ebpir.chunk.mjs.map
+share/nextcloud/apps/text/js/properties-Bi49x_dl.chunk.mjs
+share/nextcloud/apps/text/js/properties-Bi49x_dl.chunk.mjs.license
+share/nextcloud/apps/text/js/properties-Bi49x_dl.chunk.mjs.map
+share/nextcloud/apps/text/js/properties-q8asBERA.chunk.mjs
+share/nextcloud/apps/text/js/properties-q8asBERA.chunk.mjs.license
+share/nextcloud/apps/text/js/properties-q8asBERA.chunk.mjs.map
+share/nextcloud/apps/text/js/properties.js-BbzU2I6y.chunk.mjs
+share/nextcloud/apps/text/js/properties.js-BbzU2I6y.chunk.mjs.license
+share/nextcloud/apps/text/js/properties.js-BbzU2I6y.chunk.mjs.map
+share/nextcloud/apps/text/js/protobuf-BPm8poq3.chunk.mjs
+share/nextcloud/apps/text/js/protobuf-BPm8poq3.chunk.mjs.license
+share/nextcloud/apps/text/js/protobuf-BPm8poq3.chunk.mjs.map
+share/nextcloud/apps/text/js/protobuf-DT-blh_2.chunk.mjs
+share/nextcloud/apps/text/js/protobuf-DT-blh_2.chunk.mjs.license
+share/nextcloud/apps/text/js/protobuf-DT-blh_2.chunk.mjs.map
+share/nextcloud/apps/text/js/protobuf.js-Boohh__c.chunk.mjs
+share/nextcloud/apps/text/js/protobuf.js-Boohh__c.chunk.mjs.license
+share/nextcloud/apps/text/js/protobuf.js-Boohh__c.chunk.mjs.map
+share/nextcloud/apps/text/js/puppet-CNur8-ny.chunk.mjs
+share/nextcloud/apps/text/js/puppet-CNur8-ny.chunk.mjs.license
+share/nextcloud/apps/text/js/puppet-CNur8-ny.chunk.mjs.map
+share/nextcloud/apps/text/js/puppet-xhZap5Mx.chunk.mjs
+share/nextcloud/apps/text/js/puppet-xhZap5Mx.chunk.mjs.license
+share/nextcloud/apps/text/js/puppet-xhZap5Mx.chunk.mjs.map
+share/nextcloud/apps/text/js/puppet.js-DuuLso1B.chunk.mjs
+share/nextcloud/apps/text/js/puppet.js-DuuLso1B.chunk.mjs.license
+share/nextcloud/apps/text/js/puppet.js-DuuLso1B.chunk.mjs.map
+share/nextcloud/apps/text/js/purebasic-BjccKPeu.chunk.mjs
+share/nextcloud/apps/text/js/purebasic-BjccKPeu.chunk.mjs.license
+share/nextcloud/apps/text/js/purebasic-BjccKPeu.chunk.mjs.map
+share/nextcloud/apps/text/js/purebasic-Ckd9qzts.chunk.mjs
+share/nextcloud/apps/text/js/purebasic-Ckd9qzts.chunk.mjs.license
+share/nextcloud/apps/text/js/purebasic-Ckd9qzts.chunk.mjs.map
+share/nextcloud/apps/text/js/purebasic.js-DbSwGhYN.chunk.mjs
+share/nextcloud/apps/text/js/purebasic.js-DbSwGhYN.chunk.mjs.license
+share/nextcloud/apps/text/js/purebasic.js-DbSwGhYN.chunk.mjs.map
+share/nextcloud/apps/text/js/python-CL0JCNVD.chunk.mjs
+share/nextcloud/apps/text/js/python-CL0JCNVD.chunk.mjs.license
+share/nextcloud/apps/text/js/python-CL0JCNVD.chunk.mjs.map
+share/nextcloud/apps/text/js/python-WHL2Nt3D.chunk.mjs
+share/nextcloud/apps/text/js/python-WHL2Nt3D.chunk.mjs.license
+share/nextcloud/apps/text/js/python-WHL2Nt3D.chunk.mjs.map
+share/nextcloud/apps/text/js/python-repl-BtwP6BTX.chunk.mjs
+share/nextcloud/apps/text/js/python-repl-BtwP6BTX.chunk.mjs.license
+share/nextcloud/apps/text/js/python-repl-BtwP6BTX.chunk.mjs.map
+share/nextcloud/apps/text/js/python-repl-D0xYDAwY.chunk.mjs
+share/nextcloud/apps/text/js/python-repl-D0xYDAwY.chunk.mjs.license
+share/nextcloud/apps/text/js/python-repl-D0xYDAwY.chunk.mjs.map
+share/nextcloud/apps/text/js/python-repl.js-m31-ucSC.chunk.mjs
+share/nextcloud/apps/text/js/python-repl.js-m31-ucSC.chunk.mjs.license
+share/nextcloud/apps/text/js/python-repl.js-m31-ucSC.chunk.mjs.map
+share/nextcloud/apps/text/js/python.js-CBdwFPBA.chunk.mjs
+share/nextcloud/apps/text/js/python.js-CBdwFPBA.chunk.mjs.license
+share/nextcloud/apps/text/js/python.js-CBdwFPBA.chunk.mjs.map
+share/nextcloud/apps/text/js/q-BBmm1q5P.chunk.mjs
+share/nextcloud/apps/text/js/q-BBmm1q5P.chunk.mjs.license
+share/nextcloud/apps/text/js/q-BBmm1q5P.chunk.mjs.map
+share/nextcloud/apps/text/js/q-DN3RVQih.chunk.mjs
+share/nextcloud/apps/text/js/q-DN3RVQih.chunk.mjs.license
+share/nextcloud/apps/text/js/q-DN3RVQih.chunk.mjs.map
+share/nextcloud/apps/text/js/q.js-HlBedlSo.chunk.mjs
+share/nextcloud/apps/text/js/q.js-HlBedlSo.chunk.mjs.license
+share/nextcloud/apps/text/js/q.js-HlBedlSo.chunk.mjs.map
+share/nextcloud/apps/text/js/qml-BmgvRTCq.chunk.mjs
+share/nextcloud/apps/text/js/qml-BmgvRTCq.chunk.mjs.license
+share/nextcloud/apps/text/js/qml-BmgvRTCq.chunk.mjs.map
+share/nextcloud/apps/text/js/qml-WVoaqOMb.chunk.mjs
+share/nextcloud/apps/text/js/qml-WVoaqOMb.chunk.mjs.license
+share/nextcloud/apps/text/js/qml-WVoaqOMb.chunk.mjs.map
+share/nextcloud/apps/text/js/qml.js-BcofLsSn.chunk.mjs
+share/nextcloud/apps/text/js/qml.js-BcofLsSn.chunk.mjs.license
+share/nextcloud/apps/text/js/qml.js-BcofLsSn.chunk.mjs.map
+share/nextcloud/apps/text/js/quadrantDiagram-YPSRARAO-1qtUe2Kr.chunk.mjs
+share/nextcloud/apps/text/js/quadrantDiagram-YPSRARAO-1qtUe2Kr.chunk.mjs.license
+share/nextcloud/apps/text/js/quadrantDiagram-YPSRARAO-1qtUe2Kr.chunk.mjs.map
+share/nextcloud/apps/text/js/r-Dh-0Vuyx.chunk.mjs
+share/nextcloud/apps/text/js/r-Dh-0Vuyx.chunk.mjs.license
+share/nextcloud/apps/text/js/r-Dh-0Vuyx.chunk.mjs.map
+share/nextcloud/apps/text/js/r-noDSfqGU.chunk.mjs
+share/nextcloud/apps/text/js/r-noDSfqGU.chunk.mjs.license
+share/nextcloud/apps/text/js/r-noDSfqGU.chunk.mjs.map
+share/nextcloud/apps/text/js/r.js-DB61ZdHQ.chunk.mjs
+share/nextcloud/apps/text/js/r.js-DB61ZdHQ.chunk.mjs.license
+share/nextcloud/apps/text/js/r.js-DB61ZdHQ.chunk.mjs.map
+share/nextcloud/apps/text/js/reasonml-CK1pWcKM.chunk.mjs
+share/nextcloud/apps/text/js/reasonml-CK1pWcKM.chunk.mjs.license
+share/nextcloud/apps/text/js/reasonml-CK1pWcKM.chunk.mjs.map
+share/nextcloud/apps/text/js/reasonml-DZ_GARsD.chunk.mjs
+share/nextcloud/apps/text/js/reasonml-DZ_GARsD.chunk.mjs.license
+share/nextcloud/apps/text/js/reasonml-DZ_GARsD.chunk.mjs.map
+share/nextcloud/apps/text/js/reasonml.js-3EJRhvH2.chunk.mjs
+share/nextcloud/apps/text/js/reasonml.js-3EJRhvH2.chunk.mjs.license
+share/nextcloud/apps/text/js/reasonml.js-3EJRhvH2.chunk.mjs.map
+share/nextcloud/apps/text/js/requirementDiagram-EGVEC5DT-CKMK1cN2.chunk.mjs
+share/nextcloud/apps/text/js/requirementDiagram-EGVEC5DT-CKMK1cN2.chunk.mjs.license
+share/nextcloud/apps/text/js/requirementDiagram-EGVEC5DT-CKMK1cN2.chunk.mjs.map
+share/nextcloud/apps/text/js/rib-C0AnwAuG.chunk.mjs
+share/nextcloud/apps/text/js/rib-C0AnwAuG.chunk.mjs.license
+share/nextcloud/apps/text/js/rib-C0AnwAuG.chunk.mjs.map
+share/nextcloud/apps/text/js/rib-C4ZVG0Ka.chunk.mjs
+share/nextcloud/apps/text/js/rib-C4ZVG0Ka.chunk.mjs.license
+share/nextcloud/apps/text/js/rib-C4ZVG0Ka.chunk.mjs.map
+share/nextcloud/apps/text/js/rib.js-CyIlre4L.chunk.mjs
+share/nextcloud/apps/text/js/rib.js-CyIlre4L.chunk.mjs.license
+share/nextcloud/apps/text/js/rib.js-CyIlre4L.chunk.mjs.map
+share/nextcloud/apps/text/js/roboconf-DaQpg-yK.chunk.mjs
+share/nextcloud/apps/text/js/roboconf-DaQpg-yK.chunk.mjs.license
+share/nextcloud/apps/text/js/roboconf-DaQpg-yK.chunk.mjs.map
+share/nextcloud/apps/text/js/roboconf-Y9hnppdR.chunk.mjs
+share/nextcloud/apps/text/js/roboconf-Y9hnppdR.chunk.mjs.license
+share/nextcloud/apps/text/js/roboconf-Y9hnppdR.chunk.mjs.map
+share/nextcloud/apps/text/js/roboconf.js-BVozEDm0.chunk.mjs
+share/nextcloud/apps/text/js/roboconf.js-BVozEDm0.chunk.mjs.license
+share/nextcloud/apps/text/js/roboconf.js-BVozEDm0.chunk.mjs.map
+share/nextcloud/apps/text/js/routeros-BIqRBXWi.chunk.mjs
+share/nextcloud/apps/text/js/routeros-BIqRBXWi.chunk.mjs.license
+share/nextcloud/apps/text/js/routeros-BIqRBXWi.chunk.mjs.map
+share/nextcloud/apps/text/js/routeros-DO8SL_FC.chunk.mjs
+share/nextcloud/apps/text/js/routeros-DO8SL_FC.chunk.mjs.license
+share/nextcloud/apps/text/js/routeros-DO8SL_FC.chunk.mjs.map
+share/nextcloud/apps/text/js/routeros.js-yAu6fLWB.chunk.mjs
+share/nextcloud/apps/text/js/routeros.js-yAu6fLWB.chunk.mjs.license
+share/nextcloud/apps/text/js/routeros.js-yAu6fLWB.chunk.mjs.map
+share/nextcloud/apps/text/js/rsl-DyJTqaoC.chunk.mjs
+share/nextcloud/apps/text/js/rsl-DyJTqaoC.chunk.mjs.license
+share/nextcloud/apps/text/js/rsl-DyJTqaoC.chunk.mjs.map
+share/nextcloud/apps/text/js/rsl-ZJRM7WOW.chunk.mjs
+share/nextcloud/apps/text/js/rsl-ZJRM7WOW.chunk.mjs.license
+share/nextcloud/apps/text/js/rsl-ZJRM7WOW.chunk.mjs.map
+share/nextcloud/apps/text/js/rsl.js-BgQpQt3M.chunk.mjs
+share/nextcloud/apps/text/js/rsl.js-BgQpQt3M.chunk.mjs.license
+share/nextcloud/apps/text/js/rsl.js-BgQpQt3M.chunk.mjs.map
+share/nextcloud/apps/text/js/ruby-DbqA7klf.chunk.mjs
+share/nextcloud/apps/text/js/ruby-DbqA7klf.chunk.mjs.license
+share/nextcloud/apps/text/js/ruby-DbqA7klf.chunk.mjs.map
+share/nextcloud/apps/text/js/ruby-YpQ4qM9g.chunk.mjs
+share/nextcloud/apps/text/js/ruby-YpQ4qM9g.chunk.mjs.license
+share/nextcloud/apps/text/js/ruby-YpQ4qM9g.chunk.mjs.map
+share/nextcloud/apps/text/js/ruby.js-BVxRbiCe.chunk.mjs
+share/nextcloud/apps/text/js/ruby.js-BVxRbiCe.chunk.mjs.license
+share/nextcloud/apps/text/js/ruby.js-BVxRbiCe.chunk.mjs.map
+share/nextcloud/apps/text/js/ruleslanguage-CxA0bzqB.chunk.mjs
+share/nextcloud/apps/text/js/ruleslanguage-CxA0bzqB.chunk.mjs.license
+share/nextcloud/apps/text/js/ruleslanguage-CxA0bzqB.chunk.mjs.map
+share/nextcloud/apps/text/js/ruleslanguage-D_ChJjaX.chunk.mjs
+share/nextcloud/apps/text/js/ruleslanguage-D_ChJjaX.chunk.mjs.license
+share/nextcloud/apps/text/js/ruleslanguage-D_ChJjaX.chunk.mjs.map
+share/nextcloud/apps/text/js/ruleslanguage.js-DNV8bT9E.chunk.mjs
+share/nextcloud/apps/text/js/ruleslanguage.js-DNV8bT9E.chunk.mjs.license
+share/nextcloud/apps/text/js/ruleslanguage.js-DNV8bT9E.chunk.mjs.map
+share/nextcloud/apps/text/js/rust-CHfneMIM.chunk.mjs
+share/nextcloud/apps/text/js/rust-CHfneMIM.chunk.mjs.license
+share/nextcloud/apps/text/js/rust-CHfneMIM.chunk.mjs.map
+share/nextcloud/apps/text/js/rust-DJLGXiab.chunk.mjs
+share/nextcloud/apps/text/js/rust-DJLGXiab.chunk.mjs.license
+share/nextcloud/apps/text/js/rust-DJLGXiab.chunk.mjs.map
+share/nextcloud/apps/text/js/rust.js-n6h09Po5.chunk.mjs
+share/nextcloud/apps/text/js/rust.js-n6h09Po5.chunk.mjs.license
+share/nextcloud/apps/text/js/rust.js-n6h09Po5.chunk.mjs.map
+share/nextcloud/apps/text/js/sankeyDiagram-HRAUVNP4-CXZAG7Ss.chunk.mjs
+share/nextcloud/apps/text/js/sankeyDiagram-HRAUVNP4-CXZAG7Ss.chunk.mjs.license
+share/nextcloud/apps/text/js/sankeyDiagram-HRAUVNP4-CXZAG7Ss.chunk.mjs.map
+share/nextcloud/apps/text/js/sas-CBCobozS.chunk.mjs
+share/nextcloud/apps/text/js/sas-CBCobozS.chunk.mjs.license
+share/nextcloud/apps/text/js/sas-CBCobozS.chunk.mjs.map
+share/nextcloud/apps/text/js/sas-DbkrWWgS.chunk.mjs
+share/nextcloud/apps/text/js/sas-DbkrWWgS.chunk.mjs.license
+share/nextcloud/apps/text/js/sas-DbkrWWgS.chunk.mjs.map
+share/nextcloud/apps/text/js/sas.js-xgoC-g0L.chunk.mjs
+share/nextcloud/apps/text/js/sas.js-xgoC-g0L.chunk.mjs.license
+share/nextcloud/apps/text/js/sas.js-xgoC-g0L.chunk.mjs.map
+share/nextcloud/apps/text/js/scala-CUOixwBu.chunk.mjs
+share/nextcloud/apps/text/js/scala-CUOixwBu.chunk.mjs.license
+share/nextcloud/apps/text/js/scala-CUOixwBu.chunk.mjs.map
+share/nextcloud/apps/text/js/scala-DqlJWsQi.chunk.mjs
+share/nextcloud/apps/text/js/scala-DqlJWsQi.chunk.mjs.license
+share/nextcloud/apps/text/js/scala-DqlJWsQi.chunk.mjs.map
+share/nextcloud/apps/text/js/scala.js-BNn26qdZ.chunk.mjs
+share/nextcloud/apps/text/js/scala.js-BNn26qdZ.chunk.mjs.license
+share/nextcloud/apps/text/js/scala.js-BNn26qdZ.chunk.mjs.map
+share/nextcloud/apps/text/js/scheme-CArOgQZ1.chunk.mjs
+share/nextcloud/apps/text/js/scheme-CArOgQZ1.chunk.mjs.license
+share/nextcloud/apps/text/js/scheme-CArOgQZ1.chunk.mjs.map
+share/nextcloud/apps/text/js/scheme-DXu_jpb4.chunk.mjs
+share/nextcloud/apps/text/js/scheme-DXu_jpb4.chunk.mjs.license
+share/nextcloud/apps/text/js/scheme-DXu_jpb4.chunk.mjs.map
+share/nextcloud/apps/text/js/scheme.js-C7QlQ8Qi.chunk.mjs
+share/nextcloud/apps/text/js/scheme.js-C7QlQ8Qi.chunk.mjs.license
+share/nextcloud/apps/text/js/scheme.js-C7QlQ8Qi.chunk.mjs.map
+share/nextcloud/apps/text/js/scilab-C_G9RUa3.chunk.mjs
+share/nextcloud/apps/text/js/scilab-C_G9RUa3.chunk.mjs.license
+share/nextcloud/apps/text/js/scilab-C_G9RUa3.chunk.mjs.map
+share/nextcloud/apps/text/js/scilab-DXYSt3DN.chunk.mjs
+share/nextcloud/apps/text/js/scilab-DXYSt3DN.chunk.mjs.license
+share/nextcloud/apps/text/js/scilab-DXYSt3DN.chunk.mjs.map
+share/nextcloud/apps/text/js/scilab.js-BsgcHsVU.chunk.mjs
+share/nextcloud/apps/text/js/scilab.js-BsgcHsVU.chunk.mjs.license
+share/nextcloud/apps/text/js/scilab.js-BsgcHsVU.chunk.mjs.map
+share/nextcloud/apps/text/js/scss-BAKQTVkN.chunk.mjs
+share/nextcloud/apps/text/js/scss-BAKQTVkN.chunk.mjs.license
+share/nextcloud/apps/text/js/scss-BAKQTVkN.chunk.mjs.map
+share/nextcloud/apps/text/js/scss-BZKWwfks.chunk.mjs
+share/nextcloud/apps/text/js/scss-BZKWwfks.chunk.mjs.license
+share/nextcloud/apps/text/js/scss-BZKWwfks.chunk.mjs.map
+share/nextcloud/apps/text/js/scss.js-CMwBJa3M.chunk.mjs
+share/nextcloud/apps/text/js/scss.js-CMwBJa3M.chunk.mjs.license
+share/nextcloud/apps/text/js/scss.js-CMwBJa3M.chunk.mjs.map
+share/nextcloud/apps/text/js/sequenceDiagram-4MX5Z3NR-pNk8AqGf.chunk.mjs
+share/nextcloud/apps/text/js/sequenceDiagram-4MX5Z3NR-pNk8AqGf.chunk.mjs.license
+share/nextcloud/apps/text/js/sequenceDiagram-4MX5Z3NR-pNk8AqGf.chunk.mjs.map
+share/nextcloud/apps/text/js/shell-B7E9NY8Y.chunk.mjs
+share/nextcloud/apps/text/js/shell-B7E9NY8Y.chunk.mjs.license
+share/nextcloud/apps/text/js/shell-B7E9NY8Y.chunk.mjs.map
+share/nextcloud/apps/text/js/shell-hmUswwpy.chunk.mjs
+share/nextcloud/apps/text/js/shell-hmUswwpy.chunk.mjs.license
+share/nextcloud/apps/text/js/shell-hmUswwpy.chunk.mjs.map
+share/nextcloud/apps/text/js/shell.js-BDDZo2WS.chunk.mjs
+share/nextcloud/apps/text/js/shell.js-BDDZo2WS.chunk.mjs.license
+share/nextcloud/apps/text/js/shell.js-BDDZo2WS.chunk.mjs.map
+share/nextcloud/apps/text/js/smali--sC3bS_F.chunk.mjs
+share/nextcloud/apps/text/js/smali--sC3bS_F.chunk.mjs.license
+share/nextcloud/apps/text/js/smali--sC3bS_F.chunk.mjs.map
+share/nextcloud/apps/text/js/smali-fgqSQVSR.chunk.mjs
+share/nextcloud/apps/text/js/smali-fgqSQVSR.chunk.mjs.license
+share/nextcloud/apps/text/js/smali-fgqSQVSR.chunk.mjs.map
+share/nextcloud/apps/text/js/smali.js-DlrkFVxS.chunk.mjs
+share/nextcloud/apps/text/js/smali.js-DlrkFVxS.chunk.mjs.license
+share/nextcloud/apps/text/js/smali.js-DlrkFVxS.chunk.mjs.map
+share/nextcloud/apps/text/js/smalltalk-DU74osaH.chunk.mjs
+share/nextcloud/apps/text/js/smalltalk-DU74osaH.chunk.mjs.license
+share/nextcloud/apps/text/js/smalltalk-DU74osaH.chunk.mjs.map
+share/nextcloud/apps/text/js/smalltalk-bWzQNAdg.chunk.mjs
+share/nextcloud/apps/text/js/smalltalk-bWzQNAdg.chunk.mjs.license
+share/nextcloud/apps/text/js/smalltalk-bWzQNAdg.chunk.mjs.map
+share/nextcloud/apps/text/js/smalltalk.js-DqXJ4n6S.chunk.mjs
+share/nextcloud/apps/text/js/smalltalk.js-DqXJ4n6S.chunk.mjs.license
+share/nextcloud/apps/text/js/smalltalk.js-DqXJ4n6S.chunk.mjs.map
+share/nextcloud/apps/text/js/sml-B-pSq40D.chunk.mjs
+share/nextcloud/apps/text/js/sml-B-pSq40D.chunk.mjs.license
+share/nextcloud/apps/text/js/sml-B-pSq40D.chunk.mjs.map
+share/nextcloud/apps/text/js/sml-CWHTUtO8.chunk.mjs
+share/nextcloud/apps/text/js/sml-CWHTUtO8.chunk.mjs.license
+share/nextcloud/apps/text/js/sml-CWHTUtO8.chunk.mjs.map
+share/nextcloud/apps/text/js/sml.js-DYpWg00S.chunk.mjs
+share/nextcloud/apps/text/js/sml.js-DYpWg00S.chunk.mjs.license
+share/nextcloud/apps/text/js/sml.js-DYpWg00S.chunk.mjs.map
+share/nextcloud/apps/text/js/sqf-l5F8M2Sq.chunk.mjs
+share/nextcloud/apps/text/js/sqf-l5F8M2Sq.chunk.mjs.license
+share/nextcloud/apps/text/js/sqf-l5F8M2Sq.chunk.mjs.map
+share/nextcloud/apps/text/js/sqf-ujwThENs.chunk.mjs
+share/nextcloud/apps/text/js/sqf-ujwThENs.chunk.mjs.license
+share/nextcloud/apps/text/js/sqf-ujwThENs.chunk.mjs.map
+share/nextcloud/apps/text/js/sqf.js-CmUZLhjP.chunk.mjs
+share/nextcloud/apps/text/js/sqf.js-CmUZLhjP.chunk.mjs.license
+share/nextcloud/apps/text/js/sqf.js-CmUZLhjP.chunk.mjs.map
+share/nextcloud/apps/text/js/sql-BsGrcmvH.chunk.mjs
+share/nextcloud/apps/text/js/sql-BsGrcmvH.chunk.mjs.license
+share/nextcloud/apps/text/js/sql-BsGrcmvH.chunk.mjs.map
+share/nextcloud/apps/text/js/sql-BxpIWRdq.chunk.mjs
+share/nextcloud/apps/text/js/sql-BxpIWRdq.chunk.mjs.license
+share/nextcloud/apps/text/js/sql-BxpIWRdq.chunk.mjs.map
+share/nextcloud/apps/text/js/sql.js-DRpB1L5J.chunk.mjs
+share/nextcloud/apps/text/js/sql.js-DRpB1L5J.chunk.mjs.license
+share/nextcloud/apps/text/js/sql.js-DRpB1L5J.chunk.mjs.map
+share/nextcloud/apps/text/js/stan-1kxlC_Si.chunk.mjs
+share/nextcloud/apps/text/js/stan-1kxlC_Si.chunk.mjs.license
+share/nextcloud/apps/text/js/stan-1kxlC_Si.chunk.mjs.map
+share/nextcloud/apps/text/js/stan-LiLCsuHt.chunk.mjs
+share/nextcloud/apps/text/js/stan-LiLCsuHt.chunk.mjs.license
+share/nextcloud/apps/text/js/stan-LiLCsuHt.chunk.mjs.map
+share/nextcloud/apps/text/js/stan.js-DdfjrrlY.chunk.mjs
+share/nextcloud/apps/text/js/stan.js-DdfjrrlY.chunk.mjs.license
+share/nextcloud/apps/text/js/stan.js-DdfjrrlY.chunk.mjs.map
+share/nextcloud/apps/text/js/stata-BjLWyHBj.chunk.mjs
+share/nextcloud/apps/text/js/stata-BjLWyHBj.chunk.mjs.license
+share/nextcloud/apps/text/js/stata-BjLWyHBj.chunk.mjs.map
+share/nextcloud/apps/text/js/stata-mYpADhad.chunk.mjs
+share/nextcloud/apps/text/js/stata-mYpADhad.chunk.mjs.license
+share/nextcloud/apps/text/js/stata-mYpADhad.chunk.mjs.map
+share/nextcloud/apps/text/js/stata.js-IWrQYsrp.chunk.mjs
+share/nextcloud/apps/text/js/stata.js-IWrQYsrp.chunk.mjs.license
+share/nextcloud/apps/text/js/stata.js-IWrQYsrp.chunk.mjs.map
+share/nextcloud/apps/text/js/stateDiagram-UUKSUZ4H-X_GFn-xI.chunk.mjs
+share/nextcloud/apps/text/js/stateDiagram-UUKSUZ4H-X_GFn-xI.chunk.mjs.license
+share/nextcloud/apps/text/js/stateDiagram-UUKSUZ4H-X_GFn-xI.chunk.mjs.map
+share/nextcloud/apps/text/js/stateDiagram-v2-EYPG3UTE-D5ovRvNt.chunk.mjs
+share/nextcloud/apps/text/js/stateDiagram-v2-EYPG3UTE-D5ovRvNt.chunk.mjs.license
+share/nextcloud/apps/text/js/stateDiagram-v2-EYPG3UTE-D5ovRvNt.chunk.mjs.map
+share/nextcloud/apps/text/js/step21-B8m1L-09.chunk.mjs
+share/nextcloud/apps/text/js/step21-B8m1L-09.chunk.mjs.license
+share/nextcloud/apps/text/js/step21-B8m1L-09.chunk.mjs.map
+share/nextcloud/apps/text/js/step21-CIMRsLOS.chunk.mjs
+share/nextcloud/apps/text/js/step21-CIMRsLOS.chunk.mjs.license
+share/nextcloud/apps/text/js/step21-CIMRsLOS.chunk.mjs.map
+share/nextcloud/apps/text/js/step21.js-CqcHMImi.chunk.mjs
+share/nextcloud/apps/text/js/step21.js-CqcHMImi.chunk.mjs.license
+share/nextcloud/apps/text/js/step21.js-CqcHMImi.chunk.mjs.map
+share/nextcloud/apps/text/js/stylus-Cl72ktys.chunk.mjs
+share/nextcloud/apps/text/js/stylus-Cl72ktys.chunk.mjs.license
+share/nextcloud/apps/text/js/stylus-Cl72ktys.chunk.mjs.map
+share/nextcloud/apps/text/js/stylus-DWR-qgWC.chunk.mjs
+share/nextcloud/apps/text/js/stylus-DWR-qgWC.chunk.mjs.license
+share/nextcloud/apps/text/js/stylus-DWR-qgWC.chunk.mjs.map
+share/nextcloud/apps/text/js/stylus.js-KzefXrti.chunk.mjs
+share/nextcloud/apps/text/js/stylus.js-KzefXrti.chunk.mjs.license
+share/nextcloud/apps/text/js/stylus.js-KzefXrti.chunk.mjs.map
+share/nextcloud/apps/text/js/subunit-CRUQ4d8D.chunk.mjs
+share/nextcloud/apps/text/js/subunit-CRUQ4d8D.chunk.mjs.license
+share/nextcloud/apps/text/js/subunit-CRUQ4d8D.chunk.mjs.map
+share/nextcloud/apps/text/js/subunit-SO0CM6SU.chunk.mjs
+share/nextcloud/apps/text/js/subunit-SO0CM6SU.chunk.mjs.license
+share/nextcloud/apps/text/js/subunit-SO0CM6SU.chunk.mjs.map
+share/nextcloud/apps/text/js/subunit.js-Ul4T5TjL.chunk.mjs
+share/nextcloud/apps/text/js/subunit.js-Ul4T5TjL.chunk.mjs.license
+share/nextcloud/apps/text/js/subunit.js-Ul4T5TjL.chunk.mjs.map
+share/nextcloud/apps/text/js/swift-Dj6OBavv.chunk.mjs
+share/nextcloud/apps/text/js/swift-Dj6OBavv.chunk.mjs.license
+share/nextcloud/apps/text/js/swift-Dj6OBavv.chunk.mjs.map
+share/nextcloud/apps/text/js/swift-kaJdY9n0.chunk.mjs
+share/nextcloud/apps/text/js/swift-kaJdY9n0.chunk.mjs.license
+share/nextcloud/apps/text/js/swift-kaJdY9n0.chunk.mjs.map
+share/nextcloud/apps/text/js/swift.js-DcVxnUkE.chunk.mjs
+share/nextcloud/apps/text/js/swift.js-DcVxnUkE.chunk.mjs.license
+share/nextcloud/apps/text/js/swift.js-DcVxnUkE.chunk.mjs.map
+share/nextcloud/apps/text/js/taggerscript-DHcFyH4S.chunk.mjs
+share/nextcloud/apps/text/js/taggerscript-DHcFyH4S.chunk.mjs.license
+share/nextcloud/apps/text/js/taggerscript-DHcFyH4S.chunk.mjs.map
+share/nextcloud/apps/text/js/taggerscript-Dce_vJ3W.chunk.mjs
+share/nextcloud/apps/text/js/taggerscript-Dce_vJ3W.chunk.mjs.license
+share/nextcloud/apps/text/js/taggerscript-Dce_vJ3W.chunk.mjs.map
+share/nextcloud/apps/text/js/taggerscript.js-CEqCZGwG.chunk.mjs
+share/nextcloud/apps/text/js/taggerscript.js-CEqCZGwG.chunk.mjs.license
+share/nextcloud/apps/text/js/taggerscript.js-CEqCZGwG.chunk.mjs.map
+share/nextcloud/apps/text/js/tap-CVb9Ads4.chunk.mjs
+share/nextcloud/apps/text/js/tap-CVb9Ads4.chunk.mjs.license
+share/nextcloud/apps/text/js/tap-CVb9Ads4.chunk.mjs.map
+share/nextcloud/apps/text/js/tap-CtEKa09I.chunk.mjs
+share/nextcloud/apps/text/js/tap-CtEKa09I.chunk.mjs.license
+share/nextcloud/apps/text/js/tap-CtEKa09I.chunk.mjs.map
+share/nextcloud/apps/text/js/tap.js-B4CSgKwQ.chunk.mjs
+share/nextcloud/apps/text/js/tap.js-B4CSgKwQ.chunk.mjs.license
+share/nextcloud/apps/text/js/tap.js-B4CSgKwQ.chunk.mjs.map
+share/nextcloud/apps/text/js/tcl-DRH_2fLL.chunk.mjs
+share/nextcloud/apps/text/js/tcl-DRH_2fLL.chunk.mjs.license
+share/nextcloud/apps/text/js/tcl-DRH_2fLL.chunk.mjs.map
+share/nextcloud/apps/text/js/tcl-hjvEA5TO.chunk.mjs
+share/nextcloud/apps/text/js/tcl-hjvEA5TO.chunk.mjs.license
+share/nextcloud/apps/text/js/tcl-hjvEA5TO.chunk.mjs.map
+share/nextcloud/apps/text/js/tcl.js-D-woKUwV.chunk.mjs
+share/nextcloud/apps/text/js/tcl.js-D-woKUwV.chunk.mjs.license
+share/nextcloud/apps/text/js/tcl.js-D-woKUwV.chunk.mjs.map
+share/nextcloud/apps/text/js/text-editor.mjs
+share/nextcloud/apps/text/js/text-editor.mjs.license
+share/nextcloud/apps/text/js/text-editor.mjs.map
 share/nextcloud/apps/text/js/text-files.mjs
 share/nextcloud/apps/text/js/text-files.mjs.license
 share/nextcloud/apps/text/js/text-files.mjs.map
@@ -19167,132 +17651,189 @@ share/nextcloud/apps/text/js/text-text.m
 share/nextcloud/apps/text/js/text-viewer.mjs
 share/nextcloud/apps/text/js/text-viewer.mjs.license
 share/nextcloud/apps/text/js/text-viewer.mjs.map
-share/nextcloud/apps/text/js/thrift-B0n-sKym.chunk.mjs
-share/nextcloud/apps/text/js/thrift-B0n-sKym.chunk.mjs.license
-share/nextcloud/apps/text/js/thrift-B0n-sKym.chunk.mjs.map
-share/nextcloud/apps/text/js/thrift.js-BYwKh1rB.chunk.mjs
-share/nextcloud/apps/text/js/thrift.js-BYwKh1rB.chunk.mjs.license
-share/nextcloud/apps/text/js/thrift.js-BYwKh1rB.chunk.mjs.map
-share/nextcloud/apps/text/js/timeline-definition-7e6b55e7-DZ5DUYNc.chunk.mjs
-share/nextcloud/apps/text/js/timeline-definition-7e6b55e7-DZ5DUYNc.chunk.mjs.license
-share/nextcloud/apps/text/js/timeline-definition-7e6b55e7-DZ5DUYNc.chunk.mjs.map
-share/nextcloud/apps/text/js/token-DsHNcSTq.chunk.mjs
-share/nextcloud/apps/text/js/token-DsHNcSTq.chunk.mjs.license
-share/nextcloud/apps/text/js/token-DsHNcSTq.chunk.mjs.map
-share/nextcloud/apps/text/js/tp-CUISN6ei.chunk.mjs
-share/nextcloud/apps/text/js/tp-CUISN6ei.chunk.mjs.license
-share/nextcloud/apps/text/js/tp-CUISN6ei.chunk.mjs.map
-share/nextcloud/apps/text/js/tp.js-C4wCl_2P.chunk.mjs
-share/nextcloud/apps/text/js/tp.js-C4wCl_2P.chunk.mjs.license
-share/nextcloud/apps/text/js/tp.js-C4wCl_2P.chunk.mjs.map
-share/nextcloud/apps/text/js/twig-B5_LxWrH.chunk.mjs
-share/nextcloud/apps/text/js/twig-B5_LxWrH.chunk.mjs.license
-share/nextcloud/apps/text/js/twig-B5_LxWrH.chunk.mjs.map
-share/nextcloud/apps/text/js/twig.js-DnYM1G79.chunk.mjs
-share/nextcloud/apps/text/js/twig.js-DnYM1G79.chunk.mjs.license
-share/nextcloud/apps/text/js/twig.js-DnYM1G79.chunk.mjs.map
-share/nextcloud/apps/text/js/typescript-CclWxugO.chunk.mjs
-share/nextcloud/apps/text/js/typescript-CclWxugO.chunk.mjs.license
-share/nextcloud/apps/text/js/typescript-CclWxugO.chunk.mjs.map
-share/nextcloud/apps/text/js/typescript.js-DRFh7v6X.chunk.mjs
-share/nextcloud/apps/text/js/typescript.js-DRFh7v6X.chunk.mjs.license
-share/nextcloud/apps/text/js/typescript.js-DRFh7v6X.chunk.mjs.map
-share/nextcloud/apps/text/js/vala-CcO-1qBU.chunk.mjs
-share/nextcloud/apps/text/js/vala-CcO-1qBU.chunk.mjs.license
-share/nextcloud/apps/text/js/vala-CcO-1qBU.chunk.mjs.map
-share/nextcloud/apps/text/js/vala.js-6ndJgVOD.chunk.mjs
-share/nextcloud/apps/text/js/vala.js-6ndJgVOD.chunk.mjs.license
-share/nextcloud/apps/text/js/vala.js-6ndJgVOD.chunk.mjs.map
-share/nextcloud/apps/text/js/vbnet-bmUfXSAo.chunk.mjs
-share/nextcloud/apps/text/js/vbnet-bmUfXSAo.chunk.mjs.license
-share/nextcloud/apps/text/js/vbnet-bmUfXSAo.chunk.mjs.map
-share/nextcloud/apps/text/js/vbnet.js-D0vMwCEi.chunk.mjs
-share/nextcloud/apps/text/js/vbnet.js-D0vMwCEi.chunk.mjs.license
-share/nextcloud/apps/text/js/vbnet.js-D0vMwCEi.chunk.mjs.map
-share/nextcloud/apps/text/js/vbscript-E4Kcb9Bp.chunk.mjs
-share/nextcloud/apps/text/js/vbscript-E4Kcb9Bp.chunk.mjs.license
-share/nextcloud/apps/text/js/vbscript-E4Kcb9Bp.chunk.mjs.map
-share/nextcloud/apps/text/js/vbscript-html-D5fcGaxs.chunk.mjs
-share/nextcloud/apps/text/js/vbscript-html-D5fcGaxs.chunk.mjs.license
-share/nextcloud/apps/text/js/vbscript-html-D5fcGaxs.chunk.mjs.map
-share/nextcloud/apps/text/js/vbscript-html.js-DZgL39pE.chunk.mjs
-share/nextcloud/apps/text/js/vbscript-html.js-DZgL39pE.chunk.mjs.license
-share/nextcloud/apps/text/js/vbscript-html.js-DZgL39pE.chunk.mjs.map
-share/nextcloud/apps/text/js/vbscript.js-Cgah9wmv.chunk.mjs
-share/nextcloud/apps/text/js/vbscript.js-Cgah9wmv.chunk.mjs.license
-share/nextcloud/apps/text/js/vbscript.js-Cgah9wmv.chunk.mjs.map
-share/nextcloud/apps/text/js/verilog-BeNCpwkZ.chunk.mjs
-share/nextcloud/apps/text/js/verilog-BeNCpwkZ.chunk.mjs.license
-share/nextcloud/apps/text/js/verilog-BeNCpwkZ.chunk.mjs.map
-share/nextcloud/apps/text/js/verilog.js-DRhgf7Nx.chunk.mjs
-share/nextcloud/apps/text/js/verilog.js-DRhgf7Nx.chunk.mjs.license
-share/nextcloud/apps/text/js/verilog.js-DRhgf7Nx.chunk.mjs.map
-share/nextcloud/apps/text/js/vhdl-TJD5QPuU.chunk.mjs
-share/nextcloud/apps/text/js/vhdl-TJD5QPuU.chunk.mjs.license
-share/nextcloud/apps/text/js/vhdl-TJD5QPuU.chunk.mjs.map
-share/nextcloud/apps/text/js/vhdl.js-CRxYqwih.chunk.mjs
-share/nextcloud/apps/text/js/vhdl.js-CRxYqwih.chunk.mjs.license
-share/nextcloud/apps/text/js/vhdl.js-CRxYqwih.chunk.mjs.map
-share/nextcloud/apps/text/js/vim-CY0JUl3L.chunk.mjs
-share/nextcloud/apps/text/js/vim-CY0JUl3L.chunk.mjs.license
-share/nextcloud/apps/text/js/vim-CY0JUl3L.chunk.mjs.map
-share/nextcloud/apps/text/js/vim.js-Vk_xBulS.chunk.mjs
-share/nextcloud/apps/text/js/vim.js-Vk_xBulS.chunk.mjs.license
-share/nextcloud/apps/text/js/vim.js-Vk_xBulS.chunk.mjs.map
-share/nextcloud/apps/text/js/vue.runtime.esm-BSiu2UOd.chunk.mjs
-share/nextcloud/apps/text/js/vue.runtime.esm-BSiu2UOd.chunk.mjs.license
-share/nextcloud/apps/text/js/vue.runtime.esm-BSiu2UOd.chunk.mjs.map
-share/nextcloud/apps/text/js/wasm-B5qnG8ya.chunk.mjs
-share/nextcloud/apps/text/js/wasm-B5qnG8ya.chunk.mjs.license
-share/nextcloud/apps/text/js/wasm-B5qnG8ya.chunk.mjs.map
-share/nextcloud/apps/text/js/wasm.js-BjWJeMBr.chunk.mjs
-share/nextcloud/apps/text/js/wasm.js-BjWJeMBr.chunk.mjs.license
-share/nextcloud/apps/text/js/wasm.js-BjWJeMBr.chunk.mjs.map
-share/nextcloud/apps/text/js/wren-D_lLEVlA.chunk.mjs
-share/nextcloud/apps/text/js/wren-D_lLEVlA.chunk.mjs.license
-share/nextcloud/apps/text/js/wren-D_lLEVlA.chunk.mjs.map
-share/nextcloud/apps/text/js/wren.js-1NvA-6N0.chunk.mjs
-share/nextcloud/apps/text/js/wren.js-1NvA-6N0.chunk.mjs.license
-share/nextcloud/apps/text/js/wren.js-1NvA-6N0.chunk.mjs.map
-share/nextcloud/apps/text/js/x86asm-CTxxzv8c.chunk.mjs
-share/nextcloud/apps/text/js/x86asm-CTxxzv8c.chunk.mjs.license
-share/nextcloud/apps/text/js/x86asm-CTxxzv8c.chunk.mjs.map
-share/nextcloud/apps/text/js/x86asm.js-BkRbrC8U.chunk.mjs
-share/nextcloud/apps/text/js/x86asm.js-BkRbrC8U.chunk.mjs.license
-share/nextcloud/apps/text/js/x86asm.js-BkRbrC8U.chunk.mjs.map
-share/nextcloud/apps/text/js/xl-DkwHpEnZ.chunk.mjs
-share/nextcloud/apps/text/js/xl-DkwHpEnZ.chunk.mjs.license
-share/nextcloud/apps/text/js/xl-DkwHpEnZ.chunk.mjs.map
-share/nextcloud/apps/text/js/xl.js-BCFBZGK9.chunk.mjs
-share/nextcloud/apps/text/js/xl.js-BCFBZGK9.chunk.mjs.license
-share/nextcloud/apps/text/js/xl.js-BCFBZGK9.chunk.mjs.map
-share/nextcloud/apps/text/js/xml-g-dvVDhG.chunk.mjs
-share/nextcloud/apps/text/js/xml-g-dvVDhG.chunk.mjs.license
-share/nextcloud/apps/text/js/xml-g-dvVDhG.chunk.mjs.map
-share/nextcloud/apps/text/js/xml.js-D6tE8ScM.chunk.mjs
-share/nextcloud/apps/text/js/xml.js-D6tE8ScM.chunk.mjs.license
-share/nextcloud/apps/text/js/xml.js-D6tE8ScM.chunk.mjs.map
-share/nextcloud/apps/text/js/xquery-0NUoSxmX.chunk.mjs
-share/nextcloud/apps/text/js/xquery-0NUoSxmX.chunk.mjs.license
-share/nextcloud/apps/text/js/xquery-0NUoSxmX.chunk.mjs.map
-share/nextcloud/apps/text/js/xquery.js-D681nszZ.chunk.mjs
-share/nextcloud/apps/text/js/xquery.js-D681nszZ.chunk.mjs.license
-share/nextcloud/apps/text/js/xquery.js-D681nszZ.chunk.mjs.map
-share/nextcloud/apps/text/js/xychartDiagram-b6496bcd-Iep0TKyE.chunk.mjs
-share/nextcloud/apps/text/js/xychartDiagram-b6496bcd-Iep0TKyE.chunk.mjs.license
-share/nextcloud/apps/text/js/xychartDiagram-b6496bcd-Iep0TKyE.chunk.mjs.map
-share/nextcloud/apps/text/js/yaml-CyuB8xoS.chunk.mjs
-share/nextcloud/apps/text/js/yaml-CyuB8xoS.chunk.mjs.license
-share/nextcloud/apps/text/js/yaml-CyuB8xoS.chunk.mjs.map
-share/nextcloud/apps/text/js/yaml.js-CXZ-PQIl.chunk.mjs
-share/nextcloud/apps/text/js/yaml.js-CXZ-PQIl.chunk.mjs.license
-share/nextcloud/apps/text/js/yaml.js-CXZ-PQIl.chunk.mjs.map
-share/nextcloud/apps/text/js/zephir-CsT4GDZc.chunk.mjs
-share/nextcloud/apps/text/js/zephir-CsT4GDZc.chunk.mjs.license
-share/nextcloud/apps/text/js/zephir-CsT4GDZc.chunk.mjs.map
-share/nextcloud/apps/text/js/zephir.js-otxX_2G0.chunk.mjs
-share/nextcloud/apps/text/js/zephir.js-otxX_2G0.chunk.mjs.license
-share/nextcloud/apps/text/js/zephir.js-otxX_2G0.chunk.mjs.map
+share/nextcloud/apps/text/js/thrift-BLhdrl6H.chunk.mjs
+share/nextcloud/apps/text/js/thrift-BLhdrl6H.chunk.mjs.license
+share/nextcloud/apps/text/js/thrift-BLhdrl6H.chunk.mjs.map
+share/nextcloud/apps/text/js/thrift-Cy4orVKi.chunk.mjs
+share/nextcloud/apps/text/js/thrift-Cy4orVKi.chunk.mjs.license
+share/nextcloud/apps/text/js/thrift-Cy4orVKi.chunk.mjs.map
+share/nextcloud/apps/text/js/thrift.js-CK4Zrw2b.chunk.mjs
+share/nextcloud/apps/text/js/thrift.js-CK4Zrw2b.chunk.mjs.license
+share/nextcloud/apps/text/js/thrift.js-CK4Zrw2b.chunk.mjs.map
+share/nextcloud/apps/text/js/timeline-definition-3HZDQTIS-Ba4yErt8.chunk.mjs
+share/nextcloud/apps/text/js/timeline-definition-3HZDQTIS-Ba4yErt8.chunk.mjs.license
+share/nextcloud/apps/text/js/timeline-definition-3HZDQTIS-Ba4yErt8.chunk.mjs.map
+share/nextcloud/apps/text/js/tp-CyUjPoTS.chunk.mjs
+share/nextcloud/apps/text/js/tp-CyUjPoTS.chunk.mjs.license
+share/nextcloud/apps/text/js/tp-CyUjPoTS.chunk.mjs.map
+share/nextcloud/apps/text/js/tp-Em2t863y.chunk.mjs
+share/nextcloud/apps/text/js/tp-Em2t863y.chunk.mjs.license
+share/nextcloud/apps/text/js/tp-Em2t863y.chunk.mjs.map
+share/nextcloud/apps/text/js/tp.js-BfAThjmh.chunk.mjs
+share/nextcloud/apps/text/js/tp.js-BfAThjmh.chunk.mjs.license
+share/nextcloud/apps/text/js/tp.js-BfAThjmh.chunk.mjs.map
+share/nextcloud/apps/text/js/treemap-75Q7IDZK-DyJb7rPO.chunk.mjs
+share/nextcloud/apps/text/js/treemap-75Q7IDZK-DyJb7rPO.chunk.mjs.license
+share/nextcloud/apps/text/js/treemap-75Q7IDZK-DyJb7rPO.chunk.mjs.map
+share/nextcloud/apps/text/js/twig-BzPPb7ya.chunk.mjs
+share/nextcloud/apps/text/js/twig-BzPPb7ya.chunk.mjs.license
+share/nextcloud/apps/text/js/twig-BzPPb7ya.chunk.mjs.map
+share/nextcloud/apps/text/js/twig-CaqwbSaW.chunk.mjs
+share/nextcloud/apps/text/js/twig-CaqwbSaW.chunk.mjs.license
+share/nextcloud/apps/text/js/twig-CaqwbSaW.chunk.mjs.map
+share/nextcloud/apps/text/js/twig.js-Bbz9JZmJ.chunk.mjs
+share/nextcloud/apps/text/js/twig.js-Bbz9JZmJ.chunk.mjs.license
+share/nextcloud/apps/text/js/twig.js-Bbz9JZmJ.chunk.mjs.map
+share/nextcloud/apps/text/js/typescript-C8ZvVZZn.chunk.mjs
+share/nextcloud/apps/text/js/typescript-C8ZvVZZn.chunk.mjs.license
+share/nextcloud/apps/text/js/typescript-C8ZvVZZn.chunk.mjs.map
+share/nextcloud/apps/text/js/typescript-DQGRcGdZ.chunk.mjs
+share/nextcloud/apps/text/js/typescript-DQGRcGdZ.chunk.mjs.license
+share/nextcloud/apps/text/js/typescript-DQGRcGdZ.chunk.mjs.map
+share/nextcloud/apps/text/js/typescript.js-DgspHxxO.chunk.mjs
+share/nextcloud/apps/text/js/typescript.js-DgspHxxO.chunk.mjs.license
+share/nextcloud/apps/text/js/typescript.js-DgspHxxO.chunk.mjs.map
+share/nextcloud/apps/text/js/vala-B62ojuwo.chunk.mjs
+share/nextcloud/apps/text/js/vala-B62ojuwo.chunk.mjs.license
+share/nextcloud/apps/text/js/vala-B62ojuwo.chunk.mjs.map
+share/nextcloud/apps/text/js/vala-Dn170-jK.chunk.mjs
+share/nextcloud/apps/text/js/vala-Dn170-jK.chunk.mjs.license
+share/nextcloud/apps/text/js/vala-Dn170-jK.chunk.mjs.map
+share/nextcloud/apps/text/js/vala.js-C2qQEqWk.chunk.mjs
+share/nextcloud/apps/text/js/vala.js-C2qQEqWk.chunk.mjs.license
+share/nextcloud/apps/text/js/vala.js-C2qQEqWk.chunk.mjs.map
+share/nextcloud/apps/text/js/vbnet-Bh_HqYkj.chunk.mjs
+share/nextcloud/apps/text/js/vbnet-Bh_HqYkj.chunk.mjs.license
+share/nextcloud/apps/text/js/vbnet-Bh_HqYkj.chunk.mjs.map
+share/nextcloud/apps/text/js/vbnet-zr9ZG05b.chunk.mjs
+share/nextcloud/apps/text/js/vbnet-zr9ZG05b.chunk.mjs.license
+share/nextcloud/apps/text/js/vbnet-zr9ZG05b.chunk.mjs.map
+share/nextcloud/apps/text/js/vbnet.js-D58T1G0L.chunk.mjs
+share/nextcloud/apps/text/js/vbnet.js-D58T1G0L.chunk.mjs.license
+share/nextcloud/apps/text/js/vbnet.js-D58T1G0L.chunk.mjs.map
+share/nextcloud/apps/text/js/vbscript-B62CuLKE.chunk.mjs
+share/nextcloud/apps/text/js/vbscript-B62CuLKE.chunk.mjs.license
+share/nextcloud/apps/text/js/vbscript-B62CuLKE.chunk.mjs.map
+share/nextcloud/apps/text/js/vbscript-CrBpBxTE.chunk.mjs
+share/nextcloud/apps/text/js/vbscript-CrBpBxTE.chunk.mjs.license
+share/nextcloud/apps/text/js/vbscript-CrBpBxTE.chunk.mjs.map
+share/nextcloud/apps/text/js/vbscript-html-DsT8N8D3.chunk.mjs
+share/nextcloud/apps/text/js/vbscript-html-DsT8N8D3.chunk.mjs.license
+share/nextcloud/apps/text/js/vbscript-html-DsT8N8D3.chunk.mjs.map
+share/nextcloud/apps/text/js/vbscript-html-FJLtLvAj.chunk.mjs
+share/nextcloud/apps/text/js/vbscript-html-FJLtLvAj.chunk.mjs.license
+share/nextcloud/apps/text/js/vbscript-html-FJLtLvAj.chunk.mjs.map
+share/nextcloud/apps/text/js/vbscript-html.js-B_wU87Vy.chunk.mjs
+share/nextcloud/apps/text/js/vbscript-html.js-B_wU87Vy.chunk.mjs.license
+share/nextcloud/apps/text/js/vbscript-html.js-B_wU87Vy.chunk.mjs.map
+share/nextcloud/apps/text/js/vbscript.js-mLhtgH-y.chunk.mjs
+share/nextcloud/apps/text/js/vbscript.js-mLhtgH-y.chunk.mjs.license
+share/nextcloud/apps/text/js/vbscript.js-mLhtgH-y.chunk.mjs.map
+share/nextcloud/apps/text/js/verilog-4Jz-EXGy.chunk.mjs
+share/nextcloud/apps/text/js/verilog-4Jz-EXGy.chunk.mjs.license
+share/nextcloud/apps/text/js/verilog-4Jz-EXGy.chunk.mjs.map
+share/nextcloud/apps/text/js/verilog-DvXBYIcI.chunk.mjs
+share/nextcloud/apps/text/js/verilog-DvXBYIcI.chunk.mjs.license
+share/nextcloud/apps/text/js/verilog-DvXBYIcI.chunk.mjs.map
+share/nextcloud/apps/text/js/verilog.js-7mdYP0vj.chunk.mjs
+share/nextcloud/apps/text/js/verilog.js-7mdYP0vj.chunk.mjs.license
+share/nextcloud/apps/text/js/verilog.js-7mdYP0vj.chunk.mjs.map
+share/nextcloud/apps/text/js/vhdl-CCFLoG-d.chunk.mjs
+share/nextcloud/apps/text/js/vhdl-CCFLoG-d.chunk.mjs.license
+share/nextcloud/apps/text/js/vhdl-CCFLoG-d.chunk.mjs.map
+share/nextcloud/apps/text/js/vhdl-CbOXl2An.chunk.mjs
+share/nextcloud/apps/text/js/vhdl-CbOXl2An.chunk.mjs.license
+share/nextcloud/apps/text/js/vhdl-CbOXl2An.chunk.mjs.map
+share/nextcloud/apps/text/js/vhdl.js-quIxB5Ca.chunk.mjs
+share/nextcloud/apps/text/js/vhdl.js-quIxB5Ca.chunk.mjs.license
+share/nextcloud/apps/text/js/vhdl.js-quIxB5Ca.chunk.mjs.map
+share/nextcloud/apps/text/js/vim-BSUVDBfJ.chunk.mjs
+share/nextcloud/apps/text/js/vim-BSUVDBfJ.chunk.mjs.license
+share/nextcloud/apps/text/js/vim-BSUVDBfJ.chunk.mjs.map
+share/nextcloud/apps/text/js/vim-DKRd6xO_.chunk.mjs
+share/nextcloud/apps/text/js/vim-DKRd6xO_.chunk.mjs.license
+share/nextcloud/apps/text/js/vim-DKRd6xO_.chunk.mjs.map
+share/nextcloud/apps/text/js/vim.js--6rLnrC5.chunk.mjs
+share/nextcloud/apps/text/js/vim.js--6rLnrC5.chunk.mjs.license
+share/nextcloud/apps/text/js/vim.js--6rLnrC5.chunk.mjs.map
+share/nextcloud/apps/text/js/vue.runtime.esm-C9BcAUzb.chunk.mjs
+share/nextcloud/apps/text/js/vue.runtime.esm-C9BcAUzb.chunk.mjs.license
+share/nextcloud/apps/text/js/vue.runtime.esm-C9BcAUzb.chunk.mjs.map
+share/nextcloud/apps/text/js/wasm-B2qIjDG3.chunk.mjs
+share/nextcloud/apps/text/js/wasm-B2qIjDG3.chunk.mjs.license
+share/nextcloud/apps/text/js/wasm-B2qIjDG3.chunk.mjs.map
+share/nextcloud/apps/text/js/wasm-C3gwLvZu.chunk.mjs
+share/nextcloud/apps/text/js/wasm-C3gwLvZu.chunk.mjs.license
+share/nextcloud/apps/text/js/wasm-C3gwLvZu.chunk.mjs.map
+share/nextcloud/apps/text/js/wasm.js-BWG_LCGI.chunk.mjs
+share/nextcloud/apps/text/js/wasm.js-BWG_LCGI.chunk.mjs.license
+share/nextcloud/apps/text/js/wasm.js-BWG_LCGI.chunk.mjs.map
+share/nextcloud/apps/text/js/wren-Bvujn07B.chunk.mjs
+share/nextcloud/apps/text/js/wren-Bvujn07B.chunk.mjs.license
+share/nextcloud/apps/text/js/wren-Bvujn07B.chunk.mjs.map
+share/nextcloud/apps/text/js/wren-ChGFDRxM.chunk.mjs
+share/nextcloud/apps/text/js/wren-ChGFDRxM.chunk.mjs.license
+share/nextcloud/apps/text/js/wren-ChGFDRxM.chunk.mjs.map
+share/nextcloud/apps/text/js/wren.js-CTcxqTE5.chunk.mjs
+share/nextcloud/apps/text/js/wren.js-CTcxqTE5.chunk.mjs.license
+share/nextcloud/apps/text/js/wren.js-CTcxqTE5.chunk.mjs.map
+share/nextcloud/apps/text/js/x86asm-BNrCWGzU.chunk.mjs
+share/nextcloud/apps/text/js/x86asm-BNrCWGzU.chunk.mjs.license
+share/nextcloud/apps/text/js/x86asm-BNrCWGzU.chunk.mjs.map
+share/nextcloud/apps/text/js/x86asm-BXgEvW-J.chunk.mjs
+share/nextcloud/apps/text/js/x86asm-BXgEvW-J.chunk.mjs.license
+share/nextcloud/apps/text/js/x86asm-BXgEvW-J.chunk.mjs.map
+share/nextcloud/apps/text/js/x86asm.js-FaJAi9WA.chunk.mjs
+share/nextcloud/apps/text/js/x86asm.js-FaJAi9WA.chunk.mjs.license
+share/nextcloud/apps/text/js/x86asm.js-FaJAi9WA.chunk.mjs.map
+share/nextcloud/apps/text/js/xl-CwsKSdsO.chunk.mjs
+share/nextcloud/apps/text/js/xl-CwsKSdsO.chunk.mjs.license
+share/nextcloud/apps/text/js/xl-CwsKSdsO.chunk.mjs.map
+share/nextcloud/apps/text/js/xl-DukNf9PY.chunk.mjs
+share/nextcloud/apps/text/js/xl-DukNf9PY.chunk.mjs.license
+share/nextcloud/apps/text/js/xl-DukNf9PY.chunk.mjs.map
+share/nextcloud/apps/text/js/xl.js-DKCjjdwa.chunk.mjs
+share/nextcloud/apps/text/js/xl.js-DKCjjdwa.chunk.mjs.license
+share/nextcloud/apps/text/js/xl.js-DKCjjdwa.chunk.mjs.map
+share/nextcloud/apps/text/js/xml-DjpyslTT.chunk.mjs
+share/nextcloud/apps/text/js/xml-DjpyslTT.chunk.mjs.license
+share/nextcloud/apps/text/js/xml-DjpyslTT.chunk.mjs.map
+share/nextcloud/apps/text/js/xml-xhkNIy7U.chunk.mjs
+share/nextcloud/apps/text/js/xml-xhkNIy7U.chunk.mjs.license
+share/nextcloud/apps/text/js/xml-xhkNIy7U.chunk.mjs.map
+share/nextcloud/apps/text/js/xml.js-DAh9O_VH.chunk.mjs
+share/nextcloud/apps/text/js/xml.js-DAh9O_VH.chunk.mjs.license
+share/nextcloud/apps/text/js/xml.js-DAh9O_VH.chunk.mjs.map
+share/nextcloud/apps/text/js/xquery-D41SfLra.chunk.mjs
+share/nextcloud/apps/text/js/xquery-D41SfLra.chunk.mjs.license
+share/nextcloud/apps/text/js/xquery-D41SfLra.chunk.mjs.map
+share/nextcloud/apps/text/js/xquery-DQj27pVC.chunk.mjs
+share/nextcloud/apps/text/js/xquery-DQj27pVC.chunk.mjs.license
+share/nextcloud/apps/text/js/xquery-DQj27pVC.chunk.mjs.map
+share/nextcloud/apps/text/js/xquery.js-CIVHZmr6.chunk.mjs
+share/nextcloud/apps/text/js/xquery.js-CIVHZmr6.chunk.mjs.license
+share/nextcloud/apps/text/js/xquery.js-CIVHZmr6.chunk.mjs.map
+share/nextcloud/apps/text/js/xychartDiagram-FDP5SA34-9Bas_K8E.chunk.mjs
+share/nextcloud/apps/text/js/xychartDiagram-FDP5SA34-9Bas_K8E.chunk.mjs.license
+share/nextcloud/apps/text/js/xychartDiagram-FDP5SA34-9Bas_K8E.chunk.mjs.map
+share/nextcloud/apps/text/js/yaml-98Prrxe1.chunk.mjs
+share/nextcloud/apps/text/js/yaml-98Prrxe1.chunk.mjs.license
+share/nextcloud/apps/text/js/yaml-98Prrxe1.chunk.mjs.map
+share/nextcloud/apps/text/js/yaml-DSEQVjOg.chunk.mjs
+share/nextcloud/apps/text/js/yaml-DSEQVjOg.chunk.mjs.license
+share/nextcloud/apps/text/js/yaml-DSEQVjOg.chunk.mjs.map
+share/nextcloud/apps/text/js/yaml.js-BzWhSFbl.chunk.mjs
+share/nextcloud/apps/text/js/yaml.js-BzWhSFbl.chunk.mjs.license
+share/nextcloud/apps/text/js/yaml.js-BzWhSFbl.chunk.mjs.map
+share/nextcloud/apps/text/js/zephir-BOEMtKYv.chunk.mjs
+share/nextcloud/apps/text/js/zephir-BOEMtKYv.chunk.mjs.license
+share/nextcloud/apps/text/js/zephir-BOEMtKYv.chunk.mjs.map
+share/nextcloud/apps/text/js/zephir-Bje8mTgy.chunk.mjs
+share/nextcloud/apps/text/js/zephir-Bje8mTgy.chunk.mjs.license
+share/nextcloud/apps/text/js/zephir-Bje8mTgy.chunk.mjs.map
+share/nextcloud/apps/text/js/zephir.js-CK6sEuKi.chunk.mjs
+share/nextcloud/apps/text/js/zephir.js-CK6sEuKi.chunk.mjs.license
+share/nextcloud/apps/text/js/zephir.js-CK6sEuKi.chunk.mjs.map
 share/nextcloud/apps/text/l10n/af.js
 share/nextcloud/apps/text/l10n/af.json
 share/nextcloud/apps/text/l10n/an.js
@@ -19425,8 +17966,6 @@ share/nextcloud/apps/text/l10n/mk.js
 share/nextcloud/apps/text/l10n/mk.json
 share/nextcloud/apps/text/l10n/mn.js
 share/nextcloud/apps/text/l10n/mn.json
-share/nextcloud/apps/text/l10n/ms_MY.js
-share/nextcloud/apps/text/l10n/ms_MY.json
 share/nextcloud/apps/text/l10n/nb.js
 share/nextcloud/apps/text/l10n/nb.json
 share/nextcloud/apps/text/l10n/nl.js
@@ -19505,6 +18044,7 @@ share/nextcloud/apps/text/lib/Db/StepMap
 share/nextcloud/apps/text/lib/DirectEditing/TextDirectEditor.php
 share/nextcloud/apps/text/lib/DirectEditing/TextDocumentCreator.php
 share/nextcloud/apps/text/lib/Event/LoadEditor.php
+share/nextcloud/apps/text/lib/Event/MentionEvent.php
 share/nextcloud/apps/text/lib/Exception/DocumentHasUnsavedChangesException.php
 share/nextcloud/apps/text/lib/Exception/DocumentSaveConflictException.php
 share/nextcloud/apps/text/lib/Exception/InvalidDocumentBaseVersionEtagException.php
@@ -19523,6 +18063,7 @@ share/nextcloud/apps/text/lib/Listeners/
 share/nextcloud/apps/text/lib/Listeners/NodeCopiedListener.php
 share/nextcloud/apps/text/lib/Listeners/RegisterDirectEditorEventListener.php
 share/nextcloud/apps/text/lib/Listeners/RegisterTemplateCreatorListener.php
+share/nextcloud/apps/text/lib/Listeners/VersionRestoredListener.php
 share/nextcloud/apps/text/lib/Middleware/Attribute/RequireDocumentBaseVersionEtag.php
 share/nextcloud/apps/text/lib/Middleware/Attribute/RequireDocumentSession.php
 share/nextcloud/apps/text/lib/Middleware/Attribute/RequireDocumentSessionOrUserOrShareToken.php
@@ -19536,6 +18077,7 @@ share/nextcloud/apps/text/lib/Migration/
 share/nextcloud/apps/text/lib/Migration/Version030701Date20230207131313.php
 share/nextcloud/apps/text/lib/Migration/Version030901Date20231114150437.php
 share/nextcloud/apps/text/lib/Migration/Version040100Date20240611165300.php
+share/nextcloud/apps/text/lib/Migration/Version070000Date20250925110024.php
 share/nextcloud/apps/text/lib/Notification/Notifier.php
 share/nextcloud/apps/text/lib/Service/ApiService.php
 share/nextcloud/apps/text/lib/Service/AttachmentService.php
@@ -19550,7 +18092,9 @@ share/nextcloud/apps/text/lib/TextFile.p
 share/nextcloud/apps/text/lib/YjsMessage.php
 share/nextcloud/apps/text/package-lock.json
 share/nextcloud/apps/text/package.json
+share/nextcloud/apps/text/prettier.config.js
 share/nextcloud/apps/text/templates/main.php
+share/nextcloud/apps/theming/REUSE.toml
 share/nextcloud/apps/theming/appinfo/info.xml
 share/nextcloud/apps/theming/appinfo/routes.php
 share/nextcloud/apps/theming/appinfo/signature.json
@@ -19585,6 +18129,8 @@ share/nextcloud/apps/theming/img/backgro
 share/nextcloud/apps/theming/img/background/hannes-fritz-sea-spray.jpg
 share/nextcloud/apps/theming/img/background/jenna-kim-the-globe-dark.webp
 share/nextcloud/apps/theming/img/background/jenna-kim-the-globe.webp
+share/nextcloud/apps/theming/img/background/jo-myoung-hee-fluid-dark.webp
+share/nextcloud/apps/theming/img/background/jo-myoung-hee-fluid.webp
 share/nextcloud/apps/theming/img/background/kamil-porembinski-clouds.jpg
 share/nextcloud/apps/theming/img/background/lali-masriera-yellow-bricks.jpg
 share/nextcloud/apps/theming/img/background/nasa-waxing-crescent-moon.jpg
@@ -19598,7 +18144,8 @@ share/nextcloud/apps/theming/img/backgro
 share/nextcloud/apps/theming/img/background/preview/hannes-fritz-flippity-floppity.jpg
 share/nextcloud/apps/theming/img/background/preview/hannes-fritz-roulette.jpg
 share/nextcloud/apps/theming/img/background/preview/hannes-fritz-sea-spray.jpg
-share/nextcloud/apps/theming/img/background/preview/jenna-kim-the-globe.jpg
+share/nextcloud/apps/theming/img/background/preview/jenna-kim-the-globe.webp
+share/nextcloud/apps/theming/img/background/preview/jo-myoung-hee-fluid.webp
 share/nextcloud/apps/theming/img/background/preview/kamil-porembinski-clouds.jpg
 share/nextcloud/apps/theming/img/background/preview/lali-masriera-yellow-bricks.jpg
 share/nextcloud/apps/theming/img/background/preview/nasa-waxing-crescent-moon.jpg
@@ -19947,8 +18494,6 @@ share/nextcloud/apps/twofactor_nextcloud
 share/nextcloud/apps/twofactor_nextcloud_notification/appinfo/info.xml
 share/nextcloud/apps/twofactor_nextcloud_notification/appinfo/routes.php
 share/nextcloud/apps/twofactor_nextcloud_notification/appinfo/signature.json
-share/nextcloud/apps/twofactor_nextcloud_notification/composer.json
-share/nextcloud/apps/twofactor_nextcloud_notification/composer.lock
 share/nextcloud/apps/twofactor_nextcloud_notification/img/app-dark.svg
 share/nextcloud/apps/twofactor_nextcloud_notification/img/app.svg
 share/nextcloud/apps/twofactor_nextcloud_notification/img/login-dark.svg
@@ -20193,13 +18738,25 @@ share/nextcloud/apps/twofactor_nextcloud
 share/nextcloud/apps/twofactor_nextcloud_notification/lib/Service/StateManager.php
 share/nextcloud/apps/twofactor_nextcloud_notification/lib/Service/TokenManager.php
 share/nextcloud/apps/twofactor_nextcloud_notification/lib/Settings/Personal.php
-share/nextcloud/apps/twofactor_nextcloud_notification/package-lock.json
-share/nextcloud/apps/twofactor_nextcloud_notification/package.json
 share/nextcloud/apps/twofactor_nextcloud_notification/templates/challenge.php
 share/nextcloud/apps/twofactor_nextcloud_notification/templates/personal.php
+share/nextcloud/apps/twofactor_nextcloud_notification/vendor-bin/csfixer/composer.json
+share/nextcloud/apps/twofactor_nextcloud_notification/vendor-bin/csfixer/composer.lock
+share/nextcloud/apps/twofactor_nextcloud_notification/vendor-bin/psalm/composer.json
+share/nextcloud/apps/twofactor_nextcloud_notification/vendor-bin/psalm/composer.lock
 share/nextcloud/apps/twofactor_totp/AUTHORS.md
 share/nextcloud/apps/twofactor_totp/CHANGELOG.md
 share/nextcloud/apps/twofactor_totp/COPYING
+share/nextcloud/apps/twofactor_totp/LICENSES/AGPL-3.0-only.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/AGPL-3.0-or-later.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/Apache-2.0.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/BSD-3-Clause.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/CC0-1.0.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/GPL-3.0-or-later.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/ISC.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/MIT.txt
+share/nextcloud/apps/twofactor_totp/LICENSES/MPL-2.0.txt
+share/nextcloud/apps/twofactor_totp/REUSE.toml
 share/nextcloud/apps/twofactor_totp/appinfo/info.xml
 share/nextcloud/apps/twofactor_totp/appinfo/routes.php
 share/nextcloud/apps/twofactor_totp/appinfo/signature.json
@@ -20210,17 +18767,21 @@ share/nextcloud/apps/twofactor_totp/css/
 share/nextcloud/apps/twofactor_totp/img/app-dark.svg
 share/nextcloud/apps/twofactor_totp/img/app.svg
 share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-login-setup.js
-share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-login-setup.js.LICENSE.txt
+share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-login-setup.js.license
 share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-login-setup.js.map
+share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-login-setup.js.map.license
 share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-settings.js
-share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-settings.js.LICENSE.txt
+share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-settings.js.license
 share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-settings.js.map
+share/nextcloud/apps/twofactor_totp/js/twofactor_totp-main-settings.js.map.license
 share/nextcloud/apps/twofactor_totp/l10n/af.js
 share/nextcloud/apps/twofactor_totp/l10n/af.json
 share/nextcloud/apps/twofactor_totp/l10n/ar.js
 share/nextcloud/apps/twofactor_totp/l10n/ar.json
 share/nextcloud/apps/twofactor_totp/l10n/ast.js
 share/nextcloud/apps/twofactor_totp/l10n/ast.json
+share/nextcloud/apps/twofactor_totp/l10n/az.js
+share/nextcloud/apps/twofactor_totp/l10n/az.json
 share/nextcloud/apps/twofactor_totp/l10n/be.js
 share/nextcloud/apps/twofactor_totp/l10n/be.json
 share/nextcloud/apps/twofactor_totp/l10n/bg.js
@@ -20300,6 +18861,8 @@ share/nextcloud/apps/twofactor_totp/l10n
 share/nextcloud/apps/twofactor_totp/l10n/hr.json
 share/nextcloud/apps/twofactor_totp/l10n/hu.js
 share/nextcloud/apps/twofactor_totp/l10n/hu.json
+share/nextcloud/apps/twofactor_totp/l10n/ia.js
+share/nextcloud/apps/twofactor_totp/l10n/ia.json
 share/nextcloud/apps/twofactor_totp/l10n/id.js
 share/nextcloud/apps/twofactor_totp/l10n/id.json
 share/nextcloud/apps/twofactor_totp/l10n/is.js
@@ -20314,6 +18877,8 @@ share/nextcloud/apps/twofactor_totp/l10n
 share/nextcloud/apps/twofactor_totp/l10n/ka_GE.json
 share/nextcloud/apps/twofactor_totp/l10n/ko.js
 share/nextcloud/apps/twofactor_totp/l10n/ko.json
+share/nextcloud/apps/twofactor_totp/l10n/lb.js
+share/nextcloud/apps/twofactor_totp/l10n/lb.json
 share/nextcloud/apps/twofactor_totp/l10n/lt_LT.js
 share/nextcloud/apps/twofactor_totp/l10n/lt_LT.json
 share/nextcloud/apps/twofactor_totp/l10n/lv.js
@@ -20390,6 +18955,7 @@ share/nextcloud/apps/twofactor_totp/lib/
 share/nextcloud/apps/twofactor_totp/lib/Migration/Version010501Date20181018124436.php
 share/nextcloud/apps/twofactor_totp/lib/Migration/Version020102Date20190304124405.php
 share/nextcloud/apps/twofactor_totp/lib/Migration/Version030000Date20190305114917.php
+share/nextcloud/apps/twofactor_totp/lib/Migration/Version140000Date202503027114917.php
 share/nextcloud/apps/twofactor_totp/lib/Provider/AtLoginProvider.php
 share/nextcloud/apps/twofactor_totp/lib/Provider/TotpProvider.php
 share/nextcloud/apps/twofactor_totp/lib/Service/ITotp.php
@@ -20400,8 +18966,6 @@ share/nextcloud/apps/twofactor_totp/pack
 share/nextcloud/apps/twofactor_totp/templates/challenge.php
 share/nextcloud/apps/twofactor_totp/templates/loginsetup.php
 share/nextcloud/apps/twofactor_totp/templates/personal.php
-share/nextcloud/apps/twofactor_totp/vendor-bin/cs-fixer/composer.json
-share/nextcloud/apps/twofactor_totp/vendor-bin/cs-fixer/composer.lock
 share/nextcloud/apps/twofactor_totp/vendor/autoload.php
 share/nextcloud/apps/twofactor_totp/vendor/christian-riesen/base32/LICENSE
 share/nextcloud/apps/twofactor_totp/vendor/christian-riesen/base32/README.md
@@ -20451,7 +19015,6 @@ share/nextcloud/apps/updatenotification/
 share/nextcloud/apps/updatenotification/composer/composer/installed.php
 share/nextcloud/apps/updatenotification/img/app.svg
 share/nextcloud/apps/updatenotification/img/notification.svg
-share/nextcloud/apps/updatenotification/js/legacy-notification.js
 share/nextcloud/apps/updatenotification/l10n/ar.js
 share/nextcloud/apps/updatenotification/l10n/ar.json
 share/nextcloud/apps/updatenotification/l10n/ast.js
@@ -20557,7 +19120,6 @@ share/nextcloud/apps/updatenotification/
 share/nextcloud/apps/updatenotification/lib/Listener/AppUpdateEventListener.php
 share/nextcloud/apps/updatenotification/lib/Listener/BeforeTemplateRenderedEventListener.php
 share/nextcloud/apps/updatenotification/lib/Manager.php
-share/nextcloud/apps/updatenotification/lib/Migration/Version011901Date20240305120000.php
 share/nextcloud/apps/updatenotification/lib/Notification/AppUpdateNotifier.php
 share/nextcloud/apps/updatenotification/lib/Notification/Notifier.php
 share/nextcloud/apps/updatenotification/lib/ResponseDefinitions.php
@@ -20748,6 +19310,8 @@ share/nextcloud/apps/user_ldap/l10n/sr.j
 share/nextcloud/apps/user_ldap/l10n/sr.json
 share/nextcloud/apps/user_ldap/l10n/sv.js
 share/nextcloud/apps/user_ldap/l10n/sv.json
+share/nextcloud/apps/user_ldap/l10n/sw.js
+share/nextcloud/apps/user_ldap/l10n/sw.json
 share/nextcloud/apps/user_ldap/l10n/th.js
 share/nextcloud/apps/user_ldap/l10n/th.json
 share/nextcloud/apps/user_ldap/l10n/tr.js
@@ -20791,10 +19355,10 @@ share/nextcloud/apps/user_ldap/lib/Db/Gr
 share/nextcloud/apps/user_ldap/lib/Events/GroupBackendRegistered.php
 share/nextcloud/apps/user_ldap/lib/Events/UserBackendRegistered.php
 share/nextcloud/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
+share/nextcloud/apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php
 share/nextcloud/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
 share/nextcloud/apps/user_ldap/lib/Exceptions/NoMoreResults.php
 share/nextcloud/apps/user_ldap/lib/Exceptions/NotOnLDAP.php
-share/nextcloud/apps/user_ldap/lib/FilesystemHelper.php
 share/nextcloud/apps/user_ldap/lib/GroupPluginManager.php
 share/nextcloud/apps/user_ldap/lib/Group_LDAP.php
 share/nextcloud/apps/user_ldap/lib/Group_Proxy.php
@@ -21025,9 +19589,20 @@ share/nextcloud/apps/user_status/lib/Ser
 share/nextcloud/apps/user_status/lib/Service/StatusService.php
 share/nextcloud/apps/user_status/openapi.json
 share/nextcloud/apps/user_status/openapi.json.license
+share/nextcloud/apps/viewer/AUTHORS.md
 share/nextcloud/apps/viewer/COPYING
 share/nextcloud/apps/viewer/LICENSES/AGPL-3.0-or-later.txt
+share/nextcloud/apps/viewer/LICENSES/Apache-2.0.txt
+share/nextcloud/apps/viewer/LICENSES/BSD-3-Clause.txt
+share/nextcloud/apps/viewer/LICENSES/CC0-1.0.txt
+share/nextcloud/apps/viewer/LICENSES/GPL-3.0-or-later.txt
+share/nextcloud/apps/viewer/LICENSES/ISC.txt
+share/nextcloud/apps/viewer/LICENSES/LicenseRef-NextcloudTrademarks.txt
+share/nextcloud/apps/viewer/LICENSES/LicenseRef-Unsplash.txt
 share/nextcloud/apps/viewer/LICENSES/MIT.txt
+share/nextcloud/apps/viewer/LICENSES/MPL-2.0.txt
+share/nextcloud/apps/viewer/LICENSES/OFL-1.1.txt
+share/nextcloud/apps/viewer/REUSE.toml
 share/nextcloud/apps/viewer/appinfo/info.xml
 share/nextcloud/apps/viewer/appinfo/signature.json
 share/nextcloud/apps/viewer/composer.json
@@ -21043,31 +19618,48 @@ share/nextcloud/apps/viewer/composer/com
 share/nextcloud/apps/viewer/composer/composer/autoload_static.php
 share/nextcloud/apps/viewer/css/NcActionButton-DyH89PpO.chunk.css
 share/nextcloud/apps/viewer/css/NcActionLink-Cay-IPuV.chunk.css
-share/nextcloud/apps/viewer/css/index-C0wOrV_Y.chunk.css
-share/nextcloud/apps/viewer/css/init-BloyBgpE.chunk.css
-share/nextcloud/apps/viewer/css/main-BFqOH0Qf.chunk.css
+share/nextcloud/apps/viewer/css/index-DCp30a-3.chunk.css
+share/nextcloud/apps/viewer/css/init-CqqFQTg6.chunk.css
+share/nextcloud/apps/viewer/css/main-BOsuKkFs.chunk.css
+share/nextcloud/apps/viewer/css/previewUtils-6cpbKhU6.chunk.css
 share/nextcloud/apps/viewer/css/viewer-init.css
 share/nextcloud/apps/viewer/css/viewer-main.css
-share/nextcloud/apps/viewer/css/viewerAction-6cpbKhU6.chunk.css
 share/nextcloud/apps/viewer/img/app.svg
 share/nextcloud/apps/viewer/img/blank.mp4
-share/nextcloud/apps/viewer/js/NcActionButton-Cxw_Z82w.chunk.mjs
-share/nextcloud/apps/viewer/js/NcActionButton-Cxw_Z82w.chunk.mjs.map
-share/nextcloud/apps/viewer/js/NcActionLink-DAh6FgiQ.chunk.mjs
-share/nextcloud/apps/viewer/js/NcActionLink-DAh6FgiQ.chunk.mjs.map
-share/nextcloud/apps/viewer/js/actionText-fFcUPi2g-1UIVDoW6.chunk.mjs
-share/nextcloud/apps/viewer/js/actionText-fFcUPi2g-1UIVDoW6.chunk.mjs.map
-share/nextcloud/apps/viewer/js/index-DFtntetZ.chunk.mjs
-share/nextcloud/apps/viewer/js/index-DFtntetZ.chunk.mjs.map
-share/nextcloud/apps/viewer/js/index.esm-C31sFF_F.chunk.mjs
-share/nextcloud/apps/viewer/js/index.esm-C31sFF_F.chunk.mjs.map
-share/nextcloud/apps/viewer/js/vendor.LICENSE.txt
+share/nextcloud/apps/viewer/js/NcActionButton-Dgnh4ycw.chunk.mjs
+share/nextcloud/apps/viewer/js/NcActionButton-Dgnh4ycw.chunk.mjs.license
+share/nextcloud/apps/viewer/js/NcActionButton-Dgnh4ycw.chunk.mjs.map
+share/nextcloud/apps/viewer/js/NcActionButton-Dgnh4ycw.chunk.mjs.map.license
+share/nextcloud/apps/viewer/js/NcActionLink-BnzzI7OP.chunk.mjs
+share/nextcloud/apps/viewer/js/NcActionLink-BnzzI7OP.chunk.mjs.license
+share/nextcloud/apps/viewer/js/NcActionLink-BnzzI7OP.chunk.mjs.map
+share/nextcloud/apps/viewer/js/NcActionLink-BnzzI7OP.chunk.mjs.map.license
+share/nextcloud/apps/viewer/js/actionText-fFcUPi2g-gjw6zxAU.chunk.mjs
+share/nextcloud/apps/viewer/js/actionText-fFcUPi2g-gjw6zxAU.chunk.mjs.license
+share/nextcloud/apps/viewer/js/actionText-fFcUPi2g-gjw6zxAU.chunk.mjs.map
+share/nextcloud/apps/viewer/js/actionText-fFcUPi2g-gjw6zxAU.chunk.mjs.map.license
+share/nextcloud/apps/viewer/js/index-Dly6xalz.chunk.mjs.license
+share/nextcloud/apps/viewer/js/index-Dly6xalz.chunk.mjs.map.license
+share/nextcloud/apps/viewer/js/index-bdUKL-DX.chunk.mjs
+share/nextcloud/apps/viewer/js/index-bdUKL-DX.chunk.mjs.license
+share/nextcloud/apps/viewer/js/index-bdUKL-DX.chunk.mjs.map
+share/nextcloud/apps/viewer/js/index-bdUKL-DX.chunk.mjs.map.license
+share/nextcloud/apps/viewer/js/index.esm-CAkhAkGw.chunk.mjs
+share/nextcloud/apps/viewer/js/index.esm-CAkhAkGw.chunk.mjs.license
+share/nextcloud/apps/viewer/js/index.esm-CAkhAkGw.chunk.mjs.map
+share/nextcloud/apps/viewer/js/index.esm-CAkhAkGw.chunk.mjs.map.license
+share/nextcloud/apps/viewer/js/previewUtils-DaBzMef-.chunk.mjs
+share/nextcloud/apps/viewer/js/previewUtils-DaBzMef-.chunk.mjs.license
+share/nextcloud/apps/viewer/js/previewUtils-DaBzMef-.chunk.mjs.map
+share/nextcloud/apps/viewer/js/previewUtils-DaBzMef-.chunk.mjs.map.license
 share/nextcloud/apps/viewer/js/viewer-init.mjs
+share/nextcloud/apps/viewer/js/viewer-init.mjs.license
 share/nextcloud/apps/viewer/js/viewer-init.mjs.map
+share/nextcloud/apps/viewer/js/viewer-init.mjs.map.license
 share/nextcloud/apps/viewer/js/viewer-main.mjs
+share/nextcloud/apps/viewer/js/viewer-main.mjs.license
 share/nextcloud/apps/viewer/js/viewer-main.mjs.map
-share/nextcloud/apps/viewer/js/viewerAction-DFDcgwGb.chunk.mjs
-share/nextcloud/apps/viewer/js/viewerAction-DFDcgwGb.chunk.mjs.map
+share/nextcloud/apps/viewer/js/viewer-main.mjs.map.license
 share/nextcloud/apps/viewer/l10n/af.js
 share/nextcloud/apps/viewer/l10n/af.json
 share/nextcloud/apps/viewer/l10n/ar.js
@@ -21285,30 +19877,89 @@ share/nextcloud/apps/weather_status/comp
 share/nextcloud/apps/weather_status/composer/composer/installed.php
 share/nextcloud/apps/weather_status/img/app-dark.svg
 share/nextcloud/apps/weather_status/img/app.svg
-share/nextcloud/apps/weather_status/img/cloud-cloud.svg
-share/nextcloud/apps/weather_status/img/cloud-dots.svg
-share/nextcloud/apps/weather_status/img/cross.svg
-share/nextcloud/apps/weather_status/img/drop.svg
-share/nextcloud/apps/weather_status/img/fog.svg
-share/nextcloud/apps/weather_status/img/half-sun.svg
-share/nextcloud/apps/weather_status/img/heavy-rain.svg
-share/nextcloud/apps/weather_status/img/light-rain.svg
-share/nextcloud/apps/weather_status/img/moon-cloud-heavy-rain.svg
-share/nextcloud/apps/weather_status/img/moon-cloud-light-rain.svg
-share/nextcloud/apps/weather_status/img/moon-cloud-rain.svg
-share/nextcloud/apps/weather_status/img/moon-cloud.svg
-share/nextcloud/apps/weather_status/img/moon-small-cloud.svg
-share/nextcloud/apps/weather_status/img/moon.svg
-share/nextcloud/apps/weather_status/img/rain.svg
-share/nextcloud/apps/weather_status/img/snow.svg
-share/nextcloud/apps/weather_status/img/sun-cloud-heavy-rain.svg
-share/nextcloud/apps/weather_status/img/sun-cloud-light-rain.svg
-share/nextcloud/apps/weather_status/img/sun-cloud-rain.svg
-share/nextcloud/apps/weather_status/img/sun-cloud.svg
-share/nextcloud/apps/weather_status/img/sun-small-cloud.svg
-share/nextcloud/apps/weather_status/img/sun.svg
-share/nextcloud/apps/weather_status/img/thunder.svg
-share/nextcloud/apps/weather_status/img/umbrella.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/clearsky_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/clearsky_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/clearsky_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/cloudy.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/fair_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/fair_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/fair_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/fog.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrain.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavyrainshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleet.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysleetshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnow.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/heavysnowshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrain.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightrainshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsleet.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsleetandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsleetshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsleetshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsleetshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsnow.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsnowandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsnowshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsnowshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightsnowshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightssleetshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightssleetshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightssleetshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightssnowshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightssnowshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/lightssnowshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/partlycloudy_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/partlycloudy_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/partlycloudy_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rain.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/rainshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleet.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/sleetshowersandthunder_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snow.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowandthunder.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowshowers_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowshowers_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowshowers_polartwilight.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowshowersandthunder_day.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowshowersandthunder_night.svg
+share/nextcloud/apps/weather_status/img/met.no.icons/snowshowersandthunder_polartwilight.svg
 share/nextcloud/apps/weather_status/l10n/ar.js
 share/nextcloud/apps/weather_status/l10n/ar.json
 share/nextcloud/apps/weather_status/l10n/bg.js
@@ -21430,12 +20081,6 @@ share/nextcloud/apps/webhook_listeners/c
 share/nextcloud/apps/webhook_listeners/composer/composer/installed.php
 share/nextcloud/apps/webhook_listeners/img/app-dark.svg
 share/nextcloud/apps/webhook_listeners/img/app.svg
-share/nextcloud/apps/webhook_listeners/l10n/ar.js
-share/nextcloud/apps/webhook_listeners/l10n/ar.json
-share/nextcloud/apps/webhook_listeners/l10n/cs.js
-share/nextcloud/apps/webhook_listeners/l10n/cs.json
-share/nextcloud/apps/webhook_listeners/l10n/da.js
-share/nextcloud/apps/webhook_listeners/l10n/da.json
 share/nextcloud/apps/webhook_listeners/l10n/de.js
 share/nextcloud/apps/webhook_listeners/l10n/de.json
 share/nextcloud/apps/webhook_listeners/l10n/de_DE.js
@@ -21444,36 +20089,14 @@ share/nextcloud/apps/webhook_listeners/l
 share/nextcloud/apps/webhook_listeners/l10n/el.json
 share/nextcloud/apps/webhook_listeners/l10n/en_GB.js
 share/nextcloud/apps/webhook_listeners/l10n/en_GB.json
-share/nextcloud/apps/webhook_listeners/l10n/es.js
-share/nextcloud/apps/webhook_listeners/l10n/es.json
 share/nextcloud/apps/webhook_listeners/l10n/et_EE.js
 share/nextcloud/apps/webhook_listeners/l10n/et_EE.json
-share/nextcloud/apps/webhook_listeners/l10n/fr.js
-share/nextcloud/apps/webhook_listeners/l10n/fr.json
 share/nextcloud/apps/webhook_listeners/l10n/ga.js
 share/nextcloud/apps/webhook_listeners/l10n/ga.json
 share/nextcloud/apps/webhook_listeners/l10n/gl.js
 share/nextcloud/apps/webhook_listeners/l10n/gl.json
-share/nextcloud/apps/webhook_listeners/l10n/hu.js
-share/nextcloud/apps/webhook_listeners/l10n/hu.json
-share/nextcloud/apps/webhook_listeners/l10n/ja.js
-share/nextcloud/apps/webhook_listeners/l10n/ja.json
-share/nextcloud/apps/webhook_listeners/l10n/ko.js
-share/nextcloud/apps/webhook_listeners/l10n/ko.json
-share/nextcloud/apps/webhook_listeners/l10n/lt_LT.js
-share/nextcloud/apps/webhook_listeners/l10n/lt_LT.json
-share/nextcloud/apps/webhook_listeners/l10n/lv.js
-share/nextcloud/apps/webhook_listeners/l10n/lv.json
-share/nextcloud/apps/webhook_listeners/l10n/nl.js
-share/nextcloud/apps/webhook_listeners/l10n/nl.json
-share/nextcloud/apps/webhook_listeners/l10n/pl.js
-share/nextcloud/apps/webhook_listeners/l10n/pl.json
 share/nextcloud/apps/webhook_listeners/l10n/pt_BR.js
 share/nextcloud/apps/webhook_listeners/l10n/pt_BR.json
-share/nextcloud/apps/webhook_listeners/l10n/ru.js
-share/nextcloud/apps/webhook_listeners/l10n/ru.json
-share/nextcloud/apps/webhook_listeners/l10n/sk.js
-share/nextcloud/apps/webhook_listeners/l10n/sk.json
 share/nextcloud/apps/webhook_listeners/l10n/sr.js
 share/nextcloud/apps/webhook_listeners/l10n/sr.json
 share/nextcloud/apps/webhook_listeners/l10n/sv.js
@@ -21482,12 +20105,6 @@ share/nextcloud/apps/webhook_listeners/l
 share/nextcloud/apps/webhook_listeners/l10n/sw.json
 share/nextcloud/apps/webhook_listeners/l10n/tr.js
 share/nextcloud/apps/webhook_listeners/l10n/tr.json
-share/nextcloud/apps/webhook_listeners/l10n/uk.js
-share/nextcloud/apps/webhook_listeners/l10n/uk.json
-share/nextcloud/apps/webhook_listeners/l10n/uz.js
-share/nextcloud/apps/webhook_listeners/l10n/uz.json
-share/nextcloud/apps/webhook_listeners/l10n/zh_HK.js
-share/nextcloud/apps/webhook_listeners/l10n/zh_HK.json
 share/nextcloud/apps/webhook_listeners/l10n/zh_TW.js
 share/nextcloud/apps/webhook_listeners/l10n/zh_TW.json
 share/nextcloud/apps/webhook_listeners/lib/AppInfo/Application.php
@@ -21663,7 +20280,9 @@ share/nextcloud/config/.htaccess
 share/nextcloud/config/CAN_INSTALL
 share/nextcloud/config/config.sample.php
 share/nextcloud/console.php
-share/nextcloud/core/Application.php
+share/nextcloud/core/AppInfo/Application.php
+share/nextcloud/core/AppInfo/Capabilities.php
+share/nextcloud/core/AppInfo/ConfigLexicon.php
 share/nextcloud/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
 share/nextcloud/core/BackgroundJobs/CheckForUserCertificates.php
 share/nextcloud/core/BackgroundJobs/CleanupLoginFlowV2.php
@@ -21691,6 +20310,7 @@ share/nextcloud/core/Command/Config/App/
 share/nextcloud/core/Command/Config/App/SetConfig.php
 share/nextcloud/core/Command/Config/Import.php
 share/nextcloud/core/Command/Config/ListConfigs.php
+share/nextcloud/core/Command/Config/Preset.php
 share/nextcloud/core/Command/Config/System/Base.php
 share/nextcloud/core/Command/Config/System/CastHelper.php
 share/nextcloud/core/Command/Config/System/DeleteConfig.php
@@ -21731,6 +20351,8 @@ share/nextcloud/core/Command/Group/Remov
 share/nextcloud/core/Command/Info/File.php
 share/nextcloud/core/Command/Info/FileUtils.php
 share/nextcloud/core/Command/Info/Space.php
+share/nextcloud/core/Command/Info/Storage.php
+share/nextcloud/core/Command/Info/Storages.php
 share/nextcloud/core/Command/Integrity/CheckApp.php
 share/nextcloud/core/Command/Integrity/CheckCore.php
 share/nextcloud/core/Command/Integrity/SignApp.php
@@ -21753,9 +20375,13 @@ share/nextcloud/core/Command/Memcache/Di
 share/nextcloud/core/Command/Memcache/DistributedDelete.php
 share/nextcloud/core/Command/Memcache/DistributedGet.php
 share/nextcloud/core/Command/Memcache/DistributedSet.php
+share/nextcloud/core/Command/Memcache/RedisCommand.php
+share/nextcloud/core/Command/Preview/Cleanup.php
 share/nextcloud/core/Command/Preview/Generate.php
 share/nextcloud/core/Command/Preview/Repair.php
 share/nextcloud/core/Command/Preview/ResetRenderedTexts.php
+share/nextcloud/core/Command/Router/ListRoutes.php
+share/nextcloud/core/Command/Router/MatchRoute.php
 share/nextcloud/core/Command/Security/BruteforceAttempts.php
 share/nextcloud/core/Command/Security/BruteforceResetAttempts.php
 share/nextcloud/core/Command/Security/ExportCertificates.php
@@ -21768,6 +20394,9 @@ share/nextcloud/core/Command/SystemTag/A
 share/nextcloud/core/Command/SystemTag/Delete.php
 share/nextcloud/core/Command/SystemTag/Edit.php
 share/nextcloud/core/Command/SystemTag/ListCommand.php
+share/nextcloud/core/Command/TaskProcessing/Cleanup.php
+share/nextcloud/core/Command/TaskProcessing/EnabledCommand.php
+share/nextcloud/core/Command/TaskProcessing/GetCommand.php
 share/nextcloud/core/Command/TaskProcessing/ListCommand.php
 share/nextcloud/core/Command/TaskProcessing/Statistics.php
 share/nextcloud/core/Command/TwoFactorAuth/Base.php
@@ -21789,6 +20418,7 @@ share/nextcloud/core/Command/User/Info.p
 share/nextcloud/core/Command/User/Keys/Verify.php
 share/nextcloud/core/Command/User/LastSeen.php
 share/nextcloud/core/Command/User/ListCommand.php
+share/nextcloud/core/Command/User/Profile.php
 share/nextcloud/core/Command/User/Report.php
 share/nextcloud/core/Command/User/ResetPassword.php
 share/nextcloud/core/Command/User/Setting.php
@@ -21815,7 +20445,6 @@ share/nextcloud/core/Controller/OCMContr
 share/nextcloud/core/Controller/OCSController.php
 share/nextcloud/core/Controller/PreviewController.php
 share/nextcloud/core/Controller/ProfileApiController.php
-share/nextcloud/core/Controller/ProfilePageController.php
 share/nextcloud/core/Controller/RecommendedAppsController.php
 share/nextcloud/core/Controller/ReferenceApiController.php
 share/nextcloud/core/Controller/ReferenceController.php
@@ -21825,6 +20454,7 @@ share/nextcloud/core/Controller/TeamsApi
 share/nextcloud/core/Controller/TextProcessingApiController.php
 share/nextcloud/core/Controller/TextToImageApiController.php
 share/nextcloud/core/Controller/TranslationApiController.php
+share/nextcloud/core/Controller/TwoFactorApiController.php
 share/nextcloud/core/Controller/TwoFactorChallengeController.php
 share/nextcloud/core/Controller/UnifiedSearchController.php
 share/nextcloud/core/Controller/UnsupportedBrowserController.php
@@ -21842,10 +20472,15 @@ share/nextcloud/core/Db/ProfileConfig.ph
 share/nextcloud/core/Db/ProfileConfigMapper.php
 share/nextcloud/core/Events/BeforePasswordResetEvent.php
 share/nextcloud/core/Events/PasswordResetEvent.php
+share/nextcloud/core/Exception/LoginFlowV2ClientForbiddenException.php
 share/nextcloud/core/Exception/LoginFlowV2NotFoundException.php
 share/nextcloud/core/Exception/ResetPasswordException.php
+share/nextcloud/core/Listener/AddMissingIndicesListener.php
+share/nextcloud/core/Listener/AddMissingPrimaryKeyListener.php
 share/nextcloud/core/Listener/BeforeMessageLoggedEventListener.php
 share/nextcloud/core/Listener/BeforeTemplateRenderedListener.php
+share/nextcloud/core/Listener/FeedBackHandler.php
+share/nextcloud/core/Listener/PasswordUpdatedListener.php
 share/nextcloud/core/Middleware/TwoFactorMiddleware.php
 share/nextcloud/core/Migrations/Version13000Date20170705121758.php
 share/nextcloud/core/Migrations/Version13000Date20170718121200.php
@@ -21922,7 +20557,12 @@ share/nextcloud/core/Migrations/Version3
 share/nextcloud/core/Migrations/Version30000Date20240814180800.php
 share/nextcloud/core/Migrations/Version30000Date20240815080800.php
 share/nextcloud/core/Migrations/Version30000Date20240906095113.php
-share/nextcloud/core/Migrations/Version30000Date20250731062008.php
+share/nextcloud/core/Migrations/Version31000Date20240101084401.php
+share/nextcloud/core/Migrations/Version31000Date20240814184402.php
+share/nextcloud/core/Migrations/Version31000Date20250213102442.php
+share/nextcloud/core/Migrations/Version32000Date20250620081925.php
+share/nextcloud/core/Migrations/Version32000Date20250731062008.php
+share/nextcloud/core/Migrations/Version32000Date20250806110519.php
 share/nextcloud/core/Notification/CoreNotifier.php
 share/nextcloud/core/ResponseDefinitions.php
 share/nextcloud/core/Service/LoginFlowV2Service.php
@@ -22005,6 +20645,7 @@ share/nextcloud/core/css/whatsnew.css
 share/nextcloud/core/css/whatsnew.css.map
 share/nextcloud/core/css/whatsnew.css.map.license
 share/nextcloud/core/css/whatsnew.scss
+share/nextcloud/core/doc/admin/404.html
 share/nextcloud/core/doc/admin/_images/1.png
 share/nextcloud/core/doc/admin/_images/10.png
 share/nextcloud/core/doc/admin/_images/2-updates.png
@@ -22020,6 +20661,10 @@ share/nextcloud/core/doc/admin/_images/8
 share/nextcloud/core/doc/admin/_images/9.png
 share/nextcloud/core/doc/admin/_images/add_storage.png
 share/nextcloud/core/doc/admin/_images/admin-right.png
+share/nextcloud/core/doc/admin/_images/advanced_deploy_options_1.png
+share/nextcloud/core/doc/admin/_images/advanced_deploy_options_2.png
+share/nextcloud/core/doc/admin/_images/advanced_deploy_options_3.png
+share/nextcloud/core/doc/admin/_images/ai_overview.png
 share/nextcloud/core/doc/admin/_images/amazons3.png
 share/nextcloud/core/doc/admin/_images/antivirus-app.png
 share/nextcloud/core/doc/admin/_images/antivirus-config.png
@@ -22028,6 +20673,7 @@ share/nextcloud/core/doc/admin/_images/a
 share/nextcloud/core/doc/admin/_images/antivirus-executable.png
 share/nextcloud/core/doc/admin/_images/antivirus-icap.png
 share/nextcloud/core/doc/admin/_images/antivirus-logging.png
+share/nextcloud/core/doc/admin/_images/app_api_3.png
 share/nextcloud/core/doc/admin/_images/applicable.png
 share/nextcloud/core/doc/admin/_images/apps_overview.png
 share/nextcloud/core/doc/admin/_images/apps_store.png
@@ -22037,6 +20683,7 @@ share/nextcloud/core/doc/admin/_images/a
 share/nextcloud/core/doc/admin/_images/automated_tagging_sample_rule.png
 share/nextcloud/core/doc/admin/_images/automated_tagging_sample_rule_exclude_folder.png
 share/nextcloud/core/doc/admin/_images/code-integrity-admin.png
+share/nextcloud/core/doc/admin/_images/create_debug_archive.png
 share/nextcloud/core/doc/admin/_images/create_public_share-10.png
 share/nextcloud/core/doc/admin/_images/create_public_share-6.png
 share/nextcloud/core/doc/admin/_images/create_public_share-8.png
@@ -22051,6 +20698,7 @@ share/nextcloud/core/doc/admin/_images/e
 share/nextcloud/core/doc/admin/_images/encryption7.png
 share/nextcloud/core/doc/admin/_images/encryption8.png
 share/nextcloud/core/doc/admin/_images/encryption9.png
+share/nextcloud/core/doc/admin/_images/exapp_list_example.png
 share/nextcloud/core/doc/admin/_images/external-sites-1.png
 share/nextcloud/core/doc/admin/_images/external-sites-2.png
 share/nextcloud/core/doc/admin/_images/external-sites-3.png
@@ -22061,11 +20709,16 @@ share/nextcloud/core/doc/admin/_images/f
 share/nextcloud/core/doc/admin/_images/federation-1.png
 share/nextcloud/core/doc/admin/_images/federation-2.png
 share/nextcloud/core/doc/admin/_images/federation-3.png
+share/nextcloud/core/doc/admin/_images/files-windows-compatibility.png
 share/nextcloud/core/doc/admin/_images/files_access_control_block_mimetype.png
 share/nextcloud/core/doc/admin/_images/files_access_control_collaborative_tags.png
 share/nextcloud/core/doc/admin/_images/files_access_control_sample_rules.png
 share/nextcloud/core/doc/admin/_images/ftp.png
 share/nextcloud/core/doc/admin/_images/getting-a-patch-from-github.png
+share/nextcloud/core/doc/admin/_images/harp_aio.png
+share/nextcloud/core/doc/admin/_images/harp_docker.png
+share/nextcloud/core/doc/admin/_images/harp_host.png
+share/nextcloud/core/doc/admin/_images/harp_remote_24001.png
 share/nextcloud/core/doc/admin/_images/install-wizard-a.png
 share/nextcloud/core/doc/admin/_images/install-wizard-a1.png
 share/nextcloud/core/doc/admin/_images/install-wizard-a2.png
@@ -22081,6 +20734,7 @@ share/nextcloud/core/doc/admin/_images/l
 share/nextcloud/core/doc/admin/_images/ldap-wizard-3-login.png
 share/nextcloud/core/doc/admin/_images/ldap-wizard-4-group.png
 share/nextcloud/core/doc/admin/_images/local.png
+share/nextcloud/core/doc/admin/_images/log_output_window.png
 share/nextcloud/core/doc/admin/_images/mount_options.png
 share/nextcloud/core/doc/admin/_images/oauth2-settings.png
 share/nextcloud/core/doc/admin/_images/office.png
@@ -22090,6 +20744,7 @@ share/nextcloud/core/doc/admin/_images/p
 share/nextcloud/core/doc/admin/_images/profile_default_setting.png
 share/nextcloud/core/doc/admin/_images/rackspace.png
 share/nextcloud/core/doc/admin/_images/retention_sample.png
+share/nextcloud/core/doc/admin/_images/save_log_file.png
 share/nextcloud/core/doc/admin/_images/security-setup-warning-1.png
 share/nextcloud/core/doc/admin/_images/settings_calendar-server.png
 share/nextcloud/core/doc/admin/_images/settings_mail-ui-defaults.png
@@ -22098,6 +20753,8 @@ share/nextcloud/core/doc/admin/_images/s
 share/nextcloud/core/doc/admin/_images/skeleton-files1.png
 share/nextcloud/core/doc/admin/_images/smb.png
 share/nextcloud/core/doc/admin/_images/smtp-config-wizard.png
+share/nextcloud/core/doc/admin/_images/test_deploy.png
+share/nextcloud/core/doc/admin/_images/test_deploy_modal_4.png
 share/nextcloud/core/doc/admin/_images/theming1.png
 share/nextcloud/core/doc/admin/_images/theming2.png
 share/nextcloud/core/doc/admin/_images/updater-1-update-available.png
@@ -22116,29 +20773,32 @@ share/nextcloud/core/doc/admin/_images/u
 share/nextcloud/core/doc/admin/_images/updater-cli-6-run-command.png
 share/nextcloud/core/doc/admin/_images/updater-cli-7-maintenance.png
 share/nextcloud/core/doc/admin/_images/updater-cli-8-no-interaction.png
-share/nextcloud/core/doc/admin/_images/upgrade-1.png
+share/nextcloud/core/doc/admin/_images/user-config-actions.png
+share/nextcloud/core/doc/admin/_images/user-config-group-admin.png
+share/nextcloud/core/doc/admin/_images/user-config-groups.png
+share/nextcloud/core/doc/admin/_images/user-config-new-user.png
+share/nextcloud/core/doc/admin/_images/user-config-settings.png
+share/nextcloud/core/doc/admin/_images/user-config.png
 share/nextcloud/core/doc/admin/_images/user_mounts.png
 share/nextcloud/core/doc/admin/_images/user_password_policy_configuration_app.png
-share/nextcloud/core/doc/admin/_images/users-actions.png
-share/nextcloud/core/doc/admin/_images/users-config-1.png
-share/nextcloud/core/doc/admin/_images/users-config-2.png
-share/nextcloud/core/doc/admin/_images/users-config.png
-share/nextcloud/core/doc/admin/_images/users-create.png
-share/nextcloud/core/doc/admin/_images/users-groups.png
 share/nextcloud/core/doc/admin/_images/webdav.png
 share/nextcloud/core/doc/admin/_images/windmill_approval_step_config.png
 share/nextcloud/core/doc/admin/_images/windmill_initial_workspace_selection.png
 share/nextcloud/core/doc/admin/_images/windmill_later_workspace_selection.png
 share/nextcloud/core/doc/admin/_sources/ai/ai_as_a_service.rst.txt
-share/nextcloud/core/doc/admin/_sources/ai/app_api_and_external_apps.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_assistant.rst.txt
+share/nextcloud/core/doc/admin/_sources/ai/app_context_agent.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_context_chat.rst.txt
+share/nextcloud/core/doc/admin/_sources/ai/app_live_transcription.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_llm2.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_recognize.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_stt_whisper2.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_summary_bot.rst.txt
+share/nextcloud/core/doc/admin/_sources/ai/app_text2image_stablediffusion2.rst.txt
+share/nextcloud/core/doc/admin/_sources/ai/app_text2speech_kokoro.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/app_translate2.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/index.rst.txt
+share/nextcloud/core/doc/admin/_sources/ai/insight_and_debugging.rst.txt
 share/nextcloud/core/doc/admin/_sources/ai/overview.rst.txt
 share/nextcloud/core/doc/admin/_sources/apps_management.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_database/bigint_identifiers.rst.txt
@@ -22164,6 +20824,7 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage/webdav.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_files/file_conversion.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/file_sharing_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/file_versioning.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/files_locking_transactional.rst.txt
@@ -22171,9 +20832,11 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_files/previews_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/primary_storage.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_files/trashbin_configuration.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_files/windows_compatible_filenames.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_mimetypes/index.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/activity_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/admin_delegation_configuration.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_server/android_deep_link_handling.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/antivirus_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/automatic_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/background_jobs_configuration.rst.txt
@@ -22188,7 +20851,6 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_server/language_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/logging_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/oauth2.rst.txt
-share/nextcloud/core/doc/admin/_sources/configuration_server/occ_command.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/security_setup_warnings.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_server/text_configuration.rst.txt
@@ -22205,10 +20867,26 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_api.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_user/user_auth_oidc.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/user_configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/user_password_policy.rst.txt
 share/nextcloud/core/doc/admin/_sources/configuration_user/user_provisioning_api.rst.txt
 share/nextcloud/core/doc/admin/_sources/contents.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/accountcommand.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/commandline.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/configfile.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/envvars.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/index.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/massdeployment.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/options.rst.txt
+share/nextcloud/core/doc/admin/_sources/desktop/troubleshooting.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/AdvancedDeployOptions.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/AppAPIAndExternalApps.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/DeployConfigurations.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/ManagingDeployDaemons.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/ManagingExApps.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/TestDeploy.rst.txt
+share/nextcloud/core/doc/admin/_sources/exapps_management/index.rst.txt
 share/nextcloud/core/doc/admin/_sources/file_workflows/access_control.rst.txt
 share/nextcloud/core/doc/admin/_sources/file_workflows/automated_tagging.rst.txt
 share/nextcloud/core/doc/admin/_sources/file_workflows/configuration.rst.txt
@@ -22251,6 +20929,7 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/maintenance/restore.rst.txt
 share/nextcloud/core/doc/admin/_sources/maintenance/update.rst.txt
 share/nextcloud/core/doc/admin/_sources/maintenance/upgrade.rst.txt
+share/nextcloud/core/doc/admin/_sources/occ_command.rst.txt
 share/nextcloud/core/doc/admin/_sources/office/configuration.rst.txt
 share/nextcloud/core/doc/admin/_sources/office/example-docker.rst.txt
 share/nextcloud/core/doc/admin/_sources/office/example-ubuntu.rst.txt
@@ -22268,6 +20947,8 @@ share/nextcloud/core/doc/admin/_sources/
 share/nextcloud/core/doc/admin/_sources/release_notes/upgrade_to_27.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_notes/upgrade_to_28.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_notes/upgrade_to_30.rst.txt
+share/nextcloud/core/doc/admin/_sources/release_notes/upgrade_to_31.rst.txt
+share/nextcloud/core/doc/admin/_sources/release_notes/upgrade_to_32.rst.txt
 share/nextcloud/core/doc/admin/_sources/release_schedule.rst.txt
 share/nextcloud/core/doc/admin/_sources/webhook_listeners/index.rst.txt
 share/nextcloud/core/doc/admin/_sources/windmill_workflows/index.rst.txt
@@ -22308,11 +20989,34 @@ share/nextcloud/core/doc/admin/_static/d
 share/nextcloud/core/doc/admin/_static/doctools.js
 share/nextcloud/core/doc/admin/_static/documentation_options.js
 share/nextcloud/core/doc/admin/_static/file.png
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bold.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-bolditalic.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-italic.woff2
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.eot
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff
+share/nextcloud/core/doc/admin/_static/fonts/Lato/lato-regular.woff2
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
+share/nextcloud/core/doc/admin/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
 share/nextcloud/core/doc/admin/_static/jquery.js
 share/nextcloud/core/doc/admin/_static/js/badge_only.js
-share/nextcloud/core/doc/admin/_static/js/html5shiv-printshiv.min.js
-share/nextcloud/core/doc/admin/_static/js/html5shiv.min.js
 share/nextcloud/core/doc/admin/_static/js/theme.js
+share/nextcloud/core/doc/admin/_static/js/versions.js
 share/nextcloud/core/doc/admin/_static/language_data.js
 share/nextcloud/core/doc/admin/_static/logo-blue.pdf
 share/nextcloud/core/doc/admin/_static/logo-blue.png
@@ -22334,15 +21038,19 @@ share/nextcloud/core/doc/admin/_static/s
 share/nextcloud/core/doc/admin/_static/social/youtube.svg
 share/nextcloud/core/doc/admin/_static/sphinx_highlight.js
 share/nextcloud/core/doc/admin/ai/ai_as_a_service.html
-share/nextcloud/core/doc/admin/ai/app_api_and_external_apps.html
 share/nextcloud/core/doc/admin/ai/app_assistant.html
+share/nextcloud/core/doc/admin/ai/app_context_agent.html
 share/nextcloud/core/doc/admin/ai/app_context_chat.html
+share/nextcloud/core/doc/admin/ai/app_live_transcription.html
 share/nextcloud/core/doc/admin/ai/app_llm2.html
 share/nextcloud/core/doc/admin/ai/app_recognize.html
 share/nextcloud/core/doc/admin/ai/app_stt_whisper2.html
 share/nextcloud/core/doc/admin/ai/app_summary_bot.html
+share/nextcloud/core/doc/admin/ai/app_text2image_stablediffusion2.html
+share/nextcloud/core/doc/admin/ai/app_text2speech_kokoro.html
 share/nextcloud/core/doc/admin/ai/app_translate2.html
 share/nextcloud/core/doc/admin/ai/index.html
+share/nextcloud/core/doc/admin/ai/insight_and_debugging.html
 share/nextcloud/core/doc/admin/ai/overview.html
 share/nextcloud/core/doc/admin/apps_management.html
 share/nextcloud/core/doc/admin/configuration_database/bigint_identifiers.html
@@ -22368,6 +21076,7 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_files/external_storage/webdav.html
 share/nextcloud/core/doc/admin/configuration_files/external_storage_configuration_gui.html
 share/nextcloud/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
+share/nextcloud/core/doc/admin/configuration_files/file_conversion.html
 share/nextcloud/core/doc/admin/configuration_files/file_sharing_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/file_versioning.html
 share/nextcloud/core/doc/admin/configuration_files/files_locking_transactional.html
@@ -22375,9 +21084,11 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_files/previews_configuration.html
 share/nextcloud/core/doc/admin/configuration_files/primary_storage.html
 share/nextcloud/core/doc/admin/configuration_files/trashbin_configuration.html
+share/nextcloud/core/doc/admin/configuration_files/windows_compatible_filenames.html
 share/nextcloud/core/doc/admin/configuration_mimetypes/index.html
 share/nextcloud/core/doc/admin/configuration_server/activity_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/admin_delegation_configuration.html
+share/nextcloud/core/doc/admin/configuration_server/android_deep_link_handling.html
 share/nextcloud/core/doc/admin/configuration_server/antivirus_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/automatic_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/background_jobs_configuration.html
@@ -22392,7 +21103,6 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_server/language_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/logging_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/oauth2.html
-share/nextcloud/core/doc/admin/configuration_server/occ_command.html
 share/nextcloud/core/doc/admin/configuration_server/reverse_proxy_configuration.html
 share/nextcloud/core/doc/admin/configuration_server/security_setup_warnings.html
 share/nextcloud/core/doc/admin/configuration_server/text_configuration.html
@@ -22409,10 +21119,26 @@ share/nextcloud/core/doc/admin/configura
 share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap.html
 share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_api.html
 share/nextcloud/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
+share/nextcloud/core/doc/admin/configuration_user/user_auth_oidc.html
 share/nextcloud/core/doc/admin/configuration_user/user_configuration.html
 share/nextcloud/core/doc/admin/configuration_user/user_password_policy.html
 share/nextcloud/core/doc/admin/configuration_user/user_provisioning_api.html
 share/nextcloud/core/doc/admin/contents.html
+share/nextcloud/core/doc/admin/desktop/accountcommand.html
+share/nextcloud/core/doc/admin/desktop/commandline.html
+share/nextcloud/core/doc/admin/desktop/configfile.html
+share/nextcloud/core/doc/admin/desktop/envvars.html
+share/nextcloud/core/doc/admin/desktop/index.html
+share/nextcloud/core/doc/admin/desktop/massdeployment.html
+share/nextcloud/core/doc/admin/desktop/options.html
+share/nextcloud/core/doc/admin/desktop/troubleshooting.html
+share/nextcloud/core/doc/admin/exapps_management/AdvancedDeployOptions.html
+share/nextcloud/core/doc/admin/exapps_management/AppAPIAndExternalApps.html
+share/nextcloud/core/doc/admin/exapps_management/DeployConfigurations.html
+share/nextcloud/core/doc/admin/exapps_management/ManagingDeployDaemons.html
+share/nextcloud/core/doc/admin/exapps_management/ManagingExApps.html
+share/nextcloud/core/doc/admin/exapps_management/TestDeploy.html
+share/nextcloud/core/doc/admin/exapps_management/index.html
 share/nextcloud/core/doc/admin/file_workflows/access_control.html
 share/nextcloud/core/doc/admin/file_workflows/automated_tagging.html
 share/nextcloud/core/doc/admin/file_workflows/configuration.html
@@ -22457,6 +21183,7 @@ share/nextcloud/core/doc/admin/maintenan
 share/nextcloud/core/doc/admin/maintenance/update.html
 share/nextcloud/core/doc/admin/maintenance/upgrade.html
 share/nextcloud/core/doc/admin/objects.inv
+share/nextcloud/core/doc/admin/occ_command.html
 share/nextcloud/core/doc/admin/office/configuration.html
 share/nextcloud/core/doc/admin/office/example-docker.html
 share/nextcloud/core/doc/admin/office/example-ubuntu.html
@@ -22474,11 +21201,14 @@ share/nextcloud/core/doc/admin/release_n
 share/nextcloud/core/doc/admin/release_notes/upgrade_to_27.html
 share/nextcloud/core/doc/admin/release_notes/upgrade_to_28.html
 share/nextcloud/core/doc/admin/release_notes/upgrade_to_30.html
+share/nextcloud/core/doc/admin/release_notes/upgrade_to_31.html
+share/nextcloud/core/doc/admin/release_notes/upgrade_to_32.html
 share/nextcloud/core/doc/admin/release_schedule.html
 share/nextcloud/core/doc/admin/search.html
 share/nextcloud/core/doc/admin/searchindex.js
 share/nextcloud/core/doc/admin/webhook_listeners/index.html
 share/nextcloud/core/doc/admin/windmill_workflows/index.html
+share/nextcloud/core/doc/user/404.html
 share/nextcloud/core/doc/user/_images/2fa_backupcode_1.png
 share/nextcloud/core/doc/user/_images/2fa_backupcode_2.png
 share/nextcloud/core/doc/user/_images/KAddressBook.png
@@ -22492,6 +21222,7 @@ share/nextcloud/core/doc/user/_images/KO
 share/nextcloud/core/doc/user/_images/KOrganizer_test2.png
 share/nextcloud/core/doc/user/_images/Kalendar_add_calendar.png
 share/nextcloud/core/doc/user/_images/add-participants.png
+share/nextcloud/core/doc/user/_images/add-talk-room.png
 share/nextcloud/core/doc/user/_images/addressbook_name.png
 share/nextcloud/core/doc/user/_images/anonym_click_sharing.png
 share/nextcloud/core/doc/user/_images/anonym_hide_file_listing.png
@@ -22511,9 +21242,14 @@ share/nextcloud/core/doc/user/_images/ap
 share/nextcloud/core/doc/user/_images/appointment_config_limits.png
 share/nextcloud/core/doc/user/_images/appointment_config_options.png
 share/nextcloud/core/doc/user/_images/appointment_new.png
-share/nextcloud/core/doc/user/_images/apps_menu.png
+share/nextcloud/core/doc/user/_images/archived-conversations-button.png
+share/nextcloud/core/doc/user/_images/archived-conversations-list.png
 share/nextcloud/core/doc/user/_images/background-settings-in-call.png
+share/nextcloud/core/doc/user/_images/ban-participant-dialog.png
+share/nextcloud/core/doc/user/_images/ban-participant-list.png
+share/nextcloud/core/doc/user/_images/ban-participant.png
 share/nextcloud/core/doc/user/_images/caldav_availability.png
+share/nextcloud/core/doc/user/_images/calendar-create-event.png
 share/nextcloud/core/doc/user/_images/calendar_accept_advanced_editor.png
 share/nextcloud/core/doc/user/_images/calendar_accept_simple_editor.png
 share/nextcloud/core/doc/user/_images/calendar_adding_attachments.png
@@ -22536,17 +21272,27 @@ share/nextcloud/core/doc/user/_images/ca
 share/nextcloud/core/doc/user/_images/calendar_sharing_2.png
 share/nextcloud/core/doc/user/_images/calendar_transparency.png
 share/nextcloud/core/doc/user/_images/calendar_trash_bin.png
+share/nextcloud/core/doc/user/_images/call-bottom-bar.png
+share/nextcloud/core/doc/user/_images/call-transcription.png
+share/nextcloud/core/doc/user/_images/call-view-toggle-button.png
 share/nextcloud/core/doc/user/_images/cardbook_icon.png
 share/nextcloud/core/doc/user/_images/change-name.png
 share/nextcloud/core/doc/user/_images/change-tag-color.png
 share/nextcloud/core/doc/user/_images/chat-message-menu.png
+share/nextcloud/core/doc/user/_images/chat-search-messages-tab.png
+share/nextcloud/core/doc/user/_images/chat-search-messages.png
+share/nextcloud/core/doc/user/_images/chat-summary-button.png
+share/nextcloud/core/doc/user/_images/chat-summary-text.png
 share/nextcloud/core/doc/user/_images/chat-with-one-user.png
 share/nextcloud/core/doc/user/_images/circle.png
 share/nextcloud/core/doc/user/_images/clear-filter.png
+share/nextcloud/core/doc/user/_images/close-poll.png
 share/nextcloud/core/doc/user/_images/command-help.png
 share/nextcloud/core/doc/user/_images/configure-message-reminder.png
+share/nextcloud/core/doc/user/_images/confirm.png
 share/nextcloud/core/doc/user/_images/contact_bottombar.png
 share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png
+share/nextcloud/core/doc/user/_images/contact_multiselect.png
 share/nextcloud/core/doc/user/_images/contact_new.png
 share/nextcloud/core/doc/user/_images/contact_picture.png
 share/nextcloud/core/doc/user/_images/contact_picture_options.png
@@ -22555,10 +21301,10 @@ share/nextcloud/core/doc/user/_images/co
 share/nextcloud/core/doc/user/_images/contact_view_mode.png
 share/nextcloud/core/doc/user/_images/contacts_empty.png
 share/nextcloud/core/doc/user/_images/contacts_link.png
-share/nextcloud/core/doc/user/_images/contacts_menu.png
-share/nextcloud/core/doc/user/_images/contacts_popup.png
+share/nextcloud/core/doc/user/_images/conversation-notifications.png
 share/nextcloud/core/doc/user/_images/conversation-settings-dialog.png
 share/nextcloud/core/doc/user/_images/create-new-conversation.png
+share/nextcloud/core/doc/user/_images/create-new-poll.png
 share/nextcloud/core/doc/user/_images/create_public_share-6.png
 share/nextcloud/core/doc/user/_images/create_public_share-8.png
 share/nextcloud/core/doc/user/_images/create_public_share-9.png
@@ -22570,6 +21316,7 @@ share/nextcloud/core/doc/user/_images/de
 share/nextcloud/core/doc/user/_images/delete-tag.png
 share/nextcloud/core/doc/user/_images/device-settings-before-call.png
 share/nextcloud/core/doc/user/_images/direct-share-1.png
+share/nextcloud/core/doc/user/_images/download-participants-list.png
 share/nextcloud/core/doc/user/_images/drag-and-drop.png
 share/nextcloud/core/doc/user/_images/editing-document-in-chat-room.png
 share/nextcloud/core/doc/user/_images/emoji-picker.png
@@ -22577,6 +21324,8 @@ share/nextcloud/core/doc/user/_images/en
 share/nextcloud/core/doc/user/_images/encryption1.png
 share/nextcloud/core/doc/user/_images/encryption2.png
 share/nextcloud/core/doc/user/_images/encryption3.png
+share/nextcloud/core/doc/user/_images/event-conversation-list.png
+share/nextcloud/core/doc/user/_images/events-upcoming.png
 share/nextcloud/core/doc/user/_images/explorer_webdav.png
 share/nextcloud/core/doc/user/_images/federation-conversations-list.png
 share/nextcloud/core/doc/user/_images/federation-invite-dialog.png
@@ -22596,16 +21345,29 @@ share/nextcloud/core/doc/user/_images/fi
 share/nextcloud/core/doc/user/_images/files_versions_actions.png
 share/nextcloud/core/doc/user/_images/files_versions_naming.png
 share/nextcloud/core/doc/user/_images/filters-menu.png
+share/nextcloud/core/doc/user/_images/general_settings_folder_context_menu.png
 share/nextcloud/core/doc/user/_images/give-recording-consent-checked.png
-share/nextcloud/core/doc/user/_images/give-recording-consent.png
 share/nextcloud/core/doc/user/_images/gnome-online-accounts.png
 share/nextcloud/core/doc/user/_images/goa-add-nextcloud-account.png
 share/nextcloud/core/doc/user/_images/goa-nextcloud-select.png
+share/nextcloud/core/doc/user/_images/group-public-settings.png
 share/nextcloud/core/doc/user/_images/guest-call-menu.png
+share/nextcloud/core/doc/user/_images/guest-email-invitation.png
+share/nextcloud/core/doc/user/_images/guest-invitation-bulk.png
+share/nextcloud/core/doc/user/_images/guest-invitation-email.png
 share/nextcloud/core/doc/user/_images/guest-room-menu.png
 share/nextcloud/core/doc/user/_images/guest-settings.png
 share/nextcloud/core/doc/user/_images/guest-view.png
 share/nextcloud/core/doc/user/_images/hidden_files.png
+share/nextcloud/core/doc/user/_images/icon-error.png
+share/nextcloud/core/doc/user/_images/icon-information.png
+share/nextcloud/core/doc/user/_images/icon-offline.png
+share/nextcloud/core/doc/user/_images/icon-paused.png
+share/nextcloud/core/doc/user/_images/icon-syncing.png
+share/nextcloud/core/doc/user/_images/icon.png
+share/nextcloud/core/doc/user/_images/ignored_files_editor.png
+share/nextcloud/core/doc/user/_images/import-poll.png
+share/nextcloud/core/doc/user/_images/instant-meeting-dispose.png
 share/nextcloud/core/doc/user/_images/join-call.png
 share/nextcloud/core/doc/user/_images/join-chat.png
 share/nextcloud/core/doc/user/_images/join-open-conversations.png
@@ -22619,6 +21381,11 @@ share/nextcloud/core/doc/user/_images/ma
 share/nextcloud/core/doc/user/_images/macos_2.png
 share/nextcloud/core/doc/user/_images/macos_3.png
 share/nextcloud/core/doc/user/_images/macos_4.png
+share/nextcloud/core/doc/user/_images/macosvfs-file-locking.png
+share/nextcloud/core/doc/user/_images/macosvfs-file-sharing.png
+share/nextcloud/core/doc/user/_images/macosvfs-finder-sidebar.png
+share/nextcloud/core/doc/user/_images/macosvfs-settings.png
+share/nextcloud/core/doc/user/_images/macosvfs-sync-status-icons.png
 share/nextcloud/core/doc/user/_images/mail-composer-indicator.png
 share/nextcloud/core/doc/user/_images/mail-minimize-composer.png
 share/nextcloud/core/doc/user/_images/mail.png
@@ -22627,35 +21394,46 @@ share/nextcloud/core/doc/user/_images/ma
 share/nextcloud/core/doc/user/_images/mail_layout.png
 share/nextcloud/core/doc/user/_images/mail_move-message-to-junk-folder.png
 share/nextcloud/core/doc/user/_images/mail_trash_retention_settings.png
+share/nextcloud/core/doc/user/_images/main_dialog.png
 share/nextcloud/core/doc/user/_images/matterbridge-settings.png
 share/nextcloud/core/doc/user/_images/media-settings.png
 share/nextcloud/core/doc/user/_images/message-editing.png
 share/nextcloud/core/doc/user/_images/message-silent.png
 share/nextcloud/core/doc/user/_images/messages-expiration.png
-share/nextcloud/core/doc/user/_images/multi_sharing.png
 share/nextcloud/core/doc/user/_images/new-mail-account.png
 share/nextcloud/core/doc/user/_images/new-room.png
 share/nextcloud/core/doc/user/_images/new_addressbook.png
 share/nextcloud/core/doc/user/_images/new_calendar.png
+share/nextcloud/core/doc/user/_images/note-to-self.png
 share/nextcloud/core/doc/user/_images/oc_personal_settings_dropdown.png
+share/nextcloud/core/doc/user/_images/one-to-one-extend.png
+share/nextcloud/core/doc/user/_images/one-to-one-out-of-office.png
+share/nextcloud/core/doc/user/_images/one-to-one-right-sidebar.png
 share/nextcloud/core/doc/user/_images/open-settings.png
 share/nextcloud/core/doc/user/_images/osx_webdav1.png
 share/nextcloud/core/doc/user/_images/osx_webdav2.png
 share/nextcloud/core/doc/user/_images/participant-menu.png
 share/nextcloud/core/doc/user/_images/personal_settings.png
+share/nextcloud/core/doc/user/_images/poll-drafts-list.png
 share/nextcloud/core/doc/user/_images/priority-inbox.png
+share/nextcloud/core/doc/user/_images/privacy-settings.png
 share/nextcloud/core/doc/user/_images/projects1.png
 share/nextcloud/core/doc/user/_images/projects2.png
 share/nextcloud/core/doc/user/_images/projects3.png
 share/nextcloud/core/doc/user/_images/projects4.png
 share/nextcloud/core/doc/user/_images/quota1.png
+share/nextcloud/core/doc/user/_images/remove.png
 share/nextcloud/core/doc/user/_images/reply.png
 share/nextcloud/core/doc/user/_images/room_availability.png
+share/nextcloud/core/doc/user/_images/save-poll-draft.png
 share/nextcloud/core/doc/user/_images/scheduled-msg.png
 share/nextcloud/core/doc/user/_images/set-message-reminder.png
 share/nextcloud/core/doc/user/_images/settings_devices.png
 share/nextcloud/core/doc/user/_images/settings_devices_add.png
+share/nextcloud/core/doc/user/_images/settings_general.png
+share/nextcloud/core/doc/user/_images/settings_network.png
 share/nextcloud/core/doc/user/_images/settings_sessions.png
+share/nextcloud/core/doc/user/_images/settingsdialog.png
 share/nextcloud/core/doc/user/_images/share-federation-1.png
 share/nextcloud/core/doc/user/_images/share-federation-2-notification.png
 share/nextcloud/core/doc/user/_images/share-federation-3-public.png
@@ -22663,6 +21441,8 @@ share/nextcloud/core/doc/user/_images/sh
 share/nextcloud/core/doc/user/_images/share-files-in-chat.png
 share/nextcloud/core/doc/user/_images/share-recording-notification.png
 share/nextcloud/core/doc/user/_images/share-screen-with-camera.png
+share/nextcloud/core/doc/user/_images/share_context_menu.png
+share/nextcloud/core/doc/user/_images/share_dialog.png
 share/nextcloud/core/doc/user/_images/shared-items.png
 share/nextcloud/core/doc/user/_images/shared-mailbox-icon.png
 share/nextcloud/core/doc/user/_images/shared-recordings.png
@@ -22674,6 +21454,7 @@ share/nextcloud/core/doc/user/_images/sh
 share/nextcloud/core/doc/user/_images/sharing_public_file.png
 share/nextcloud/core/doc/user/_images/sharing_public_folder.png
 share/nextcloud/core/doc/user/_images/sidebar-chat.png
+share/nextcloud/core/doc/user/_images/smart-picker.png
 share/nextcloud/core/doc/user/_images/start-recording-before-call.png
 share/nextcloud/core/doc/user/_images/start-recording-in-call.png
 share/nextcloud/core/doc/user/_images/stop-recording.png
@@ -22683,20 +21464,38 @@ share/nextcloud/core/doc/user/_images/ta
 share/nextcloud/core/doc/user/_images/talk-breakout-rooms-sidebar-header.png
 share/nextcloud/core/doc/user/_images/talk-breakout-rooms-sidebar-item.png
 share/nextcloud/core/doc/user/_images/talk-breakout-rooms-sidebar.png
+share/nextcloud/core/doc/user/_images/talk-compact-view.png
+share/nextcloud/core/doc/user/_images/talk-dashboard.png
 share/nextcloud/core/doc/user/_images/talk-grid-view.png
 share/nextcloud/core/doc/user/_images/talk-promoted-view.png
+share/nextcloud/core/doc/user/_images/talk-schedule-meeting.png
 share/nextcloud/core/doc/user/_images/talk-settings.png
 share/nextcloud/core/doc/user/_images/talk-upload-files.png
 share/nextcloud/core/doc/user/_images/text-and-talk.png
+share/nextcloud/core/doc/user/_images/thread-create-action.png
+share/nextcloud/core/doc/user/_images/thread-edit-title.png
+share/nextcloud/core/doc/user/_images/thread-example.png
+share/nextcloud/core/doc/user/_images/thread-notifications.png
+share/nextcloud/core/doc/user/_images/threads-followed.png
+share/nextcloud/core/doc/user/_images/threads-list-shared-items.png
 share/nextcloud/core/doc/user/_images/totp_enable.png
 share/nextcloud/core/doc/user/_images/totp_login_1.png
 share/nextcloud/core/doc/user/_images/totp_login_2.png
 share/nextcloud/core/doc/user/_images/transfer_ownership-accept.png
+share/nextcloud/core/doc/user/_images/traymenu.png
+share/nextcloud/core/doc/user/_images/user_status-selector_dialog.png
+share/nextcloud/core/doc/user/_images/user_status_selector_main_dialog.png
 share/nextcloud/core/doc/user/_images/userdata-scope.png
+share/nextcloud/core/doc/user/_images/userdata-visibility-toggle.png
+share/nextcloud/core/doc/user/_images/userdata-visibility.png
 share/nextcloud/core/doc/user/_images/users-files.png
 share/nextcloud/core/doc/user/_images/video_player_2.png
-share/nextcloud/core/doc/user/_images/webdav_dolphin.png
 share/nextcloud/core/doc/user/_images/webdav_gnome3_nautilus.png
+share/nextcloud/core/doc/user/_images/wizard.png
+share/nextcloud/core/doc/user/_images/wizard_advanced.png
+share/nextcloud/core/doc/user/_images/wizard_flow2.png
+share/nextcloud/core/doc/user/_images/wizard_setup.png
+share/nextcloud/core/doc/user/_images/wizard_welcome.png
 share/nextcloud/core/doc/user/_static/_sphinx_javascript_frameworks_compat.js
 share/nextcloud/core/doc/user/_static/basic.css
 share/nextcloud/core/doc/user/_static/check-solid.svg
@@ -22734,11 +21533,34 @@ share/nextcloud/core/doc/user/_static/da
 share/nextcloud/core/doc/user/_static/doctools.js
 share/nextcloud/core/doc/user/_static/documentation_options.js
 share/nextcloud/core/doc/user/_static/file.png
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bold.woff2
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-bolditalic.woff2
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-italic.woff2
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.eot
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff
+share/nextcloud/core/doc/user/_static/fonts/Lato/lato-regular.woff2
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
+share/nextcloud/core/doc/user/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
 share/nextcloud/core/doc/user/_static/jquery.js
 share/nextcloud/core/doc/user/_static/js/badge_only.js
-share/nextcloud/core/doc/user/_static/js/html5shiv-printshiv.min.js
-share/nextcloud/core/doc/user/_static/js/html5shiv.min.js
 share/nextcloud/core/doc/user/_static/js/theme.js
+share/nextcloud/core/doc/user/_static/js/versions.js
 share/nextcloud/core/doc/user/_static/language_data.js
 share/nextcloud/core/doc/user/_static/logo-blue.pdf
 share/nextcloud/core/doc/user/_static/logo-blue.png
@@ -22760,6 +21582,14 @@ share/nextcloud/core/doc/user/_static/so
 share/nextcloud/core/doc/user/_static/social/youtube.svg
 share/nextcloud/core/doc/user/_static/sphinx_highlight.js
 share/nextcloud/core/doc/user/contents.html
+share/nextcloud/core/doc/user/desktop/autoupdate.html
+share/nextcloud/core/doc/user/desktop/conflicts.html
+share/nextcloud/core/doc/user/desktop/faq.html
+share/nextcloud/core/doc/user/desktop/index.html
+share/nextcloud/core/doc/user/desktop/installation.html
+share/nextcloud/core/doc/user/desktop/macosvfs.html
+share/nextcloud/core/doc/user/desktop/updatechannel.html
+share/nextcloud/core/doc/user/desktop/usage.html
 share/nextcloud/core/doc/user/external_storage/external_storage.html
 share/nextcloud/core/doc/user/external_storage/index.html
 share/nextcloud/core/doc/user/files/access_webdav.html
@@ -22802,8 +21632,6 @@ share/nextcloud/core/doc/user/universal_
 share/nextcloud/core/doc/user/user_2fa.html
 share/nextcloud/core/doc/user/userpreferences.html
 share/nextcloud/core/doc/user/webinterface.html
-share/nextcloud/core/doc/user/whats_new.html
-share/nextcloud/core/fonts/LICENSE_OFL.txt
 share/nextcloud/core/fonts/NotoSans-Bold-cyrillic-ext.woff2
 share/nextcloud/core/fonts/NotoSans-Bold-cyrillic.woff2
 share/nextcloud/core/fonts/NotoSans-Bold-devanagari.woff2
@@ -22822,6 +21650,11 @@ share/nextcloud/core/fonts/NotoSans-Regu
 share/nextcloud/core/fonts/NotoSans-Regular-latin.woff2
 share/nextcloud/core/fonts/NotoSans-Regular-vietnamese.woff2
 share/nextcloud/core/fonts/NotoSans-Regular.ttf
+share/nextcloud/core/fonts/NotoSansHK-Regular.ttf
+share/nextcloud/core/fonts/NotoSansJP-Regular.ttf
+share/nextcloud/core/fonts/NotoSansKR-Regular.ttf
+share/nextcloud/core/fonts/NotoSansSC-Regular.ttf
+share/nextcloud/core/fonts/NotoSansTC-Regular.ttf
 share/nextcloud/core/img/actions/add-folder-description.svg
 share/nextcloud/core/img/actions/add.svg
 share/nextcloud/core/img/actions/address.png
@@ -22831,6 +21664,7 @@ share/nextcloud/core/img/actions/arrow-l
 share/nextcloud/core/img/actions/arrow-right.svg
 share/nextcloud/core/img/actions/audio-off.svg
 share/nextcloud/core/img/actions/audio.svg
+share/nextcloud/core/img/actions/bluesky.svg
 share/nextcloud/core/img/actions/caret-white.svg
 share/nextcloud/core/img/actions/caret.svg
 share/nextcloud/core/img/actions/change.svg
@@ -22943,6 +21777,7 @@ share/nextcloud/core/img/apps/richdocume
 share/nextcloud/core/img/apps/richdocumentscode.svg
 share/nextcloud/core/img/apps/spreed.svg
 share/nextcloud/core/img/appstore.svg
+share/nextcloud/core/img/bluesky.svg
 share/nextcloud/core/img/breadcrumb.svg
 share/nextcloud/core/img/caldav/attendees.png
 share/nextcloud/core/img/caldav/attendees.svg
@@ -23060,10 +21895,8 @@ share/nextcloud/core/js/login/grant.js
 share/nextcloud/core/js/merged-template-prepend.json
 share/nextcloud/core/js/mimetype.js
 share/nextcloud/core/js/mimetypelist.js
-share/nextcloud/core/js/public/publicpage.js
 share/nextcloud/core/js/publicshareauth.js
 share/nextcloud/core/js/select2-toggleselect.js
-share/nextcloud/core/js/setupchecks.js
 share/nextcloud/core/js/tests/html-domparser.js
 share/nextcloud/core/js/tests/specHelper.js
 share/nextcloud/core/js/tests/specs/coreSpec.js
@@ -23075,7 +21908,6 @@ share/nextcloud/core/js/tests/specs/l10n
 share/nextcloud/core/js/tests/specs/mimeTypeSpec.js
 share/nextcloud/core/js/tests/specs/oc-backbone-webdavSpec.js
 share/nextcloud/core/js/tests/specs/public/commentsSpec.js
-share/nextcloud/core/js/tests/specs/setupchecksSpec.js
 share/nextcloud/core/js/tests/specs/systemtags/systemtagsSpec.js
 share/nextcloud/core/js/tests/specs/systemtags/systemtagscollectionSpec.js
 share/nextcloud/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js
@@ -23194,6 +22026,8 @@ share/nextcloud/core/l10n/zh_HK.js
 share/nextcloud/core/l10n/zh_HK.json
 share/nextcloud/core/l10n/zh_TW.js
 share/nextcloud/core/l10n/zh_TW.json
+share/nextcloud/core/openapi-administration.json
+share/nextcloud/core/openapi-administration.json.license
 share/nextcloud/core/openapi-ex_app.json
 share/nextcloud/core/openapi-ex_app.json.license
 share/nextcloud/core/openapi-full.json
@@ -23228,46 +22062,54 @@ share/nextcloud/core/skeleton/Templates/
 share/nextcloud/core/skeleton/Templates/Business model canvas.odg
 share/nextcloud/core/skeleton/Templates/Business model canvas.ods
 share/nextcloud/core/skeleton/Templates/Business model canvas.whiteboard
+share/nextcloud/core/skeleton/Templates/Calendar.odt
+share/nextcloud/core/skeleton/Templates/Certificate.odt
+share/nextcloud/core/skeleton/Templates/Checklist.ods
 share/nextcloud/core/skeleton/Templates/Diagram & table.ods
+share/nextcloud/core/skeleton/Templates/Ecosystem.odp
 share/nextcloud/core/skeleton/Templates/Elegant.odp
 share/nextcloud/core/skeleton/Templates/Expense report.ods
 share/nextcloud/core/skeleton/Templates/Flowchart.odg
 share/nextcloud/core/skeleton/Templates/Flowchart.whiteboard
 share/nextcloud/core/skeleton/Templates/Gotong royong.odp
 share/nextcloud/core/skeleton/Templates/Impact effort.whiteboard
+share/nextcloud/core/skeleton/Templates/Invoice.ods
 share/nextcloud/core/skeleton/Templates/Invoice.odt
 share/nextcloud/core/skeleton/Templates/Kanban board.whiteboard
 share/nextcloud/core/skeleton/Templates/Letter.odt
 share/nextcloud/core/skeleton/Templates/Meeting agenda.whiteboard
 share/nextcloud/core/skeleton/Templates/Meeting notes.md
+share/nextcloud/core/skeleton/Templates/Menu.odt
 share/nextcloud/core/skeleton/Templates/Mind map.whiteboard
 share/nextcloud/core/skeleton/Templates/Mindmap.odg
 share/nextcloud/core/skeleton/Templates/Modern company.odp
 share/nextcloud/core/skeleton/Templates/Mother's day.odt
+share/nextcloud/core/skeleton/Templates/Nostalgia.odp
+share/nextcloud/core/skeleton/Templates/Onboarding.odp
 share/nextcloud/core/skeleton/Templates/Org chart.odg
 share/nextcloud/core/skeleton/Templates/Party invitation.odt
 share/nextcloud/core/skeleton/Templates/Photo book.odt
+share/nextcloud/core/skeleton/Templates/Pitch deck.odp
 share/nextcloud/core/skeleton/Templates/Product plan.md
 share/nextcloud/core/skeleton/Templates/Readme.md
+share/nextcloud/core/skeleton/Templates/Report.odt
 share/nextcloud/core/skeleton/Templates/Resume.odt
+share/nextcloud/core/skeleton/Templates/Security.odp
 share/nextcloud/core/skeleton/Templates/Simple.odp
 share/nextcloud/core/skeleton/Templates/Sticky notes.whiteboard
 share/nextcloud/core/skeleton/Templates/Syllabus.odt
 share/nextcloud/core/skeleton/Templates/Timeline.whiteboard
 share/nextcloud/core/skeleton/Templates/Timesheet.ods
+share/nextcloud/core/skeleton/Templates/Triangle.odp
 share/nextcloud/core/skeleton/Templates/Venn diagram.whiteboard
 share/nextcloud/core/skeleton/Templates/Yellow idea.odp
 share/nextcloud/core/strings.php
 share/nextcloud/core/templates/403.php
-share/nextcloud/core/templates/404-profile.php
 share/nextcloud/core/templates/404.php
 share/nextcloud/core/templates/429.php
 share/nextcloud/core/templates/confirmation.php
 share/nextcloud/core/templates/error.php
 share/nextcloud/core/templates/exception.php
-share/nextcloud/core/templates/filetemplates/template.odp
-share/nextcloud/core/templates/filetemplates/template.ods
-share/nextcloud/core/templates/filetemplates/template.odt
 share/nextcloud/core/templates/installation.php
 share/nextcloud/core/templates/installation_forbidden.php
 share/nextcloud/core/templates/installation_incomplete.php
@@ -23277,6 +22119,7 @@ share/nextcloud/core/templates/layout.in
 share/nextcloud/core/templates/layout.noscript.warning.php
 share/nextcloud/core/templates/layout.public.php
 share/nextcloud/core/templates/layout.user.php
+share/nextcloud/core/templates/legacy/fileexists.html
 share/nextcloud/core/templates/login.php
 share/nextcloud/core/templates/loginflow/authpicker.php
 share/nextcloud/core/templates/loginflow/grant.php
@@ -23285,7 +22128,6 @@ share/nextcloud/core/templates/loginflow
 share/nextcloud/core/templates/loginflowv2/grant.php
 share/nextcloud/core/templates/print_exception.php
 share/nextcloud/core/templates/print_xml_exception.php
-share/nextcloud/core/templates/profile.php
 share/nextcloud/core/templates/publicshareauth.php
 share/nextcloud/core/templates/recommendedapps.php
 share/nextcloud/core/templates/success.php
@@ -23304,52 +22146,56 @@ share/nextcloud/core/vendor/.gitignore
 share/nextcloud/core/vendor/zxcvbn/LICENSE.txt
 share/nextcloud/core/vendor/zxcvbn/dist/zxcvbn.js
 share/nextcloud/cron.php
-share/nextcloud/dist/1521-1521.js
-share/nextcloud/dist/1521-1521.js.license
-share/nextcloud/dist/1521-1521.js.map
-share/nextcloud/dist/1521-1521.js.map.license
-share/nextcloud/dist/1642-1642.js
-share/nextcloud/dist/1642-1642.js.license
-share/nextcloud/dist/1642-1642.js.map
-share/nextcloud/dist/1642-1642.js.map.license
-share/nextcloud/dist/1656-1656.js
-share/nextcloud/dist/1656-1656.js.license
-share/nextcloud/dist/1656-1656.js.map
-share/nextcloud/dist/1656-1656.js.map.license
-share/nextcloud/dist/2142-2142.js
-share/nextcloud/dist/2142-2142.js.license
-share/nextcloud/dist/2142-2142.js.map
-share/nextcloud/dist/2142-2142.js.map.license
-share/nextcloud/dist/2452-2452.js
-share/nextcloud/dist/2452-2452.js.license
-share/nextcloud/dist/2452-2452.js.map
-share/nextcloud/dist/2452-2452.js.map.license
-share/nextcloud/dist/3485-3485.js
-share/nextcloud/dist/3485-3485.js.license
-share/nextcloud/dist/3485-3485.js.map
-share/nextcloud/dist/3485-3485.js.map.license
+share/nextcloud/dist/1023-1023.js
+share/nextcloud/dist/1023-1023.js.license
+share/nextcloud/dist/1023-1023.js.map
+share/nextcloud/dist/1023-1023.js.map.license
+share/nextcloud/dist/2236-2236.js
+share/nextcloud/dist/2236-2236.js.license
+share/nextcloud/dist/2236-2236.js.map
+share/nextcloud/dist/2236-2236.js.map.license
+share/nextcloud/dist/23-23.js
+share/nextcloud/dist/23-23.js.license
+share/nextcloud/dist/23-23.js.map
+share/nextcloud/dist/23-23.js.map.license
+share/nextcloud/dist/2357-2357.js
+share/nextcloud/dist/2357-2357.js.license
+share/nextcloud/dist/2357-2357.js.map
+share/nextcloud/dist/2357-2357.js.map.license
+share/nextcloud/dist/3564-3564.js
+share/nextcloud/dist/3564-3564.js.license
+share/nextcloud/dist/3564-3564.js.map
+share/nextcloud/dist/3564-3564.js.map.license
 share/nextcloud/dist/3920-3920.js
 share/nextcloud/dist/3920-3920.js.license
 share/nextcloud/dist/3920-3920.js.map
 share/nextcloud/dist/3920-3920.js.map.license
-share/nextcloud/dist/4013-4013.js
-share/nextcloud/dist/4013-4013.js.license
-share/nextcloud/dist/4013-4013.js.map
-share/nextcloud/dist/4013-4013.js.map.license
-share/nextcloud/dist/4057-4057.js
-share/nextcloud/dist/4057-4057.js.license
-share/nextcloud/dist/4057-4057.js.map
-share/nextcloud/dist/4057-4057.js.map.license
-share/nextcloud/dist/5085-5085.js
-share/nextcloud/dist/5085-5085.js.license
-share/nextcloud/dist/5085-5085.js.map
-share/nextcloud/dist/5085-5085.js.map.license
-share/nextcloud/dist/5528-5528.js
-share/nextcloud/dist/5528-5528.js.license
-share/nextcloud/dist/5771-5771.js
-share/nextcloud/dist/5771-5771.js.license
-share/nextcloud/dist/5771-5771.js.map
-share/nextcloud/dist/5771-5771.js.map.license
+share/nextcloud/dist/4040-4040.js
+share/nextcloud/dist/4040-4040.js.license
+share/nextcloud/dist/4040-4040.js.map
+share/nextcloud/dist/4040-4040.js.map.license
+share/nextcloud/dist/4508-4508.js
+share/nextcloud/dist/4508-4508.js.license
+share/nextcloud/dist/459-459.js
+share/nextcloud/dist/459-459.js.license
+share/nextcloud/dist/459-459.js.map
+share/nextcloud/dist/459-459.js.map.license
+share/nextcloud/dist/4965-4965.js
+share/nextcloud/dist/4965-4965.js.license
+share/nextcloud/dist/4965-4965.js.map
+share/nextcloud/dist/4965-4965.js.map.license
+share/nextcloud/dist/5258-5258.js
+share/nextcloud/dist/5258-5258.js.license
+share/nextcloud/dist/5258-5258.js.map
+share/nextcloud/dist/5258-5258.js.map.license
+share/nextcloud/dist/5810-5810.js
+share/nextcloud/dist/5810-5810.js.license
+share/nextcloud/dist/5810-5810.js.map
+share/nextcloud/dist/5810-5810.js.map.license
+share/nextcloud/dist/5819-5819.js
+share/nextcloud/dist/5819-5819.js.license
+share/nextcloud/dist/5819-5819.js.map
+share/nextcloud/dist/5819-5819.js.map.license
 share/nextcloud/dist/5862-5862.js
 share/nextcloud/dist/5862-5862.js.license
 share/nextcloud/dist/5862-5862.js.map
@@ -23358,28 +22204,36 @@ share/nextcloud/dist/640-640.js
 share/nextcloud/dist/640-640.js.license
 share/nextcloud/dist/640-640.js.map
 share/nextcloud/dist/640-640.js.map.license
-share/nextcloud/dist/702-702.js
-share/nextcloud/dist/702-702.js.license
-share/nextcloud/dist/702-702.js.map
-share/nextcloud/dist/702-702.js.map.license
-share/nextcloud/dist/7265-7265.js
-share/nextcloud/dist/7265-7265.js.license
-share/nextcloud/dist/7265-7265.js.map
-share/nextcloud/dist/7265-7265.js.map.license
-share/nextcloud/dist/7367-7367.js
-share/nextcloud/dist/7367-7367.js.license
-share/nextcloud/dist/7367-7367.js.map
-share/nextcloud/dist/7367-7367.js.map.license
+share/nextcloud/dist/6590-6590.js
+share/nextcloud/dist/6590-6590.js.license
+share/nextcloud/dist/6590-6590.js.map
+share/nextcloud/dist/6590-6590.js.map.license
+share/nextcloud/dist/6916-6916.js
+share/nextcloud/dist/6916-6916.js.license
+share/nextcloud/dist/6916-6916.js.map
+share/nextcloud/dist/6916-6916.js.map.license
+share/nextcloud/dist/7383-7383.js
+share/nextcloud/dist/7383-7383.js.license
+share/nextcloud/dist/7383-7383.js.map
+share/nextcloud/dist/7383-7383.js.map.license
+share/nextcloud/dist/7457-7457.js
+share/nextcloud/dist/7457-7457.js.license
+share/nextcloud/dist/7457-7457.js.map
+share/nextcloud/dist/7457-7457.js.map.license
 share/nextcloud/dist/7462-7462.js
 share/nextcloud/dist/7462-7462.js.license
 share/nextcloud/dist/7462-7462.js.map
 share/nextcloud/dist/7462-7462.js.map.license
 share/nextcloud/dist/7471-7471.js
 share/nextcloud/dist/7471-7471.js.license
-share/nextcloud/dist/7508-7508.js
-share/nextcloud/dist/7508-7508.js.license
-share/nextcloud/dist/7508-7508.js.map
-share/nextcloud/dist/7508-7508.js.map.license
+share/nextcloud/dist/780-780.js
+share/nextcloud/dist/780-780.js.license
+share/nextcloud/dist/780-780.js.map
+share/nextcloud/dist/780-780.js.map.license
+share/nextcloud/dist/7807-7807.js
+share/nextcloud/dist/7807-7807.js.license
+share/nextcloud/dist/7807-7807.js.map
+share/nextcloud/dist/7807-7807.js.map.license
 share/nextcloud/dist/7883-7883.js
 share/nextcloud/dist/7883-7883.js.license
 share/nextcloud/dist/7883-7883.js.map
@@ -23388,10 +22242,6 @@ share/nextcloud/dist/8057-8057.js
 share/nextcloud/dist/8057-8057.js.license
 share/nextcloud/dist/8057-8057.js.map
 share/nextcloud/dist/8057-8057.js.map.license
-share/nextcloud/dist/8158-8158.js
-share/nextcloud/dist/8158-8158.js.license
-share/nextcloud/dist/8158-8158.js.map
-share/nextcloud/dist/8158-8158.js.map.license
 share/nextcloud/dist/857-857.js
 share/nextcloud/dist/857-857.js.license
 share/nextcloud/dist/857-857.js.map
@@ -23400,6 +22250,22 @@ share/nextcloud/dist/8737-8737.js
 share/nextcloud/dist/8737-8737.js.license
 share/nextcloud/dist/8737-8737.js.map
 share/nextcloud/dist/8737-8737.js.map.license
+share/nextcloud/dist/9107-9107.js
+share/nextcloud/dist/9107-9107.js.license
+share/nextcloud/dist/9107-9107.js.map
+share/nextcloud/dist/9107-9107.js.map.license
+share/nextcloud/dist/9167-9167.js
+share/nextcloud/dist/9167-9167.js.license
+share/nextcloud/dist/9167-9167.js.map
+share/nextcloud/dist/9167-9167.js.map.license
+share/nextcloud/dist/9293-9293.js
+share/nextcloud/dist/9293-9293.js.license
+share/nextcloud/dist/9293-9293.js.map
+share/nextcloud/dist/9293-9293.js.map.license
+share/nextcloud/dist/9491-9491.js
+share/nextcloud/dist/9491-9491.js.license
+share/nextcloud/dist/9491-9491.js.map
+share/nextcloud/dist/9491-9491.js.map.license
 share/nextcloud/dist/comments-comments-app.js
 share/nextcloud/dist/comments-comments-app.js.license
 share/nextcloud/dist/comments-comments-app.js.map
@@ -23448,10 +22314,14 @@ share/nextcloud/dist/core-maintenance.js
 share/nextcloud/dist/core-maintenance.js.license
 share/nextcloud/dist/core-maintenance.js.map
 share/nextcloud/dist/core-maintenance.js.map.license
-share/nextcloud/dist/core-profile.js
-share/nextcloud/dist/core-profile.js.license
-share/nextcloud/dist/core-profile.js.map
-share/nextcloud/dist/core-profile.js.map.license
+share/nextcloud/dist/core-public-page-menu.js
+share/nextcloud/dist/core-public-page-menu.js.license
+share/nextcloud/dist/core-public-page-menu.js.map
+share/nextcloud/dist/core-public-page-menu.js.map.license
+share/nextcloud/dist/core-public-page-user-menu.js
+share/nextcloud/dist/core-public-page-user-menu.js.license
+share/nextcloud/dist/core-public-page-user-menu.js.map
+share/nextcloud/dist/core-public-page-user-menu.js.map.license
 share/nextcloud/dist/core-public.js
 share/nextcloud/dist/core-public.js.license
 share/nextcloud/dist/core-public.js.map
@@ -23488,6 +22358,10 @@ share/nextcloud/dist/dav-settings-admin-
 share/nextcloud/dist/dav-settings-admin-caldav.js.license
 share/nextcloud/dist/dav-settings-admin-caldav.js.map
 share/nextcloud/dist/dav-settings-admin-caldav.js.map.license
+share/nextcloud/dist/dav-settings-example-content.js
+share/nextcloud/dist/dav-settings-example-content.js.license
+share/nextcloud/dist/dav-settings-example-content.js.map
+share/nextcloud/dist/dav-settings-example-content.js.map.license
 share/nextcloud/dist/dav-settings-personal-availability.js
 share/nextcloud/dist/dav-settings-personal-availability.js.license
 share/nextcloud/dist/dav-settings-personal-availability.js.map
@@ -23520,6 +22394,10 @@ share/nextcloud/dist/files-search.js
 share/nextcloud/dist/files-search.js.license
 share/nextcloud/dist/files-search.js.map
 share/nextcloud/dist/files-search.js.map.license
+share/nextcloud/dist/files-settings-admin.js
+share/nextcloud/dist/files-settings-admin.js.license
+share/nextcloud/dist/files-settings-admin.js.map
+share/nextcloud/dist/files-settings-admin.js.map.license
 share/nextcloud/dist/files-settings-personal.js
 share/nextcloud/dist/files-settings-personal.js.license
 share/nextcloud/dist/files-settings-personal.js.map
@@ -23552,6 +22430,10 @@ share/nextcloud/dist/files_sharing-files
 share/nextcloud/dist/files_sharing-files_sharing_tab.js.license
 share/nextcloud/dist/files_sharing-files_sharing_tab.js.map
 share/nextcloud/dist/files_sharing-files_sharing_tab.js.map.license
+share/nextcloud/dist/files_sharing-init-public.js
+share/nextcloud/dist/files_sharing-init-public.js.license
+share/nextcloud/dist/files_sharing-init-public.js.map
+share/nextcloud/dist/files_sharing-init-public.js.map.license
 share/nextcloud/dist/files_sharing-init.js
 share/nextcloud/dist/files_sharing-init.js.license
 share/nextcloud/dist/files_sharing-init.js.map
@@ -23564,10 +22446,10 @@ share/nextcloud/dist/files_sharing-perso
 share/nextcloud/dist/files_sharing-personal-settings.js.license
 share/nextcloud/dist/files_sharing-personal-settings.js.map
 share/nextcloud/dist/files_sharing-personal-settings.js.map.license
-share/nextcloud/dist/files_sharing-public-file-request.js
-share/nextcloud/dist/files_sharing-public-file-request.js.license
-share/nextcloud/dist/files_sharing-public-file-request.js.map
-share/nextcloud/dist/files_sharing-public-file-request.js.map.license
+share/nextcloud/dist/files_sharing-public-nickname-handler.js
+share/nextcloud/dist/files_sharing-public-nickname-handler.js.license
+share/nextcloud/dist/files_sharing-public-nickname-handler.js.map
+share/nextcloud/dist/files_sharing-public-nickname-handler.js.map.license
 share/nextcloud/dist/files_trashbin-init.js
 share/nextcloud/dist/files_trashbin-init.js.license
 share/nextcloud/dist/files_trashbin-init.js.map
@@ -23582,6 +22464,10 @@ share/nextcloud/dist/oauth2-oauth2.js.li
 share/nextcloud/dist/oauth2-oauth2.js.map
 share/nextcloud/dist/oauth2-oauth2.js.map.license
 share/nextcloud/dist/preview-service-worker.js
+share/nextcloud/dist/profile-main.js
+share/nextcloud/dist/profile-main.js.license
+share/nextcloud/dist/profile-main.js.map
+share/nextcloud/dist/profile-main.js.map.license
 share/nextcloud/dist/settings-apps-view-4529.js
 share/nextcloud/dist/settings-apps-view-4529.js.license
 share/nextcloud/dist/settings-apps-view-4529.js.map
@@ -23614,10 +22500,18 @@ share/nextcloud/dist/settings-vue-settin
 share/nextcloud/dist/settings-vue-settings-admin-delegation.js.license
 share/nextcloud/dist/settings-vue-settings-admin-delegation.js.map
 share/nextcloud/dist/settings-vue-settings-admin-delegation.js.map.license
+share/nextcloud/dist/settings-vue-settings-admin-overview.js
+share/nextcloud/dist/settings-vue-settings-admin-overview.js.license
+share/nextcloud/dist/settings-vue-settings-admin-overview.js.map
+share/nextcloud/dist/settings-vue-settings-admin-overview.js.map.license
 share/nextcloud/dist/settings-vue-settings-admin-security.js
 share/nextcloud/dist/settings-vue-settings-admin-security.js.license
 share/nextcloud/dist/settings-vue-settings-admin-security.js.map
 share/nextcloud/dist/settings-vue-settings-admin-security.js.map.license
+share/nextcloud/dist/settings-vue-settings-admin-settings-presets.js
+share/nextcloud/dist/settings-vue-settings-admin-settings-presets.js.license
+share/nextcloud/dist/settings-vue-settings-admin-settings-presets.js.map
+share/nextcloud/dist/settings-vue-settings-admin-settings-presets.js.map.license
 share/nextcloud/dist/settings-vue-settings-admin-sharing.js
 share/nextcloud/dist/settings-vue-settings-admin-sharing.js.license
 share/nextcloud/dist/settings-vue-settings-admin-sharing.js.map
@@ -23674,6 +22568,10 @@ share/nextcloud/dist/updatenotification-
 share/nextcloud/dist/updatenotification-init.js.license
 share/nextcloud/dist/updatenotification-init.js.map
 share/nextcloud/dist/updatenotification-init.js.map.license
+share/nextcloud/dist/updatenotification-update-notification-legacy.js
+share/nextcloud/dist/updatenotification-update-notification-legacy.js.license
+share/nextcloud/dist/updatenotification-update-notification-legacy.js.map
+share/nextcloud/dist/updatenotification-update-notification-legacy.js.map.license
 share/nextcloud/dist/updatenotification-updatenotification.js
 share/nextcloud/dist/updatenotification-updatenotification.js.license
 share/nextcloud/dist/updatenotification-updatenotification.js.map
@@ -23700,7 +22598,6 @@ share/nextcloud/dist/workflowengine-work
 share/nextcloud/dist/workflowengine-workflowengine.js.map.license
 share/nextcloud/index.html
 share/nextcloud/index.php
-share/nextcloud/lib/autoloader.php
 share/nextcloud/lib/base.php
 share/nextcloud/lib/composer/autoload.php
 share/nextcloud/lib/composer/composer/ClassLoader.php
@@ -23941,6 +22838,7 @@ share/nextcloud/lib/private/Activity/Eve
 share/nextcloud/lib/private/Activity/Manager.php
 share/nextcloud/lib/private/AllConfig.php
 share/nextcloud/lib/private/App/AppManager.php
+share/nextcloud/lib/private/App/AppStore/AppNotFoundException.php
 share/nextcloud/lib/private/App/AppStore/Bundles/Bundle.php
 share/nextcloud/lib/private/App/AppStore/Bundles/BundleFetcher.php
 share/nextcloud/lib/private/App/AppStore/Bundles/EducationBundle.php
@@ -23980,7 +22878,6 @@ share/nextcloud/lib/private/AppFramework
 share/nextcloud/lib/private/AppFramework/Http/Output.php
 share/nextcloud/lib/private/AppFramework/Http/Request.php
 share/nextcloud/lib/private/AppFramework/Http/RequestId.php
-share/nextcloud/lib/private/AppFramework/Logger.php
 share/nextcloud/lib/private/AppFramework/Middleware/AdditionalScriptsMiddleware.php
 share/nextcloud/lib/private/AppFramework/Middleware/CompressionMiddleware.php
 share/nextcloud/lib/private/AppFramework/Middleware/FlowV2EphemeralSessionsMiddleware.php
@@ -24014,7 +22911,6 @@ share/nextcloud/lib/private/AppFramework
 share/nextcloud/lib/private/AppFramework/OCS/V1Response.php
 share/nextcloud/lib/private/AppFramework/OCS/V2Response.php
 share/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php
-share/nextcloud/lib/private/AppFramework/Routing/RouteConfig.php
 share/nextcloud/lib/private/AppFramework/Routing/RouteParser.php
 share/nextcloud/lib/private/AppFramework/ScopedPsrLogger.php
 share/nextcloud/lib/private/AppFramework/Services/AppConfig.php
@@ -24057,7 +22953,6 @@ share/nextcloud/lib/private/Authenticati
 share/nextcloud/lib/private/Authentication/Login/ClearLostPasswordTokensCommand.php
 share/nextcloud/lib/private/Authentication/Login/CompleteLoginCommand.php
 share/nextcloud/lib/private/Authentication/Login/CreateSessionTokenCommand.php
-share/nextcloud/lib/private/Authentication/Login/EmailLoginCommand.php
 share/nextcloud/lib/private/Authentication/Login/FinishRememberedLoginCommand.php
 share/nextcloud/lib/private/Authentication/Login/FlowV2EphemeralSessionsCommand.php
 share/nextcloud/lib/private/Authentication/Login/LoggedInCheckCommand.php
@@ -24107,6 +23002,8 @@ share/nextcloud/lib/private/Blurhash/Lis
 share/nextcloud/lib/private/Broadcast/Events/BroadcastEvent.php
 share/nextcloud/lib/private/Cache/CappedMemoryCache.php
 share/nextcloud/lib/private/Cache/File.php
+share/nextcloud/lib/private/Calendar/AvailabilityResult.php
+share/nextcloud/lib/private/Calendar/CalendarEventBuilder.php
 share/nextcloud/lib/private/Calendar/CalendarQuery.php
 share/nextcloud/lib/private/Calendar/Manager.php
 share/nextcloud/lib/private/Calendar/Resource/Manager.php
@@ -24144,6 +23041,9 @@ share/nextcloud/lib/private/Comments/Com
 share/nextcloud/lib/private/Comments/Manager.php
 share/nextcloud/lib/private/Comments/ManagerFactory.php
 share/nextcloud/lib/private/Config.php
+share/nextcloud/lib/private/Config/ConfigManager.php
+share/nextcloud/lib/private/Config/PresetManager.php
+share/nextcloud/lib/private/Config/UserConfig.php
 share/nextcloud/lib/private/Console/Application.php
 share/nextcloud/lib/private/Console/TimestampFormatter.php
 share/nextcloud/lib/private/Contacts/ContactsMenu/ActionFactory.php
@@ -24156,6 +23056,7 @@ share/nextcloud/lib/private/Contacts/Con
 share/nextcloud/lib/private/Contacts/ContactsMenu/Providers/LocalTimeProvider.php
 share/nextcloud/lib/private/Contacts/ContactsMenu/Providers/ProfileProvider.php
 share/nextcloud/lib/private/ContactsManager.php
+share/nextcloud/lib/private/ContextChat/ContentManager.php
 share/nextcloud/lib/private/DB/Adapter.php
 share/nextcloud/lib/private/DB/AdapterMySQL.php
 share/nextcloud/lib/private/DB/AdapterOCI8.php
@@ -24231,6 +23132,7 @@ share/nextcloud/lib/private/DirectEditin
 share/nextcloud/lib/private/DirectEditing/Token.php
 share/nextcloud/lib/private/EmojiHelper.php
 share/nextcloud/lib/private/Encryption/DecryptAll.php
+share/nextcloud/lib/private/Encryption/EncryptionEventListener.php
 share/nextcloud/lib/private/Encryption/EncryptionWrapper.php
 share/nextcloud/lib/private/Encryption/Exceptions/DecryptionFailedException.php
 share/nextcloud/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php
@@ -24241,7 +23143,6 @@ share/nextcloud/lib/private/Encryption/E
 share/nextcloud/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php
 share/nextcloud/lib/private/Encryption/Exceptions/UnknownCipherException.php
 share/nextcloud/lib/private/Encryption/File.php
-share/nextcloud/lib/private/Encryption/HookManager.php
 share/nextcloud/lib/private/Encryption/Keys/Storage.php
 share/nextcloud/lib/private/Encryption/Manager.php
 share/nextcloud/lib/private/Encryption/Update.php
@@ -24289,6 +23190,7 @@ share/nextcloud/lib/private/Files/Config
 share/nextcloud/lib/private/Files/Config/MountProviderCollection.php
 share/nextcloud/lib/private/Files/Config/UserMountCache.php
 share/nextcloud/lib/private/Files/Config/UserMountCacheListener.php
+share/nextcloud/lib/private/Files/Conversion/ConversionManager.php
 share/nextcloud/lib/private/Files/FileInfo.php
 share/nextcloud/lib/private/Files/FilenameValidator.php
 share/nextcloud/lib/private/Files/Filesystem.php
@@ -24317,10 +23219,11 @@ share/nextcloud/lib/private/Files/Notify
 share/nextcloud/lib/private/Files/ObjectStore/AppdataPreviewObjectStoreStorage.php
 share/nextcloud/lib/private/Files/ObjectStore/Azure.php
 share/nextcloud/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php
-share/nextcloud/lib/private/Files/ObjectStore/IObjectStoreMetaData.php
+share/nextcloud/lib/private/Files/ObjectStore/InvalidObjectStoreConfigurationException.php
 share/nextcloud/lib/private/Files/ObjectStore/Mapper.php
 share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreScanner.php
 share/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php
+share/nextcloud/lib/private/Files/ObjectStore/PrimaryObjectStoreConfig.php
 share/nextcloud/lib/private/Files/ObjectStore/S3.php
 share/nextcloud/lib/private/Files/ObjectStore/S3ConfigTrait.php
 share/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php
@@ -24416,11 +23319,11 @@ share/nextcloud/lib/private/Http/Client/
 share/nextcloud/lib/private/Http/Client/Response.php
 share/nextcloud/lib/private/Http/CookieHelper.php
 share/nextcloud/lib/private/Http/WellKnown/RequestManager.php
+share/nextcloud/lib/private/Image.php
 share/nextcloud/lib/private/InitialStateService.php
 share/nextcloud/lib/private/Installer.php
 share/nextcloud/lib/private/IntegrityCheck/Checker.php
 share/nextcloud/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
-share/nextcloud/lib/private/IntegrityCheck/Helpers/AppLocator.php
 share/nextcloud/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
 share/nextcloud/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
 share/nextcloud/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php
@@ -24456,6 +23359,7 @@ share/nextcloud/lib/private/Log/Syslog.p
 share/nextcloud/lib/private/Log/Systemdlog.php
 share/nextcloud/lib/private/Mail/Attachment.php
 share/nextcloud/lib/private/Mail/EMailTemplate.php
+share/nextcloud/lib/private/Mail/EmailValidator.php
 share/nextcloud/lib/private/Mail/Mailer.php
 share/nextcloud/lib/private/Mail/Message.php
 share/nextcloud/lib/private/Mail/Provider/Manager.php
@@ -24491,11 +23395,11 @@ share/nextcloud/lib/private/Notification
 share/nextcloud/lib/private/OCM/Model/OCMProvider.php
 share/nextcloud/lib/private/OCM/Model/OCMResource.php
 share/nextcloud/lib/private/OCM/OCMDiscoveryService.php
+share/nextcloud/lib/private/OCM/OCMSignatoryManager.php
+share/nextcloud/lib/private/OCS/ApiHelper.php
 share/nextcloud/lib/private/OCS/CoreCapabilities.php
 share/nextcloud/lib/private/OCS/DiscoveryService.php
-share/nextcloud/lib/private/OCS/Exception.php
 share/nextcloud/lib/private/OCS/Provider.php
-share/nextcloud/lib/private/OCS/Result.php
 share/nextcloud/lib/private/PhoneNumberUtil.php
 share/nextcloud/lib/private/Preview/BMP.php
 share/nextcloud/lib/private/Preview/BackgroundCleanupJob.php
@@ -24543,6 +23447,7 @@ share/nextcloud/lib/private/Preview/WebP
 share/nextcloud/lib/private/Preview/XBitmap.php
 share/nextcloud/lib/private/PreviewManager.php
 share/nextcloud/lib/private/PreviewNotAvailableException.php
+share/nextcloud/lib/private/Profile/Actions/BlueskyAction.php
 share/nextcloud/lib/private/Profile/Actions/EmailAction.php
 share/nextcloud/lib/private/Profile/Actions/FediverseAction.php
 share/nextcloud/lib/private/Profile/Actions/PhoneAction.php
@@ -24550,6 +23455,7 @@ share/nextcloud/lib/private/Profile/Acti
 share/nextcloud/lib/private/Profile/Actions/WebsiteAction.php
 share/nextcloud/lib/private/Profile/ProfileManager.php
 share/nextcloud/lib/private/Profile/TProfileHelper.php
+share/nextcloud/lib/private/Profiler/BuiltInProfiler.php
 share/nextcloud/lib/private/Profiler/FileProfilerStorage.php
 share/nextcloud/lib/private/Profiler/Profile.php
 share/nextcloud/lib/private/Profiler/Profiler.php
@@ -24565,7 +23471,6 @@ share/nextcloud/lib/private/Remote/Insta
 share/nextcloud/lib/private/Remote/InstanceFactory.php
 share/nextcloud/lib/private/Remote/User.php
 share/nextcloud/lib/private/Repair.php
-share/nextcloud/lib/private/Repair/AddAppConfigLazyMigration.php
 share/nextcloud/lib/private/Repair/AddBruteForceCleanupJob.php
 share/nextcloud/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php
 share/nextcloud/lib/private/Repair/AddCleanupUpdaterBackupsJob.php
@@ -24577,6 +23482,7 @@ share/nextcloud/lib/private/Repair/Clear
 share/nextcloud/lib/private/Repair/ClearGeneratedAvatarCache.php
 share/nextcloud/lib/private/Repair/ClearGeneratedAvatarCacheJob.php
 share/nextcloud/lib/private/Repair/Collation.php
+share/nextcloud/lib/private/Repair/ConfigKeyMigration.php
 share/nextcloud/lib/private/Repair/Events/RepairAdvanceEvent.php
 share/nextcloud/lib/private/Repair/Events/RepairErrorEvent.php
 share/nextcloud/lib/private/Repair/Events/RepairFinishEvent.php
@@ -24606,6 +23512,7 @@ share/nextcloud/lib/private/Repair/Owncl
 share/nextcloud/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php
 share/nextcloud/lib/private/Repair/Owncloud/DropAccountTermsTable.php
 share/nextcloud/lib/private/Repair/Owncloud/MigrateOauthTables.php
+share/nextcloud/lib/private/Repair/Owncloud/MigratePropertiesTable.php
 share/nextcloud/lib/private/Repair/Owncloud/MoveAvatars.php
 share/nextcloud/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php
 share/nextcloud/lib/private/Repair/Owncloud/SaveAccountsTableData.php
@@ -24617,6 +23524,7 @@ share/nextcloud/lib/private/Repair/Repai
 share/nextcloud/lib/private/Repair/RepairLogoDimension.php
 share/nextcloud/lib/private/Repair/RepairMimeTypes.php
 share/nextcloud/lib/private/RepairException.php
+share/nextcloud/lib/private/RichObjectStrings/RichTextFormatter.php
 share/nextcloud/lib/private/RichObjectStrings/Validator.php
 share/nextcloud/lib/private/Route/CachingRouter.php
 share/nextcloud/lib/private/Route/Route.php
@@ -24670,6 +23578,11 @@ share/nextcloud/lib/private/Security/Rat
 share/nextcloud/lib/private/Security/RateLimiting/Limiter.php
 share/nextcloud/lib/private/Security/RemoteHostValidator.php
 share/nextcloud/lib/private/Security/SecureRandom.php
+share/nextcloud/lib/private/Security/Signature/Db/SignatoryMapper.php
+share/nextcloud/lib/private/Security/Signature/Model/IncomingSignedRequest.php
+share/nextcloud/lib/private/Security/Signature/Model/OutgoingSignedRequest.php
+share/nextcloud/lib/private/Security/Signature/Model/SignedRequest.php
+share/nextcloud/lib/private/Security/Signature/SignatureManager.php
 share/nextcloud/lib/private/Security/TrustedDomainHelper.php
 share/nextcloud/lib/private/Security/VerificationToken/CleanUpJob.php
 share/nextcloud/lib/private/Security/VerificationToken/VerificationToken.php
@@ -24746,7 +23659,10 @@ share/nextcloud/lib/private/Template/JSC
 share/nextcloud/lib/private/Template/JSResourceLocator.php
 share/nextcloud/lib/private/Template/ResourceLocator.php
 share/nextcloud/lib/private/Template/ResourceNotFoundException.php
+share/nextcloud/lib/private/Template/Template.php
 share/nextcloud/lib/private/Template/TemplateFileLocator.php
+share/nextcloud/lib/private/Template/TemplateManager.php
+share/nextcloud/lib/private/Template/functions.php
 share/nextcloud/lib/private/TemplateLayout.php
 share/nextcloud/lib/private/TextProcessing/Db/Task.php
 share/nextcloud/lib/private/TextProcessing/Db/TaskMapper.php
@@ -24785,19 +23701,15 @@ share/nextcloud/lib/private/User/Session
 share/nextcloud/lib/private/User/User.php
 share/nextcloud/lib/private/UserStatus/ISettableProvider.php
 share/nextcloud/lib/private/UserStatus/Manager.php
-share/nextcloud/lib/private/legacy/OC_API.php
 share/nextcloud/lib/private/legacy/OC_App.php
 share/nextcloud/lib/private/legacy/OC_Defaults.php
-share/nextcloud/lib/private/legacy/OC_Files.php
 share/nextcloud/lib/private/legacy/OC_Helper.php
 share/nextcloud/lib/private/legacy/OC_Hook.php
-share/nextcloud/lib/private/legacy/OC_Image.php
 share/nextcloud/lib/private/legacy/OC_JSON.php
 share/nextcloud/lib/private/legacy/OC_Response.php
 share/nextcloud/lib/private/legacy/OC_Template.php
 share/nextcloud/lib/private/legacy/OC_User.php
 share/nextcloud/lib/private/legacy/OC_Util.php
-share/nextcloud/lib/private/legacy/template/functions.php
 share/nextcloud/lib/public/Accounts/IAccount.php
 share/nextcloud/lib/public/Accounts/IAccountManager.php
 share/nextcloud/lib/public/Accounts/IAccountProperty.php
@@ -24810,6 +23722,7 @@ share/nextcloud/lib/public/Activity/Exce
 share/nextcloud/lib/public/Activity/Exceptions/InvalidValueException.php
 share/nextcloud/lib/public/Activity/Exceptions/SettingNotFoundException.php
 share/nextcloud/lib/public/Activity/Exceptions/UnknownActivityException.php
+share/nextcloud/lib/public/Activity/IBulkConsumer.php
 share/nextcloud/lib/public/Activity/IConsumer.php
 share/nextcloud/lib/public/Activity/IEvent.php
 share/nextcloud/lib/public/Activity/IEventMerger.php
@@ -24826,6 +23739,14 @@ share/nextcloud/lib/public/App/IAppManag
 share/nextcloud/lib/public/App/ManagerEvent.php
 share/nextcloud/lib/public/AppFramework/ApiController.php
 share/nextcloud/lib/public/AppFramework/App.php
+share/nextcloud/lib/public/AppFramework/Attribute/ASince.php
+share/nextcloud/lib/public/AppFramework/Attribute/Catchable.php
+share/nextcloud/lib/public/AppFramework/Attribute/Consumable.php
+share/nextcloud/lib/public/AppFramework/Attribute/Dispatchable.php
+share/nextcloud/lib/public/AppFramework/Attribute/ExceptionalImplementable.php
+share/nextcloud/lib/public/AppFramework/Attribute/Implementable.php
+share/nextcloud/lib/public/AppFramework/Attribute/Listenable.php
+share/nextcloud/lib/public/AppFramework/Attribute/Throwable.php
 share/nextcloud/lib/public/AppFramework/AuthPublicShareController.php
 share/nextcloud/lib/public/AppFramework/Bootstrap/IBootContext.php
 share/nextcloud/lib/public/AppFramework/Bootstrap/IBootstrap.php
@@ -24853,6 +23774,7 @@ share/nextcloud/lib/public/AppFramework/
 share/nextcloud/lib/public/AppFramework/Http/Attribute/OpenAPI.php
 share/nextcloud/lib/public/AppFramework/Http/Attribute/PasswordConfirmationRequired.php
 share/nextcloud/lib/public/AppFramework/Http/Attribute/PublicPage.php
+share/nextcloud/lib/public/AppFramework/Http/Attribute/RequestHeader.php
 share/nextcloud/lib/public/AppFramework/Http/Attribute/Route.php
 share/nextcloud/lib/public/AppFramework/Http/Attribute/StrictCookiesRequired.php
 share/nextcloud/lib/public/AppFramework/Http/Attribute/SubAdminRequired.php
@@ -24908,6 +23830,7 @@ share/nextcloud/lib/public/AppFramework/
 share/nextcloud/lib/public/AppFramework/Utility/ITimeFactory.php
 share/nextcloud/lib/public/Authentication/Events/AnyLoginFailedEvent.php
 share/nextcloud/lib/public/Authentication/Events/LoginFailedEvent.php
+share/nextcloud/lib/public/Authentication/Events/TokenInvalidatedEvent.php
 share/nextcloud/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
 share/nextcloud/lib/public/Authentication/Exceptions/ExpiredTokenException.php
 share/nextcloud/lib/public/Authentication/Exceptions/InvalidTokenException.php
@@ -24952,9 +23875,24 @@ share/nextcloud/lib/public/BeforeSabrePu
 share/nextcloud/lib/public/Broadcast/Events/IBroadcastEvent.php
 share/nextcloud/lib/public/Cache/CappedMemoryCache.php
 share/nextcloud/lib/public/Calendar/BackendTemporarilyUnavailableException.php
+share/nextcloud/lib/public/Calendar/CalendarEventStatus.php
+share/nextcloud/lib/public/Calendar/CalendarExportOptions.php
+share/nextcloud/lib/public/Calendar/CalendarImportOptions.php
+share/nextcloud/lib/public/Calendar/Events/AbstractCalendarObjectEvent.php
+share/nextcloud/lib/public/Calendar/Events/CalendarObjectCreatedEvent.php
+share/nextcloud/lib/public/Calendar/Events/CalendarObjectDeletedEvent.php
+share/nextcloud/lib/public/Calendar/Events/CalendarObjectMovedEvent.php
+share/nextcloud/lib/public/Calendar/Events/CalendarObjectMovedToTrashEvent.php
+share/nextcloud/lib/public/Calendar/Events/CalendarObjectRestoredEvent.php
+share/nextcloud/lib/public/Calendar/Events/CalendarObjectUpdatedEvent.php
 share/nextcloud/lib/public/Calendar/Exceptions/CalendarException.php
+share/nextcloud/lib/public/Calendar/IAvailabilityResult.php
 share/nextcloud/lib/public/Calendar/ICalendar.php
+share/nextcloud/lib/public/Calendar/ICalendarEventBuilder.php
+share/nextcloud/lib/public/Calendar/ICalendarExport.php
 share/nextcloud/lib/public/Calendar/ICalendarIsEnabled.php
+share/nextcloud/lib/public/Calendar/ICalendarIsShared.php
+share/nextcloud/lib/public/Calendar/ICalendarIsWritable.php
 share/nextcloud/lib/public/Calendar/ICalendarProvider.php
 share/nextcloud/lib/public/Calendar/ICalendarQuery.php
 share/nextcloud/lib/public/Calendar/ICreateFromString.php
@@ -25013,6 +23951,15 @@ share/nextcloud/lib/public/Comments/NotF
 share/nextcloud/lib/public/Common/Exception/NotFoundException.php
 share/nextcloud/lib/public/Config/BeforePreferenceDeletedEvent.php
 share/nextcloud/lib/public/Config/BeforePreferenceSetEvent.php
+share/nextcloud/lib/public/Config/Exceptions/IncorrectTypeException.php
+share/nextcloud/lib/public/Config/Exceptions/TypeConflictException.php
+share/nextcloud/lib/public/Config/Exceptions/UnknownKeyException.php
+share/nextcloud/lib/public/Config/IUserConfig.php
+share/nextcloud/lib/public/Config/Lexicon/Entry.php
+share/nextcloud/lib/public/Config/Lexicon/ILexicon.php
+share/nextcloud/lib/public/Config/Lexicon/Preset.php
+share/nextcloud/lib/public/Config/Lexicon/Strictness.php
+share/nextcloud/lib/public/Config/ValueType.php
 share/nextcloud/lib/public/Console/ConsoleEvent.php
 share/nextcloud/lib/public/Console/ReservedOptions.php
 share/nextcloud/lib/public/Constants.php
@@ -25025,6 +23972,11 @@ share/nextcloud/lib/public/Contacts/Cont
 share/nextcloud/lib/public/Contacts/ContactsMenu/IProvider.php
 share/nextcloud/lib/public/Contacts/Events/ContactInteractedWithEvent.php
 share/nextcloud/lib/public/Contacts/IManager.php
+share/nextcloud/lib/public/ContextChat/ContentItem.php
+share/nextcloud/lib/public/ContextChat/Events/ContentProviderRegisterEvent.php
+share/nextcloud/lib/public/ContextChat/IContentManager.php
+share/nextcloud/lib/public/ContextChat/IContentProvider.php
+share/nextcloud/lib/public/ContextChat/Type/UpdateAccessOp.php
 share/nextcloud/lib/public/DB/Events/AddMissingColumnsEvent.php
 share/nextcloud/lib/public/DB/Events/AddMissingIndicesEvent.php
 share/nextcloud/lib/public/DB/Events/AddMissingPrimaryKeyEvent.php
@@ -25100,6 +24052,7 @@ share/nextcloud/lib/public/Federation/IC
 share/nextcloud/lib/public/Federation/ICloudFederationShare.php
 share/nextcloud/lib/public/Federation/ICloudId.php
 share/nextcloud/lib/public/Federation/ICloudIdManager.php
+share/nextcloud/lib/public/Federation/ICloudIdResolver.php
 share/nextcloud/lib/public/Files.php
 share/nextcloud/lib/public/Files/AlreadyExistsException.php
 share/nextcloud/lib/public/Files/AppData/IAppDataFactory.php
@@ -25128,11 +24081,15 @@ share/nextcloud/lib/public/Files/Config/
 share/nextcloud/lib/public/Files/Config/IRootMountProvider.php
 share/nextcloud/lib/public/Files/Config/IUserMountCache.php
 share/nextcloud/lib/public/Files/ConnectionLostException.php
+share/nextcloud/lib/public/Files/Conversion/ConversionMimeProvider.php
+share/nextcloud/lib/public/Files/Conversion/IConversionManager.php
+share/nextcloud/lib/public/Files/Conversion/IConversionProvider.php
 share/nextcloud/lib/public/Files/DavUtil.php
 share/nextcloud/lib/public/Files/EmptyFileNameException.php
 share/nextcloud/lib/public/Files/EntityTooLargeException.php
 share/nextcloud/lib/public/Files/Events/BeforeDirectFileDownloadEvent.php
 share/nextcloud/lib/public/Files/Events/BeforeFileScannedEvent.php
+share/nextcloud/lib/public/Files/Events/BeforeFileSystemSetupEvent.php
 share/nextcloud/lib/public/Files/Events/BeforeFolderScannedEvent.php
 share/nextcloud/lib/public/Files/Events/BeforeZipCreatedEvent.php
 share/nextcloud/lib/public/Files/Events/FileCacheUpdated.php
@@ -25185,6 +24142,7 @@ share/nextcloud/lib/public/Files/LockNot
 share/nextcloud/lib/public/Files/Mount/IMountManager.php
 share/nextcloud/lib/public/Files/Mount/IMountPoint.php
 share/nextcloud/lib/public/Files/Mount/IMovableMount.php
+share/nextcloud/lib/public/Files/Mount/IShareOwnerlessMount.php
 share/nextcloud/lib/public/Files/Mount/ISystemMountPoint.php
 share/nextcloud/lib/public/Files/Node.php
 share/nextcloud/lib/public/Files/NotEnoughSpaceException.php
@@ -25194,6 +24152,7 @@ share/nextcloud/lib/public/Files/Notify/
 share/nextcloud/lib/public/Files/Notify/INotifyHandler.php
 share/nextcloud/lib/public/Files/Notify/IRenameChange.php
 share/nextcloud/lib/public/Files/ObjectStore/IObjectStore.php
+share/nextcloud/lib/public/Files/ObjectStore/IObjectStoreMetaData.php
 share/nextcloud/lib/public/Files/ObjectStore/IObjectStoreMultiPartUpload.php
 share/nextcloud/lib/public/Files/ReservedWordException.php
 share/nextcloud/lib/public/Files/Search/ISearchBinaryOperator.php
@@ -25205,8 +24164,8 @@ share/nextcloud/lib/public/Files/SimpleF
 share/nextcloud/lib/public/Files/SimpleFS/ISimpleFolder.php
 share/nextcloud/lib/public/Files/SimpleFS/ISimpleRoot.php
 share/nextcloud/lib/public/Files/SimpleFS/InMemoryFile.php
-share/nextcloud/lib/public/Files/Storage.php
 share/nextcloud/lib/public/Files/Storage/IChunkedFileWrite.php
+share/nextcloud/lib/public/Files/Storage/IConstructableStorage.php
 share/nextcloud/lib/public/Files/Storage/IDisableEncryptionStorage.php
 share/nextcloud/lib/public/Files/Storage/ILockingStorage.php
 share/nextcloud/lib/public/Files/Storage/INotifyStorage.php
@@ -25320,6 +24279,7 @@ share/nextcloud/lib/public/ICertificate.
 share/nextcloud/lib/public/ICertificateManager.php
 share/nextcloud/lib/public/IConfig.php
 share/nextcloud/lib/public/IContainer.php
+share/nextcloud/lib/public/ICreateContactFromString.php
 share/nextcloud/lib/public/IDBConnection.php
 share/nextcloud/lib/public/IDateTimeFormatter.php
 share/nextcloud/lib/public/IDateTimeZone.php
@@ -25372,6 +24332,7 @@ share/nextcloud/lib/public/Mail/Events/B
 share/nextcloud/lib/public/Mail/Headers/AutoSubmitted.php
 share/nextcloud/lib/public/Mail/IAttachment.php
 share/nextcloud/lib/public/Mail/IEMailTemplate.php
+share/nextcloud/lib/public/Mail/IEmailValidator.php
 share/nextcloud/lib/public/Mail/IMailer.php
 share/nextcloud/lib/public/Mail/IMessage.php
 share/nextcloud/lib/public/Mail/Provider/Address.php
@@ -25391,6 +24352,8 @@ share/nextcloud/lib/public/Migration/Att
 share/nextcloud/lib/public/Migration/Attributes/ColumnMigrationAttribute.php
 share/nextcloud/lib/public/Migration/Attributes/ColumnType.php
 share/nextcloud/lib/public/Migration/Attributes/CreateTable.php
+share/nextcloud/lib/public/Migration/Attributes/DataCleansing.php
+share/nextcloud/lib/public/Migration/Attributes/DataMigrationAttribute.php
 share/nextcloud/lib/public/Migration/Attributes/DropColumn.php
 share/nextcloud/lib/public/Migration/Attributes/DropIndex.php
 share/nextcloud/lib/public/Migration/Attributes/DropTable.php
@@ -25405,6 +24368,7 @@ share/nextcloud/lib/public/Migration/IMi
 share/nextcloud/lib/public/Migration/IOutput.php
 share/nextcloud/lib/public/Migration/IRepairStep.php
 share/nextcloud/lib/public/Migration/SimpleMigrationStep.php
+share/nextcloud/lib/public/Navigation/Events/LoadAdditionalEntriesEvent.php
 share/nextcloud/lib/public/Notification/AlreadyProcessedException.php
 share/nextcloud/lib/public/Notification/IAction.php
 share/nextcloud/lib/public/Notification/IApp.php
@@ -25413,13 +24377,16 @@ share/nextcloud/lib/public/Notification/
 share/nextcloud/lib/public/Notification/IManager.php
 share/nextcloud/lib/public/Notification/INotification.php
 share/nextcloud/lib/public/Notification/INotifier.php
+share/nextcloud/lib/public/Notification/IPreloadableNotifier.php
 share/nextcloud/lib/public/Notification/IncompleteNotificationException.php
 share/nextcloud/lib/public/Notification/IncompleteParsedNotificationException.php
 share/nextcloud/lib/public/Notification/InvalidValueException.php
+share/nextcloud/lib/public/Notification/NotificationPreloadReason.php
 share/nextcloud/lib/public/Notification/UnknownNotificationException.php
 share/nextcloud/lib/public/OCM/Events/ResourceTypeRegisterEvent.php
 share/nextcloud/lib/public/OCM/Exceptions/OCMArgumentException.php
 share/nextcloud/lib/public/OCM/Exceptions/OCMProviderException.php
+share/nextcloud/lib/public/OCM/ICapabilityAwareOCMProvider.php
 share/nextcloud/lib/public/OCM/IOCMDiscoveryService.php
 share/nextcloud/lib/public/OCM/IOCMProvider.php
 share/nextcloud/lib/public/OCM/IOCMResource.php
@@ -25445,6 +24412,7 @@ share/nextcloud/lib/public/Remote/IInsta
 share/nextcloud/lib/public/Remote/IInstanceFactory.php
 share/nextcloud/lib/public/Remote/IUser.php
 share/nextcloud/lib/public/RichObjectStrings/Definitions.php
+share/nextcloud/lib/public/RichObjectStrings/IRichTextFormatter.php
 share/nextcloud/lib/public/RichObjectStrings/IValidator.php
 share/nextcloud/lib/public/RichObjectStrings/InvalidObjectExeption.php
 share/nextcloud/lib/public/Route/IRoute.php
@@ -25452,6 +24420,7 @@ share/nextcloud/lib/public/Route/IRouter
 share/nextcloud/lib/public/SabrePluginEvent.php
 share/nextcloud/lib/public/SabrePluginException.php
 share/nextcloud/lib/public/Search/FilterDefinition.php
+share/nextcloud/lib/public/Search/IExternalProvider.php
 share/nextcloud/lib/public/Search/IFilter.php
 share/nextcloud/lib/public/Search/IFilterCollection.php
 share/nextcloud/lib/public/Search/IFilteringProvider.php
@@ -25480,11 +24449,13 @@ share/nextcloud/lib/public/Security/Ip/I
 share/nextcloud/lib/public/Security/Ip/IFactory.php
 share/nextcloud/lib/public/Security/Ip/IRange.php
 share/nextcloud/lib/public/Security/Ip/IRemoteAddress.php
+share/nextcloud/lib/public/Security/PasswordContext.php
 share/nextcloud/lib/public/Security/RateLimiting/ILimiter.php
 share/nextcloud/lib/public/Security/RateLimiting/IRateLimitExceededException.php
 share/nextcloud/lib/public/Security/VerificationToken/IVerificationToken.php
 share/nextcloud/lib/public/Security/VerificationToken/InvalidTokenException.php
 share/nextcloud/lib/public/Server.php
+share/nextcloud/lib/public/ServerVersion.php
 share/nextcloud/lib/public/Session/Exceptions/SessionNotAvailableException.php
 share/nextcloud/lib/public/Settings/DeclarativeSettingsTypes.php
 share/nextcloud/lib/public/Settings/Events/DeclarativeSettingsGetValueEvent.php
@@ -25492,11 +24463,13 @@ share/nextcloud/lib/public/Settings/Even
 share/nextcloud/lib/public/Settings/Events/DeclarativeSettingsSetValueEvent.php
 share/nextcloud/lib/public/Settings/IDeclarativeManager.php
 share/nextcloud/lib/public/Settings/IDeclarativeSettingsForm.php
+share/nextcloud/lib/public/Settings/IDeclarativeSettingsFormWithHandlers.php
 share/nextcloud/lib/public/Settings/IDelegatedSettings.php
 share/nextcloud/lib/public/Settings/IIconSection.php
 share/nextcloud/lib/public/Settings/IManager.php
 share/nextcloud/lib/public/Settings/ISettings.php
 share/nextcloud/lib/public/Settings/ISubAdminSettings.php
+share/nextcloud/lib/public/SetupCheck/CheckServerResponseTrait.php
 share/nextcloud/lib/public/SetupCheck/ISetupCheck.php
 share/nextcloud/lib/public/SetupCheck/ISetupCheckManager.php
 share/nextcloud/lib/public/SetupCheck/SetupResult.php
@@ -25512,6 +24485,7 @@ share/nextcloud/lib/public/Share/Excepti
 share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
 share/nextcloud/lib/public/Share/Exceptions/IllegalIDChangeException.php
 share/nextcloud/lib/public/Share/Exceptions/ShareNotFound.php
+share/nextcloud/lib/public/Share/Exceptions/ShareTokenException.php
 share/nextcloud/lib/public/Share/IAttributes.php
 share/nextcloud/lib/public/Share/IManager.php
 share/nextcloud/lib/public/Share/IProviderFactory.php
@@ -25521,6 +24495,7 @@ share/nextcloud/lib/public/Share/IShare.
 share/nextcloud/lib/public/Share/IShareHelper.php
 share/nextcloud/lib/public/Share/IShareProvider.php
 share/nextcloud/lib/public/Share/IShareProviderSupportsAccept.php
+share/nextcloud/lib/public/Share/IShareProviderSupportsAllSharesInFolder.php
 share/nextcloud/lib/public/Share/IShareProviderWithNotification.php
 share/nextcloud/lib/public/Share_Backend.php
 share/nextcloud/lib/public/Share_Backend_Collection.php
@@ -25549,7 +24524,11 @@ share/nextcloud/lib/public/SystemTag/Man
 share/nextcloud/lib/public/SystemTag/MapperEvent.php
 share/nextcloud/lib/public/SystemTag/SystemTagsEntityEvent.php
 share/nextcloud/lib/public/SystemTag/TagAlreadyExistsException.php
+share/nextcloud/lib/public/SystemTag/TagAssignedEvent.php
+share/nextcloud/lib/public/SystemTag/TagCreationForbiddenException.php
 share/nextcloud/lib/public/SystemTag/TagNotFoundException.php
+share/nextcloud/lib/public/SystemTag/TagUnassignedEvent.php
+share/nextcloud/lib/public/SystemTag/TagUpdateForbiddenException.php
 share/nextcloud/lib/public/Talk/Exceptions/NoBackendException.php
 share/nextcloud/lib/public/Talk/IBroker.php
 share/nextcloud/lib/public/Talk/IConversation.php
@@ -25557,6 +24536,7 @@ share/nextcloud/lib/public/Talk/IConvers
 share/nextcloud/lib/public/Talk/ITalkBackend.php
 share/nextcloud/lib/public/TaskProcessing/EShapeType.php
 share/nextcloud/lib/public/TaskProcessing/Events/AbstractTaskProcessingEvent.php
+share/nextcloud/lib/public/TaskProcessing/Events/GetTaskProcessingProvidersEvent.php
 share/nextcloud/lib/public/TaskProcessing/Events/TaskFailedEvent.php
 share/nextcloud/lib/public/TaskProcessing/Events/TaskSuccessfulEvent.php
 share/nextcloud/lib/public/TaskProcessing/Exception/Exception.php
@@ -25572,14 +24552,22 @@ share/nextcloud/lib/public/TaskProcessin
 share/nextcloud/lib/public/TaskProcessing/ShapeDescriptor.php
 share/nextcloud/lib/public/TaskProcessing/ShapeEnumValue.php
 share/nextcloud/lib/public/TaskProcessing/Task.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/AnalyzeImages.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/AudioToAudioChat.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/AudioToText.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/ContextAgentAudioInteraction.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/ContextAgentInteraction.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/ContextWrite.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/GenerateEmoji.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToImage.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToSpeech.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToText.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextChangeTone.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextChat.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextChatWithTools.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextFormalization.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextHeadline.php
+share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextProofread.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextReformulation.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextSimplification.php
 share/nextcloud/lib/public/TaskProcessing/TaskTypes/TextToTextSummary.php
@@ -25590,6 +24578,9 @@ share/nextcloud/lib/public/Teams/ITeamRe
 share/nextcloud/lib/public/Teams/Team.php
 share/nextcloud/lib/public/Teams/TeamResource.php
 share/nextcloud/lib/public/Template.php
+share/nextcloud/lib/public/Template/ITemplate.php
+share/nextcloud/lib/public/Template/ITemplateManager.php
+share/nextcloud/lib/public/Template/TemplateNotFoundException.php
 share/nextcloud/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php
 share/nextcloud/lib/public/TextProcessing/Events/TaskFailedEvent.php
 share/nextcloud/lib/public/TextProcessing/Events/TaskSuccessfulEvent.php
@@ -25631,6 +24622,7 @@ share/nextcloud/lib/public/User/Backend/
 share/nextcloud/lib/public/User/Backend/IGetDisplayNameBackend.php
 share/nextcloud/lib/public/User/Backend/IGetHomeBackend.php
 share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php
+share/nextcloud/lib/public/User/Backend/ILimitAwareCountUsersBackend.php
 share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php
 share/nextcloud/lib/public/User/Backend/IPasswordHashBackend.php
 share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php
@@ -25641,6 +24633,7 @@ share/nextcloud/lib/public/User/Backend/
 share/nextcloud/lib/public/User/Events/BeforePasswordUpdatedEvent.php
 share/nextcloud/lib/public/User/Events/BeforeUserCreatedEvent.php
 share/nextcloud/lib/public/User/Events/BeforeUserDeletedEvent.php
+share/nextcloud/lib/public/User/Events/BeforeUserIdUnassignedEvent.php
 share/nextcloud/lib/public/User/Events/BeforeUserLoggedInEvent.php
 share/nextcloud/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php
 share/nextcloud/lib/public/User/Events/BeforeUserLoggedOutEvent.php
@@ -25655,6 +24648,8 @@ share/nextcloud/lib/public/User/Events/U
 share/nextcloud/lib/public/User/Events/UserCreatedEvent.php
 share/nextcloud/lib/public/User/Events/UserDeletedEvent.php
 share/nextcloud/lib/public/User/Events/UserFirstTimeLoggedInEvent.php
+share/nextcloud/lib/public/User/Events/UserIdAssignedEvent.php
+share/nextcloud/lib/public/User/Events/UserIdUnassignedEvent.php
 share/nextcloud/lib/public/User/Events/UserLiveStatusEvent.php
 share/nextcloud/lib/public/User/Events/UserLoggedInEvent.php
 share/nextcloud/lib/public/User/Events/UserLoggedInWithCookieEvent.php
@@ -25693,10 +24688,40 @@ share/nextcloud/lib/public/WorkflowEngin
 share/nextcloud/lib/public/WorkflowEngine/IOperation.php
 share/nextcloud/lib/public/WorkflowEngine/IRuleMatcher.php
 share/nextcloud/lib/public/WorkflowEngine/ISpecificOperation.php
+share/nextcloud/lib/unstable/.gitkeep
+share/nextcloud/lib/unstable/Config/Exceptions/IncorrectTypeException.php
+share/nextcloud/lib/unstable/Config/Exceptions/TypeConflictException.php
+share/nextcloud/lib/unstable/Config/Exceptions/UnknownKeyException.php
+share/nextcloud/lib/unstable/Config/IUserConfig.php
+share/nextcloud/lib/unstable/Config/Lexicon/ConfigLexiconEntry.php
+share/nextcloud/lib/unstable/Config/Lexicon/ConfigLexiconStrictness.php
+share/nextcloud/lib/unstable/Config/Lexicon/IConfigLexicon.php
+share/nextcloud/lib/unstable/Config/Lexicon/Preset.php
+share/nextcloud/lib/unstable/Config/ValueType.php
+share/nextcloud/lib/unstable/Federation/ISignedCloudFederationProvider.php
+share/nextcloud/lib/unstable/Security/Signature/Enum/DigestAlgorithm.php
+share/nextcloud/lib/unstable/Security/Signature/Enum/SignatoryStatus.php
+share/nextcloud/lib/unstable/Security/Signature/Enum/SignatoryType.php
+share/nextcloud/lib/unstable/Security/Signature/Enum/SignatureAlgorithm.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/IdentityNotFoundException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/IncomingRequestException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/InvalidKeyOriginException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/InvalidSignatureException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/SignatoryConflictException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/SignatoryException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/SignatoryNotFoundException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/SignatureElementNotFoundException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/SignatureException.php
+share/nextcloud/lib/unstable/Security/Signature/Exceptions/SignatureNotFoundException.php
+share/nextcloud/lib/unstable/Security/Signature/IIncomingSignedRequest.php
+share/nextcloud/lib/unstable/Security/Signature/IOutgoingSignedRequest.php
+share/nextcloud/lib/unstable/Security/Signature/ISignatoryManager.php
+share/nextcloud/lib/unstable/Security/Signature/ISignatureManager.php
+share/nextcloud/lib/unstable/Security/Signature/ISignedRequest.php
+share/nextcloud/lib/unstable/Security/Signature/Model/Signatory.php
 share/nextcloud/lib/versioncheck.php
 share/nextcloud/occ
 share/nextcloud/ocs-provider/index.php
-share/nextcloud/ocs/providers.php
 share/nextcloud/ocs/v1.php
 share/nextcloud/ocs/v2.php
 share/nextcloud/package-lock.json
@@ -25713,10 +24738,15 @@ share/nextcloud/resources/codesigning/ro
 share/nextcloud/resources/codesigning/root.crt.license
 share/nextcloud/resources/config/ca-bundle.crt
 share/nextcloud/resources/config/ca-bundle.crt.license
+share/nextcloud/resources/config/freedesktop.org.xml
+share/nextcloud/resources/config/freedesktop.org.xml.license
 share/nextcloud/resources/config/mimetypealiases.dist.json
 share/nextcloud/resources/config/mimetypealiases.dist.json.license
 share/nextcloud/resources/config/mimetypemapping.dist.json
 share/nextcloud/resources/config/mimetypemapping.dist.json.license
+share/nextcloud/resources/config/mimetypenames-update.sh
+share/nextcloud/resources/config/mimetypenames.dist.json
+share/nextcloud/resources/config/mimetypenames.dist.json.license
 share/nextcloud/resources/locales.json
 share/nextcloud/resources/locales.json.license
 share/nextcloud/resources/update-locales.php

Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.69 pkgsrc/www/php-nextcloud/distinfo:1.70
--- pkgsrc/www/php-nextcloud/distinfo:1.69      Fri Sep 12 12:33:46 2025
+++ pkgsrc/www/php-nextcloud/distinfo   Sun Nov  9 14:07:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2025/09/12 12:33:46 gdt Exp $
+$NetBSD: distinfo,v 1.70 2025/11/09 14:07:18 ryoon Exp $
 
-BLAKE2s (nextcloud-30.0.15.tar.bz2) = f687ffd69cff0ab802fc9f458ab5fab2714511b0c8fd0596bc1d92a63e9c37ee
-SHA512 (nextcloud-30.0.15.tar.bz2) = 21577bc4dec5ffecfbba4beca6d9b265ca408ee18cdfb141bdd3b9e1de03e76bf18655ac6a875ec01eba96932598628b002896c2bb62931f668bb5d8baf6ef0f
-Size (nextcloud-30.0.15.tar.bz2) = 192496285 bytes
+BLAKE2s (nextcloud-32.0.1.tar.bz2) = ef18c96e30bd64a48f82c47b026361794d63d5659d931da4812c8373397a3c50
+SHA512 (nextcloud-32.0.1.tar.bz2) = 60d38187896537c4736eee381d2f579b35e376c931590a63d0cf5690c0d9b553dda3ba575a06e7448ac156d41aae10f1f02b8e0f2ef3d99275049f38acc987f6
+Size (nextcloud-32.0.1.tar.bz2) = 270005888 bytes



Home | Main Index | Thread Index | Old Index