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 Feb 11 15:44:27 UTC 2024
Modified Files:
pkgsrc/www/php-nextcloud: Makefile PLIST distinfo
Log Message:
www/php-nextcloud: Update to 28.0.2
Changelog:
# Version 28.0.2
Changes:
* Replace input filed with password field and added password error message
(server#42118)
* Fix(theming): Adjust theming util to calculate primary element color based
on WCAG color contrast (server#42315)
* Feat(setupcheck): Add setup check for maintenance_window_start config
(server#42355)
* Typo in move or copy (server#42358)
* Fix(manager): removed dead code (server#42365)
* Fix(files): Use DAV functions from library to fix invalid source links
(server#42367)
* Fix(theming): Adjust theming util to calculate primary element color based
on WCAG color contrast (server#42369)
* Fix(dav): allow multiple organizers if possible (server#42373)
* Don’t write back .htaccess file on a RO filesystem (server#42384)
* Fix: Ensure app menu entries and dashboard welcome message have enough
contrast (server#42403)
* Fix(files): drag and drop (server#42409)
* Fix(dav): Hide less than minute diff in calendar notification title (server
#42410)
* Enh(dashboard): changed h1 to say Dashboard instead of Nextcloud (server#
42413)
* Fix(files): Adjust ID for skip content buttons (server#42425)
* Fix(theming): Add adjusted color versions of default background (server#
42426)
* Fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast
(server#42429)
* Enh(settings): Refactor UI for session and app token management (server#
42430)
* Rename “global search” to “unified search” (server#42431)
* Backport unified search improvments (server#42432)
* Enh(files): added ability to escape out of all selection when focused
(server#42435)
* Fix(theming): Invert filter should be based on primary-element (server#
42445)
* Fix(LDAP): ensure stored groups are formatted as simple list (server#42446)
* Restore shared lock ttl to previous value when releasing (server#42450)
* Fix: Adjust focus-visible marker on appmenu (server#42461)
* Enh(breadcrumbs): removed unnecessary aria label (server#42487)
* Fix(files): allow silent batch actions errors (server#42490)
* Fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast
(server#42491)
* Fix(files): Allow Ctrl/Command click on file entries to open in a new tab
(server#42494)
* Fix(settings): Use heading for Profile and Profile picture sections (server
#42495)
* Bump NcVue to v8.4.0 (server#42506)
* AppAPI: allow to bypass Two-Factor (server#42519)
* Only do a multipart s3 copy when above the regular copy limit (server#
42521)
* Fix(ViewController): Properly handle non-existent fileIds (regression lead
to 500 errors) (server#42524)
* Fix log rotation notification level (warning->info) (server#42539)
* Fix(files): focus file name on renaming also initially (server#42553)
* Fix(files): open menu on right click position (server#42556)
* Fix upgrade of user_ldap when oc_group_members contains duplicated uids
(server#42583)
* Feat(files): show quota warning on page load or if storage becomes full and
better upload error handling (server#42591)
* Fix SVG’s for social media links (server#42594)
* Remove unneeded styles: everything is handled by NcVue (server#42600)
* Fix(files): Fix unresponsive file click to download (server#42604)
* Fix(files_external): add back js config files (server#42609)
* Enh(settings): removed background-gradient to ensure contrast ratio a…
(server#42622)
* Fix(files): remove focus outline on file list item click and make the link
focusable (server#42623)
* Chore(package): bumped nc-calendar to 2.0.1 (server#42629)
* Fix(files): add visible label to webdav URL in settings (server#42630)
* Fix(files): kept only first and last breadcrumb titles (server#42632)
* Include grid view toggle in accessibility switch (server#42646)
* Perf: Use more performant way to obtain and check the email as a login name
with token login (server#42651)
* Fix(core): enhanced contrast when UserMenuItem is focused (server#42664)
* Enh(core): replaced previous native a element with NcButton (server#42669)
* Chore(deps): Update openapi-extractor (server#42673)
* Return providers as indexed array (server#42677)
* Feat(user_status): Add online status type for OpenAPI (server#42684)
* Fix(files): move actions for selected file out from table header (server#
42691)
* Fix(weather_status): Fix forecast format in OpenAPI (server#42693)
* Fix/add settings section type attribute (server#42697)
* Remove display name ellipsis in user menu (server#42699)
* Fix(files): fix unshare action and merge duplicate shares (server#42703)
* Fix(files): switched native input to NcButton (server#42711)
* Update webauthn section to feature components (server#42715)
* Refresh FileList on current folder update (server#42719)
* SharingEntrySimple` needs `ul` or `ol` around it (server#42724)
* Fix styling of development-notice (server#42725)
* Always catch OCP versions of authentication exceptions (server#42726)
* Better users cycle (server#42728)
* Fix header-elements being not shown correctly (server#42730)
* Fix(files): use getSummaryFor for better files summary translations (server
#42734)
* Fix(files_sharing): fix sharing status indicator side after component…
(server#42735)
* Fix(a11y): Aria-hide contacts menu icon images (server#42739)
* Enh(comments): Add visual labels for editor (server#42745)
* Fix npm audit (server#42758)
* Fix(settings): set default or unlimited user quota (server#42766)
* Fix(files): use backend error message if provided (server#42767)
* Fix(dav): Fix user status “Undefined array key 0 at StatusService.php…
(server#42771)
* Remove unneeded role=”radiogroup” from “Predefined statuses” (server#
42772)
* Tooltip outside click, should abort share creation (server#42779)
* Fix(share): use user timezone to parse share expiration date (server#42786)
* Migrate setup checks to new SetupCheck API (server#42795)
* Add RichObject support for SetupCheck descriptions (server#42804)
* Occ background-job:delete (server#42810)
* Fix crash of login in case of duplicated group membership (server#42815)
* Enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs`
files (server#42816)
* Fix(l10n): Add context note for table footers (server#42819)
* Prepare migration to lazy config (server#42820)
* Dashboard): Lower error to info log message (server#42824)
* Fix: reduce memory consumption of scans (server#42827)
* Fix(appstore): Only send subscription keys to valid appstores (server#
42832)
* Fix/41826 avoid same h1 and h2 headings (server#42848)
* Use showError in TransferOwnershipDialogue (server#42851)
* Fix(userstatus): catch unique constraint violation (server#42854)
* Fix(update-section): changed span to an interactive element (server#42859)
* Chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
(server#42861)
* Fix(manifest): Check if app exists instead of accessing null as an array
(server#42864)
* Fix(session): Avoid useless authtoken DB queries for anonymous requests
(server#42868)
* Fix(systemreport): Mark more configs as sensitive (server#42871)
* Update crl after revoke integration_homeassistant.csr (server#42874)
* Fix(dav): ajax request check on public remote endpoints (server#42882)
* Fix(files): prevent dragging previews and appear as an external files DnD
(server#42895)
* Fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrast
(server#42897)
* Enh(a11y): improved contrast on user menu (server#42898)
* Update ContactsStore: Avoid exceptions on empties (server#42899)
* Fix(CalDAV): set acls for DeletedCalendarObjectsCollection (server#42906)
* Setup check migrations to new API (server#42918)
* Improve path resolution in files_version hooks (server#42921)
* Fix(build): Do not generated OpenAPI for non-shipped apps or apps without
OpenAPI support (server#42928)
* Chore(deps): Update openapi-extractor (server#42948)
* Add OpenAPI scopes (server#42952)
* Fix(a11y): Fix avatar menu icon color in dark mode (server#42960)
* Fix(build): Fix OpenAPI diff on non-default specs (server#42982)
* Fix(files): Fix checkbox state semantics (server#42983)
* Fix(files): fixed aria-desciption logic for last breadcrumb (server#42984)
* Profile: Refactor code to use vue components and styles where possible
(server#42986)
* Enh(files): Allow to copy files into same directory (server#42988)
* Update `@nextcloud/dialogs` to 5.1.0 (server#42994)
* Fix(weather_status): Fix location format for OpenAPI (server#43006)
* Fix(auth): Fix logging in with email and app password (server#43012)
* Fix header inversion bug (server#43014)
* Fix(files): do not show `View in folder` in the Files view (server#43030)
* Fix(theming): Apply same logic on capabilities for primary color as done on
themes (server#43032)
* Fix(settings): Allow to connect to local address when checking for `.mjs`
support (server#43055)
* Wrap versions list in virtual scroll (server#43058)
* Fix(security): Update code signing revocation list (server#43070)
* Chore: Update `@nextcloud/router` to 2.2.1 (server#43091)
* Fix(userstatus): CALL status should overwrite MEETING status (server#43107)
* Fix(files): Make the navigation reactive to view changes and show also sub
routes as active (server#43119)
* Update `@nextcloud/dialogs` to 5.1.1 (server#43150)
* Fix(files): disable `Unshare` until proper fix (server#43169)
* Chore: update workflows from templates (3rdparty#1685)
* Update nextcloud/ocp dependency (activity#1474)
* Chore: update workflows from templates (activity#1477)
* Bump NcVue to 8.4.0 (activity#1484)
* Fix/1481 focused links are truncated on 400% zoom (activity#1485)
* Fix npm audit (activity#1487)
* Fix/1480 remove horizontal scrolling for activity view (activity#1489)
* Update nextcloud/ocp dependency (activity#1496)
* Update nextcloud/ocp dependency (activity#1504)
* Fix npm audit (activity#1509)
* Fix wrongly inverted icon (activity#1511)
* Fix/1464 adapt visual your activities
which remains the same through all activities pages (activity#1515)
* Fix(ActivityTab): Typo in try-catch (activity#1516)
* Create block-merge-freeze.yml and block-merge-eol.yml (bruteforcesettings#
533)
* Chore: update workflows from templates (files_pdfviewer#876)
* Chore(deps-dev): Bump axios from 1.6.2 to 1.6.3 (files_pdfviewer#880)
* Chore(deps-dev): Bump axios from 1.6.3 to 1.6.5 (files_pdfviewer#885)
* Disable scripting in pdfviewer (files_pdfviewer#888)
* Update nextcloud/ocp dependency (firstrunwizard#1020)
* Chore: update workflows from templates (firstrunwizard#1027)
* Chore(deps): Bump vue and vue-template-compiler (firstrunwizard#1032)
* Update nextcloud/ocp dependency (firstrunwizard#1044)
* Fix typo in translation on page3 (firstrunwizard#1049)
* Update nextcloud/ocp dependency (firstrunwizard#1052)
* Fix npm audit (firstrunwizard#1055)
* Update nextcloud/ocp dependency (logreader#1090)
* Chore: update workflows from templates (logreader#1092)
* Chore: audit dependencies (logreader#1107)
* Update nextcloud/ocp dependency (logreader#1115)
* Update nextcloud/ocp dependency (nextcloud_announcements#275)
* Chore: update workflows from templates (nextcloud_announcements#278)
* Update nextcloud/ocp dependency (nextcloud_announcements#279)
* Update nextcloud/ocp dependency (nextcloud_announcements#284)
* Update nextcloud/ocp dependency (notifications#1761)
* Chore: update workflows from templates (notifications#1763)
* Chore(deps): Bump vue and vue-template-compiler (notifications#1764)
* Chore(deps-dev): Bump vue-template-compiler from 2.7.15 to 2.7.16
(notifications#1771)
* Update nextcloud/ocp dependency (notifications#1774)
* Fix(CI): Remove unmaintained library (notifications#1775)
* Chore: bump nextcloud/notify_push to 1.1.4 (notifications#1779)
* Update nextcloud/ocp dependency (notifications#1788)
* Update nextcloud/ocp dependency (notifications#1796)
* Bump NcVue to v8.4.0 (password_policy#531)
* Chore(deps): bump @nextcloud/dialogs from 4.0.1 to 5.0.3 (password_policy#
534)
* Update nextcloud/ocp dependency (photos#2203)
* Fix 2160 create accessible ckeckboxes for media (photos#2208)
* Fix: refetch only on path change, not on anchor links (e.g. “skip to”
links) (photos#2213)
* Fix: glitch buttons on mobile (photos#2214)
* Bump NcVue to 8.4.0 (photos#2223)
* Also sort by getlastmodified when searching for photos (photos#2229)
* Order collections files by taken date (photos#2230)
* Allow to hide “People” nav entry for admin (photos#2232)
* Request background job to generate metadata on non-local files (photos#
2245)
* Clean up headings (photos#2253)
* Also fix additional place regarding album modal header (photos#2263)
* Just because an array key doesn’t imply the value at that key isn’t null.
(photos#2283)
* Chore(deps): Bump @nextcloud/dialogs from 5.0.2 to 5.0.3 (privacy#1002)
* Chore: update workflows from templates (privacy#1006)
* Chore(deps): Bump vue from 2.7.15 to 2.7.16 (privacy#1009)
* Fix npm audit (privacy#1015)
* Fix npm audit (recommendations#687)
* Update nextcloud/ocp dependency (related_resources#327)
* Fix npm audit (related_resources#328)
* Chore: update workflows from templates (related_resources#334)
* Chore: update workflows from templates (serverinfo#543)
* Update nextcloud/ocp dependency (serverinfo#545)
* Chore: update workflows from templates (suspicious_login#832)
* Chore(deps): update dependency vite to ^5.0.10 (text#5137)
* Fix(deps): update dependency y-websocket to ^1.5.1 (text#5138)
* Test(cy): skip test failing due to server issue (text#5145)
* Fix cypress workspace test by setting default language (text#5146)
* Preserve step queue during reconnect (text#5147)
* Fix(gapcursor): Don’t allow gap cursor in tables (text#5149)
* Update nextcloud/ocp dependency (text#5160)
* Fix(deps): update vue monorepo to ^2.7.16 (text#5162)
* Enh(ci): set renovate PRs to auto merge (text#5165)
* Chore: update workflows from templates (text#5167)
* Chore: Update krankerl config (text#5169)
* Fix(a11y): contrast for active menubar buttons (text#5171)
* Revert “chore: update workflows from templates” (text#5173)
* Chore(deps): update cypress (text#5180)
* Chore(deps): update vueuse to ^10.7.1 (text#5181)
* Chore(deps): update dependency cypress-split to ^1.18.1 (text#5182)
* Fix(deps): update dependency @mdi/svg to ^7.4.47 (text#5183)
* Fix(deps): update dependency @nextcloud/vue to ^8.4.0 (text#5184)
* Chore(ci): update workflows, remove *-when-unrelated (text#5191)
* Chore(deps): bump tj-actions/changed-files from 39 to 41 in /.github/
workflows (text#5192)
* Fix/5080 keep menubar in workspace (text#5195)
* Feat: switch to native browser tooltips (text#5196)
* Chore(deps): update dependency @nextcloud/cypress to ^1.0.0-beta.7 (text#
5201)
* Chore(deps): update dependency vite to ^5.0.11 (text#5202)
* Fix(deps): update dependency path-normalize to ^6.0.13 (text#5203)
* Update nextcloud/ocp dependency (text#5209)
* Fix: Skip editor container and file upload input during keyboard navigation
(text#5227)
* Fix: Prioritize un-collapsible menubar entries for mobile and aggregate
children in the hidden entries (text#5228)
* Fix: Only show translate if providers are available (text#5231)
* Fix: Use proper way of hiding the attachment input (text#5235)
* Fix migration from `v-tooltip` to native `title` in menu bar buttons
`ActionEntry` (text#5236)
* Fix(deps): update dependency @nextcloud/files to ^3.1.0 (text#5243)
* Fix(deps): update dependency @nextcloud/moment to ^1.3.1 (text#5244)
* Chore(deps): update dependency cypress-split to ^1.18.2 (text#5246)
* Update nextcloud/ocp dependency (text#5255)
* Chore(deps): update vueuse to ^10.7.2 (text#5257)
* Create update-nextcloud-ocp-approve-merge.yml (text#5260)
* Fix: Properly copy selection as markdown to the plaintext clipboard (text#
5266)
* Fix: Proper error message based on file permissions (text#5272)
* Fix(sync): push local changes on reconnect (text#5284)
* Fix(mention): use new url schema (text#5304)
* Chore: update workflows from templates (updater#522)
* Change master version to 29 in tests (updater#527)
* Chore: update workflows from templates (viewer#2107)
* Bump NcVue to 8.4.0 (viewer#2111)
* Fix: make prev and next slides not focusable and aria-hidden (viewer#2117)
* Fix: use filename to find current index (viewer#2118)
* Fix npm audit (viewer#2123)
* Add live photo support based on files metadata (viewer#2127)
* Improve handling of Node API properties (viewer#2128)
# Version 28.0.1
Changes:
* Fix npm audit (activity#1437)
* Fix missing parameters when type is not “known” (activity#1469)
* Fix: Allow older app values to be set (logreader#1079)
* Fix(mail): Fix mail handling when force_language is true or false
(notifications#1744)
* Fix(push): Allow apps to provide already parsed notifications
(notifications#1754)
* Catch and log error thrown while parsing dates from metadata (photos#2194)
* Fix: Adjust favorite icon to be accessible (photos#2197)
* Fix TypeError with invalid coordinates (fix #2187) (photos#2207)
* Fix(Users/Quota setting): Prevent floating point value from getting
truncated in locales other than english (server#42106)
* Comment legacy file_metadata table migrations (server#42108)
* Enh(settings): Set main page heading (server#42125)
* Fix(a11y): Unified search headings (server#42131)
* Fix(caldav): don’t reuse query builder objects (server#42152)
* Fix(dav): Prevent out-of-office event time drifts (server#42166)
* Fix(security): Update CA certificate bundle (server#42190)
* Feat(settings): add occ commands to handle admin delegation (server#42201)
* Wrap metadata generation in try/catch (server#42263)
* Fix(files): Conditionally add drag handlers (server#42277)
* Fix(UnifiedSearch): Drop title prop (server#42278)
* Feat(files): add batch support to copy-move (server#42279)
* Fix(files): navigation exact (server#42282)
* Fix(files): Partly revert 32c1aeb and show correct quota again (server#
42293)
* Fix: Ensure correct max contrast color is used when blurred background is
used (server#42294)
* Enh(oauth2): allowed toggling of aria label (server#42295)
* Fix(dashboard): changed h3 elements to h2 (server#42296)
* Fix(files): fix download file encoded source (server#42302)
* Fix(joblist): also reset last_run timestamp on updating an existing job
(server#42316)
* Fix(ooo): add new ooo status with new emoji (server#42351)
* Don’t query oc_properties for metadata props (server#42357)
* Add global accessibility switch (server#42371)
* Use FileInfo’s metadata for hidden prop (server#42378)
* Fix(userstatus): set user status to ‘In a meeting’ if calendar is busy
(server#42380)
* Update crl after revoke rides.csr (server#42400)
* Fix(dav): undeclared `$cache` property (server#42423)
* Disable image editor if accessibility switch is off (viewer#2102)
# Version 28.0.0
Changes:
* Fix share creation insert and get (server#26716)
* Fix creating events with old (< unix time) lastoccurence (server#31790)
* Add api to register setup checks (server#32550)
* Mark comments as read (server#32775)
* Add batch methods in user backends (server#32912)
* Talk federation authentication (server#33105)
* Changed mapping to font (server#34419)
* Add IProvideEnabledStateBackend interface (server#34443)
* Cleanup comments code (server#35424)
* Cleanup psalm issues in DB/ContactsManager and Console (server#35539)
* Fix background theming deletion and cypress admin theming tests (server#
35728)
* Display displayname on federated shares (server#35915)
* Extend fix-key-location to handle cases from broken cross-storage moves
(server#36068)
* Specify the parameters of FederatedFileSharing controllers (server#36214)
* Log to `error_log` in fatal case (server#36316)
* Refactors tests/app.php to improve code readability. (server#36742)
* Fix: Avoid failing with duplicate checks (server#36830)
* Fix: Escape group names for LDAP (server#37201)
* Avoid db connections when logging db connection errors (server#37458)
* Ci(checkers): Require composer autoloaders for all shipped apps (server#
37481)
* Fix: log fopen calls when stream isn’t available (server#37624)
* Refactors Command/Encryption/Enable.php to improve code readability.
(server#37665)
* Redis: use atomic operations everywhere (server#37758)
* Check for open_basedir before reading /proc (server#37959)
* Use more efficient tag retrieval on DAV report request (server#37969)
* Imaginary WebP support (server#38032)
* Add label to “default quota” multiselect (server#38075)
* Allow “wasm-unsafe-eval” in CSP (server#38082)
* Make Node::getParent lazy (server#38150)
* [master] Update psalm-baseline.xml (server#38162)
* Show pending popover menu when password is enabled by default (server#
38164)
* Admin audit app: optimization according to PHP 8 (server#38176)
* Fix share roots always being marked as writable (server#38179)
* Increase from 100000 to 600000 iterations for hash_pbkdf2 (server#38206)
* Enh(theming): RGBY contrast (server#38211)
* Add utility command for object store objects (server#38226)
* Allow enforcing share passwords only when already asking for a password
(server#38227)
* Chore(deps-dev): Bump cypress from 12.11.0 to 12.12.0 (server#38232)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.7 to 9.6.8 in /build/
integration (server#38234)
* Reload filelist when adding or removing shares (server#38259)
* Refactors “strpos” calls in lib/public to improve code readability.
(server#38260)
* Refactors “strpos” calls in lib/private to improve code readability.
(server#38261)
* Fix loading custom logo image (server#38291)
* Add config variable for curl timeout (server#38292)
* Use aria-expanded correctly on toggle user actions (server#38294)
* Feat: Add occ user:user:sync-account-data for updating oc_accounts
information from user backends (server#38298)
* Fix: better error message on missing user files dir (server#38300)
* Fix(caldav): Ignore invalid events for reminder generation (server#38301)
* Migrate a few components to NcSelect (server#38306)
* Fix(carddav): Check if SERVER variables are set before accessing them
(server#38308)
* Fix: Throw early when a service cannot be found in the app container
(server#38322)
* Remove focus-visible polyfill (server#38323)
* Optimize webpack chunking (server#38329)
* Adjust style of passwordless login (server#38330)
* Remove some dead code in files app (server#38332)
* Weather_status: Improve contrast of favorite icon (server#38333)
* Master is now 28 (server#38336)
* 38340 fix add group broken (server#38344)
* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1 in /build/
integration (server#38346)
* Make unsupported browser check asynchronous (server#38354)
* Fix(trashbin): Truncate long filenames (server#38355)
* Add imaginary_key (server#38365)
* Add commands to copy/move files (server#38366)
* Adjust files favorite marker to fulfill A11Y contrast requirements (server#
38370)
* Chore(deps-dev): Bump tar from 6.1.14 to 6.1.15 (server#38372)
* Webpack: add nonce to unsupported-browser-redirect chunk (server#38374)
* Refactor: migrate OC_EventSource to dependency injection (server#38386)
* Bug-report-template – move `Official All-in-One appliance` to the bottom
(server#38393)
* Enh(contacts): show/hide addressbooks for all (server#38397)
* Store encrypted OAuth2 client secrets (server#38398)
* Remove deprecated `OC.appSettings` API (server#38400)
* Fix(SAB): Save avatar to SAB (server#38413)
* Don’t always check if we need to setup the object store root (server#
38415)
* Fix(carddav): Check enumeration settings for all SAB methods (server#38423)
* Feat(ocp): Add types and strict typing to \OCP\Group\IGroup (server#38425)
* Fix deletion of User when system link are used in him user folder (server#
38429)
* Add OpenAPI specs (server#38438)
* Fix(files): make open folder a default action (server#38441)
* Fix(carddav): Don’t show system address book cards to guests (server#
38448)
* Fix(carddav): Make system contact phone number RFC compliant (server#38454)
* Use default page size for jumping to desired offset (server#38457)
* Revert “Fix table view” (server#38458)
* Adjust active element visibility in the usermenu (server#38459)
* Adjust active element visibility in the sidebar (server#38460)
* Add fallback when a there is no preview for a version (server#38467)
* Log failures to read certificates during listing (server#38468)
* Fix initialisation of versions in the DB (server#38469)
* [master] fix: Catch Deadlock properly as execute throws Doctrine exceptions
not our wrapped ones (server#38478)
* Fix(dav): Fix avatar size in system address book (server#38481)
* Chore: update workflows from templates (server#38486)
* Emit an event when a message is logged (server#38490)
* Chore(deps-dev): Bump puppeteer from 19.10.1 to 20.4.0 (server#38492)
* Fix: catch errors in id3parser library (server#38496)
* [master] Fix npm audit (server#38497)
* Replace id3parser with mp3info (server#38498)
* Fix(docs): Fix language and copy-paste class name in docs of CSP (server#
38513)
* Chore(libphonenumber): Bump giggsey/libphonenumber-for-php to giggsey…
(server#38514)
* Chore(deps): Drop swiftmailer/swiftmailer (server#38516)
* Fix contrast for inactive elements of the main navigation (server#38519)
* Improved display of app links (server#38520)
* Chore(app): Do not clear unused cache key (server#38524)
* [master] Update ca-cert bundle (server#38534)
* Ci: Use conventional commits for CA bundle updates (server#38537)
* Uses “Null Coalescing Operator” to improve code readability. (server#
38543)
* Fix(dispatcher): Migrate to OCP event dispatcher before symfony/event…
(server#38545)
* Fix(deps)!: Upgrade symfony/event-dispatcher to supported version 5.4.26
(server#38546)
* Fix app menu flicker (server#38549)
* Chore: Drop app code checker test data (server#38550)
* Chore!: Drop \OC_App::isEnabled (server#38551)
* Chore!: Drop \OC_Defaults::getLogoClaim (server#38552)
* Chore(deps): Bump doctrine/dbal to 3.7.x (server#38556)
* Feat(request): Allow to match the client version with the IRequest::U…
(server#38561)
* Drop \OC_App methods deprecated in Nextcloud 14 (server#38566)
* Remove deprecated legacy loader from `OC` (server#38567)
* Redis: Do not try to authenticate with non-string password/user (server#
38568)
* Improve oauth2 database migration from ownCloud (server#38577)
* Fix: correct hint for missing posix extension (server#38581)
* Feat(ocp): Allow sending emails with subject and body (server#38585)
* Fix(ocp): Mark IMessage::attachInline as @since 27 (server#38586)
* Chore: Do not sass-compile external apps (server#38590)
* Fix(caching): Avoid checking existence before fetching (server#38591)
* Chore(ocp)!: Drop \OCP\Util::linkToPublic (server#38593)
* Chore: remove check for suhosin.executor.func.blacklist (server#38595)
* Fix(CI): Temporary workaround – Run Psalm CI with 1 thread only so it…
(server#38597)
* Refactors “strpos” calls in /core to improve code readability. (server#
38602)
* Refactors “strpos” calls in /apps/workflowengine (server#38604)
* Refactors “strpos” calls in /apps/comments (server#38605)
* Refactors “strpos” calls in /apps/settings (server#38606)
* Refactors “strpos” calls in /apps/user_ldap (server#38608)
* Refactors “strpos” calls in /apps/dav (server#38610)
* Refactors “strpos” calls in /apps/theming (server#38611)
* Feat(HTTPClient): Provide wrapped access to Guzzle’s asyncRequest()
(server#38613)
* Refactors “strpos” calls in /apps/files_external (server#38619)
* Refactors “strpos” calls in /apps/files_sharing (server#38620)
* Replace if/else with return match (server#38622)
* Fix(storage): fallback to copy and unlink when rename fails (server#38623)
* Fix: expect interface, not a specific implementation (server#38625)
* Bump marked from 4.3.0 to 5.0.4 (server#38627)
* Feat: set background = backgroundColor via occ (server#38631)
* Test: add test for cache mount provider (server#38633)
* Feat: remove check for OpenSSL 1.0.1d and 1.0.2b (server#38635)
* [1/3] Refactors /core controllers using constructor property promotion.
(server#38636)
* [2/3] Refactors /core controllers using constructor property promotion.
(server#38637)
* [3/3] Refactors /core controllers using constructor property promotion.
(server#38638)
* Bugfix/36644 pruneOutdatedSyncTokens deletes all entries (server#38639)
* Openapi: Fix wrapping OCS responses that are not DataResponse (server#
38640)
* Chore(appframework)!: Drop \OCP\AppFramework\Http\
EmptyContentSecurityPolicy::allowInlineScript (server#38642)
* Avoid requests to opengraph image if no host detected (server#38645)
* Fix(caldav): Cast calendar objects id to int when building index (server#
38648)
* Fix(caldav): Close DB cursor in reminder index background job (server#
38649)
* Chore: Drop dead private methods in /lib (server#38652)
* Fix(systemtags): Incorrect tags shown temporarily (server#38655)
* Fix OpenAPI core paths (server#38656)
* Disable background color on group-header line (on hover, focus, active)
(server#38662)
* Chore: Replace \OC::$server->query with \OCP\Server::get in /lib (server#
38663)
* Fix(weather_status): Always show all favorite locations (server#38664)
* Fix(weather_status): Pass address as param to OSM API (server#38665)
* Fix(SystemTagManager): Use truncated tagName in getTag and updateTag
(server#38667)
* Feat: add width, height, crop and mode to BeforePreviewFetchedEvent (server
#38679)
* Fix(apache): Serve `mjs` (module javascript) as static files (server#38688)
* Fix(actions): cypress (server#38694)
* Chore(deps-dev): Bump css-loader from 6.7.3 to 6.8.1 (server#38695)
* Chore(deps-dev): Bump tslib from 2.5.0 to 2.5.3 (server#38696)
* Update bug report issue template (server#38700)
* Fix oauth2 tests (server#38701)
* Do not cast sizes to int in Trashbin class (server#38703)
* Fix wrong link in issue template (server#38710)
* Select the fileid first when looking for incomplete files (server#38714)
* Chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0 (server#38715)
* Drop meta robots header (server#38725)
* Chore(deps-dev): Bump dms/phpunit-arraysubset-asserts from 0.4.0 to 0.5.0
in /build/integration (server#38733)
* Chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0 (server#38734)
* Allow to specify upgrade.cli-upgrade-link in order to link to the correct
documentation (server#38735)
* Add a Dependabot configuration to autoupdate GitHub action versions (server
#38737)
* [master] Fix npm audit (server#38742)
* Allow stdClass in XML responses (server#38745)
* Perf: skip request without write permission (server#38747)
* Uses PHP8’s constructor property promotion in core/Command/Encryption
(server#38762)
* Uses PHP8’s constructor property promotion in core/Command/Db classes.
(server#38764)
* Uses PHP8’s constructor property promotion in core/Command/User classes.
(server#38766)
* Uses PHP8’s constructor property promotion in core/Command/Maintenance
(server#38767)
* Uses PHP8’s constructor property promotion in core/Command/Config and
Group (server#38768)
* Uses PHP8’s constructor property promotion core/Command/App,/Background,
and /Broadcast (server#38769)
* Make oauth2 client secret column larger (server#38770)
* Uses PHP8’s constructor property promotion core/Command/Info, /Integrity,
and /Preview (server#38771)
* Add bruteforce protection in OauthApiController (server#38773)
* Uses PHP8’s constructor property promotion in core/Command/Log, /Security,
and /SystemTag (server#38774)
* Uses PHP8’s constructor property promotion in core/Command and / (server#
38775)
* Fix(core): Do not invert app menu text color (server#38776)
* Fix(carddav): Make SystemAddressBook::__construct $groupManager argument
nullable (server#38777)
* Ci: pin setup-php to avoid a regression (server#38781)
* Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 1.1 to
2.2 (server#38785)
* Chore(deps): Bump peter-evans/create-or-update-comment from 2 to 3 (server#
38786)
* Chore(deps): Bump actions/setup-node from 2 to 3 (server#38787)
* Chore(deps): Bump actions/upload-artifact from 2 to 3 (server#38788)
* Align subadmins css class name (server#38793)
* Enable version features again with S3 versioning (server#38794)
* Fix: Avoid failing to update the current version entry if there is none
(server#38800)
* Add types to responses (server#38802)
* Bump @nextcloud/auth @nextcloud/axios @nextcloud/calendar-availability-vue
@nextcloud/dialogs @nextcloud/files and @nextcloud/router (server#38803)
* Make sure to show download button only one time (server#38804)
* Add files actions testing + code coverage (server#38806)
* Fix issues where unencrypted_size was being falsely used for non-encrypted
home folders (server#38808)
* Generate user themed favicon and touchicon (server#38823)
* Enh(a11y): New user modal (server#38826)
* [master] Update psalm-baseline.xml (server#38827)
* Fix files API route names (server#38830)
* Adjust saving of status messages (server#38832)
* Replace plain input fields with NcTextField fields and NcMultiSelect …
(server#38839)
* Fix: Removed invalid user from CODEOWNERS file (server#38841)
* Fix type in BeforeMessageLoggedEvent (server#38843)
* Feat: add detected mime type to exception (server#38844)
* Move deprecation warnings to debug (server#38852)
* Introduce LanguageModel/TextProcessing OCP API (server#38854)
* Fix(sab): put location in proper address field (server#38856)
* File scanner performance improvements (server#38858)
* Add summary of detected changes to files:scan output (server#38860)
* Chore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.3 (server#
38863)
* Bump @nextcloud/files from 3.0.0-beta.9 to 3.0.0-beta.10 (server#38865)
* Fix confusion around mail settings and improve layout a bit (server#38868)
* [master] Fix npm audit (server#38869)
* Style(config): alphabetise preview providers (server#38876)
* Cleanup controller service aliases (server#38878)
* Fix user log.condition feature (server#38881)
* Don’t disable actions when saving share permissions (server#38888)
* Use source cache when listing folder during recursive copy (server#38890)
* Add getDocBaseUrl on theming app (server#38900)
* Reduce load of files versions preview loading (server#38905)
* Fix: ContactManager search with fullmatch (server#38907)
* Cast string type for trim() (server#38910)
* Adjust admin setup check to increase warning to configure https (server#
38915)
* Fix(l10n): Fix plural issue with different locale and language (server#
38917)
* Chore: update node engines to next LTS (server#38924)
* Chore: Adjust editorconfig for package.json and package-lock.json (server#
38927)
* Fix(systemtags): Add missing systemtags index (server#38928)
* Clean failed upload chunks (server#38930)
* Fix(s3): Pass SSE-C parameters for multipart upload (server#38934)
* [f2v] Rename, favorite and edit locally actions (server#38939)
* Implement optimized getDirectoryContent for DAV (server#38945)
* Align collaborative tags differently (server#38948)
* [f2v] Favorites view (server#38950)
* Chore(deps): Bump fast-xml-parser and webdav (server#38951)
* Fix(eventdispatcher): Don’t use all evaluating “or” (server#38955)
* Use getsystemvalue-functions in Mailer.php (server#38958)
* Dav: clean path before putting it in the statcache (server#38965)
* Enh(sab): Add profileUrl to SAB (server#38969)
* Uses PHP8’s constructor property promotion in core/Migrations (server#
38974)
* Uses PHP8’s constructor property promotion in remaining /core classes
(server#38975)
* Refactors lib/private/Accounts classes (server#38978)
* Refactors lib/private/Contacts. (server#38986)
* Refactors lib/private/Mail. (server#38987)
* Fix: restore AppsSlideToggle feature (server#38988)
* Refactors lib/private/Avatar. (server#38989)
* Refactor lib/private/Calendar (server#38990)
* Refactors lib/private/SystemTag (server#38995)
* Fix(dav): Catch SAB sync errors during upgrade (server#39005)
* Switch to bootstrap font-stack (server#39008)
* [1/3] Refactors lib/private/Security (server#39011)
* [2/3] Refactors lib/private/Security (server#39012)
* [3/3] Refactors lib/private/Security (server#39013)
* Add “button” class to the QR code link (server#39015)
* Fix(s3): fix handling verify_bucket_exists parameter (server#39017)
* Migrate federation application to LoggerInterface (server#39018)
* Adds same object return annotations to lib/private/Mail classes (server#
39020)
* Fix(files): Only render the menu if there are actions to show (server#
39025)
* Chore: upgrade typescript, eslint and fix lint (server#39029)
* Migrate deprecated vue property (server#39038)
* Refactors lib/private/Log (server#39039)
* Fix(ocp): TimedJob can’t have a more specific argument than Job (server#
39042)
* Fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
(server#39043)
* Fix root mounts not being setup in some cases (server#39044)
* Update aria-expanded attribute for sidebar apps-slide-toggles (server#
39049)
* Enh(a11y): Users table (server#39050)
* Feat(ocp): More specific type for ICapabilities::getCapabilities (server#
39057)
* Avoid adding (attribute=) part to filter which will confuse LDAP servers
(server#39058)
* Fix(TagSearchProvider): Short circuit if no tag matches the query (server#
39062)
* Migrate away from ILogger in encryption (server#39065)
* Bump sabre/http to 5.1.7 in master (server#39070)
* Fix(settings): Migrate away from deprecated `NcPopoverMenu` (server#39073)
* Refactors lib/private/Profile. (server#39075)
* Fix(cypress): branch definition and update from template (server#39076)
* Fix(CalDAV): Check if the vObject exists before attempting any operations
(server#39083)
* Feat(admin_audit): Migrate to non-deprecated IEventDispatcher (server#
39086)
* Fix event names of 2FA related typed events (server#39089)
* Silent `imagecreatefromstring()` errors (server#39093)
* Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 2.1 to
2.2 (server#39095)
* [master] Update psalm-baseline.xml (server#39096)
* Fix(settings): Migrate away from `NcAppNavigationCounter` (server#39102)
* Files_sharing: Remove orphaned file with deprecated imports (server#39103)
* [master] Fix npm audit (server#39104)
* Fix(updatenotification): Remove deprecated `NcPopoverMenu` and use
`NcActions` instead (server#39106)
* Refactors lib/private/Lock (server#39108)
* Refactors /Metadata, /Migration, and /Net namespaces in /lib/private/
(server#39109)
* [1/2] Refactors lib/private/Collaboration (server#39113)
* [2/2] Refactors lib/private/Collaboration (server#39114)
* Fix(sse): don’t update uncached files (server#39115)
* Psalm: Enable more/less specific errors (server#39116)
* Psalm: Disable cache (server#39120)
* Rewrite OCS CSRF check to be readable (server#39125)
* Fix password confirmation master (server#39127)
* Fix(ldap): avatar is not being fetched (server#39128)
* Refactors files_external app commands (server#39131)
* Fix(CardDAV): catch right exception when checking for federated app classes
(server#39132)
* User_status: Add OpenAPI spec (server#39133)
* Fix(files_sharing): hide download permission for circle shares (server#
39146)
* Refactors files app commands (server#39150)
* Migrate federated file sharing to PSR LoggerInterface (server#39160)
* Add OCSPreconditionFailedException (server#39164)
* Enable all files_versions features when groupfolders is enabled (server#
39165)
* Refactors dav app commands. (server#39166)
* Migrate files sharing to PSR LoggerInterface (server#39169)
* Add command do delete orphan shares (server#39170)
* Support opening and comparing versions in viewer (server#39171)
* Use square bracket syntax to modify array (server#39175)
* Fix: Cleanup unused imports and some type deprecations (server#39189)
* Fix(dav): Move DAV app to non deprecated event dispatcher (server#39190)
* Feat(sharing): add sharing overview view (server#39196)
* Fix: Remove deprecation warning for already removed API (server#39200)
* Fix(cypress): revert only toggle (server#39203)
* Docs(dav): remove outdated comment (server#39204)
* Remove jQuery from main entry point where not needed (server#39210)
* Add return types (server#39211)
* Refactor “strpos” and “substr” calls in federatedfilesharing app to
improve code readability (server#39213)
* Refactor “substr” calls in lib/private to improve code readability
(server#39216)
* Migrate parts of files app away from depecrated Ilogger (server#39218)
* [master] Update psalm-baseline.xml (server#39219)
* Bugfix/bulk upload empty files (server#39221)
* Migrate more apps to IEventDispatcher (server#39222)
* Provisioning_api: Add OpenAPI spec (server#39223)
* Convert isset ternary to null coalescing operator (server#39224)
* Convert isset ternary to null coalescing operator (server#39225)
* Convert isset ternary to null coalescing operator (server#39226)
* Fix(files): default emptycontent message (server#39229)
* Refactor comments app (server#39236)
* Refactor contactsinteraction app (server#39243)
* Preload custom properties when propfinding folders (server#39248)
* Comments: Add OpenAPI spec (server#39257)
* Add IgnoreOpenAPI attribute (server#39263)
* Add instance category while checking new updates (server#39264)
* Fix(flow): Revert invalid rename of check class for RequestTime (server#
39268)
* Bump CS Fixer rules to follow latest Nextcloud standards (server#39271)
* Sharebymail: Add OpenAPI spec (server#39272)
* Weather_status: Add OpenAPI spec (server#39274)
* Add optional to add backtrace to log items (server#39275)
* Set double outline to buttons in focus state (server#39277)
* Federation: Add OpenAPI spec (server#39280)
* Settings: Add OpenAPI spec (server#39284)
* Dashboard: Add OpenAPI spec (server#39286)
* Theming: Add OpenAPI spec (server#39287)
* Chore(deps): Bump semver from 5.7.1 to 5.7.2 (server#39296)
* Fix(dav): close cursor when fetching max id (server#39297)
* Fix(comments): Emit CommentsEntityEvent as typed event (server#39304)
* Feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\
Sabre::addPlugin (server#39305)
* Fix(profile): fix getUID on nullable user variable (server#39309)
* Updatenotification: Add OpenAPI spec (server#39312)
* User_ldap: Add OpenAPI spec (server#39313)
* Dav: Add OpenAPI spec (server#39315)
* Oauth2: Add OpenAPI spec (server#39316)
* Change color for primary element on hover (server#39317)
* Cloud_federation_api: Add OpenAPI spec (server#39318)
* Files_versions: Add OpenAPI spec (server#39319)
* Files_trashbin: Add OpenAPI spec (server#39320)
* Files_external: Add OpenAPI spec (server#39321)
* Files_external: getStorage before remove (server#39323)
* Cibit): fix failing test setup (server#39324)
* Files: Add OpenAPI spec (server#39327)
* Federatedfilesharing: Add OpenAPI spec (server#39328)
* Fix: also run phpunit on `apps/theming/css` modified files (server#39329)
* Files_sharing: Add OpenAPI spec (server#39330)
* Core: Add OpenAPI spec (server#39331)
* Set double outline on checked state for radio buttons (server#39332)
* Chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.2 (server#39336)
* Fix(workflowengine): Migrate from deprecated `NcMultiselect` to `NcSelect`
(server#39337)
* Fix(node): non-existing folder is not searchable (server#39339)
* Cloud_federation_api: Fix OpenAPI spec (server#39341)
* Chore(CI): Sign .drone.yml file (server#39343)
* Handle more exceptions in AmazonS3::fopen (server#39367)
* Fix: Always apply fullscreen styling to sidebar (server#39378)
* Fix(db): no hardcoded table prefix is expected (server#39380)
* Enh(a11y): Add aria-modal to dialogs (server#39382)
* Feat: Add public event for missing indices (server#39389)
* Change color of error and success (server#39391)
* Fix(i18n) Changed case of “Files” (server#39400)
* Fix(i18n) Changed grammar related to “login” (server#39401)
* Enh(a11y): User management settings dialog (server#39402)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.10 in /build/
integration (server#39403)
* Chore(deps): Bump dompurify from 2.4.5 to 3.0.5 (server#39405)
* [master] Fix npm audit (server#39409)
* Fix(core): Add password confirmation requirement for getapppassword (server
#39416)
* Fix: check that object store backend supports multi part uploads (server#
39432)
* Chore(3rdparty): update symfony/process to 5.4.24 (server#39441)
* Chore: update codeowners for 2fa (server#39442)
* Fix(l10n): User manager (server#39444)
* Refactor user_ldap group membership cache and add check-group command
(server#39446)
* Fix sharing of encrypted files (server#39447)
* Docs: remove superfluous phpdocs (server#39449)
* Chore(3rdparty): update symfony/console to 5.4.24 (server#39455)
* Fix: Correctly add `module` content type to script tags with versions
(server#39456)
* Add more space below item preview explanation (server#39460)
* Improve sharing flow (server#39472)
* Fix(IParallelAwareJob): Check for other reserved jobs before setting new
ones as reserved (server#39473)
* Fix(i18n) Fixed grammar (server#39474)
* Fix(i18n) Fixed grammar (server#39475)
* Remove opacity on federation control action buttons (server#39476)
* Chore(3rdparty): update symfony http-foundation, routing and translat…
(server#39477)
* Migrate files external to PSR LoggerInterface (server#39480)
* Fix: don’t emit Hooks when hookpaths are empty (server#39481)
* Fix(files): Adjust files favorite marker for vue file list being cropped
(server#39483)
* Fix(dispatcher): Move remaining simple cases in apps/ folder to IEven…
(server#39485)
* Chore(3rdparty): update punic to 3.8.1 (server#39486)
* Typed events for db:add-missing-… (server#39487)
* Fix(apps): Fix loading info.xml file (server#39490)
* Fix(caldav): Assign initial value to typed CalendarQuery properties (server
#39504)
* Feat(db): Ensure that index names are unique across the database (server#
39506)
* Fix(utility): De- deprecate getDateTime and getTime as now() only returns
DateTimeImmutable (server#39511)
* Fix(CardDAV): set owner-principal, displayname properties for SAB (server#
39525)
* Only show weather credits if necessary (server#39527)
* Kerberos sso ci fix (server#39531)
* `/ocs/v1.php/cloud/groups` `UPDATE` method – correct status when group not
found (server#39537)
* Update to nextcloud-vue 8 (beta) (server#39540)
* AI admin settings (server#39567)
* Calendar optimizations (server#39568)
* Move lib/ events to IEventDispatcher where possible (server#39571)
* OCM Services (server#39574)
* “Allow untested app” wording (server#39575)
* [f2v] feat(files_external): migrate to vue (server#39577)
* Simplify IP address normalizer with IP masks (server#39582)
* Feat(settings): Show supported apps on app settings if subscribed (server#
39586)
* Bump deepdiver1975/tarstreamer to 2.1.0 in master (server#39587)
* Fix(files): url used to retrive storage stats (server#39588)
* Fix!: Remove symfony EventDispatcherInterface from OC\User and OC\Group
(server#39595)
* Fix(l10n): Password column header (server#39599)
* Fix!: Final round of moving to IEventDispatcher (server#39605)
* Fix(files): Remove duplicated outline on file name of vue file list (server
#39609)
* Feat(files): migrate recent view (server#39613)
* Remove litmus locks tests (server#39626)
* Enable litmus largefile tests (server#39628)
* Fix(s3): add SSE-C parameters to headObject call (server#39629)
* Core: Document text processing API (server#39634)
* Fix OpenAPI specs (server#39641)
* Fix: copy-and-delete fallback should use unlink (server#39644)
* Fix(files_sharing): String translations (server#39649)
* Feat: File reminders backend (server#39651)
* Fixes in update-3rdparty command (server#39652)
* AppEcosystem Authentification (server#39655)
* [master] fix(files): fix extension with custom displayName (server#39656)
* Bump oc_version to 28.0.0.1 (server#39660)
* Chore(3rdparty): update symfony/mailer to 5.4.22 (server#39662)
* Fix(dav): use quota of destination in s3 chunk upload (server#39672)
* Feat(theming): add mime accept in Theming image file picker (server#39673)
* New OCS endpoint to list text processing tasks (server#39680)
* Fix(cypress): Flaky tests (server#39682)
* Fix: missing argument for TextProcessing Manager (server#39684)
* Feat: Set file reminders (server#39685)
* Fix(core): Modernize JS for mimetype handling (server#39686)
* Fix(notifications): Remove share notification when the node is deleted
(server#39689)
* Re-enable download configuration on circles shares (server#39693)
* Expose gps data via webdav (server#39694)
* Refactors files version app commands. (server#39695)
* Chore: add pr-feedback workflow (server#39696)
* Catch more invalid cache source storage paths (server#39698)
* Hide shares by disabled users (server#39699)
* Fix: close cursor after reading the invitation (server#39700)
* Fix: adjust test for font icon (server#39705)
* Allow ext storage Local to go unavailable (server#39707)
* [master] Update psalm-baseline.xml (server#39708)
* Remove padding for longer wordings (like the future French one) (server#
39713)
* Update blog URL (formerly “/news”) (server#39715)
* Add OpenAPI CI (server#39716)
* Files_external: Fix OpenAPI (server#39717)
* Chore(deps-dev): Bump symfony/event-dispatcher from 5.4.22 to 5.4.26 in /
build/integration (server#39720)
* Chore: remove version check for apc extension (server#39723)
* [master] Update psalm-baseline.xml (server#39727)
* Fix(db): Print why the migration file could not be created (server#39739)
* Optimize calendar search query (server#39741)
* Fix: Don’t try to access null array (server#39743)
* Feat(caldav): linkify location in scheduling mails (server#39753)
* “Download and enable all” instead of “Enable all” only (server#39754)
* Add endpoint for getting disabled user list (server#39756)
* Fix: always use display name from correct backend (server#39770)
* Test: remove broken steps from files acceptance test (server#39778)
* Log imaginary errors as info to not spam the server logs (server#39780)
* Fix: Also cleanup version metadata if expiring (server#39786)
* Fix: Pass proper viewer filename (server#39789)
* Feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by
default (server#39792)
* Enh(files_reminders): Adjust reminder options (server#39798)
* Fix(updatenotification): Skip update check (server#39806)
* Feat(f2v): migrate Files (server#39808)
* Fix text processing OpenAPI (server#39809)
* Let `occ trashbin:restore` restore also from groupfolders and add filters
(server#39818)
* Add l10n for files_reminders (server#39820)
* Chore(deps-dev): Bump puppeteer from 20.9.0 to 21.0.3 (server#39833)
* Chore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0 (server#
39834)
* Chore(deps-dev): Bump @vue/vue2-jest from 29.2.4 to 29.2.5 (server#39835)
* Chore(deps-dev): Bump @babel/node from 7.22.6 to 7.22.10 (server#39836)
* Fix: encode basename in restore action (server#39842)
* Remove check for very old PGsql version (server#39846)
* Wrap long productName on login form (server#39848)
* Code simplification using null coalescing (server#39850)
* Stop sending deprecated Pragma header (server#39852)
* Feat(testing): Add fake providers for translations and text processing
(server#39856)
* Don’t preload metadata for the sub-childen (server#39860)
* Move share permission logic to storage wrapper (server#39863)
* Reuse l10n and request in dav folder listing (server#39864)
* Fix php 8.3 support in tests (server#39866)
* Add a separate event for login page rendering (server#39867)
* Remove query builder reuse in files_external (server#39868)
* Feat(security): Add a bruteforce protection backend base on memcache
(server#39870)
* Fix various file reminders bugs (server#39876)
* Adjust add button (server#39884)
* Bump Hub 5 -> Hub 6 (server#39885)
* Reduce the number of container queries (server#39888)
* Admin have no special rights on users’ entries (server#39895)
* Sharebymail: remove ILogger and upgrade to PHP 8 syntax (server#39897)
* Don’t bother checking dav acl’s in files (server#39903)
* Prevent PHP warning when CacheEntry extension keys are not set (server#
39906)
* Fix(settings): focus lost on selects in users settings (server#39909)
* Fix(memcache): Fix comparison of Memcache configs to classes (server#39910)
* Fix(CardDAV): only run upgrade sync if 1000 users or less (server#39911)
* Improve upload progress visualization (server#39912)
* Try to fix regression with public file upload button (server#39916)
* Chore(deps): Bump marked from 5.1.2 to 7.0.3 (server#39922)
* Fix: Set X-Requested-With header on all requests to avoid browser auth
dialogs (server#39924)
* Fix(CardDAV): allow disabling of the system address book (server#39925)
* A better design for update channel selector (server#39927)
* Feat(dashboard): implement widget item api v2 (server#39937)
* Chore(deps): Bump libphonenumber-js from 1.10.38 to 1.10.41 (server#39938)
* Fix(settings): User management app navigation styles (server#39943)
* Pass the share to the cache instead of having to ask the storage (server#
39944)
* Feat(files): add uploader (server#39945)
* Fix: Avoid throwing on folder previews as there are none (server#39950)
* Chore: use Navigation and Actions from `@nextcloud/files` (server#39955)
* Improve performance of calculating dav permissions (server#39958)
* Fix(CS): Use the naming pattern for the URL scheme (server#39961)
* Chore(deps): Bump camelcase from 6.3.0 to 8.0.0 (server#39964)
* Chore(deps-dev): Bump cypress from 12.17.3 to 12.17.4 (server#39965)
* Chore(deps-dev): Bump sass from 1.64.2 to 1.66.1 (server#39967)
* Chore(deps): Bump nextcloud-vue-collections from 0.10.0 to 0.11.1 (server#
39968)
* Fix(a11y): Add always visible label when setting weather address (server#
39971)
* Chore(deps): Bump peter-evans/create-pull-request from 3 to 5 (server#
39972)
* Chore(deps): Bump actions/setup-node from 3.6.0 to 3.8.1 (server#39974)
* Chore(deps): Bump actions/github-script from 5 to 6 (server#39975)
* Chore(deps): Bump actions/stale from 5 to 8 (server#39976)
* (config sample) Remove defunct trystack.org url (server#39978)
* [master] Fix npm audit (server#39979)
* Files_reminders: Add OpenAPI spec (server#39984)
* Fix predefined status buttons (server#39987)
* Fix(CS): Ignore apps*/ directories which are gitignored (server#39989)
* Fix(middleware): Fix header injection for bruteforce middleware (server#
39996)
* Feat(files): add drag and drop support (server#39998)
* Chore(deps): upgrade `@nextcloud/webpack-vue-config` and `typescript`
(server#39999)
* Fix OpenAPI capabilities (server#40001)
* [master] fix(security): Update CA certificate bundle (server#40005)
* Fix(tests): Specify all positional parameters again to fix tests (server#
40012)
* Do not log passwords in debug mode (server#40013)
* Create right table view (server#40014)
* Feat: Add auth token list and delete commands (server#40026)
* (enh) Change `occ background-job:list` limit default 10->500 (server#40042)
* Replace custom input field with NcTextField (server#40043)
* Add Altahrïm as code owner for login routes and sharebymail app (server#
40044)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 in /build/
integration (server#40052)
* Chore(deps): Bump jquery from 3.6.4 to 3.7.0 (server#40054)
* Chore(deps-dev): Bump @babel/preset-typescript from 7.22.5 to 7.22.11
(server#40055)
* Chore(deps-dev): Bump babel-jest from 29.6.2 to 29.6.4 (server#40057)
* Fix(files): do not load legacy files app js (server#40065)
* Fix: make cancelOperation public (server#40067)
* [Devcontainer] move git setup to postStartCommand (server#40068)
* Fix(updatecheck): Don’t wait 120s for a response of updater.nextcloud…
(server#40071)
* Fix(API): Fix parameter name to match interface (server#40075)
* Fix(cache): Remove displayname cache entry on delete (server#40077)
* Techdebt(DI): Use public IThrottler interface which exists since 25 (server
#40079)
* Bump @nextcloud/vue to v8 beta 5 + add some visible labels (server#40084)
* Adjust input field for “rename group” (server#40087)
* Replace custom input field with NcTextField (server#40100)
* Replace custom input field with NcTextField (server#40102)
* Enable caldav push notifications by default (server#40103)
* Feat: add switch to disable dns pinning (server#40108)
* Enh(settings): Add and remove groups accessibly (server#40110)
* Refactor `OC\Server::getAvatarManager` (server#40114)
* Fix(CI): Update .drone.yml signature (server#40159)
* Enh(a11y): Add accessible user menu semantics (server#40168)
* Fix(CI): Fix server setup in cypress by overwriting all files in shal…
(server#40181)
* Test(sharebymail): Improve tests (server#40182)
* SFTP improvements (server#40183)
* Feat: Add events for version restore (server#40184)
* [master] Update psalm-baseline.xml (server#40189)
* Feat(files): add sharing icon in header (server#40192)
* Fix: prevent sharing permissions on user root folder (server#40195)
* Create right list view for app store view (server#40198)
* Remove old fileUploadSpec jsunit test and fix flaky cypress files test
(server#40199)
* Change proftpd ci image (server#40201)
* Fix(mimetype): Fix aborted transaction on PostgreSQL when storing mimetype
(server#40203)
* Feat(files): add folder icon overlay (server#40209)
* Chore(deps-dev): Bump @cypress/webpack-preprocessor from 5.17.1 to 6.0.0
(server#40210)
* Chore(deps): Bump webdav from 5.2.3 to 5.3.0 (server#40211)
* Chore(deps): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(server#40213)
* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.6.1 to 7.8.0 in /build/
integration (server#40214)
* Print log message when version could not be got from updater server (server
#40216)
* Fixn): Fixed grammar (server#40217)
* ProfileApi: Fix typo (server#40224)
* Enh: skip processing for empty response (server#40234)
* Comments: Ignore endpoints in OpenAPI (server#40257)
* 40172 Polish new sharing flow : accesibility, expand bahavior, click
outside behaviour (server#40266)
* Fix(files_sharing): select sharing in sidebar breaks Viewer focus trap
(server#40273)
* Change order of keyboard shortcuts settings to be at the end (server#40275)
* [f2v] Render inline system tags using new DAV properties API (server#40284)
* Detect aborted connection in OC\Files\View and stop writing data to t…
(server#40285)
* Feat(appframework): Expose programmatic rate limiter (server#40288)
* Fix(CalDAV): check birthday calendar owner (server#40292)
* Fix(ratelimit): Only use memory cache backend for redis (server#40293)
* Fix(comments): move new comment instructions placeholder to description
(server#40294)
* Rename AppEcosystemV2 to AppAPI (server#40295)
* Enable new versions feature for groupfolders (server#40296)
* Fix(caldav): add webroot to objectid for activities (server#40301)
* Remove quotation marks (server#40306)
* Fix: Pass parent to NonExistingFile instances (server#40312)
* Enh(a11y): Add search contacts label (server#40314)
* Feat: Add dedicated method to load init scripts (server#40323)
* Implement TextToImage OCP API (server#40326)
* Fix Admin AI settings javascript error (server#40328)
* Theming: Revert broken SVG optimization in default-source.svg (server#
40329)
* Fix access to fileInfo in VersionTab.vue (server#40340)
* Fix: Hide set reminder action on public shares (server#40341)
* Fix: Update file list headers on breadcrumb navigation (server#40345)
* Fix(autoloader): no apcu no side effects (server#40349)
* Chore(deps): Bump @vueuse/components from 10.3.0 to 10.4.1 (server#40354)
* Chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.5.0 (server#
40355)
* Chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 (server#
40356)
* Chore(deps): Bump actions/checkout from 3 to 4 (server#40357)
* [master] Update psalm-baseline.xml (server#40358)
* [master] Fix npm audit (server#40360)
* Hide additional content when share details is open (server#40365)
* Fire group membership events from LDAP at login (server#40367)
* Feat: update sign up link in share pages (server#40368)
* 40172 polish sharing flow bugs (server#40372)
* Test: add tests for dns pin middleware (server#40376)
* Add plus icon to new user button (server#40378)
* Fix invite guest for new sharing flow (server#40389)
* Fix(settings): Undefined user count error (server#40391)
* Display user status by the side in sharing flow (server#40393)
* Ellipsize user status in sharing entry (server#40404)
* Refactor(f2v): Migrate unread comments action to the new FileAction API
(server#40409)
* Use t and n for translation (server#40411)
* Add in:users as a search filter to limit searches to users (server#40413)
* Fix: use faster method to fetch user count (server#40416)
* Fix: don’t use davtags for tag search (server#40418)
* Remove deprecated at matcher in tests/lib/InstallerTest.php (server#40419)
* Remove last calls to deprecated at matcher in tests/Core (server#40420)
* Core: Fix OpenAPI for reference API (server#40421)
* Enh(db): provide database providers via IDB API (server#40423)
* Remove last at matcher call in dav application tests (server#40424)
* Provisioning_api: Fix quota constants in OpenAPI (server#40426)
* Multiple bug fix in users list (server#40428)
* Enh(a11y): Add label to share note textbox (server#40430)
* Correctly switch/revert from custom to bundled perms (server#40434)
* Make logo in header clickable in the shared file view (server#40439)
* Consider link shares in removeShare method in SharingTab (server#40440)
* Fix(ldap): store last known user groups (server#40443)
* Chore(deps): Bump @nextcloud/dialogs from 5.0.0-beta.2 to 5.0.0-beta.4
(server#40452)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.12 in /build/
integration (server#40455)
* Refactor: Replace array_search with in_array in lib/ (server#40462)
* Fix(files): CustomElementRender $el replacement bug (server#40465)
* Bump phpseclib/phpseclib to 2.0.45 in master (server#40470)
* Only add x-requested-with header in requests to Nextcloud (server#40471)
* Fix(twofactor): avoid DB error on Twofactor (en/dis)abled event (server#
40472)
* Fix(dav): report status (server#40474)
* Feat(files): add systemtags view (server#40475)
* Add method to create a node from cache entry + mountpoint (server#40478)
* Fixes Dashboard icon rendering in darkmode (server#40480)
* Fix: content info footer on guest pages (server#40481)
* Fix(isLegitimatedForUserId): Setup mountpoints to check file access (server
#40482)
* Fix(dav): fix report tests (server#40485)
* Fix(comments): Use provided offset in best effort when loading comments
(server#40488)
* Load script and styles on setup page (server#40494)
* Fix(sharing): set name to target name in sharing cache (server#40495)
* Chore(deps-dev): Bump @vue/vue2-jest from 29.2.4 to 29.2.6 (server#40496)
* Add wrapper for external storage to ensure we don’t get an mtime that is
lower than we know it is (server#40499)
* Consider share type for enforced share expiry dates (server#40500)
* Store size in int|float for 32bit support (server#40501)
* Add single status code descriptions for OpenAPI (server#40502)
* Remove deprectated ILogger uses from user_ldap application (server#40504)
* Chore(3rdparty): remove opis/closure (server#40505)
* Migrate applications away from deprecated ILogger (server#40508)
* Fix dashboard widgets api (server#40511)
* Fix: redirect to proper directory if file not found (server#40515)
* Remove ‘Working with … code’ sections from README.md (server#40516)
* Feat(files): add files_sharing indicator (server#40517)
* Use multipart copy for s3 (server#40531)
* Auto set password for new email shares (server#40533)
* Fix(dav): expand recurrences when searching (server#40541)
* Add label for input field and select and adjust styles (server#40548)
* Fix: avoid side-effect imports and actions title support (server#40551)
* Add labels for input fields (server#40552)
* Style: Fix editorconfig indent for config/*config.php (server#40562)
* Update crl after revoke mfazones.csr (server#40563)
* Fix(userstatus): Track message timestamp too (server#40564)
* Remove deprecated methods Util::writeLog and DIContainer::log (server#
40565)
* Feat(CI): Allow apps to test with PHPUnit10 (server#40574)
* Core: Fix OCM OpenAPI (server#40575)
* Split list to navigation for the left sidebar (server#40576)
* Feat(files): properly format buttons, align mtime to the left and apply
opacity based on file last modification (server#40583)
* Correct value for device name input field (server#40584)
* Fix(files): disallow illegal characters (server#40585)
* Ci: skip cypress install (server#40589)
* Chore(deps): Bump actions/checkout from 3 to 4 (server#40595)
* Fix(theming): Make sure the footer is hidden if no content is rendered
(server#40597)
* Chore(deps): Bump marked from 7.0.3 to 9.0.3 (server#40598)
* Fix(files): open folder fileid while navigating without opening the sidebar
(server#40604)
* Remove unneeded opacity for action button (server#40613)
* Fix(userstatus): Sync migration version number with app version (server#
40614)
* Feat(user status): automate user status for events (server#40615)
* Read apporder from configuration value (server#40617)
* Advanced search: backend allows multiples terms to search (server#40618)
* Use proper app id in Version.vue (server#40619)
* Feat(phonenumber): Add OCP wrapper for PhoneNumber utils library (server#
40620)
* Fix(build): Ignore `default-source.svg` from image optimization (server#
40622)
* Updates to new sharing flow (server#40629)
* Allow PHP 8.3 (server#40630)
* Chore: Drop vendored Composer v2.4.1 (server#40639)
* Set visible label for input field (server#40643)
* Fix: encode uri for delete, restore and favorite (server#40644)
* Fix OCS-APIRequest header for OpenAPI (server#40649)
* Refactor: Use DBAL’s executeQuery instead of query (deprecated) (server#
40651)
* Feat: Add out-of-office message API (server#40653)
* Feat(backgroundjob): Schedule job after (server#40656)
* Fix(autocomplete): Fix missing user status on autocomplete endpoint (server
#40660)
* Correct `aria-label` on action input and text field (server#40662)
* Fix(dav): Reduce CalDAV backend memory footprint (server#40665)
* Feat: allow external drop and add dropzone (server#40674)
* Fix(unifiedsearch): Allow searching for “0” (server#40675)
* Fix(files): pass WCAG AA for hover rows (server#40677)
* Chore: Install phpunit via vendor bin (server#40678)
* Chore: Bump @nextcloud/vue + @nextcloud/dialogs + @nextcloud/
calendar-availability-vue (server#40692)
* Correct typos and add quotation marks (server#40698)
* LDAP: Increase profile picture limit to 512 (server#40709)
* Fix(systemreport): Mask onlyoffice secret as sensitive (server#40714)
* Enh(settings): Semantic user table markup (server#40719)
* Chore(deps-dev): Bump cypress and @nextcloud/cypress (server#40720)
* Chore(deps-dev): Bump @jest/globals from 29.6.2 to 29.7.0 (server#40721)
* Chore(deps-dev): Bump cypress-wait-until from 1.7.2 to 2.0.1 (server#40722)
* Chore(deps-dev): Bump workbox-webpack-plugin from 6.6.0 to 7.0.0 (server#
40724)
* Generate all preview sizes for Imaginary (server#40731)
* Ci: skip puppeteer chrome download (server#40733)
* Chore: rename serializedClosure to argument to align with parent class
(server#40734)
* Test(cypress): only use the cypress cloud on pull requests (server#40736)
* Added CORS skip if session was created by AppAPI (server#40737)
* Remove unneeded class (server#40738)
* Fix ocm-provider rewrite rules (server#40745)
* Chore(deps): remove @nextcloud/vue-dashboard (server#40748)
* Refactor: Contacts menu to Vue (server#40749)
* Chore(deps): Bump core-js from 3.32.0 to 3.33.0 (server#40751)
* Show loading icon in ‘save share’ button when creating a share (server#
40752)
* Fix(files): encoded source path on actions requests (server#40756)
* IFilesMetadata (server#40761)
* Chore: Do not lint external apps (server#40764)
* Make OAuth2 authorization code expire (server#40766)
* Feat(dav): implement personal absence settings (server#40767)
* Fix(dashboard): remove duplicated IDs on the dashboard page (server#40768)
* Fix(cypress): empty group, tag and ci-build-id when not using cypress cloud
(server#40770)
* Fix(files): migrate to NcIconSvgWrapper (server#40771)
* Fix(theming): Ensure all text colors have enough contrast for accessibility
(server#40773)
* Fix(files_external): basic auth user storage trigger (server#40782)
* Adjust color of focus-visible to be better visible (server#40783)
* Move inline docs to online documentation (server#40784)
* Fix: Log critical session renewal and logout paths (server#40785)
* Fix(user): Log affected user of app token login name mismatch (server#
40795)
* Fix: Show error message when CSRF check fails at login (server#40799)
* Fix text on default background image button (server#40804)
* Chore(deps-dev): Bump @types/dockerode from 3.3.19 to 3.3.20 (server#40805)
* Fix(L10N): Support “Accept-Language: zh-Hans-CN” and alike (server#40808)
* Update README.md (server#40809)
* Catch Imaginary processing errors (server#40819)
* New UI global search (server#40823)
* Fixed mixed translations in sharing details (server#40825)
* Fix Dynamic property timeFactory in ClientFlowLoginControllerTest (server#
40829)
* Pass IConfig by constructor to Group_LDAP (server#40839)
* Remove leading slash (server#40843)
* Feat: Allow to configure the app menu order in the frontend (server#40844)
* Feat(contactsmenu): Show user status (server#40852)
* Feat(files): migrate template picker (server#40854)
* Fix: Scope app nav caption styles (server#40858)
* Fix(session): Log why session renewal failed (server#40859)
* Chore: Drop unused \OC\Memcache\Factory::createLowLatency (server#40861)
* Fix(federation): Use `sharing.federation.allowSelfSignedCertificates`
config for all OCM requests (server#40864)
* Fix version number in ITimeFactory after it was delayed (server#40865)
* Feat: Add factory method for in-memory caches (server#40868)
* Fix my-apps view on mobile (server#40871)
* Change width for input field (server#40872)
* Fix width of input on contacts menu (server#40873)
* Chore(deps): Bump @nextcloud/password-confirmation from 4.0.1 to 5.0.0
(server#40874)
* Fix(scheduling): don’t send iMIP emails to rooms / resources (server#
40876)
* Fix(session): Log when crypto session data is lost (server#40879)
* Fix OCM provider public API and handling to allow apps to register (server#
40885)
* Fix several admin settings problems (server#40887)
* Check for more php modules (server#40889)
* Fix(search): Close unified search at the second ctrl+f (server#40890)
* Enh(files): Add accessible sort direction (server#40893)
* Fix(cypress): User groups test (server#40894)
* Add custom apps translation scripts and image path for consistency (server#
40898)
* Refactor: Unify running a dev server (for automated testing) (server#40899)
* Fix(docs): Fix parameter types in docs (server#40900)
* Append to body all selects inside of user table (server#40902)
* Reduce left margin of files list header (server#40905)
* Fix several personal settings problems (server#40907)
* Chore(deps-dev): Bump @babel/preset-typescript from 7.22.11 to 7.23.2
(server#40909)
* Chore(deps-dev): Bump ts-loader from 9.4.4 to 9.5.0 (server#40910)
* Chore(deps-dev): Bump tar from 6.1.15 to 6.2.0 (server#40911)
* Chore(deps): Bump @mdi/svg from 7.2.96 to 7.3.67 (server#40912)
* Chore(deps-dev): Bump dockerode from 3.3.5 to 4.0.0 (server#40913)
* Chore(deps): Bump dompurify from 3.0.5 to 3.0.6 (server#40914)
* Feat(files): grid view (server#40917)
* [master] Fix npm audit (server#40923)
* Shortcut Ctrl+F for different keyboard layouts (server#40924)
* Config.sample.php: fix incorrect theme name + add a missing ones (server#
40926)
* Allow share expiry dates lower than enforced limits (server#40927)
* Fix unit tests on PHP 8.3 (server#40931)
* Fix profile visibility settings being too wide (server#40932)
* Check expiry enforcement for all share types (server#40933)
* Chore: Add the talk team as codeowners for things Talk heavily relies on
(server#40934)
* Add some support for rename on case insensitive local filesystems (server#
40935)
* Fix(settings): Account property scope actions (server#40938)
* Chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2 (server#40941)
* Fix(files): fix new folder encoding (server#40948)
* Fix(theming): Add `aria-pressed` attribute to active background (server#
40950)
* Fix(xhr-request): Make sure to also allow strings as url (server#40951)
* Chore(deps): Bump @nextcloud/dialogs to v5-beta.6 (server#40956)
* Files-list: performance optimizations (server#40958)
* Fix(dbal): Fix types in query builder methods for parameters (server#40959)
* Fix(cypress): Replace flaky password-confirmation hack (server#40961)
* Reduce width of sharing entry (server#40963)
* Support dynamic metadata request on PROPFIND requests (server#40964)
* Fix(federation): Fix type and docs on ICloudFederationNotification in…
(server#40965)
* Add “no public GH Issues please” request, past advisories link, bounty
mention, scope link to security.md (server#40966)
* Fix return type annotation of IShare::getExpirationDate (server#40969)
* Update version.php to owncloud 10.13 (server#40977)
* HTML Validation: replace non standard `autocorrect` with `spellcheck`
(server#40978)
* Fix placement of actions within unified search (server#40979)
* HTML Validation: remove unnecessary roles (server#40980)
* HTML Validation: Personal settings (server#40983)
* Fix(tests): Only run tests on CI that are needed (server#40986)
* Fix(weather_status): remove `li` wrapper (server#40992)
* Refactor: remove remaining usage of OC::getCapabilities (server#40993)
* Fix(user_menu): pass only actual prop to user menu entries (server#40994)
* Optimize cache jail creation (server#40995)
* Reuse sharing disabled state when listing folder content (server#40996)
* Files: fix virtual list will-change value fps superpowers) (server#40999)
* Fix(cypress): Also sync `3rdparty` directory for local cypress tests
(server#41000)
* Fix trusted server input field (server#41008)
* Feat(files): support nested actions (server#41010)
* Move IToken and IProvider::getToken to OCP (server#41017)
* Fix(files): disable size containment on headers (server#41018)
* Fix(files): correct item height (server#41019)
* Fix(tests): Move leftover acceptance tests for users from drone to Cypress
(server#41021)
* Theming: Allow to reset custom app order and keep focus when reordering
(server#41024)
* Chore(deps): Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0
(server#41026)
* Chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 (server#41027)
* Chore(deps-dev): Bump @types/dockerode from 3.3.20 to 3.3.21 (server#41028)
* Chore(deps): Bump @nextcloud/calendar-availability-vue from 2.0.0-beta.2 to
2.0.0-beta.3 (server#41029)
* Chore(deps-dev): Bump eslint-plugin-cypress from 2.14.0 to 2.15.1 (server#
41030)
* Chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 (server#41032)
* Chore(tests): Migrate login acceptance tests from behat to Cypress (server#
41033)
* Fix(settings): users page html validation (server#41034)
* Fix(settings): apps list html validation and loading icon (server#41035)
* Fix(l10n): invalid translation of a number (server#41036)
* Feat(cypress): Always run cypress CI in parallel (server#41039)
* Fix(provisioning_api): Fix quota fields in OpenAPI (server#41045)
* Fix: duplicating contacts with the Recently contacted feature (server#
41046)
* Feat(dav): implement personal absence settings backend (server#41051)
* Fix(files_external): on case insensitive system, block case change (server#
41053)
* Get children from dav node when preloading system tags (server#41054)
* Feat(profile): Add public interface for profile manager so apps can check
config (server#41055)
* Optimize UserMountCache::registerStorage (server#41057)
* Fix(theming): Correctly expose user and admin theming (server#41059)
* Fix(3rdparty): Don’t use indirect dependency “Safe/” for functions
(server#41061)
* Return correct status if touch failed (server#41062)
* Fix(dashboard): html validation (server#41063)
* Remove opacity on table header (server#41064)
* Fix(user_status): separate user menu and dashboard status layout for HTML
validation (server#41068)
* Chore: Bump @nextcloud/vue to v8-beta.9 (server#41070)
* Update openapi extractor (server#41078)
* Fix(update): Allow updating from 27.1 to 28 (server#41079)
* Change styles on active, hover and focus state for background buttons
(server#41080)
* Add a command to run the setup checks from CLI (server#41081)
* Improve setup checks naming and improve database version check (server#
41083)
* Migrate memory_limit check to new SetupCheck API (server#41086)
* Fix(workflowengine): Add an empty content when no flows are installed or
configured (server#41089)
* Fix(files): let popper overflow in header (server#41093)
* Fix(dav): Remove usage of indirect thecodingmachine/safe dependency (server
#41094)
* #37978: Remove duplicate dependency (server#41101)
* Remove unneeded `tabindex=”0″` from sidebar and app content (server#
41108)
* Fix(cypress): Fix selector for the user menu button (server#41110)
* Add index for classification (server#41111)
* Fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until`
checker functions (server#41115)
* Fix(login): Fix JS error on login grant page (server#41117)
* Optimize builtin storage wrappers (server#41119)
* Fix: don’t pass invalid streams to Imaginary (server#41120)
* Enh(a11y): Separate profile and user status user menu entries (server#
41122)
* Fix(external): Get storage before update it (server#41123)
* Don’t duplicate notification warning (server#41133)
* Migrate checks to new SetupCheck API (server#41134)
* Fix(cypress): Also clone 3rdparty submodule to keep in sync for cypress
tests (server#41135)
* Chore(cypress): Migrate access-level tests from Behat to Cypress (server#
41137)
* Chore(codecov): Do not run project status check (server#41140)
* Create semantically right table for the “OAuth 2.0 clients” (server#
41142)
* Chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (server#41148)
* Chore(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.1.4
(server#41163)
* Chore(deps-dev): bump puppeteer from 21.0.3 to 21.4.1 (server#41164)
* Chore(deps-dev): bump jest-environment-jsdom from 29.6.2 to 29.7.0 (server#
41165)
* Chore(deps): bump p-queue from 7.3.4 to 7.4.1 (server#41166)
* Chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (server#41168)
* Chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 (server#41169)
* Fix: Delete ghost versions of non-existing files (server#41173)
* Add OpenAPI attribute to allow multiple scopes (server#41175)
* Reset BFP for sudo action (server#41177)
* Chore(cypress): Migrate header contacts menu tests from Behat to Cypress
(server#41190)
* Ci: Turn off builds for pushes and merges to master/stable* and cancel
parallel executions (server#41193)
* Fix(theming): Ensure focus is kept on the button when reordering (server#
41197)
* Fix(theming): Add accessible information to app order settings (server#
41199)
* Talk now uses the “main” branch (server#41200)
* Fix(a11y): Increase contrast of contacts menu actions (server#41207)
* Fix(TextToImage): Consistently use the right method to get the preferred
providers (server#41211)
* Fix(install): Make installing more verbose (server#41214)
* Feat(events): Add typed event for filtering autocompletion sugges… (server
#41218)
* Chore: 28.0.0 beta 1 (server#41228)
* Fix: add index on migration only if needed (server#41230)
* Fix(upgrade): files_rightclick is deprecated (server#41246)
* Fix(cypress): Add timeout for waiting on Nextcloud server (server#41250)
* Fix: Only highlight profile entry when viewing own profile (server#41251)
* Add descriptions for background pictures (server#41256)
* Fix semaphore unguarding (server#41263)
* Feat(dependencyinjection): Allow optional (nullable) services (server#
41265)
* Feat(contactsmenu): Sort by user status (server#41266)
* Fix styles for input fields on focus state (server#41270)
* Enh(TextProcessing): Add two new provider interfaces (server#41271)
* Chore(deps): Bump focus-trap from 7.5.2 to 7.5.4 (server#41275)
* Chore(deps): Bump marked from 9.0.3 to 9.1.5 (server#41276)
* Chore(deps): Bump @nextcloud/moment from 1.2.1 to 1.2.2 (server#41277)
* Chore(deps): Bump @nextcloud/upload from 1.0.0-beta.18 to 1.0.0-beta.19
(server#41279)
* Chore(deps-dev): Bump cypress from 13.3.0 to 13.4.0 (server#41280)
* Chore(deps): Bump vue and vue-template-compiler (server#41281)
* Chore(deps): Bump pinia from 2.1.6 to 2.1.7 (server#41282)
* Chore(deps): Bump cypress-io/github-action from 6.5.0 to 6.6.0 (server#
41283)
* Fix(dav): Add ID / label to timezone picker in availablility settings
(server#41285)
* Update supported versions on issue template (server#41294)
* Fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved
(server#41295)
* Fix description of sharing toggle (server#41298)
* Fix(files_sharing): fix sharing tab translations (server#41301)
* Lower log level about invalid session token (server#41302)
* Chore(cypress): Migrate apps acceptance tests to Cypress (server#41303)
* Customize rendering for live photos (server#41308)
* Improve setup checks API (server#41311)
* Fix(session): Do not log fresh/empty session as error (server#41318)
* Fix styles for input field and textarea on focus, hover and active state
(server#41328)
* Fix(files): Do not encode the path twice (and do not use undefined method)
(server#41329)
* Fix(files): add missing `Overwrite: F` header in renaming (server#41331)
* Fix(LDAP): prevent incomplete displaynames… (server#41333)
* Fix(component): utilized NcDateTime component (server#41334)
* Enh(systemtags): Add accessible system tags form (server#41335)
* Add two more translations for `CalendarAvailability` (server#41339)
* Feat(caldav): Create personal event for out-of-office messages (server#
41340)
* Fix: Allow to set app order on navigation entries added by closures (server
#41341)
* Update `calendar-availability-vue` to `^2.0.0` (server#41348)
* Fix(settings): Pass user object to user row actions (server#41349)
* Fix(migration): Fix files metadata migration (server#41351)
* Fix: Validate that we have a proper distributed cache configured (server#
41354)
* Chore: Update nextcloud dependencies to stable version (server#41355)
* Fix(events): Make sure all `\OCP\Files::…` events are emitted with th…
(server#41365)
* Fix(s3): support SSE-C headers for the MultipartCopy call (server#41366)
* Feat(search): Seach for persons as event attendees and organizers (server#
41374)
* Enhancements : improve most recent global search UI (server#41384)
* Chore/update twitter to x in personal settings (server#41385)
* Fix(cypress): Do not install calendar app from app store for testing
(server#41387)
* Chore(deps): Bump @vueuse/integrations from 10.5.0 to 10.6.0 (server#41389)
* Metadata must be set a editable for PROPPATCH (server#41390)
* Chore(deps): Bump regenerator-runtime from 0.13.11 to 0.14.0 (server#41391)
* Feat: add preview provider for emf files based on office (server#41395)
* Fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` release
(server#41398)
* Fix(cypress): Make new-users test less flaky by using test isolation
(server#41399)
* Chore: update sabre/vobject and sabre/event to latest minor (server#41401)
* Fix(workflow): Fix “Call to a member function getUID() on null” with …
(server#41404)
* Close participants filter after click (server#41405)
* Fix(log): Log exception class when message is empty (server#41406)
* Fix(userstatus): Do not override message timestamp for default messages
(server#41407)
* Fix default icon: should be white instead of black (server#41412)
* Fix apps search provider order (server#41413)
* Fix dynamic property in CalDav tests (server#41415)
* Fix: Only reset preview src if it used to fail before (server#41416)
* Fix(workflowengine): use andWhere() not second where() (server#41417)
* Use background to increase overlay contrast (server#41426)
* Fix search providers icons (server#41432)
* Migrate bruteforce throttle check (server#41435)
* Add `inAppSearch` for advanced search providers (server#41436)
* Migrate forwarded for headers check (server#41438)
* Add link for opening app details (server#41439)
* Ignore metadata if migration to 28 is not done (server#41442)
* Fix(files): Show Collectives icon in Collectives folders (server#41443)
* Fix: Change scroll container for sharing details (server#41444)
* Moving IMetadataQuery (server#41446)
* Fix(backupcodes): Remove old notifications before creating a new remi…
(server#41447)
* Improve shared status button (server#41453)
* Fix(files): Use `color-primary-element-text` for files/folders overlay
icons (server#41455)
* Feat(search): allow contacts person search (server#41457)
* Implements search on null/notnull metadata (server#41459)
* Migrate old metadata table to the new ones (server#41465)
* Chore: Update `@nextcloud/vue` (server#41472)
* Adapt “advanced settings” button for accordion button (server#41473)
* Refactor(carddav): Use even earlier return and SQL’s WHERE IN (server#
41474)
* Fix: Add docxf/oform to mimetypemapping (server#41475)
* Enh/beta improvements (server#41481)
* Fix(files): Sort list ASC by default (server#41485)
* Fix invalid users/groups handling in advanced search (server#41486)
* Move delete share button into the scrolling container (server#41489)
* Feat(comments): Plug in comments into activity sidebar tab if available
(server#41491)
* Fix(ocp): register IAvailabilityCoordinator service alias (server#41495)
* Bump @nextcloud/dialogs to v5.0.1 (server#41497)
* Feat(dav): Enable OOO UI and expose enabled via OCP (server#41501)
* Correct spelling (server#41506)
* Enhancements: Fix and updates to most recent global search UI (server#
41507)
* Enhancements for advanced search API (server#41511)
* Fix(userstatus): Only track message timestamp for values (server#41512)
* Fix(files_versions): don’t call getUid() on null (server#41518)
* Fix(files): Ensure folders and favorites are sorted first regardless of
sorting mode (server#41519)
* Finish password confirmation (server#41520)
* Reverse X-Forwarded-For list to read the correct proxy remote address
(server#41526)
* Add metadata generation job (server#41540)
* Serve .flac audio files (server#41541)
* Do not write htaccess file if disk space is too low (server#41544)
* Bump Hub 6 -> Hub 7 (server#41555)
* Fix(a11y): Focus on sharing quick permission radio (server#41560)
* Fix(settings): User row text field styles (server#41561)
* Fix(ObjectStore): Make copying behavior consistent with local storage
(server#41565)
* Fix(2fa-backupcodes): Don’t remember disabled and deleted users over …
(server#41569)
* Allow setting `strict-dynamic` on `strict-src-elem` and set it by default
(server#41571)
* Fix(files): avoid sending thumbnail URL for directory as none exists
(server#41573)
* Fix: Avoid invisible areas through keyboard navigation (server#41575)
* Fix(files): make files list valid table layout (server#41577)
* Fix: Be less strict about action exec return value (server#41579)
* Replace ActionLink with ActionButton on sharing tab (server#41580)
* Enh(settings): Migrate admin settings for sharing to vue (server#41581)
* Fix(CSP): Only add `strict-dynamic` when using nonce (server#41583)
* Chore: Update `@nextcloud/vue` to 8.2.0 (server#41584)
* Chore: Bump @nextcloud/dialogs to v5.0.2 (server#41585)
* Chore(deps): Bump actions/github-script from 6 to 7 (server#41594)
* Add named metadata event (server#41601)
* [master] Fix npm audit (server#41603)
* Fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder
(server#41616)
* Handle error in previews for files versions (server#41617)
* Fix: Also cleanup orphaned shares user cannot be found anymore (server#
41623)
* Chore: Bump @nextcloud/upload to 1.0.1 (server#41624)
* Listen to cache event when deleting metadata (server#41634)
* Fix(theming): Adjust config listener to validate `apporder` config also for
closure navigation (server#41635)
* Fix sharing settings unit tests (server#41637)
* Replace input form with `NcTextField` (server#41638)
* Fix(user_status): remove border from emoji picker (server#41641)
* Correct spelling of Brute Force and other fixes (server#41642)
* Feat(search): hide search provider from list (server#41646)
* Trigger default action when open file initial state is set (server#41648)
* Fix: lower threshold for system address book sync (server#41649)
* Get sync_token on retrieveMetadata() (server#41653)
* Accept boolean value (server#41655)
* Show shared label only if the current user have shared the file. (server#
41656)
* Chore(settings): Cleanup IManager and Manager type annotations (server#
41662)
* Add quotation marks (server#41666)
* Test boolean favorite (server#41668)
* Correct spelling (server#41673)
* Fix(reminder): Fix app version and requirement for files_reminder app
(server#41676)
* Test against stable28 branches (server#41679)
* Replace “Update” with “Edit” in advanced share settings (server#41691)
* Fix star stroke color on hover (server#41692)
* Add app-based filtering to global search (server#41700)
* Feat(dav): dispatch out-of-office started and ended events (server#41701)
* Focus global search input on open (server#41706)
* Fix(core): Subscribe to navigation changes on mounted for Unified search
(server#41708)
* Fix(files): Use SVG as FilePicker buttons to bring back icons (server#
41715)
* Remove unneeded links and add `focus-visible` state on a link (server#
41716)
* Fix(dav): Avoid date diffing if PHP is buggy (server#41726)
* Fix adding x-requested-with header for relative URLs in some cases (server#
41732)
* Fix action button labels (server#41733)
* Confirm content on dav-v2 test (server#41741)
* Ensure share has download permissions in F2V (server#41742)
* Fix(setupcheck): Fix memory limit setup check (server#41757)
* Fix(security): Update expiration date in security.txt (server#41761)
* Fix(files_versions): Check for user and owner before call getUserFolder
(server#41783)
* Fix(files): Empty files list when uid contains special chars (server#41784)
* Enh(userstatus): add OOO automation and remove calendar automation (server#
41798)
* Spelling correction (server#41807)
* Fix(dav): don’t schedule out-of-office jobs for dates in the past (server#
41811)
* Fix: Hidden password confirmation dialog with new global search (server#
41815)
* Fix(dav): Make ooo settings a form and the message required (server#41817)
* Feat(dav): hide search providers if their respective app is not activated
(server#41837)
* Fix(OOO): Make the returned data more explicit (server#41845)
* Fix: add mimetype for eml and msg (server#41868)
* Fix(dav): Convert dates without tz drift (server#41873)
* Fix(dav): Prioritize timezone from core/login (server#41886)
* Update @nextcloud/upload to 1.0.2 (server#41912)
* Fix(theming): Fix color inverted icons based on theming and dark mode
(server#41920)
* Synchronize operation on live photo files (server#41921)
* UI updates for global search (server#41925)
* Always emit search event (server#41926)
* Migrate openResult method to SearchResult component (server#41929)
* Handle close GlobalSearchModal gracefully #41792 (server#41930)
* Fix(core): app icon alignment in app menu (server#41932)
* Enable new global search by default #41729 (server#41933)
* Improve share logic for enforced password & expiry date (server#41934)
* Add comment in SyncLivePhotosListener (server#41941)
* Update `@nextcloud/vue` to 8.3.0 (server#41943)
* Fix(cypress): Adjust user columns tests (server#41945)
* Enh(settings): Load from disabled users endpoint (server#41949)
* Fix(files_external): Fix “Could not find resource main.js to load”
(server#41955)
* Fix(copyright): Fix copyright doc blocks (server#41956)
* Fix(CI): Fix video verification tests (server#41960)
* Feat(out-of-office): Add OCS endpoint to set and clear absence (server#
41963)
* Fix(dav): Allow single-day out of office (server#41967)
* Fix(TextProcessing): Add task type template param to IManager and
registerTPProvider (server#41969)
* Fix(files): Adjust table header to look like on previous versions (server#
41976)
* Fix(files): Move aria-label for favorite icon from span to icon (server#
41978)
* Fix npm audit (server#41983)
* Fix(files): Reverse logic to prevent copy to itself (server#41989)
* Fix(files): Allow to drag and drop new files also on empty directories
(server#41990)
* Fix(files): Remove confusing table header labels (server#41991)
* Fix(TemplateManager): Bail early if templatedirectory is empty (server#
42000)
* Fix(security): Handle idn_to_utf8 returning false (server#42005)
* Fix(metadata): Allow to load metadata of multiple files at once (server#
42010)
* Migrate database missing checks (server#42013)
* Fix(dav): allow any throwable in logException (server#42014)
* Feat(LDAP): implement IIsAdmin interface (server#42017)
* Fix: Properly take show_hidden user setting into account for file listing
(server#42023)
* Files_metadata_installed (server#42026)
* Fix(dav): Make current ooo info time-dependent (server#42029)
* Fix(UnifiedSearch): Move headings out of list element (invalid HTML)
(server#42032)
* Fix AppSettingsController.php overwriting currentLanguage (server#42050)
* Chore: Update `@nextcloud/dialogs` to version 5.0.3 (server#42057)
* Fix look of personal global credentials settings (server#42058)
* Fix(theming): Adjust dark theme to be accessible adjust cypress tests
(server#42069)
* Fix(files): Correctly handle dropping folders on file list (server#42071)
* Correct semantics for link opening in global search (server#42073)
* Fix: Properly fetch version from shared files by accessing the owner
storage version (server#42074)
* Fix some silent share bugs (server#42076)
* Fix(bruteforce-protection): Don’t throw a 500 when MaxDelayReached is…
(server#42082)
* Fix(dav): Improve handling and logging of bulk upload failures (server#
42087)
* Enh(NavigationManager): Use ID as fallback for `app` property of entries
(server#42088)
* Enh(a11y): Add navigation labels (server#42089)
* Fix: Adjust reference picker code for the vue based FilePicker (server#
42103)
* Change global search UI text to unified search (server#42105)
* Fix(core): add translations on the login page (server#42113)
* Chore(deps): Update openapi-extractor (server#42119)
* Fix(l10n): fix translations for init scripts (server#42122)
* Fix rename on live photos (server#42159)
* Fix(dav): Prevent out-of-office event time drifts (server#42163)
* Revert “fix(dav): Prevent out-of-office event time drifts” (server#42164)
* Improvements at documentation (3rdparty#1352)
* Chore: update workflows from templates (3rdparty#1419)
* Feat: add wapmorgan/mp3info and id3parser (3rdparty#1420)
* Chore(libphonenumber): Bump giggsey/libphonenumber-for-php to giggsey…
(3rdparty#1421)
* Chore(deps): Drop swiftmailer/swiftmailer (3rdparty#1422)
* Fix(deps): Upgrade symfony/event-dispatcher to supported version 5.4.26
(3rdparty#1423)
* Chore(deps): Bump doctrine/dbal to 3.7.x (3rdparty#1424)
* Chore: update workflows from templates (3rdparty#1425)
* Bump sabre/http to 5.1.7 in master (3rdparty#1452)
* Chore: enable dependabot for stable27 (3rdparty#1461)
* Chore: update cweagans/composer-patches to 1.7.3 (3rdparty#1479)
* Chore: update symfony/process to 5.4.24 (3rdparty#1480)
* Chore: update symfony/console to 5.4.24 (3rdparty#1481)
* Chore: update http-foundation, routing and translation to 5.4.24 (3rdparty#
1482)
* Chore: update symfony/mailer to 5.4.22 (3rdparty#1483)
* Chore: update punic to 3.8.1 (3rdparty#1484)
* Bump deepdiver1975/tarstreamer to 2.1.0 in master (3rdparty#1491)
* Remove stable24 from dependabot (3rdparty#1551)
* No longer ignore symfony 5.x (3rdparty#1552)
* Bump phpseclib/phpseclib to 2.0.45 in master (3rdparty#1579)
* Chore: remove opis/closure (3rdparty#1580)
* Fix(CI): Reduce dependabot update-types (3rdparty#1606)
* Chore: update sabre/vobject and sabre/event to latest minor (3rdparty#1641)
* Bump icewind/searchdav to 3.1.0 in master (3rdparty#1643)
* Adding the Auto-Submitted header for notification mails (activity#1041)
* Groupfolder activities on move/rename (activity#1163)
* Chore(deps-dev): Bump @vue/tsconfig from 0.1.3 to 0.4.0 (activity#1184)
* Chore(deps): Bump @nextcloud/auth from 2.0.0 to 2.1.0 (activity#1191)
* Chore(deps-dev): Bump vimeo/psalm from 5.9.0 to 5.12.0 (activity#1192)
* Chore(deps-dev): Bump @types/dockerode from 3.3.17 to 3.3.18 (activity#
1193)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1
(activity#1198)
* Chore(deps-dev): Bump @types/jest from 29.5.1 to 29.5.2 (activity#1209)
* Chore(deps-dev): Bump @vue/test-utils from 1.3.5 to 1.3.6 (activity#1213)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (activity#1215)
* Chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.12.0 (activity#1216)
* Chore(deps): Bump @nextcloud/router from 2.0.0 to 2.1.2 (activity#1219)
* Chore(deps-dev): Bump cypress from 12.12.0 to 12.15.0 (activity#1226)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.3.0 to 5.5.1
(activity#1227)
* Chore(deps): Bump @nextcloud/l10n from 1.6.0 to 2.2.0 (activity#1228)
* Chore(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.1.0 (activity#1229)
* Add more aria attributes to activity-settings button (activity#1230)
* Remove unneeded margin after paragraphs (activity#1231)
* Updating cypress.yml workflow from template (activity#1232)
* Revert: cypress undefined component test (activity#1233)
* Chore(deps-dev): Bump vimeo/psalm from 5.12.0 to 5.13.1 (activity#1235)
* Chore(deps-dev): Bump @types/dockerode from 3.3.18 to 3.3.19 (activity#
1236)
* Chore(deps-dev): Bump cypress from 12.15.0 to 12.16.0 (activity#1237)
* Chore(deps-dev): Bump typescript from 5.1.5 to 5.1.6 (activity#1238)
* Chore(deps-dev): Bump tslib from 2.5.0 to 2.6.0 (activity#1239)
* [master] Fix npm audit (activity#1244)
* Create pr-feedback.yml (activity#1246)
* Re-add templates.js (activity#1247)
* [master] Fix npm audit (activity#1250)
* Migrate activity app from ILogger (activity#1251)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (activity#1253)
* Chore(deps-dev): Bump @types/jest from 29.5.2 to 29.5.3 (activity#1254)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(activity#1256)
* Bump @nextcloud/initial-state from 2.0.0 to 2.1.0 (activity#1257)
* Bump @nextcloud/axios from 2.3.0 to 2.4.0 (activity#1258)
* [master] Fix npm audit (activity#1264)
* Upgrade: Bump word-wrap from 1.2.3 to 1.2.4 (activity#1266)
* Remove color on hovered and focused link (activity#1267)
* Upgrade: Bump cypress from 12.17.1 to 12.17.2 (activity#1270)
* Upgrade: Bump handlebars from 4.7.7 to 4.7.8 (activity#1275)
* [master] Fix npm audit (activity#1279)
* Upgrade: Bump tough-cookie and @cypress/request (activity#1282)
* Perf(dashboard): implement widget item api v2 (activity#1284)
* Drop Symfony event dispatcher (activity#1285)
* Upgrade: Bump eslint-plugin-cypress from 2.13.3 to 2.14.0 (activity#1287)
* Upgrade: Bump cypress-wait-until from 2.0.0 to 2.0.1 (activity#1288)
* Upgrade: Bump regenerator-runtime from 0.13.11 to 0.14.0 (activity#1292)
* Upgrade: Bump jest-environment-jsdom from 29.5.0 to 29.6.4 (activity#1294)
* Fix Cypress tests for F2V (activity#1295)
* [master] Update nextcloud/ocp dependency (activity#1298)
* Chore(deps): Move cs-fixer into a composer bin (activity#1303)
* Upgrade: Bump @vue/vue2-jest from 29.2.4 to 29.2.6 (activity#1305)
* Upgrade: Bump tslib from 2.6.0 to 2.6.2 (activity#1306)
* [master] Update nextcloud/ocp dependency (activity#1308)
* Fix(db): pre- SELECT ids with a LIMIT to control the amount of rows deleted
for MySQL (activity#1309)
* Use t for translations (activity#1311)
* Upgrade: Bump phpunit/phpunit from 9.6.11 to 9.6.12 (activity#1315)
* Upgrade: Bump jest-environment-jsdom from 29.6.4 to 29.7.0 (activity#1316)
* Upgrade: Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 (activity#
1317)
* Upgrade: Bump @nextcloud/dialogs from 4.1.0 to 4.2.0 (activity#1318)
* Upgrade: Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0 (activity#
1319)
* Upgrade: Bump jest and @types/jest (activity#1320)
* [master] Update nextcloud/ocp dependency (activity#1323)
* Upgrade: Bump @nextcloud/vue from 7.12.4 to 7.12.5 (activity#1324)
* Bump cypress to v13 (activity#1325)
* Upgrade: Bump @nextcloud/dialogs from 4.2.0 to 4.2.1 (activity#1329)
* Upgrade: Bump @nextcloud/logger from 2.5.0 to 2.7.0 (activity#1330)
* Upgrade: Bump phpunit/phpunit from 9.6.12 to 9.6.13 (activity#1331)
* Upgrade: Bump @nextcloud/cypress from 1.0.0-beta.5 to 1.0.0-beta.6
(activity#1332)
* Remove click functionality on row entry (activity#1341)
* Upgrade: Bump @types/dockerode from 3.3.19 to 3.3.20 (activity#1342)
* Upgrade: Bump eslint-plugin-cypress from 2.14.0 to 2.15.1 (activity#1343)
* Upgrade: Bump @nextcloud/vue from 7.12.5 to 7.12.6 (activity#1344)
* Upgrade: Bump typescript from 5.1.6 to 5.2.2 (activity#1345)
* Upgrade: Bump @nextcloud/eslint-config from 8.3.0-beta.2 to 8.3.0 (activity
#1346)
* [master] Update nextcloud/ocp dependency (activity#1347)
* [master] Update nextcloud/ocp dependency (activity#1350)
* [master] Fix npm audit (activity#1354)
* Fix: chunk delete in query (activity#1359)
* Fix(cypress): Make sure cypress tests work with upcoming Nextcloud 28
(activity#1361)
* Fix(sidebar): Only load chunk once (activity#1363)
* Upgrade: Bump dockerode from 3.3.5 to 4.0.0 (activity#1364)
* Upgrade: Bump @mdi/svg from 7.2.96 to 7.3.67 (activity#1365)
* [master] Update nextcloud/ocp dependency (activity#1367)
* Fix(settings): html validation (activity#1371)
* Fix: main page html validation (activity#1372)
* [master] Update nextcloud/ocp dependency (activity#1373)
* [master] Fix npm audit (activity#1374)
* Remove `aria-hidden` for table header (activity#1378)
* Upgrade: Bump browserify-sign from 4.2.1 to 4.2.2 (activity#1380)
* Upgrade: Bump @nextcloud/moment from 1.2.1 to 1.2.2 (activity#1382)
* Upgrade: Bump vue and vue-template-compiler (activity#1383)
* [master] Update nextcloud/ocp dependency (activity#1385)
* [master] Fix npm audit (activity#1386)
* Make the app itself using Vue to fix accessibility (activity#1388)
* Upgrade: Bump wait-on from 7.0.1 to 7.1.0 (activity#1389)
* Upgrade: Bump @nextcloud/router from 2.1.2 to 2.2.0 (activity#1390)
* Upgrade: Bump @types/jest from 29.5.5 to 29.5.7 (activity#1391)
* Upgrade: Bump @types/dockerode from 3.3.20 to 3.3.22 (activity#1392)
* Fix(ActivityModel): Migrate to TypeScript and fix some type issues
(activity#1393)
* Fix: Add stub for files event to fix psalm error (activity#1394)
* Chore: Update workflows from organization (activity#1397)
* Feat: Open previews in Viewer (activity#1398)
* Feat(rss): Add server name to the RSS feed title (activity#1400)
* Fix(l10n): Ignore compressed js files (activity#1401)
* [master] Update nextcloud/ocp dependency (activity#1403)
* [master] Fix npm audit (activity#1406)
* Cleanup repository (activity#1409)
* Fix: rendering of calendar names (activity#1411)
* Fix: rendering of address book names (activity#1412)
* Fix: Fix missing titles and align table (activity#1413)
* Feat(sidebar): Add frontend API that allows to register custom entries
(activity#1416)
* Fix activity icon (activity#1418)
* Chore: Bump @nextcloud/vue to v8.2.0 (activity#1419)
* Upgrade: Bump wait-on from 7.1.0 to 7.2.0 (activity#1423)
* Upgrade: Bump @types/dockerode from 3.3.22 to 3.3.23 (activity#1424)
* Update .l10nignore (activity#1425)
* [master] Update nextcloud/ocp dependency (activity#1426)
* [master] Fix npm audit (activity#1428)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (activity#
1429)
* Fix(sidebar): Refactor code to also load plugin entries when Activity API
returns 304 (activity#1439)
* Enh: Add navigation label (activity#1451)
* Create right list for activity links (activity#1452)
* Re-enable the move action in cy tests (activity#1454)
* Replace depredated OC.Util.*Date function with moment (activity#530)
* Feat(deps): Add Nextcloud 28 support on master (bruteforcesettings#460)
* Chore: update workflows from templates (bruteforcesettings#464)
* Bump nextcloud/coding-standard from 1.0.0 to 1.1.1 (bruteforcesettings#465)
* Chore: update node engines to next LTS (bruteforcesettings#469)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(bruteforcesettings#474)
* Chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 (bruteforcesettings#
477)
* Create pr-feedback.yml (bruteforcesettings#481)
* Show current user info (bruteforcesettings#483)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.4.0 to 6.0.0
(bruteforcesettings#484)
* Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(bruteforcesettings#485)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (bruteforcesettings#
493)
* Chore(deps): Bump @nextcloud/axios from 2.1.0 to 2.4.0 (bruteforcesettings#
503)
* Fix(i18n): Changed grammar (bruteforcesettings#504)
* Create API documentation from source code using phpDocumentor (circles#
1241)
* Bump phpunit/phpunit from 9.5.28 to 9.6.4 (circles#1274)
* Fix incorrect Date format detection (circles#1298)
* Feat(deps): Add Nextcloud 28 support on master (circles#1313)
* Update Github workflow for psalm checks (circles#1314)
* Create pr-feedback.yml (circles#1327)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.4 to 9.6.10 (circles#1343)
* Chore(github): update Github workflow files (circles#1360)
* Bump unzipper from 0.10.11 to 0.10.14 (files_pdfviewer#744)
* Feat(deps): Add Nextcloud 28 support on master (files_pdfviewer#750)
* Chore: update workflows from templates (files_pdfviewer#753)
* Chore: update workflows from templates (files_pdfviewer#754)
* Chore(deps): Bump pdfjs-dist from 3.6.172 to 3.7.107 (files_pdfviewer#755)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.0 to 1.1.1
(files_pdfviewer#756)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (files_pdfviewer#
760)
* Chore(deps): Bump @nextcloud/router from 2.1.1 to 2.1.2 (files_pdfviewer#
761)
* Chore: update node engines to next LTS (files_pdfviewer#762)
* [master] Fix npm audit (files_pdfviewer#767)
* Create pr-feedback.yml (files_pdfviewer#768)
* Chore(deps): Bump pdfjs-dist from 3.7.107 to 3.8.162 (files_pdfviewer#769)
* Chore(deps): Bump semver from 5.7.1 to 5.7.2 (files_pdfviewer#771)
* Revert “chore: update node engines to next LTS (node 20 / npm 9)”
(files_pdfviewer#776)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(files_pdfviewer#782)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (files_pdfviewer
#785)
* PDF annotation support (files_pdfviewer#787)
* Allow to resize sidebar (files_pdfviewer#788)
* Feat: Fix styling for version comparison (files_pdfviewer#791)
* Chore(deps): Bump pdfjs-dist from 3.8.162 to 3.9.179 (files_pdfviewer#792)
* Fix initialization after bump to PDF.js 3.9.179 (files_pdfviewer#798)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0
(files_pdfviewer#802)
* Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(files_pdfviewer#803)
* Fix extraction of PDF.js package (files_pdfviewer#806)
* Add workflow to notify of changed viewer.html (files_pdfviewer#810)
* Use Viewer also in public pages for a single share (files_pdfviewer#811)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11
(files_pdfviewer#813)
* Chore(deps-dev): Bump axios from 1.4.0 to 1.5.0 (files_pdfviewer#815)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12
(files_pdfviewer#816)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13
(files_pdfviewer#817)
* Chore(deps): Bump @nextcloud/logger from 2.5.0 to 2.7.0 (files_pdfviewer#
818)
* Chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0
(files_pdfviewer#819)
* Chore(deps-dev): Bump axios from 1.5.0 to 1.5.1 (files_pdfviewer#820)
* [master] Fix npm audit (files_pdfviewer#822)
* Chore(deps-dev): Bump @babel/traverse from 7.23.0 to 7.23.2
(files_pdfviewer#835)
* Chore(deps): Bump @nextcloud/router from 2.1.2 to 2.2.0 (files_pdfviewer#
836)
* [master] Fix npm audit (files_pdfviewer#837)
* Setup Transifex translations (files_pdfviewer#842)
* Chore(deps): Bump pdfjs-dist from 3.9.179 to 3.11.174 (files_pdfviewer#844)
* Fix pdf-viewer sizing (files_pdfviewer#845)
* Chore(deps-dev): Bump axios from 1.5.1 to 1.6.0 (files_pdfviewer#847)
* Delete .tx/backport (files_pdfviewer#848)
* Show forms as read-only if the file is not editable (files_pdfviewer#850)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
(files_pdfviewer#865)
* Chore(deps): Bump @nextcloud/dialogs from 4.2.1 to 4.2.2 (files_pdfviewer#
867)
* Chore(deps-dev): Bump axios from 1.6.0 to 1.6.2 (files_pdfviewer#868)
* Revert “Extract buttons from pages so the animation does not affect t…
(firstrunwizard#1003)
* Add initialstate provider (firstrunwizard#1004)
* Extract buttons from pages so the animation does not affect t…
(firstrunwizard#1005)
* Mute video (firstrunwizard#1006)
* Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.10 to 8.2.0
(firstrunwizard#1007)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
(firstrunwizard#1008)
* Chore(deps): Bump vue and vue-template-compiler (firstrunwizard#1012)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(firstrunwizard#1013)
* Chore(deps): Bump @nextcloud/l10n from 2.0.1 to 2.1.0 (firstrunwizard#835)
* Add headings for slides (firstrunwizard#852)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.4.0 to 5.5.1
(firstrunwizard#863)
* Feat(deps): Add Nextcloud 28 support on master (firstrunwizard#875)
* Chore(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0 (firstrunwizard#
876)
* Chore: update workflows from templates (firstrunwizard#877)
* Update dependabot config (firstrunwizard#880)
* Chore: update workflows from templates (firstrunwizard#881)
* Chore(deps): Bump fast-xml-parser and is-svg (firstrunwizard#887)
* Chore(deps): Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2
(firstrunwizard#889)
* Chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0 (firstrunwizard#890)
* Chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (firstrunwizard#894)
* Chore(deps): Bump shivammathur/setup-php from 2.25.2 to 2.25.4
(firstrunwizard#895)
* Chore(deps): Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
(firstrunwizard#896)
* Chore(deps): Bump @nextcloud/router from 2.1.1 to 2.1.2 (firstrunwizard#
897)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (firstrunwizard#
898)
* Chore: update node engines to next LTS (firstrunwizard#902)
* [master] Fix npm audit (firstrunwizard#903)
* Chore(deps-dev): Bump vimeo/psalm from 5.12.0 to 5.13.1 (firstrunwizard#
908)
* Chore(deps): Bump fast-xml-parser from 4.2.4 to 4.2.5 (firstrunwizard#909)
* Chore(deps): Bump @nextcloud/l10n from 2.1.0 to 2.2.0 (firstrunwizard#910)
* Chore(deps): Bump actions/setup-node from 3.6.0 to 3.7.0 (firstrunwizard#
912)
* Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 (firstrunwizard#913)
* [master] Fix npm audit (firstrunwizard#915)
* Create pr-feedback.yml (firstrunwizard#917)
* Chore(deps): Bump @nextcloud/initial-state from 2.0.0 to 2.1.0
(firstrunwizard#918)
* [master] Fix npm audit (firstrunwizard#926)
* Chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5
(firstrunwizard#934)
* Chore(deps-dev): Bump vimeo/psalm from 5.13.1 to 5.14.1 (firstrunwizard#
936)
* Chore(deps): Bump @nextcloud/vue from 7.12.0 to 7.12.2 (firstrunwizard#937)
* Chore(deps): Bump actions/setup-node from 3.7.0 to 3.8.0 (firstrunwizard#
938)
* Chore(deps): Bump actions/setup-node from 3.8.0 to 3.8.1 (firstrunwizard#
939)
* Chore(deps): Bump actions/checkout from 3.5.3 to 3.6.0 (firstrunwizard#942)
* Chore(deps): Bump @nextcloud/vue from 7.12.2 to 7.12.4 (firstrunwizard#943)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.11 (firstrunwizard#
944)
* Chore(deps-dev): Bump vimeo/psalm from 5.14.1 to 5.15.0 (firstrunwizard#
945)
* Chore(deps): Bump shivammathur/setup-php from 2.25.5 to 2.26.0
(firstrunwizard#950)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 (firstrunwizard
#951)
* Return if user is empty (firstrunwizard#952)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 (firstrunwizard
#955)
* Adjust instructions and delete makefile (firstrunwizard#959)
* New first run wizard (firstrunwizard#960)
* [master] Fix npm audit (firstrunwizard#962)
* Chore(deps-dev): Bump @babel/traverse from 7.22.8 to 7.23.2 (firstrunwizard
#971)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (firstrunwizard#978)
* Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.7 to 8.0.0-beta.10
(firstrunwizard#987)
* Add transitions (firstrunwizard#991)
* Remove cubic bezier from transition (firstrunwizard#992)
* Extract buttons from pages so the animation does not affect them
(firstrunwizard#993)
* Restore user.svg icon as it’s still used in notifications (firstrunwizard#
994)
* [master] Fix npm audit (firstrunwizard#998)
* Build(deps-dev): Bump @vitest/coverage-istanbul from 0.34.4 to 0.34.5
(logreader#1000)
* Build(deps-dev): Bump vitest from 0.34.4 to 0.34.5 (logreader#1001)
* Build(deps): Bump @nextcloud/dialogs from 4.1.0 to 4.2.1 (logreader#1002)
* Build(deps): Bump @nextcloud/logger from 2.5.0 to 2.7.0 (logreader#1004)
* Build(deps-dev): Bump @nextcloud/eslint-config from 8.3.0-beta.2 to 8.3.0
(logreader#1005)
* Build(deps-dev): Bump @vitest/coverage-istanbul from 0.34.5 to 0.34.6
(logreader#1007)
* Build(deps-dev): Bump vitest from 0.34.5 to 0.34.6 (logreader#1009)
* Build(deps-dev): Bump vite from 4.4.9 to 4.4.11 (logreader#1013)
* Build(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.19 to 1.0.1
(logreader#1014)
* Build(deps): Bump postcss from 8.4.27 to 8.4.31 (logreader#1016)
* Add a setupcheck for errors and warnings in log file (logreader#1021)
* Build(deps): Bump highlight.js from 11.8.0 to 11.9.0 (logreader#1022)
* Build(deps): Bump @mdi/svg from 7.2.96 to 7.3.67 (logreader#1023)
* Build(deps): Bump pinia from 2.1.6 to 2.1.7 (logreader#1024)
* Build(deps): Bump @babel/traverse from 7.22.8 to 7.23.2 (logreader#1026)
* Build(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (logreader#1028)
* Build(deps-dev): Bump happy-dom from 10.11.0 to 12.10.3 (logreader#1029)
* Build(deps): Bump @nextcloud/vue from 8.0.0-beta.2 to 8.0.0-beta.10
(logreader#1033)
* Update to psalm 5 to match what server is using (logreader#1034)
* Build(deps): Bump axios from 1.4.0 to 1.6.1 (logreader#1035)
* Update workflows and only run required ones (logreader#1036)
* Dependencies: Update vite and nextcloud/vite-config (logreader#1037)
* Fix: Update `@nextcloud/vue` to 8.0.1 and also fix CSS name for settings
section (logreader#1039)
* Fix(ci): Run tests also on schedule on master so we can get code coverage
(logreader#1044)
* [master] Update nextcloud/ocp dependency (logreader#1045)
* Build(deps): Bump @nextcloud/vue from 8.0.1 to 8.2.0 (logreader#1049)
* Build(deps): Bump axios from 1.6.1 to 1.6.2 (logreader#1050)
* Build(deps): Bump @nextcloud/dialogs from 5.0.0 to 5.0.2 (logreader#1051)
* [master] Update nextcloud/ocp dependency (logreader#1052)
* Fix: Handle errors while requesting log entries (logreader#1054)
* Fix(ui): Also translate settings modal title (logreader#1055)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (logreader#
1056)
* Lower setup check level from error/warning to warning/info (logreader#1070)
* Bump react-responsive from 8.2.0 to 9.0.2 (logreader#829)
* Bump postcss-nested from 5.0.6 to 6.0.1 (logreader#839)
* Bump loader-utils and @teamsupercell/typings-for-css-modules-loader
(logreader#842)
* Bump webpack-cli from 4.10.0 to 5.1.1 (logreader#867)
* Feat(deps): Add Nextcloud 28 support on master (logreader#870)
* Allow printing log messages during occ (logreader#873)
* Bump @babel/runtime from 7.19.0 to 7.22.0 (logreader#875)
* Chore: update workflows from templates (logreader#877)
* Bump postcss from 8.4.17 to 8.4.24 (logreader#878)
* Bump postcss-loader from 6.2.1 to 7.3.2 (logreader#879)
* Bump @babel/plugin-transform-runtime from 7.19.1 to 7.22.4 (logreader#881)
* [master] Update nextcloud/ocp dependency (logreader#882)
* Fix(a11y): `Copy` menu entries should be implemented as buttons (logreader#
884)
* Migrate more files to Typescript (logreader#885)
* Make log levels button keyboard focusable and activable (logreader#887)
* Build(deps-dev): Bump @babel/core from 7.19.3 to 7.22.5 (logreader#889)
* Build(deps-dev): Bump @types/react from 18.0.24 to 18.2.9 (logreader#891)
* Build(deps): Bump @babel/runtime from 7.22.3 to 7.22.5 (logreader#892)
* Build(deps-dev): Bump @babel/preset-env from 7.21.5 to 7.22.5 (logreader#
893)
* Build(deps-dev): Bump @babel/preset-react from 7.18.6 to 7.22.5 (logreader#
894)
* Bump postcss-loader from 7.3.2 to 7.3.3 (logreader#895)
* Build(deps-dev): Bump ts-loader from 9.4.1 to 9.4.3 (logreader#896)
* Bump postcss-preset-env from 7.8.2 to 8.4.2 (logreader#897)
* Bump webpack from 5.76.0 to 5.86.0 (logreader#899)
* Build(deps-dev): Bump style-loader from 3.3.1 to 3.3.3 (logreader#900)
* Bump webpack-cli from 5.1.1 to 5.1.4 (logreader#901)
* Bump @babel/plugin-transform-runtime from 7.22.4 to 7.22.5 (logreader#902)
* [master] Update nextcloud/ocp dependency (logreader#903)
* Add option for raw output in log:watch/log:tail (logreader#905)
* Build(deps-dev): Bump @types/react from 18.2.9 to 18.2.12 (logreader#907)
* Build(deps): Bump @nextcloud/router from 2.1.1 to 2.1.2 (logreader#909)
* Build(deps-dev): Bump webpack from 5.86.0 to 5.87.0 (logreader#910)
* Build(deps-dev): Bump css-loader from 6.7.1 to 6.8.1 (logreader#911)
* Build(deps-dev): Bump mini-css-extract-plugin from 2.6.1 to 2.7.6
(logreader#912)
* Chore: update node engines to next LTS (logreader#915)
* Build(deps-dev): Bump @types/react from 18.2.12 to 18.2.14 (logreader#918)
* Build(deps-dev): Bump webpack from 5.87.0 to 5.88.0 (logreader#919)
* Build(deps-dev): Bump ts-loader from 9.4.3 to 9.4.4 (logreader#920)
* Build(deps-dev): Bump webpack from 5.88.0 to 5.88.1 (logreader#922)
* Build(deps-dev): Bump @babel/core from 7.22.5 to 7.22.8 (logreader#928)
* Build(deps-dev): Bump postcss from 8.4.24 to 8.4.25 (logreader#929)
* Build(deps-dev): Bump @babel/plugin-transform-runtime from 7.22.5 to 7.22.7
(logreader#930)
* Build(deps-dev): Bump postcss-preset-env from 8.4.2 to 9.0.0 (logreader#
931)
* Build(deps-dev): Bump babel-loader from 8.2.5 to 9.1.3 (logreader#932)
* Build(deps): Bump @babel/runtime from 7.22.5 to 7.22.6 (logreader#933)
* Build(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.7 (logreader#
934)
* Build(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 (logreader#935)
* Migrate app frontend to Vue (logreader#936)
* Build(deps-dev): Bump postcss from 8.4.25 to 8.4.26 (logreader#938)
* Build(deps-dev): Bump @babel/plugin-transform-runtime from 7.22.7 to 7.22.9
(logreader#939)
* Build(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9 (logreader#940)
* Build(deps-dev): Bump @types/react from 18.2.14 to 18.2.15 (logreader#941)
* Build(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9 (logreader#
942)
* Build(deps-dev): Bump vite from 4.4.5 to 4.4.6 (logreader#947)
* Fix: Use `
` for “loading older entries” row (logreader#948)
* [master] Update nextcloud/ocp dependency (logreader#949)
* Fix(i18n): Fixed typo (logreader#951)
* Fix(i18n): Align spelling of log file (logreader#952)
* Chore: Migrate to `@nextcloud/vite-config` (logreader#953)
* Build(deps-dev): Bump vitest from 0.33.0 to 0.34.1 (logreader#954)
* Build(deps-dev): Bump @pinia/testing from 0.1.2 to 0.1.3 (logreader#957)
* Build(deps-dev): Bump @vitest/coverage-istanbul from 0.33.0 to 0.34.1
(logreader#959)
* Build(deps): Bump pinia from 2.1.4 to 2.1.6 (logreader#961)
* [master] Update nextcloud/ocp dependency (logreader#963)
* Build(deps-dev): Bump vite from 4.4.6 to 4.4.9 (logreader#965)
* Build(deps-dev): Bump happy-dom from 10.5.2 to 10.9.0 (logreader#966)
* Fix logreader:tail/watch commands (logreader#967)
* Chore: Update CI workflows from organization (logreader#968)
* Create pr-feedback.yml (logreader#970)
* Build(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(logreader#971)
* Build(deps-dev): Bump @vitest/coverage-istanbul from 0.34.1 to 0.34.2
(logreader#972)
* Build(deps-dev): Bump vitest from 0.34.1 to 0.34.2 (logreader#974)
* Build(deps-dev): Bump happy-dom from 10.9.0 to 10.10.4 (logreader#975)
* [master] Update nextcloud/ocp dependency (logreader#976)
* Build(deps-dev): Bump typescript from 5.1.6 to 5.2.2 (logreader#982)
* Build(deps-dev): Bump happy-dom from 10.10.4 to 10.11.0 (logreader#983)
* Build(deps-dev): Bump @vitest/coverage-istanbul from 0.34.2 to 0.34.3
(logreader#984)
* Build(deps-dev): Bump vitest from 0.34.2 to 0.34.3 (logreader#985)
* Build(deps-dev): Bump @vitest/coverage-istanbul from 0.34.3 to 0.34.4
(logreader#991)
* Build(deps-dev): Bump vitest from 0.34.3 to 0.34.4 (logreader#992)
* Build(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.18 to
1.0.0-beta.19 (logreader#999)
* Feat(deps): Add Nextcloud 28 support on master (nextcloud_announcements#
200)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#202)
* Test installation against PHP 8.2 (nextcloud_announcements#203)
* Chore(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0
(nextcloud_announcements#205)
* Chore: update workflows from templates (nextcloud_announcements#207)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.0 to 1.1.1
(nextcloud_announcements#208)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9
(nextcloud_announcements#209)
* Chore(deps-dev): Bump vimeo/psalm from 5.12.0 to 5.13.1
(nextcloud_announcements#212)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10
(nextcloud_announcements#215)
* Chore(deps-dev): Bump vimeo/psalm from 5.13.1 to 5.14.1
(nextcloud_announcements#218)
* Fix(CI): Update actions and tooling (nextcloud_announcements#221)
* Fix(CI): Fix OCP package on master (nextcloud_announcements#227)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#228)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#230)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12
(nextcloud_announcements#234)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13
(nextcloud_announcements#235)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#236)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#237)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#241)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#245)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#246)
* Fix(UI): Merge UI setting with updatenotifications admin settings
(nextcloud_announcements#248)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#251)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#253)
* [master] Update nextcloud/ocp dependency (nextcloud_announcements#255)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
(nextcloud_announcements#257)
* Update nextcloud/ocp dependency (nextcloud_announcements#261)
* Create update-nextcloud-ocp-approve-merge.yml (nextcloud_announcements#263)
* Update nextcloud/ocp dependency (nextcloud_announcements#268)
* Update nextcloud/ocp dependency (nextcloud_announcements#271)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.0 to 5.5.1
(notifications#1536)
* Feat(deps): Add Nextcloud 28 support on master (notifications#1554)
* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1 in /tests/
Integration (notifications#1555)
* Chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6 (notifications#1557)
* Chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0 (notifications#
1559)
* [master] Update nextcloud/ocp dependency (notifications#1561)
* Fix(CI): Run tests against PHP 8.2 (notifications#1563)
* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0 in /tests/
Integration (notifications#1565)
* Chore(deps): Bump @nextcloud/auth from 2.0.0 to 2.1.0 (notifications#1566)
* Chore(deps-dev): Bump vimeo/psalm from 5.11.0 to 5.12.0 (notifications#
1567)
* Chore: update workflows from templates (notifications#1569)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.0 to 1.1.1
(notifications#1570)
* Chore(deps): Bump fast-xml-parser and is-svg (notifications#1571)
* Chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0 (notifications#1573)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (notifications#
1574)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 in /tests/
Integration (notifications#1575)
* Chore(deps): Bump @nextcloud/router from 2.1.1 to 2.1.2 (notifications#
1577)
* Fix(settings): Delete settings when a user is deleted (notifications#1583)
* Fix(CI): Try to wait for the mysql container in case it did not start…
(notifications#1589)
* Chore: update node engines to next LTS (notifications#1590)
* Chore(deps): Bump @nextcloud/dialogs from 4.0.1 to 4.1.0 (notifications#
1593)
* Chore(deps): Bump fast-xml-parser from 4.2.4 to 4.2.5 (notifications#1594)
* Update PHP extensions list in performance.yml (notifications#1595)
* Fix(Vue): Replace deprecated NcHeaderMenu property (notifications#1597)
* Chore(deps-dev): Bump vimeo/psalm from 5.12.0 to 5.13.1 (notifications#
1598)
* Chore(deps): Bump @nextcloud/capabilities from 1.0.4 to 1.1.0
(notifications#1599)
* Create pr-feedback.yml (notifications#1600)
* Chore[master] – audit dependencies (notifications#1602)
* Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 (notifications#1607)
* Chore(deps): Bump semver from 5.7.1 to 5.7.2 (notifications#1610)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (notifications#
1616)
* Chore(deps): Bump @nextcloud/initial-state from 2.0.0 to 2.1.0
(notifications#1618)
* Chore(deps): Bump @nextcloud/vue from 7.12.0 to 7.12.1 (notifications#1619)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 in /tests/
Integration (notifications#1620)
* Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1 (notifications#1621)
* Remove stable24 from dependabot.yml since it’s EOL by now (notifications#
1626)
* Update update-nextcloud-ocp.yml (notifications#1628)
* Fix(CI): Update nextcloud/ocp composer package manually (notifications#
1632)
* [master] Update nextcloud/ocp dependency (notifications#1635)
* Fix(fairuse): Adjust website URL (notifications#1637)
* Add OpenAPI spec (notifications#1640)
* [master] Update nextcloud/ocp dependency (notifications#1642)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0
(notifications#1643)
* Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(notifications#1644)
* [master] Update nextcloud/ocp dependency (notifications#1645)
* Chore(deps): Bump @nextcloud/vue from 7.12.1 to 7.12.4 (notifications#1646)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 in /tests/
Integration (notifications#1647)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 (notifications#
1648)
* Chore(deps-dev): Bump vimeo/psalm from 5.14.1 to 5.15.0 (notifications#
1649)
* [master] Update nextcloud/ocp dependency (notifications#1651)
* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0 in /tests/
Integration (notifications#1652)
* [master] Update nextcloud/ocp dependency (notifications#1653)
* Fix (visually) removing first notification when executing an action
(notifications#1657)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 (notifications#
1659)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 in /tests/
Integration (notifications#1661)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 (notifications#
1665)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 in /tests/
Integration (notifications#1666)
* Chore(deps): Bump @nextcloud/auth from 2.1.0 to 2.2.1 (notifications#1667)
* Chore(deps): Bump howler from 2.2.3 to 2.2.4 (notifications#1668)
* Chore(deps): Bump @nextcloud/vue from 7.12.4 to 7.12.5 (notifications#1669)
* Fix typo in EndpointController (notifications#1673)
* [master] Update nextcloud/ocp dependency (notifications#1674)
* Chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0
(notifications#1675)
* Chore: Bump @nextcloud/vue to v8-beta.7 (notifications#1676)
* Chore(deps): Bump @nextcloud/dialogs from 4.1.0 to 4.2.1 (notifications#
1677)
* [master] Update nextcloud/ocp dependency (notifications#1678)
* Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.7 to 8.0.0-beta.8
(notifications#1680)
* [master] Update nextcloud/ocp dependency (notifications#1684)
* Chore(CI): Update workflows (notifications#1685)
* Update openapi-extractor (notifications#1686)
* [master] Update nextcloud/ocp dependency (notifications#1689)
* Chore(deps): Bump @babel/traverse from 7.23.0 to 7.23.2 (notifications#
1691)
* Chore(deps): Bump @nextcloud/moment from 1.2.1 to 1.2.2 (notifications#
1692)
* Chore(deps): Bump @nextcloud/router from 2.1.2 to 2.2.0 (notifications#
1693)
* Chore(deps): Bump @nextcloud/browser-storage from 0.2.0 to 0.3.0
(notifications#1694)
* [master] Update nextcloud/ocp dependency (notifications#1698)
* Feat(setup): Add a setup message when the rate limit was reached
(notifications#1699)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (notifications#1701)
* Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.8 to 8.0.0-beta.9
(notifications#1702)
* Chore(deps): Bump vue and vue-template-compiler (notifications#1703)
* [master] Update nextcloud/ocp dependency (notifications#1708)
* Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.9 to 8.0.0-beta.10
(notifications#1709)
* [master] Update nextcloud/ocp dependency (notifications#1710)
* Chore(deps): Bump @nextcloud/dialogs from 4.2.1 to 5.0.0 (notifications#
1711)
* Chore(deps): Bump @nextcloud/vue from 8.0.0-beta.10 to 8.0.1 (notifications
#1712)
* [master] Update nextcloud/ocp dependency (notifications#1715)
* Fix(UI): Fix NcRichText usage (notifications#1716)
* Chore: Bump @nextcloud/vue to v8.2.0 (notifications#1719)
* Chore(deps): Bump @nextcloud/dialogs from 5.0.0 to 5.0.2 (notifications#
1720)
* [master] Update nextcloud/ocp dependency (notifications#1722)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
(notifications#1724)
* Update nextcloud/ocp dependency (notifications#1728)
* Create update-nextcloud-ocp-approve-merge.yml (notifications#1731)
* Chore(deps): Bump @nextcloud/dialogs from 5.0.2 to 5.0.3 (notifications#
1735)
* Update nextcloud/ocp dependency (notifications#1740)
* Feat(deps): Add Nextcloud 28 support on master (password_policy#475)
* Chore(deps): Bump @nextcloud/vue from 7.11.5 to 7.11.6 (password_policy#
476)
* Chore: adjust CODEOWNERS file (password_policy#477)
* Chore: update workflows from templates (password_policy#478)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.0 to 1.1.1
(password_policy#479)
* Chore(deps): Bump fast-xml-parser from 4.2.2 to 4.2.4 (password_policy#480)
* Chore: update node engines to next LTS (password_policy#483)
* Chore(deps): Bump fast-xml-parser from 4.2.4 to 4.2.5 (password_policy#486)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(password_policy#490)
* Chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 (password_policy#491)
* Create pr-feedback.yml (password_policy#492)
* Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(password_policy#494)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0
(password_policy#495)
* Chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0
(password_policy#503)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (password_policy#506)
* Chore(deps): Bump axios and @nextcloud/axios (password_policy#511)
* Chore(deps-dev): Bump @babel/traverse from 7.22.10 to 7.23.3
(password_policy#515)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
(password_policy#520)
* Bump wait-on from 6.0.1 to 7.0.1 (photos#1557)
* Consolidate fontend logic (photos#1621)
* [master] Update nextcloud/ocp dependency (photos#1758)
* Adapt to SystemTags optimizations on server (photos#1770)
* Feat(deps): Add Nextcloud 28 support on master (photos#1807)
* [master] Fix npm audit (photos#1821)
* Fix: properly handle public link share deletion (photos#1823)
* Add more e2e tests (photos#1826)
* Accessible Photos directory settings (photos#1828)
* Update @nc/eslint-config and apply linting rules (photos#1829)
* Chore: update workflows from templates (photos#1831)
* Enh(faces): Implement UnassignedFaces view (photos#1832)
* Fix: use owner instead of owner_id to delete photos by owner (photos#1837)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1 (photos
#1839)
* Update view when layout setting changes (photos#1856)
* Prevent progress bar overflow when uploading in album content (photos#1862)
* Make file list semantically correct (photos#1867)
* [master] Fix npm audit (photos#1876)
* Enh(faces): Avoid O(n) API calls on faces overview (photos#1881)
* Split sections in independent lists (photos#1882)
* Reset selection state in route change (photos#1888)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (photos#1892)
* Add unselect all button (photos#1895)
* Chore: update node engines to next LTS (photos#1898)
* [master] Fix npm audit (photos#1904)
* Match visible text with aria-labels (photos#1906)
* Updating cypress.yml workflow from template (photos#1907)
* [master] Fix npm audit (photos#1912)
* Create pr-feedback.yml (photos#1916)
* [master] Fix npm audit (photos#1938)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (photos#1944)
* Chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 (photos#1954)
* Chore(deps): Bump qs from 6.11.0 to 6.11.2 (photos#1982)
* Chore(deps-dev): Bump autoprefixer from 10.4.13 to 10.4.14 (photos#1983)
* Chore(deps-dev): Bump postcss-loader from 7.0.2 to 7.3.3 (photos#1984)
* Chore(deps): Bump @nextcloud/initial-state from 2.0.0 to 2.1.0 (photos#
1985)
* Chore(deps): upgrade `@nextcloud` family (photos#1988)
* Chore(deps-dev): Bump @vue/test-utils from 1.3.3 to 1.3.6 (photos#1996)
* Chore(deps): Bump vue-material-design-icons from 5.1.2 to 5.2.0 (photos#
2000)
* Chore(deps-dev): Bump cypress-wait-until from 1.7.2 to 2.0.1 (photos#2001)
* Upgrade @nextcloud/vue to v8 beta (photos#2020)
* Techdebt(DI): Use public IThrottler interface which exists since 25 (photos
#2034)
* Chore(deps-dev): Bump @vue/vue2-jest from 29.2.4 to 29.2.6 (photos#2045)
* Use t for translations (photos#2049)
* Recycle DOM elements in virtual scrolling (photos#2052)
* Wrap cache query in a try/catch (photos#2053)
* Bump cypress to v13 (photos#2054)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.13 (photos#2060)
* Run npm audit fix (photos#2064)
* Chore(deps-dev): Bump tslib from 2.5.0 to 2.6.2 (photos#2068)
* Chore(deps-dev): Bump postcss from 8.4.27 to 8.4.31 (photos#2071)
* Reduce width on title and content for header navigation (photos#2086)
* Fix buttons on new album modal window (photos#2087)
* Perf: make geoNameFolder lazy (photos#2094)
* Chore(deps-dev): Bump @babel/traverse from 7.22.5 to 7.23.2 (photos#2096)
* Fix: open settings button (photos#2098)
* Fix new album form layout (photos#2099)
* Filter out some permission for public albums (photos#2103)
* Use new metadata API for providers (photos#2104)
* Update vue to 8.0.0-beta.9 (photos#2111)
* Display EXIF data (photos#2115)
* Enh: Add unique DOM identifiers for nav entries (photos#2118)
* Init metadata (photos#2119)
* Use original date time to order files in UI (photos#2125)
* Add overlay on live photo (photos#2127)
* Metadata: fix crash when datetime has invalid format (photos#2128)
* Fix(a11y): Backwards photos tabulation (photos#2129)
* Add sidebar to the build entries (photos#2130)
* Fix EXIF display conditions (photos#2135)
* Chore: Bump @nextcloud/vue to v8.2.0 (photos#2136)
* Chore(deps-dev): Bump sabre/dav from 4.4.0 to 4.5.0 (photos#2138)
* Port virtual list perf improvements from F2V (photos#2139)
* Use NC URL to download cities list (photos#2141)
* Use information outline as sidebar icon (photos#2142)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (photos#2145)
* Chore(deps-dev): Bump jest-environment-jsdom from 29.4.1 to 29.4.3 (photos#
2153)
* Fix links to faces with special chars (photos#2164)
* Don’t check display name on null (photos#2167)
* Fix: Skip empty files in metadata providers (photos#2170)
* Fix(DB): Fix “IS NOT NULL” database queries (photos#2173)
* Show title and close of modal inline (photos#2181)
* Enh: Add navigation label (photos#2184)
* Chore(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.0.1 (privacy#855)
* Chore(deps): Bump @nextcloud/l10n from 1.6.0 to 2.1.0 (privacy#856)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.4.0 to 5.5.1
(privacy#884)
* Feat(deps): Add Nextcloud 28 support on master (privacy#895)
* [master] Fix npm audit (privacy#899)
* Chore: update workflows from templates (privacy#900)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1
(privacy#901)
* Chore(deps): Bump fast-xml-parser and is-svg (privacy#902)
* Chore(deps): Bump @nextcloud/vue from 7.8.0 to 7.12.0 (privacy#903)
* [master] Fix npm audit (privacy#904)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (privacy#909)
* Chore(deps): Bump @nextcloud/router from 2.1.1 to 2.1.2 (privacy#911)
* Chore: update node engines to next LTS (privacy#912)
* [master] Fix npm audit (privacy#918)
* Chore(deps): Bump @nextcloud/l10n from 2.1.0 to 2.2.0 (privacy#920)
* [master] Fix npm audit (privacy#921)
* Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 (privacy#925)
* [master] Fix npm audit (privacy#926)
* Create pr-feedback.yml (privacy#931)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (privacy#932)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(privacy#935)
* Chore(deps): Bump @nextcloud/vue from 7.12.0 to 7.12.1 (privacy#939)
* Chore(deps): Bump @nextcloud/initial-state from 2.0.0 to 2.1.0 (privacy#
942)
* Chore(deps): Bump @nextcloud/vue from 7.12.1 to 7.12.2 (privacy#944)
* Chore(deps): Bump @nextcloud/dialogs from 4.0.1 to 4.1.0 (privacy#949)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 (privacy#954)
* Chore(deps): Bump @nextcloud/vue from 7.12.2 to 7.12.4 (privacy#955)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 (privacy#958)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 (privacy#963)
* [master] Fix npm audit (privacy#967)
* Chore(deps): Bump @babel/traverse from 7.22.10 to 7.23.2 (privacy#972)
* [master] Fix npm audit (privacy#973)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (privacy#977)
* [master] Fix npm audit (privacy#988)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (privacy#993)
* Chore(deps): Bump vue from 2.7.14 to 2.7.15 (privacy#995)
* Enh(a11y): Make privacy markup accessible (privacy#998)
* Feat(deps): Add Nextcloud 28 support on master (recommendations#618)
* [master] Fix npm audit (recommendations#619)
* [master] Fix npm audit (recommendations#625)
* Create pr-feedback.yml (recommendations#630)
* Chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 (recommendations#631)
* Chore(deps-dev): Bump semver from 5.7.1 to 5.7.2 (recommendations#632)
* Feat: 28 Files headers compatibility (recommendations#637)
* Chore: Update npm audit branches (recommendations#639)
* Perf(dashboard): implement widget item api v2 (recommendations#641)
* Use app name that reflect app path (recommendations#642)
* Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 (recommendations#
645)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(recommendations#647)
* [master] Fix npm audit (recommendations#650)
* [master] Fix npm audit (recommendations#656)
* [master] Fix npm audit (recommendations#666)
* [master] Fix npm audit (recommendations#674)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28
(recommendations#679)
* Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.0 to 5.5.1
(related_resources#218)
* Feat(deps): Add Nextcloud 28 support on master (related_resources#235)
* [master] Fix npm audit (related_resources#237)
* Fresh session if missing (related_resources#238)
* Chore: update workflows from templates (related_resources#241)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1
(related_resources#242)
* Single init circlesmanager (related_resources#243)
* Chore(deps): Bump fast-xml-parser and is-svg (related_resources#244)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9
(related_resources#249)
* Chore(deps): Bump @nextcloud/router from 2.0.0 to 2.1.2 (related_resources#
250)
* Chore: update node engines to next LTS (related_resources#251)
* [master] Fix npm audit (related_resources#253)
* Chore(deps): Bump @nextcloud/l10n from 1.6.0 to 2.2.0 (related_resources#
254)
* Chore(deps): Bump fast-xml-parser from 4.2.4 to 4.2.5 (related_resources#
255)
* Chore(deps): Bump @nextcloud/axios from 2.2.0 to 2.4.0 (related_resources#
256)
* Remove useless logs (related_resources#257)
* Create pr-feedback.yml (related_resources#258)
* Chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.1 (related_resources#
259)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(related_resources#260)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10
(related_resources#261)
* [master] Fix npm audit (related_resources#263)
* Update composer dependencies (related_resources#264)
* [master] Update nextcloud/ocp dependency (related_resources#266)
* [master] Fix npm audit (related_resources#267)
* [master] Update nextcloud/ocp dependency (related_resources#273)
* Update OCP workflow from upstream to avoid failures on main branch
(related_resources#274)
* Bump @nextcloud/vue from 7.12.1 to 7.12.2 (related_resources#275)
* [master] Update nextcloud/ocp dependency (related_resources#276)
* Chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
(related_resources#279)
* [master] Update nextcloud/ocp dependency (related_resources#280)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11
(related_resources#282)
* Chore(deps): Bump @nextcloud/vue from 7.12.2 to 7.12.4 (related_resources#
283)
* Chore: Drop EOL stable24 from audit (related_resources#287)
* Drop main from audit (related_resources#290)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12
(related_resources#291)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13
(related_resources#294)
* Chore(deps-dev): Bump @nextcloud/eslint-config from 8.2.1 to 8.3.0
(related_resources#296)
* [master] Fix npm audit (related_resources#298)
* Contacts provider (related_resources#302)
* Chore(deps-dev): Bump @babel/traverse from 7.23.0 to 7.23.2
(related_resources#306)
* Chore(deps): Bump @nextcloud/router from 2.1.2 to 2.2.0 (related_resources#
307)
* New API param resourceType (related_resources#311)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (related_resources#
312)
* Returns resources preview (related_resources#314)
* Add update info to serverinfo api call (serverinfo#434)
* Feat(deps): Add Nextcloud 28 support on master (serverinfo#455)
* [master] Update nextcloud/ocp dependency (serverinfo#456)
* Feat: add phpinfo (serverinfo#469)
* Chore: add pr-feedback workflow (serverinfo#470)
* Feat: enable dependabot for php (serverinfo#475)
* Chore(deps-dev): Bump psalm/phar from 4.30.0 to 5.13.1 (serverinfo#476)
* Chore(deps-dev): Bump phpunit/phpunit from 9.5.28 to 9.6.10 (serverinfo#
477)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1
(serverinfo#478)
* Chore: adjust commit message for dependabot (serverinfo#479)
* Chore: enable dependabot for github actions (serverinfo#481)
* Chore: remove dependabot for github actions (serverinfo#486)
* Feat: rename DefaultOs to Linux (serverinfo#488)
* Chore(deps-dev): Bump psalm/phar from 5.13.1 to 5.14.1 (serverinfo#489)
* Chore: enable dependabot auto merge (serverinfo#490)
* Update pr-feedback.yml (serverinfo#493)
* Docs: add heading for storage stats background job (serverinfo#494)
* Fix: remove hint about your disk is full notification (serverinfo#495)
* Chore: add value object for thermal zone (serverinfo#496)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 (serverinfo#
498)
* Chore(deps-dev): Bump psalm/phar from 5.14.1 to 5.15.0 (serverinfo#499)
* Chore: dont autoload ocp package (serverinfo#500)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.12 (serverinfo#
504)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.12 to 9.6.13 (serverinfo#
505)
* Ci: update phpunit workflows for main (serverinfo#510)
* Ci: update lint and psalm workflow (serverinfo#511)
* Build: bump coding-standard and psalm (serverinfo#513)
* Ci: update ocp workflow (serverinfo#515)
* Fix: add flag to skip external requests (serverinfo#518)
* [master] Update nextcloud/ocp dependency (serverinfo#519)
* Feat: make update data opt-in (serverinfo#522)
* [master] Update nextcloud/ocp dependency (serverinfo#523)
* Feat: make apps updates opt-in by default (serverinfo#526)
* [master] Update nextcloud/ocp dependency (serverinfo#528)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (serverinfo#
529)
* Feat(deps): Add Nextcloud 28 support on master (survey_client#190)
* Feat(deps): Add Nextcloud 28 support on master (suspicious_login#800)
* Chore: update workflows from templates (suspicious_login#802)
* Ci(phpunit): revert force enabling the app (suspicious_login#806)
* Chore: update node engines to next LTS (suspicious_login#809)
* Create pr-feedback.yml (suspicious_login#811)
* Chore(deps): update dependency @nextcloud/browserslist-config to v3
(master) (suspicious_login#820)
* Chore(deps): Enable bumps and pins for github actions (suspicious_login#
821)
* Chore(release): v6.0.0 (suspicious_login#826)
* Doc: Document installation and distribution (suspicious_login#828)
* Allow opening files outside of the file system in viewer (text#2832)
* Fix: paste multiple line to table issue (text#3906)
* Fix(deps): update highlight (main) (text#4132)
* Feat(deps): Add Nextcloud 28 support on main (text#4202)
* Chore(deps): update dependency prosemirror-test-builder to ^1.1.1 (main)
(text#4203)
* Chore(deps): update dependency vue-demi to ^0.14.4 (main) (text#4204)
* Chore(deps): update dependency vite to ^4.3.8 (main) (text#4206)
* Chore(deps): update dependency vue-demi to ^0.14.5 (main) (text#4207)
* Fix(deps): update dependency @nextcloud/event-bus to ^3.1.0 (main) (text#
4208)
* Fix(menubar): show selection status correctly (text#4211)
* Fix: handle non markdown files in conflicts (text#4220)
* Chore(deps): update dependency vite to ^4.3.9 (main) (text#4222)
* Chore(deps-dev): Bump psalm/phar from 5.11.0 to 5.12.0 (text#4223)
* Fix(deps): update dependency lib0 to ^0.2.77 (main) (text#4224)
* Chore(deps): update dependency cypress to ^12.13.0 (main) (text#4225)
* Fix(deps): update dependency @nextcloud/auth to ^2.1.0 (main) (text#4226)
* Chore: update workflows from templates (text#4235)
* Fix: fix and upgrade cypress workflow (text#4236)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.0 to 1.1.1 (text#
4238)
* Fix(UserApiController): Fix warning during test run with PHP 8.2 (text#
4241)
* Ci(block-merge-freeze): Fix picking master branch for server (text#4243)
* No more deprecated API usages (text#4248)
* Chore(deps): Bump fast-xml-parser and is-svg (text#4249)
* Bring back keyboard shortcuts to help modal on non-mobile (text#4251)
* Don’t expect HTML element with ID `mimetype` in public share (text#4253)
* Limit cypress to github runners (text#4255)
* Chore: Switch to NcSavingIndicatorIcon (text#4259)
* Chore: Simplify issue template (text#4261)
* Fix(deps): update dependency lib0 to ^0.2.78 (main) (text#4262)
* Chore(deps): update dependency cypress to ^12.14.0 (main) (text#4263)
* Introduce middleware for session handling (text#4266)
* Fix/4267 js tests (text#4268)
* Fix(deps): update dependency yjs to ^13.6.2 (main) (text#4274)
* Fix(deps): update dependency @hocuspocus/provider to ^2.1.0 (main) (text#
4275)
* Fix(deps): update dependency @nextcloud/vue to ^7.12.0 (main) (text#4280)
* Fix/2708 pasting tables (text#4285)
* Fix(sync): Save even if versions match (text#4286)
* Update: can i use browser list (text#4288)
* Fix: Catch unique constraint violation when creating new documents (text#
4289)
* Make use of session middleware in remaining controllers (text#4290)
* Chore: Bump composer autoloader for new composer version (text#4291)
* Emit sync event after successful push to pick up syncing again (text#4297)
* Feature/translate modal (text#4299)
* Fix(cypress): shortcut test retry (text#4300)
* Fix(css): info callout box color to –color-info (text#4301)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (text#4305)
* Fix: Pass origin along the initial state update (text#4309)
* Y.js backend enhancements and debug helpers (text#4310)
* Fix: clickable zone of task list checkbox (text#4312)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.10 (main)
(text#4315)
* Fix(deps): update dependency @nextcloud/router to ^2.1.2 (main) (text#4316)
* Chore(css): Move CSS files to src directory (text#4318)
* Fix: link preview width on mobile (text#4327)
* Chore(dependencies): Skip tiptap/prosemirror updates for 25 (text#4328)
* Fix(deps): update dependency yjs to ^13.6.4 (main) (text#4329)
* Chore(deps): update dependency cypress to ^12.15.0 (main) (text#4330)
* Chore: update node engines to next LTS (text#4335)
* Fade out user cursor labels after five seconds of inactivity (text#4336)
* Fix: max width of editor container on mobile (text#4337)
* Fix: Delete inactive sessions in one query (text#4339)
* Fix: Replace invalid sass rules with correct ones (text#4345)
* Feat: hide share and close buttons on direct editing for desktop (text#
4346)
* Fix(deps): update dependency yjs to ^13.6.5 (main) (text#4347)
* Fix(deps): update dependency @hocuspocus/provider to ^2.2.0 (main) (text#
4348)
* Chore(deps): Bump fast-xml-parser from 4.2.4 to 4.2.5 (text#4349)
* Fix(deps): update dependency @nextcloud/dialogs to ^4.1.0 (main) (text#
4351)
* Chore(deps): update dependency vite-plugin-commonjs to ^0.8.0 (main) (text#
4353)
* Ci/flaky runners (text#4357)
* Rework cypress commands (text#4364)
* Fix(deps): update dependency @nextcloud/l10n to ^2.2.0 (main) (text#4383)
* Fix(deps): update dependency yjs to ^13.6.6 (main) (text#4386)
* Feat: update render markdown for tables (text#4390)
* Ci(workflows): Update Github workflows from templates (text#4393)
* Chore(deps): update dependency cypress to ^12.16.0 (main) (text#4396)
* Fix: hotkey ctrl-s (text#4400)
* Fix: remove redundant css (text#4401)
* Chore(deps): update dependency @nextcloud/eslint-config to ^8.3.0-beta.2
(main) (text#4402)
* Chore: update relativeci workflow and webpack usage (text#4406)
* Fix(frontend): Update last saved timestamp when document is saved (text#
4409)
* Ci(cypress): Adapt modal selector to viewer change (text#4412)
* Fix(deps): update dependency @nextcloud/vue to v8 (main) (text#4420)
* Split sync of ApiService to sync and save (text#4424)
* Chore(deps-dev): Bump psalm/phar from 5.12.0 to 5.13.1 (text#4425)
* [main] Fix npm audit (text#4427)
* Fix(deps): update dependency @nextcloud/axios to ^2.4.0 (main) (text#4431)
* Create pr-feedback.yml (text#4435)
* Fix(deps): update dependency @hocuspocus/provider to ^2.2.1 (main) (text#
4437)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.11 (main)
(text#4438)
* Fix(deps): update dependency mitt to ^3.0.1 (main) (text#4439)
* Chore(deps): update jest to ^29.6.1 (main) (text#4440)
* Chore(deps): update dependency cypress to ^12.17.0 (main) (text#4444)
* Chore(deps): update dependency vite to ^4.4.1 (main) (text#4445)
* Fix(frontend): Improve paste handler for table cells (text#4452)
* Chore(deps): update dependency vite to ^4.4.2 (main) (text#4453)
* [main] Fix npm audit (text#4464)
* Ci(audit): Do not create pull requests if npm audit fix fails (text#4468)
* Fix sync errors after network issues (text#4474)
* Fix: cursor in image description on firefox (text#4475)
* Chore(deps): update dependency cypress to ^12.17.1 (main) (text#4476)
* Fix: Fetch attachment share permissions (text#4481)
* Fix: Encode individual parts of the dav url as uri components (text#4488)
* Chore(deps): update dependency @nextcloud/stylelint-config to ^2.3.1 (main)
(text#4491)
* Chore(deps): update dependency vite to ^4.4.3 (main) (text#4492)
* Fix(deps): update dependency @nextcloud/initial-state to ^2.1.0 (main)
(text#4493)
* Fix: remove duplicated save key action (text#4495)
* Fix some JS deprecations (text#4496)
* Fix(sync): only save on close if changes were made (text#4503)
* Fix: clear pending autosync on close (text#4504)
* Chore(deps): update dependency vite-plugin-commonjs to ^0.8.1 (main) (text#
4505)
* Tests(cypress): Refactor reconnect test to be more reliable and add second
test for actual reconnect (text#4507)
* Fix save on direct editing (text#4510)
* Fix: tab key in code block (text#4520)
* Fix: Add index to session_id on text_steps table (text#4521)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (text#4526)
* Chore(deps): update dependency vite to ^4.4.4 (main) (text#4527)
* Fix(deps): update dependency @hocuspocus/provider to ^2.2.3 (main) (text#
4528)
* Fix: Use prefilter for delete with subquery (text#4539)
* Fix: Remember cursor position when autofocus on load (text#4540)
* Bugfix/duplicated load of yjs (text#4542)
* Feat: add component SkeletonLoading (text#4545)
* Chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 (text#4546)
* Fix: Use simple query and chunk in PHP to delete inactive sessions (text#
4549)
* Ci: Fix cypress test failing due to new autofocus cursor position (text#
4550)
* Fix(postgres): Use a unique index name (text#4553)
* Chore(deps): update dependency cypress to ^12.17.2 (main) (text#4557)
* Chore(deps): update dependency vite to ^4.4.5 (main) (text#4558)
* Chore(deps): update dependency vite-plugin-commonjs to ^0.8.2 (main) (text#
4559)
* Fix(deps): update dependency slug to ^8.2.3 (main) (text#4560)
* Fix(deps): update tiptap to ^2.0.4 (main) (text#4571)
* Chore(deps): update dependency vite to ^4.4.6 (main) (text#4576)
* Fix(deps): update dependency yjs to ^13.6.7 (main) (text#4579)
* [main] Update nextcloud/ocp dependency (text#4582)
* Stricter typing to match psalm level 2 (text#4584)
* Feat: Expose formatting menu bar actions through slash command (text#4587)
* Fix(mentions): encode user id in mentions URLs (text#4588)
* Add syntax highlighting in code blocks (text#4592)
* Fix(css): Fix margin-bottom for list items (text#4596)
* Chore(package): drop unused hocuspocus dependency (text#4597)
* Chore(deps): update dependency vite to ^4.4.7 (main) (text#4603)
* Chore(deps): update jest to ^29.6.2 (main) (text#4604)
* [main] Update nextcloud/ocp dependency (text#4611)
* Feat: Add support for mermaid.js rendering (text#4614)
* Fix(editor): Don’t load both Tiptap collaboration history extensions (text
#4621)
* Text processing integration (text#4627)
* Chore(deps): update dependency cypress to ^12.17.3 (main) – autoclosed
(text#4628)
* Chore(deps): update dependency vite to ^4.4.8 (main) (text#4629)
* Chore(deps-dev): Bump psalm/phar from 5.13.1 to 5.14.1 (text#4632)
* Fix: Use resize observer to calculate menubar icon limit (text#4637)
* [main] Update nextcloud/ocp dependency (text#4642)
* Fix: Use default font size (text#4644)
* Fix(css): Move code highlighting CSS to `prosemirror.scss` (text#4645)
* Chore(deps): Bump tough-cookie and @cypress/request (text#4648)
* Feat(npm): Prepare for 28.0.0-dev.1 release (text#4653)
* Fix(ViewerComponent): Only fetch source if `this.source` is set (text#4654)
* Fix: Properly handle viewer loading in collectives (text#4657)
* Cypress tests for smart picker, code block, mermaid and version view/
compare (text#4663)
* Fix: Avoid unnecessary local translate function (text#4664)
* Feat: 28 Files2vue compatibility (text#4666)
* Ci(cypress): Make sure to build before cypress (text#4667)
* Chore(deps): update dependency @vue/vue2-jest to ^29.2.5 (main) (text#4669)
* Chore(deps): update dependency vite to ^4.4.9 (main) (text#4670)
* Fix(deps): update dependency lib0 to ^0.2.81 (main) (text#4671)
* Fix(deps): update dependency mermaid to ^10.3.1 (main) (text#4672)
* Chore(deps): update dependency eslint-plugin-cypress to ^2.14.0 (main)
(text#4673)
* [main] Update nextcloud/ocp dependency (text#4678)
* Fix: Sort regular smart picker options first (text#4682)
* Chore(deps): update dependency @nextcloud/webpack-vue-config to v6 (main)
(text#4690)
* Chore(deps): update dependency cypress to ^12.17.4 (main) (text#4692)
* Chore(deps): update dependency @nextcloud/browserslist-config to v3 (main)
(text#4693)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.19 (main)
(text#4699)
* Fix(deps): update dependency @nextcloud/vue to ^8.0.0-beta.5 (main) (text#
4700)
* Fix(deps): update dependency lib0 to ^0.2.83 (main) (text#4701)
* Fix(deps): update tiptap to ^2.1.7 (main) (text#4702)
* [main] Update nextcloud/ocp dependency (text#4714)
* Fix: select all in code block (text#4719)
* Fix: Use proper value for checking if editable (text#4721)
* Chore(deps): update jest to ^29.6.4 (main) (text#4725)
* Chore(deps): update dependency @vueuse/core to ^10.4.1 (main) (text#4726)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 (text#4727)
* Chore(deps-dev): Bump psalm/phar from 5.14.1 to 5.15.0 (text#4728)
* Chore(deps): update dependency vite-plugin-commonjs to ^0.9.0 (main) (text#
4729)
* [main] Update nextcloud/ocp dependency (text#4730)
* Fix(cypress): close attachments file before proceeding (text#4734)
* List fixes (text#4735)
* Chore(deps): update dependency vue-demi to ^0.14.6 (main) (text#4736)
* Ci: Add workflow to update node dist files on main (text#4749)
* Fix(deps): update dependency @vueuse/shared to ^10.4.1 (main) (text#4751)
* Fix(deps): update dependency mermaid to ^10.4.0 (main) (text#4752)
* Fix(deps): update nextcloud (main) (text#4753)
* [main] Update nextcloud/ocp dependency (text#4762)
* Feat: hide workspace if no readme.md (text#4771)
* Test(cypress): only run in parallel for pull requests (text#4772)
* Use deployment environment for js build (text#4773)
* Fix: Avoid layout jump with rich workspace (text#4776)
* Change three dots to an ellipsis (text#4777)
* Fixes and additions to editor API (text#4780)
* Fix: deleting rich workspaces readme.md (text#4782)
* [main] Update nextcloud/ocp dependency (text#4787)
* Test(ci): use a single runner for cypress tests (text#4791)
* Chore(deps-dev): bump phpunit/phpunit from 9.6.11 to 9.6.12 (text#4796)
* Chore(deps): update jest (main) (text#4797)
* Fix(deps): update yjs (main) (text#4798)
* Fix(deps): update dependency uuid to ^9.0.1 (main) (text#4799)
* Fix(deps): update tiptap to ^2.1.10 (main) (text#4801)
* Chore(deps): update cypress (main) (major) (text#4802)
* [main] Update nextcloud/ocp dependency (text#4806)
* Chore(renovate): update nextcloud packages separately (text#4812)
* Chore(deps): update dependency cypress to ^13.3.1 (main) (text#4816)
* Fix(deps): update dependency @nextcloud/dialogs to ^4.2.1 (main) (text#
4817)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.26 (main)
(text#4818)
* Fix(deps): update dependency @nextcloud/vue to ^8.0.0-beta.8 (main) (text#
4819)
* Chore(deps-dev): bump phpunit/phpunit from 9.6.12 to 9.6.13 (text#4820)
* Fix 403 on close (text#4824)
* Tests(frontend): cleanup old puppeteer based frontend test (text#4826)
* Remove comma (text#4827)
* Chore(deps): update dependency @nextcloud/eslint-config to ^8.3.0 (main)
(text#4830)
* [main] Update nextcloud/ocp dependency (text#4831)
* Enh(SyncService): Throw error on save failure (text#4836)
* Enh(editorApi): Introduce editor API version number (text#4840)
* Fix: CSP issue on loading RichWorkspace component (text#4843)
* Fix(editorApi): Use attachment resolver in MarkdownContentEditor (text#
4844)
* Ci(cypress): Fix failing cypress spec by more specific selector (text#4846)
* Ci(cypress): Use cypress-split for running tests in parallel (text#4847)
* Chore(deps): update vite (main) (text#4849)
* Fix(deps): update dependency @nextcloud/auth to ^2.2.1 (main) (text#4850)
* Fix: workspace cypress tests (text#4853)
* Fix(deps): update dependency @nextcloud/logger to ^2.7.0 (main) (text#4854)
* Fix(deps): update dependency lib0 to ^0.2.86 (main) (text#4855)
* Fix(deps): update dependency markdown-it to ^13.0.2 (main) (text#4856)
* Fix(deps): update tiptap to ^2.1.12 (main) (text#4857)
* Fix(deps): update dependency lib0 to ^0.2.87 (main) (text#4858)
* Chore(deps): update dependency cypress-split to ^1.15.4 (main) (text#4859)
* Chore(deps): update dependency eslint-plugin-cypress to ^2.15.1 (main)
(text#4860)
* Chore(deps): update vueuse to ^10.5.0 (main) (text#4861)
* Fix(deps): update dependency highlight.js to ^11.9.0 (main) (text#4862)
* Fix(deps): update dependency mermaid to ^10.6.0 (main) (text#4863)
* [main] Update nextcloud/ocp dependency (text#4869)
* Fix(paste): collapse whitespace before pasting (text#4872)
* Fix: Move new file action to F2V api (text#4873)
* Feat(MenuBar): Make the menu bar `role=toolbar` and add focus handling
(text#4874)
* Fix(mermaid): Only switch back on failure if in preview mode (text#4875)
* Cypress fixes (text#4876)
* Fix(paste): paste plaintext with separate paragraphs (text#4877)
* Chore(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 (text#4884)
* Fix: Rename rich workspace to folder description (text#4885)
* Fix(makefile): Disable parallel execution of targets (text#4886)
* Fix(readme): Clarify the dependency on the viewer app (text#4887)
* Fix(menubar): Add aria-selected and aria-activedescendant to menu bar items
(fix #3911) (text#4888)
* Use `@nextcloud/dialogs` v5 (required for FilePicker on Nextcloud 28+)
(text#4890)
* [main] Update nextcloud/ocp dependency (text#4891)
* Chore(dependencies): Bump @nextcloud/vue to 8.0.0-beta.9 (text#4893)
* Chore(php): Add PHP 8.3 to test matrix (text#4894)
* Fix line-through selector (text#4901)
* Revert “ci: Skip some heading tests for now due to #4895” (text#4903)
* Chore(deps): update dependency cypress to ^13.4.0 (main) (text#4906)
* Fix(deps): update dependency @nextcloud/vue to ^8.0.0-beta.9 (main) (text#
4907)
* Fix(deps): update vue monorepo to ^2.7.15 (main) (text#4908)
* Chore(deps): update dependency vite to ^4.5.0 (main) (text#4909)
* Fix(deps): update dependency @nextcloud/moment to ^1.2.2 (main) (text#4910)
* Chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (text#4911)
* Fix(deps): update dependency @nextcloud/browser-storage to ^0.3.0 (main)
(text#4913)
* Fix(deps): update dependency @nextcloud/router to ^2.2.0 (main) (text#4914)
* [main] Update nextcloud/ocp dependency (text#4927)
* Fix(sync): prevent race condition by relying on autoincrement (text#4938)
* Chore(DocumentService): Several code style fixes (text#4942)
* Fix(menubar): Code style fixes (text#4945)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.27 (main)
(text#4960)
* Fix(deps): update dependency @nextcloud/vue to ^8.0.0-beta.10 (main) (text#
4961)
* [main] Update nextcloud/ocp dependency (text#4964)
* Feat: bring back cypress command createDescription through UI (text#4965)
* Fix(codeblock): Display mermaid graph per default in readonly mode (text#
4971)
* Chore(deps): update dependency cypress-split to ^1.15.6 (main) (text#4976)
* Fix(deps): update dependency @nextcloud/dialogs to ^5.0.2 (main) –
autoclosed (text#4977)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0 (main) (text#4978)
* Fix(deps): update dependency @nextcloud/vue to ^8.0.1 (main) (text#4979)
* Fix(deps): update dependency mermaid to ^10.6.1 (main) (text#4980)
* Chore(deps): update dependency cypress to ^13.5.0 (main) (text#4981)
* Chore(deps): bump axios from 1.4.0 to 1.6.1 (text#4982)
* Chore(deps): update vueuse to ^10.6.0 (main) (text#4983)
* [main] Update nextcloud/ocp dependency (text#4994)
* Fix: Limit asset/source loader rule to inline svg embeddings from @mdi/svg
(text#4997)
* Fix: Add migration to drop conflicting index ts_session (text#4998)
* Chore(deps): update dependency cypress to ^13.5.1 (main) (text#5004)
* Chore(deps): update dependency cypress-split to ^1.15.8 (main) (text#5005)
* Chore: Bump @nextcloud/vue to v8.2.0 (text#5006)
* Chore(deps): update vueuse to ^10.6.1 (main) (text#5007)
* Chore(deps): update vite (main) (text#5008)
* Chore(deps): update dependency vite to v5 (main) (text#5009)
* [main] Update nextcloud/ocp dependency (text#5015)
* Fix: Get file from share link instead of user directory in case of no
access (text#5017)
* Fix(ImageView): Fix detection of editable editor (text#5020)
* Fix: bring back rich workspace on public share links of folders (text#5022)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (text#5023)
* Rich workspace polishing (text#5025)
* Ci: Enable node build on 28 (text#5031)
* Chore(deps): update dependency vite to ^5.0.2 (text#5032)
* Fix(deps): update yjs (text#5033)
* Chore(deps): update dependency cypress to ^13.6.0 (text#5035)
* Chore(deps): update dependency cypress-split to ^1.17.0 (text#5036)
* Update nextcloud/ocp dependency (text#5039)
* Fix(deps): update dependency @nextcloud/dialogs to ^5.0.3 (text#5044)
* Revert “ci: Skip failing link to directory test” (text#5047)
* Chore(deps): update dependency vite to ^5.0.3 (text#5050)
* Fix: Use document id in url (text#5052)
* Refactor attachment loading (text#5053)
* Lazy load text-viewer and text-files (text#5056)
* Run cypress against stable28 branch (text#5057)
* Chore(deps): update dependency cypress-split to ^1.17.1 (text#5061)
* Chore(deps): update dependency vite to ^5.0.4 (text#5062)
* Fix(css): Fix print view in viewer and single-file share (text#5064)
* Revert “tmp: skip known attachment failures” (text#5067)
* Fix(deps): update tiptap to ^2.1.13 (text#5072)
* Fix(deps): update dependency @nextcloud/vue to ^8.3.0 (text#5073)
* Update nextcloud/ocp dependency (text#5078)
* Handle null file in RichWorkspace header (text#5088)
* Chore(deps): Move `cypress-visual-regression` to dev dependencies (text#
5091)
* Chore(deps): update dependency vite to v5.0.5 [security] (text#5094)
* Feat(editor): Enable gapcursor, allows to put cursor between images (text#
5096)
* Chore(deps): bump @nextcloud/eslint-config from 7.0.2 to v8 (master)
(twofactor_totp#1397)
* Chore(deps): bump jest family (master) (major) (twofactor_totp#1400)
* Fix(deps): bump @nextcloud/initial-state from 1.2.1 to v2 (master)
(twofactor_totp#1401)
* Fix(deps): bump @nextcloud/password-confirmation from 1.0.1 to v4 (master)
(twofactor_totp#1402)
* Feat(deps): Add Nextcloud 28 support on master (twofactor_totp#1404)
* Chore(translations): Remove custom backport file to follow the main pattern
(twofactor_totp#1405)
* Chore: update workflows from templates (twofactor_totp#1406)
* Chore: update node engines to next LTS (twofactor_totp#1408)
* Chore(deps): Bump tough-cookie from 4.0.0 to 4.1.3 (twofactor_totp#1409)
* Chore(renovate): fix jest family (twofactor_totp#1411)
* Ci(test): remove nextcloud/ocp before running acceptance tests
(twofactor_totp#1413)
* Ci: create npm-audit-fix.yml (twofactor_totp#1426)
* [master] Fix npm audit (twofactor_totp#1430)
* Chore(deps): bump actions/checkout digest to f43a0e5 (master)
(twofactor_totp#1434)
* Chore(deps): bump actions/setup-node digest to 5e21ff4 (master)
(twofactor_totp#1435)
* Chore: Add PR feedback automation (twofactor_totp#1438)
* Chore(release): v10.0.0-beta2 (twofactor_totp#1441)
* Chore(deps): bump @nextcloud/browserslist-config from 2.3.0 to v3 (master)
(twofactor_totp#1442)
* Chore(deps): bump @nextcloud/webpack-vue-config from 5.5.1 to v6 (master)
(twofactor_totp#1443)
* Move psalm and cs-fixer to vendor-bin and fix related issues
(twofactor_totp#1446)
* Chore(deps): bump codecov/codecov-action digest to eaaf4be (master)
(twofactor_totp#1451)
* Chore(deps): bump shivammathur/setup-php digest to 7fdd3ec (master)
(twofactor_totp#1452)
* [master] Fix npm audit (twofactor_totp#1454)
* [master] Fix npm audit (twofactor_totp#1460)
* Bump behat/behat from 3.0.15 to 3.11.0 in /tests (updater#422)
* Bump bamarni/composer-bin-plugin from 1.5.0 to 1.8.2 (updater#444)
* Generate URLs via JavaScript (updater#448)
* Enh(execute): Let user know how to reset when a step has been cancelled in
progress (updater#472)
* Chore: update workflows from templates (updater#473)
* Fix: update testing range for 25, 26 and 27, and update dependencies
(updater#475)
* Strong type classes (updater#478)
* Create pr-feedback.yml (updater#485)
* Fix(integrity): expect pkg mgmt files (updater#488)
* Chore: use Nextcloud coding standards v1.1.1 (updater#512)
* Chore(workflow): Upgrade CI workflows (updater#513)
* Prevent directory modifications when iterating (updater#515)
* Revert “Prevent directory modifications when iterating” (updater#518)
* Fix 404 on blank.mp4 (viewer#1636)
* Feat(deps): Add Nextcloud 28 support on master (viewer#1667)
* Chore(deps): Bump @nextcloud/event-bus from 3.0.2 to 3.1.0 (viewer#1670)
* [master] Fix npm audit (viewer#1674)
* Lazy load components (viewer#1675)
* Feat: add bundle size analyzer (viewer#1676)
* Chore(deps): Bump shivammathur/setup-php from 2.25.1 to 2.25.2 (viewer#
1680)
* Chore: update workflows from templates (viewer#1682)
* Chore(deps): Bump @fontsource/roboto from 4.5.8 to 5.0.1 (viewer#1685)
* Chore(deps-dev): Bump @types/dockerode from 3.3.17 to 3.3.18 (viewer#1686)
* Chore(deps): Bump @nextcloud/auth from 2.0.0 to 2.1.0 (viewer#1688)
* Chore: update workflows from templates (viewer#1690)
* Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 1.2 to
2.1 (viewer#1692)
* Chore(deps): Bump shivammathur/setup-php from 2.22.0 to 2.25.2 (viewer#
1693)
* Chore: update workflows from templates (viewer#1694)
* Fix: different cache path leads to cache miss (viewer#1695)
* Chore(deps): update cypress and associates (viewer#1696)
* Chore(deps-dev): Bump nextcloud/coding-standard from 1.1.0 to 1.1.1 (viewer
#1698)
* Chore(deps): Bump @fontsource/roboto from 5.0.1 to 5.0.2 (viewer#1699)
* Chore(deps-dev): Bump tslib from 2.5.0 to 2.5.3 (viewer#1700)
* Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 2.1 to
2.2 (viewer#1705)
* Fix size of progress container (viewer#1706)
* Use new node event names (viewer#1707)
* Use etag as cache buster (viewer#1709)
* Chore(deps): Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2
(viewer#1712)
* Chore(deps-dev): Bump @types/dockerode from 3.3.18 to 3.3.19 (viewer#1725)
* Chore(deps): Bump filerobot-image-editor from 4.4.0 to 4.5.0 (viewer#1726)
* Chore(deps): Bump @fontsource/roboto from 5.0.2 to 5.0.3 (viewer#1728)
* Chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (viewer#1733)
* Chore(deps): Bump shivammathur/setup-php from 2.25.2 to 2.25.4 (viewer#
1734)
* Chore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.2 (viewer#
1737)
* Chore(deps): Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
(viewer#1738)
* Chore(deps): Bump cypress-io/github-action from 5.8.2 to 5.8.3 (viewer#
1739)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.8 to 9.6.9 (viewer#1740)
* Chore(deps): Bump @nextcloud/router from 2.1.1 to 2.1.2 (viewer#1742)
* Chore(deps): Bump relative-ci/agent-action from 2.1.4 to 2.1.5 (viewer#
1743)
* Chore: update node engines to next LTS (viewer#1744)
* Chore(deps): Bump @nextcloud/dialogs from 4.0.1 to 4.1.0 (viewer#1745)
* Chore(deps): Bump webdav from 4.11.2 to 5.2.1 (viewer#1746)
* [master] Fix npm audit (viewer#1749)
* [master] Update cypress snapshots (viewer#1760)
* Feat(cypress): standard workflow (viewer#1761)
* Fix video player unusable on ios (viewer#1763)
* Updating cypress.yml workflow from template (viewer#1764)
* Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 2.1 to
2.2 (viewer#1768)
* Chore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.3 (viewer#
1769)
* Chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (viewer#1770)
* Feat: more typescript migration (viewer#1773)
* [master] Fix npm audit (viewer#1775)
* Chore(deps): Bump actions/setup-node from 3.6.0 to 3.7.0 (viewer#1781)
* Add option to disable sidebar (viewer#1782)
* Chore(deps): Bump @nextcloud/axios from 2.3.0 to 2.4.0 (viewer#1785)
* [master] Update cypress snapshots (viewer#1792)
* [master] Fix npm audit (viewer#1795)
* Send CSRF token in rawStat (viewer#1797)
* Default to source if fileid is undefined (viewer#1806)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.9 to 9.6.10 (viewer#1814)
* [master] Update cypress snapshots (viewer#1815)
* Do not translate file alt-text (viewer#1818)
* Fix fullscreen on ios (viewer#1819)
* Chore(deps): Bump webdav from 5.2.2 to 5.2.3 (viewer#1825)
* Chore(deps): Bump relative-ci/agent-action from 2.1.5 to 2.1.6 (viewer#
1832)
* Chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (viewer#
1834)
* Feat: Compare files side by side (viewer#1835)
* Chore(deps-dev): Bump jest from 29.5.0 to 29.6.2 (viewer#1839)
* Chore(deps-dev): Bump tslib from 2.6.0 to 2.6.1 (viewer#1843)
* Fix: Avoid issues when switching between versions (viewer#1851)
* Chore(deps): Bump @fontsource/roboto from 5.0.3 to 5.0.8 (viewer#1857)
* Chore(deps): Bump camelcase from 7.0.1 to 8.0.0 (viewer#1859)
* Chore(deps): Bump @nextcloud/files from 3.0.0-beta.10 to 3.0.0-beta.14
(viewer#1860)
* Chore(deps-dev): Bump eslint-plugin-cypress from 2.13.3 to 2.14.0 (viewer#
1861)
* Fix panning of zoomed images (viewer#1863)
* Chore(deps): Bump actions/setup-node from 3.7.0 to 3.8.0 (viewer#1864)
* Chore(deps-dev): Bump typescript from 5.1.5 to 5.1.6 (viewer#1866)
* Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1
(viewer#1867)
* Bump various dependencies and fix cypress (viewer#1868)
* [master] Update cypress snapshots (viewer#1870)
* Feat(f2v): Move to new file actions api (viewer#1878)
* Improve image zooming (scroll wheel) (viewer#1887)
* Chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.0.1 (viewer#
1895)
* [master] Update cypress snapshots (viewer#1896)
* Chore: replace dependabot by renovate (viewer#1900)
* Chore(deps-dev): Bump vimeo/psalm from 4.30.0 to 5.15.0 (viewer#1902)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.10 to 9.6.11 (viewer#1903)
* Chore(deps): update dependency cypress to ^12.17.4 (master) (viewer#1905)
* Fix(deps): update dependency @nextcloud/files to ^3.0.0-beta.19 (master)
(viewer#1906)
* Chore(deps): Bump cypress-io/github-action from 6.0.1 to 6.1.0 (viewer#
1912)
* Chore(deps): Bump actions/checkout from 3.5.3 to 3.6.0 (viewer#1913)
* Chore(deps): update typescript (master) (viewer#1918)
* Fix(deps): update dependency @nextcloud/vue to ^8.0.0-beta.4 (master)
(viewer#1924)
* Chore(deps): update dependency jest to ^29.6.4 (master) (viewer#1925)
* Fix(deps): update dependency @nextcloud/dialogs to ^4.2.0-beta.4 (master)
(viewer#1927)
* Chore(deps): update dependency @nextcloud/browserslist-config to v3
(master) (viewer#1928)
* Fix: default action value & image public page style (viewer#1929)
* Follow-up to: fix: default action value & image public page style (viewer#
1942)
* Chore(deps): Bump relative-ci/agent-action from 2.1.6 to 2.1.7 (viewer#
1943)
* Fix(deps): update dependency webdav to ^5.3.0 (master) (viewer#1954)
* Fix(deps): update nextcloud (master) (viewer#1955)
* Fix: add icon in visible files action (viewer#1965)
* Chore: migrate cypress to ts (viewer#1968)
* Chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 (viewer#1969)
* Chore(deps): Bump cypress-io/github-action from 6.1.0 to 6.5.0 (viewer#
1970)
* Fix(deps): update dependency filerobot-image-editor to ^4.5.2 (master)
(viewer#1971)
* Chore(deps): Bump shivammathur/setup-php from 2.25.5 to 2.26.0 (viewer#
1974)
* Chore(deps-dev): Bump phpunit/phpunit from 9.6.11 to 9.6.13 (viewer#1977)
* Chore(deps): Bump actions/checkout from 3.6.0 to 4.1.0 (viewer#1978)
* Fix: standalone check (viewer#1980)
* Chore(deps): Bump relative-ci/agent-action from 2.1.7 to 2.1.9 (viewer#
1981)
* Ci: Add workflow to update node dist files on master (viewer#1982)
* Chore(deps): Bump @cypress/request, @nextcloud/cypress and cypress (viewer#
1983)
* Chore(deps): Bump relative-ci/agent-action from 2.1.9 to 2.1.10 (viewer#
1984)
* Chore(deps): update dependency @types/dockerode to ^3.3.20 (master) (viewer
#1987)
* Chore(deps): update dependency eslint-plugin-cypress to ^2.15.1 (master)
(viewer#1988)
* Fix(deps): update dependency @mdi/svg to ^7.3.67 (master) (viewer#1989)
* Chore(deps): update dependency dockerode to v4 (master) (viewer#1991)
* Fix(deps): update dependency @nextcloud/dialogs to v5 (master) (viewer#
1992)
* [master] Fix npm audit (viewer#2001)
* Fix(deps): update nextcloud (master) (viewer#2003)
* Chore: recompile assets (viewer#2006)
* Chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 (viewer#2007)
* Chore(deps): Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0
(viewer#2009)
* Fix(readme): Remove unnecessary instruction to enable the app (viewer#2010)
* Chore(deps): update dependency @types/dockerode to ^3.3.21 (master) (viewer
#2011)
* Chore(deps): update dependency cypress to ^13.3.2 (master) (viewer#2012)
* Fix(deps): update dependency @skjnldsv/vue-plyr to ^7.4.0 (master) (viewer#
2013)
* [master] Fix npm audit (viewer#2027)
* Chore(deps): Bump actions/setup-node from 3.6.0 to 4.0.0 (viewer#2028)
* Chore(deps): Bump tj-actions/changed-files from 39 to 40 (viewer#2031)
* Chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 (viewer#2032)
* Cancel queued cypress jobs when repushing (viewer#2034)
* Chore(deps): update dependency cypress to ^13.4.0 (master) (viewer#2035)
* Fix(deps): update dependency vue to ^2.7.15 (master) (viewer#2036)
* Feat: enable viewer for image/emf (viewer#2065)
* Chore: Bump @nextcloud/vue to v8.2.0 (viewer#2067)
* Chore(CI): Adjust testing matrix for Nextcloud 28 on stable28 (viewer#2070)
* Master] Fix npm audit (viewer#2073)
* Fix(video): video fullscreen on ios devices (viewer#2080)
* Revert broken automatic build and update js bundles (viewer#2084)
* Feat(viewer): allow async handler components (viewer#2086)
* Fix: Sorting filenames containing numbers (viewer#2089)
* Fix: Disable view file in trashbin (viewer#2094)
Hub 7 release below
Nextcloud Hub 7 is here!
Nextcloud Hub 7 is here, bringing a wave of innovative features to enhance your
collaboration and productivity. The biggest improvements introduced are:
* 🔍 Advanced search
* 📆 Global Out-of-Office
* 📞 Phone dial-out, recording consent
* 📷 Live photos, view metadata
* 📝 QR codes, share Notes
* 👥 Better Mail tags, see shared items in Contacts
* 🧩 Aleph Alpha, Meme generator & more!
Read our announcement blog for all the the details
Latest Nextcloud 27 release below.
January 25, 2024
# Version 27.1.6
Download:
nextcloud-27.1.6.tar.bz2 or nextcloud-27.1.6.zip
Check the file integrity with:
MD5: nextcloud-27.1.6.tar.bz2.md5 or nextcloud-27.1.6.zip.md5
SHA256: nextcloud-27.1.6.tar.bz2.sha256 or nextcloud-27.1.6.zip.sha256
SHA512: nextcloud-27.1.6.tar.bz2.sha512 or nextcloud-27.1.6.zip.sha512
PGP (Key): nextcloud-27.1.6.tar.bz2.asc or nextcloud-27.1.6.zip.asc
Changes:
* Update psalm-baseline.xml (server#41479)
* Fix(i18n): Changed grammar (server#41663)
* Fix(caldav): don’t reuse query builder objects (server#42153)
* Fix(Users/Quota setting): Prevent floating point value from getting
truncated in locales other than english (server#42172)
* Fix(dav): allow multiple organizers if possible (server#42375)
* Don’t write back .htaccess file on a RO filesystem (server#42385)
* Update crl after revoke rides.csr (server#42399)
* Fix: Ensure app menu entries and dashboard welcome message have enough
contrast (server#42404)
* Fix(files): Fix reference picker not working (server#42437)
* Fix(LDAP): ensure stored groups are formatted as simple list (server#42447)
* AppAPI: allow to bypass Two-Factor (server#42520)
* Only do a multipart s3 copy when above the regular copy limit (server#
42522)
* Restore shared lock ttl to previous value when releasing (server#42549)
* Fix(files): service worker (server#42608)
* Perf: Use more performant way to obtain and check the email as a login name
with token login (server#42652)
* Fix: Always apply fullscreen styling to sidebar (server#42655)
* Fix: handle exif metadata read errors gracefully (server#42774)
* Fix some silent share bugs (server#42778)
* Fix(share): use user timezone to parse share expiration date (server#42791)
* Dashboard): Lower error to info log message (server#42825)
* Fix: reduce memory consumption of scans (server#42828)
* Fix(appstore): Only send subscription keys to valid appstores (server#
42831)
* Fix(manifest): Check if app exists instead of accessing null as an array
(server#42865)
* Fix(session): Avoid useless authtoken DB queries for anonymous requests
(server#42870)
* Fix(systemreport): Mark more configs as sensitive (server#42873)
* Update crl after revoke integration_homeassistant.csr (server#42875)
* Fix(CalDAV): set acls for DeletedCalendarObjectsCollection (server#42907)
* Improve path resolution in files_version hooks (server#42926)
* Fix(auth): Fix logging in with email and app password (server#43011)
* Make OAuth2 authorization code expire (server#43020)
* Fix(security): Update code signing revocation list (server#43068)
* Update nextcloud/ocp dependency (activity#1495)
* Fix npm audit (activity#1508)
* Fix unit tests for PHP 8.2 (activity#1514)
* Create block-merge-freeze.yml and block-merge-eol.yml (bruteforcesettings#
532)
* Chore(deps-dev): Bump axios from 1.6.2 to 1.6.3 (files_pdfviewer#879)
* Chore(deps-dev): Bump axios from 1.6.3 to 1.6.5 (files_pdfviewer#886)
* Disable scripting in pdfviewer (files_pdfviewer#889)
* Chore(deps): Bump vue and vue-template-compiler (firstrunwizard#1033)
* Chore: Switch nextcloud/ocp to dev-stable27 branch (firstrunwizard#1046)
* Fix npm audit (firstrunwizard#1056)
* Chore: audit dependencies (logreader#1106)
* Update nextcloud/ocp dependency (nextcloud_announcements#281)
* Fix(mail): Fix mail handling when force_language is true or false
(notifications#1745)
* Update nextcloud/ocp dependency (notifications#1751)
* Fix(push): Allow apps to provide already parsed notifications
(notifications#1755)
* Chore(deps): Bump vue and vue-template-compiler (notifications#1766)
* Update nextcloud/ocp dependency (notifications#1773)
* Fix(deps): Allow composer plugin explicitly (notifications#1776)
* Chore: audit dependencies (notifications#1778)
* Allow to hide “People” nav entry for admin (photos#2233)
* Chore(deps): Bump vue from 2.7.15 to 2.7.16 (privacy#1007)
* Fix npm audit (privacy#1013)
* Revert “perf(dashboard): implement widget item api v2” (recommendations#
668)
* Fix npm audit (recommendations#688)
* Update nextcloud/ocp dependency (related_resources#304)
* Fix npm audit (related_resources#320)
* Ci: update psalm workflow name to align with main and 28 (serverinfo#547)
* Chore(deps): update dependency vite to ^4.5.1 (text#5118)
* Chore(deps): update vueuse to ^10.7.0 (text#5119)
* Update nextcloud/ocp dependency (text#5122)
* Fix(deps): update dependency y-websocket to ^1.5.1 (text#5139)
* Preserve websocket provider queue during reconnects (text#5151)
* Fix(deps): update vue monorepo to ^2.7.16 (text#5163)
* Chore: Update krankerl config (text#5170)
* Chore(deps): update cypress (text#5185)
* Chore(deps): update vueuse to ^10.7.1 (text#5186)
* Chore(deps): update dependency @nextcloud/cypress to ^1.0.0-beta.7 (text#
5204)
* Fix(deps): update dependency path-normalize to ^6.0.13 (text#5205)
* Update nextcloud/ocp dependency (text#5208)
* Fix: Only show translate if providers are available (text#5232)
* Fix(deps): update dependency @nextcloud/moment to ^1.3.1 (text#5249)
* Chore(deps): update vueuse to ^10.7.2 (text#5258)
* Approve and merge ocp updates (text#5262)
* Fix: Proper error message based on file permissions (text#5273)
# Version 27.1.5
Changes:
* Fix root mounts not being setup in some cases (server#41090)
* Fix: Delete ghost versions of non-existing files (server#41296)
* Fix(scheduling): don’t send iMIP emails to rooms / resources (server#
41315)
* Fix(backupcodes): Remove old notifications before creating a new remi…
(server#41451)
* Reuse sharing disabled state when listing folder content (server#41462)
* Serve .flac audio files (server#41557)
* Do not write htaccess file if disk space is too low (server#41608)
* Fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder
(server#41626)
* Fix: Avoid triggering a defered sidebar open if openFile is already
handling that (server#41636)
* Fix: Also cleanup orphaned shares user cannot be found anymore (server#
41643)
* Fix: lower threshold for system address book sync (server#41671)
* Fix(dav): Avoid date diffing if PHP is buggy (server#41730)
* Nextcloud 27 : Replace “Update” with “Edit” in share dialog (server#
41734)
* Fix(files_sharing): fix sharing tab translations (server#41736)
* Fix(files_versions): Check for user and owner before call getUserFolder
(server#41786)
* Fix(ui): Do not close all menus on right click (server#41812)
* Feat(LDAP): implement IIsAdmin interface (server#41813)
* Improve share logic for enforced password & expiry date (server#41936)
* Fix: Show error message when CSRF check fails at login (server#41970)
* Fix/text processing types covariant stable27 (server#41997)
* Fix(TemplateManager): Bail early if templatedirectory is empty (server#
42002)
* Fix(security): Update expiration date in security.txt (server#42004)
* Fix: Update `@nextcloud/dialogs` to 4.2.2 to fix translations of FilePicker
(server#42034)
* Fix AppSettingsController.php overwriting currentLanguage (server#42063)
* Fix: Properly fetch version from shared files by accessing the owner
storage version (server#42075)
* Fix(updatecheck): Don’t wait 120s for a response of updater.nextcloud…
(server#42078)
* Fix(systemreport): Mask onlyoffice secret as sensitive (server#42081)
* Fix(bruteforce-protection): Don’t throw a 500 when MaxDelayReached is…
(server#42083)
* Fix(security): Handle idn_to_utf8 returning false (server#42085)
* Fix(dist): assets were not compiled (server#42091)
* Fix(security): Update CA certificate bundle (server#42188)
* Update nextcloud/ocp dependency (activity#1427)
* Update nextcloud/ocp dependency (activity#1459)
* Update workflows (bruteforcesettings#517)
* Chore(deps-dev): Bump axios from 1.6.1 to 1.6.2 (files_pdfviewer#862)
* Chore(deps): Bump vue and vue-template-compiler (firstrunwizard#979)
* Update nextcloud/ocp dependency (nextcloud_announcements#256)
* Create update-nextcloud-ocp-approve-merge.yml (nextcloud_announcements#264)
* Update nextcloud/ocp dependency (nextcloud_announcements#272)
* Update nextcloud/ocp dependency (notifications#1723)
* Create update-nextcloud-ocp-approve-merge.yml (notifications#1732)
* Don’t check display name on null (photos#2168)
* Chore(deps): Bump vue from 2.7.14 to 2.7.15 (privacy#978)
* Fix npm audit (privacy#990)
* Update nextcloud/ocp dependency (serverinfo#527)
* Chore(deps): update vueuse to ^10.6.1 (text#5011)
* Chore(deps): update vite (text#5012)
* Update nextcloud/ocp dependency (text#5016)
* Fix(deps): update yjs (text#5037)
* Fix(ImageView): Fix detection of editable editor (text#5055)
* Fix(css): Fix print view in viewer and single-file share (text#5066)
* Fix(deps): update tiptap to ^2.1.13 (text#5074)
* Introduce middleware for session handling (text#5085)
* Make use of session middleware in remaining controllers (text#5086)
* Refactor attachment loading (text#5087)
* Fix: Use proper value for checking if editable (text#5089)
* Hide share and close buttons on direct editing for desktop (text#5099)
* Chore(deps): update dependency cypress to ^13.6.1 (text#5117)
* Fix(video): video fullscreen on ios devices (viewer#2081)
* Fix: Sorting filenames containing numbers (viewer#2090)
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/php-nextcloud/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/php-nextcloud/PLIST
cvs rdiff -u -r1.60 -r1.61 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.73 pkgsrc/www/php-nextcloud/Makefile:1.74
--- pkgsrc/www/php-nextcloud/Makefile:1.73 Sun Dec 10 09:22:19 2023
+++ pkgsrc/www/php-nextcloud/Makefile Sun Feb 11 15:44:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2023/12/10 09:22:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.74 2024/02/11 15:44:27 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-27.1.4
+DISTNAME= nextcloud-28.0.2
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.57 pkgsrc/www/php-nextcloud/PLIST:1.58
--- pkgsrc/www/php-nextcloud/PLIST:1.57 Sun Dec 10 09:22:19 2023
+++ pkgsrc/www/php-nextcloud/PLIST Sun Feb 11 15:44:27 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2023/12/10 09:22:19 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.58 2024/02/11 15:44:27 ryoon Exp $
share/nextcloud/.htaccess
share/nextcloud/.user.ini
share/nextcloud/3rdparty/.github/dependabot.yml
@@ -2212,14 +2212,6 @@ share/nextcloud/3rdparty/brick/math/src/
share/nextcloud/3rdparty/brick/math/src/Internal/Calculator/GmpCalculator.php
share/nextcloud/3rdparty/brick/math/src/Internal/Calculator/NativeCalculator.php
share/nextcloud/3rdparty/brick/math/src/RoundingMode.php
-share/nextcloud/3rdparty/christophwurst/id3parser/LICENSE
-share/nextcloud/3rdparty/christophwurst/id3parser/src/ID3Parser.php
-share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/Tags/getid3_id3v1.php
-share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/Tags/getid3_id3v2.php
-share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3.php
-share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_exception.php
-share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_handler.php
-share/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/getid3_lib.php
share/nextcloud/3rdparty/composer.json
share/nextcloud/3rdparty/composer.lock
share/nextcloud/3rdparty/composer.patches.json
@@ -2267,6 +2259,7 @@ share/nextcloud/3rdparty/doctrine/cache/
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
share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameters/Exception/MissingNamedParameter.php
share/nextcloud/3rdparty/doctrine/dbal/src/ArrayParameters/Exception/MissingPositionalParameter.php
@@ -2296,6 +2289,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLServerDriver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLiteDriver.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/AbstractSQLiteDriver/Middleware/EnableForeignKeys.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Exception.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Exception/UnknownParameterType.php
@@ -2342,12 +2336,15 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/SequenceDoesNotExist.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Exception/UnknownParameterIndex.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/ExecutionMode.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Middleware/InitializeSession.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/OCI8/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Connection.php
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/PDOException.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/PgSQL/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLSrv/Connection.php
@@ -2355,18 +2352,32 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLSrv/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/SQLite/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Connection.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/ConvertParameters.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Driver.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Exception.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Exception/UnexpectedValue.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Exception/UnknownParameter.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Result.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/PgSQL/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Connection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Driver.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Exception/Error.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Result.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/Statement.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLite3/Connection.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLite3/Driver.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLite3/Exception.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLite3/Result.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLite3/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
share/nextcloud/3rdparty/doctrine/dbal/src/Driver/Statement.php
share/nextcloud/3rdparty/doctrine/dbal/src/DriverManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/ConnectionEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/Listeners/OracleSessionInit.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/Listeners/SQLSessionInit.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Event/Listeners/SQLiteSessionInit.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableAddColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableChangeColumnEventArgs.php
share/nextcloud/3rdparty/doctrine/dbal/src/Event/SchemaAlterTableEventArgs.php
@@ -2390,6 +2401,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DatabaseDoesNotExist.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DatabaseObjectExistsException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DatabaseObjectNotFoundException.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DatabaseRequired.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DeadlockException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/DriverException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/ForeignKeyConstraintViolationException.php
@@ -2397,6 +2409,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/InvalidFieldNameException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/InvalidLockMode.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/LockWaitTimeoutException.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Exception/MalformedDsnException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/NoKeyValue.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/NonUniqueFieldNameException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Exception/NotNullConstraintViolationException.php
@@ -2423,6 +2436,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/ParameterType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/AbstractPlatform.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/DB2111Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/DB2Platform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/DateIntervalUnit.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/DB2Keywords.php
@@ -2442,6 +2456,8 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/Keywords/SQLiteKeywords.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDBPlatform.php
share/nextcloud/3rdparty/doctrine/dbal/src/Platforms/MariaDb1027Platform.php
+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/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
@@ -2472,6 +2488,8 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php
share/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryException.php
share/nextcloud/3rdparty/doctrine/dbal/src/Result.php
+share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Builder/CreateSchemaObjectsSQLBuilder.php
+share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Builder/DropSchemaObjectsSQLBuilder.php
share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser.php
share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser/Exception.php
share/nextcloud/3rdparty/doctrine/dbal/src/SQL/Parser/Exception/RegularExpressionError.php
@@ -2483,11 +2501,26 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Comparator.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Constraint.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/DB2SchemaManager.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/DefaultSchemaManagerFactory.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/ColumnAlreadyExists.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/ColumnDoesNotExist.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/ForeignKeyDoesNotExist.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/IndexAlreadyExists.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/IndexDoesNotExist.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/IndexNameInvalid.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/InvalidTableName.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/NamedForeignKeyRequired.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/NamespaceAlreadyExists.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/SequenceAlreadyExists.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/SequenceDoesNotExist.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/TableAlreadyExists.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/TableDoesNotExist.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/UniqueConstraintDoesNotExist.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Exception/UnknownColumnOption.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/ForeignKeyConstraint.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Identifier.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Index.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/MySQLSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/OracleSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/PostgreSQLSchemaManager.php
@@ -2496,6 +2529,7 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaConfig.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaDiff.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaException.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SchemaManagerFactory.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Sequence.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/SqliteSchemaManager.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Table.php
@@ -2508,15 +2542,16 @@ share/nextcloud/3rdparty/doctrine/dbal/s
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/Graphviz.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/NamespaceVisitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/RemoveNamespacedAssets.php
-share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/SchemaDiffVisitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Schema/Visitor/Visitor.php
share/nextcloud/3rdparty/doctrine/dbal/src/Statement.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/Command/ReservedWordsCommand.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConnectionNotFound.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConnectionProvider.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConnectionProvider/SingleConnectionProvider.php
share/nextcloud/3rdparty/doctrine/dbal/src/Tools/Console/ConsoleRunner.php
+share/nextcloud/3rdparty/doctrine/dbal/src/Tools/DsnParser.php
share/nextcloud/3rdparty/doctrine/dbal/src/TransactionIsolationLevel.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/ArrayType.php
share/nextcloud/3rdparty/doctrine/dbal/src/Types/AsciiStringType.php
@@ -2728,1507 +2763,282 @@ share/nextcloud/3rdparty/fusonic/opengra
share/nextcloud/3rdparty/fusonic/opengraph/src/Objects/Website.php
share/nextcloud/3rdparty/fusonic/opengraph/src/Property.php
share/nextcloud/3rdparty/fusonic/opengraph/src/Publisher.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/LICENSE
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/AlternateFormatsCountryCodeSet.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/AsYouTypeFormatter.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/CountryCodeSource.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/CountryCodeToRegionCodeMap.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/CountryCodeToRegionCodeMapForTesting.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/DefaultMetadataLoader.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/AbstractLeniency.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/ExactGrouping.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/Possible.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/StrictGrouping.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Leniency/Valid.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MatchType.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/Matcher.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MatcherAPIInterface.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MetadataLoaderInterface.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MetadataSourceInterface.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/MultiFileMetadataSourceImpl.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/NumberFormat.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/NumberParseException.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneMetadata.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumber.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberDesc.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberFormat.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberMatch.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberMatcher.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberToCarrierMapper.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberToTimeZonesMapper.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberType.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/RegexBasedMatcher.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/RegionCode.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ShortNumberCost.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ShortNumberInfo.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ShortNumbersRegionCodeSet.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/ValidationResult.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/Map.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ar/965.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/be/375.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/1.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/20.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/211.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/212.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/213.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/216.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/218.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/220.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/221.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/222.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/223.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/224.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/225.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/226.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/227.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/228.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/229.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/230.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/231.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/232.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/233.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/234.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/235.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/236.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/237.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/238.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/239.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/240.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/241.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/242.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/243.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/244.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/245.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/246.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/247.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/248.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/249.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/250.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/251.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/252.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/253.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/254.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/255.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/256.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/257.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/258.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/260.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/261.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/262.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/263.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/264.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/265.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/266.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/267.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/268.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/269.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/27.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/290.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/291.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/297.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/298.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/299.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/30.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/31.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/32.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/33.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/34.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/350.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/351.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/352.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/353.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/354.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/355.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/356.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/357.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/358.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/359.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/36.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/370.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/371.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/372.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/373.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/374.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/375.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/376.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/377.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/378.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/380.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/381.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/382.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/383.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/385.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/386.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/387.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/389.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/39.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/40.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/41.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/420.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/421.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/423.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/43.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/44.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/45.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/46.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/47.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/48.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/49.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/500.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/501.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/502.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/503.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/504.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/505.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/506.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/507.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/508.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/509.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/51.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/53.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/55.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/56.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/57.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/58.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/590.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/591.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/592.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/593.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/594.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/595.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/596.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/597.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/598.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/599.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/60.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/61.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/62.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/63.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/64.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/65.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/66.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/670.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/672.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/673.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/674.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/675.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/676.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/677.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/678.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/679.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/680.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/681.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/682.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/683.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/685.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/686.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/687.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/688.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/689.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/690.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/691.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/692.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/7.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/81.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/82.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/84.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/850.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/852.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/853.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/855.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/856.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/86.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/880.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/881.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/882.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/886.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/90.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/91.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/92.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/93.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/94.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/95.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/960.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/961.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/962.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/963.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/964.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/965.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/966.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/967.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/968.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/970.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/971.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/972.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/973.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/974.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/975.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/976.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/977.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/98.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/992.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/993.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/994.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/995.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/996.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/en/998.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/fa/93.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/fa/98.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ko/82.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ru/374.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ru/375.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/ru/7.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/uk/380.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh/852.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh/86.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh_Hant/852.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/carrier/data/zh_Hant/86.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_255.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_27.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_30.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_31.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_34.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_350.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_351.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_352.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_358.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_359.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_36.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_372.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_373.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_380.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_381.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_385.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_39.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_43.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_44.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_49.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_505.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_506.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_52.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_54.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_55.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_58.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_595.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_61.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_62.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_64.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_66.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_675.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_676.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_679.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_7.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_81.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_84.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_855.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_856.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_90.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_91.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_94.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_95.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_971.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_972.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberAlternateFormats_995.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_800.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_808.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_870.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_878.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_881.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_882.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_883.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_888.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_979.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_AZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_BZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_CZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_DZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_EH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ER.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ES.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ET.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_FR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_GY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_HU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ID.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_IT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_JP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_KZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_LY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ME.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ML.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_MZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_NZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_OM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_PY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_QA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_RW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ST.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_SZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_TZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_US.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_UZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_VU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_WF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_WS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_XK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_YE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_YT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ZA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ZM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/PhoneNumberMetadata_ZW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_AZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_BZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_CZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_DZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_EH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ER.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ES.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ET.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_FR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_GY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_HU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ID.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_IT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_JP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_KZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_LY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ME.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ML.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MQ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_MZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NP.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_NZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_OM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_PY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_QA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_RW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SB.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ST.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SX.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_SZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TD.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TH.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TJ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TL.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TO.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TR.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TV.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_TZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_US.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UY.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_UZ.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VC.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VG.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VI.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VN.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_VU.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_WF.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_WS.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_XK.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_YE.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_YT.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ZA.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ZM.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/data/ShortNumberMetadata_ZW.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/PhoneNumberOfflineGeocoder.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/Map.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ar/966.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/be/375.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/bg/359.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/bs/387.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/32.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/352.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/41.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/43.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/de/49.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/el/30.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/12.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/13.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/14.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/15.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/16.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/17.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/18.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/19.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/20.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/212.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/213.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/216.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/218.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/220.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/221.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/222.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/223.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/224.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/225.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/226.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/227.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/228.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/229.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/230.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/232.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/233.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/234.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/236.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/237.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/238.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/239.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/240.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/241.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/242.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/243.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/244.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/245.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/247.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/249.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/251.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/252.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/254.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/255.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/256.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/257.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/258.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/260.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/261.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/263.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/264.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/266.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/267.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/268.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/269.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/27.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/290.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/299.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/30.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/31.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/32.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/33.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/34.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/351.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/352.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/353.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/354.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/355.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/358.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/359.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/36.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/370.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/371.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/372.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/373.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/374.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/375.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/380.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/381.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/382.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/383.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/385.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/386.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/387.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/389.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/39.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/40.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/41.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/420.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/421.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/43.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/44.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/46.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/47.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/48.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/49.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/501.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/504.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/51.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/52.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/53.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/54.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/55.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/56.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/57.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/58.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/592.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/593.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/595.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/598.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/599.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/60.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/61.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/62.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/63.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/64.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/66.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/670.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/672.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/673.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/675.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/676.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/678.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/679.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/680.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/682.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/685.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/686.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/688.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/689.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/690.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/7.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/81.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/82.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/84.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/850.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/8610.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86130.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86131.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86132.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86133.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86134.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86135.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86136.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86137.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86138.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86139.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86145.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86147.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86150.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86151.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86152.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86153.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86155.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86156.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86157.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86158.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86159.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86170.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86176.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86177.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86178.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86180.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86181.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86182.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86183.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86184.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86185.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86186.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86187.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86188.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/86189.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/880.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/886.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/90.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/91.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/92.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/93.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/94.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/95.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/960.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/961.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/962.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/963.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/966.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/967.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/968.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/970.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/971.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/972.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/975.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/976.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/98.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/992.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/993.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/994.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/995.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/en/996.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/228.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/230.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/34.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/52.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/54.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/56.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/es/58.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fa/93.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fa/98.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fi/358.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/212.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/222.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/225.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/228.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/229.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/230.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/243.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/290.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/32.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/33.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/352.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/fr/41.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/hr/387.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/hu/36.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/hy/374.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/id/62.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/it/39.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/it/41.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/iw/972.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ja/81.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ko/82.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/nl/31.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/nl/32.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pl/48.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/238.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/239.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/244.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/245.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/258.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/351.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/pt/55.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ro/373.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ro/40.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/373.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/374.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/375.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/ru/7.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sq/383.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sr/381.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sr/383.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sr/387.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/sv/358.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/th/66.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/tr/90.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/uk/380.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/vi/84.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/8610.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86130.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86131.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86132.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86133.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86134.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86135.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86136.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86137.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86138.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86139.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86145.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86147.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86150.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86151.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86152.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86153.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86155.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86156.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86157.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86158.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86159.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86170.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86176.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86177.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86178.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86180.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86181.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86182.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86183.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86184.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86185.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86186.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86187.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86188.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/86189.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh/886.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/geocoding/data/zh_Hant/886.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/MappingFileProvider.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/PhonePrefixMap.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/PrefixFileReader.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/prefixmapper/PrefixTimeZonesMap.php
-share/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/timezone/data/map_data.php
-share/nextcloud/3rdparty/giggsey/locale/LICENSE
-share/nextcloud/3rdparty/giggsey/locale/data/_list.php
-share/nextcloud/3rdparty/giggsey/locale/data/_version.php
-share/nextcloud/3rdparty/giggsey/locale/data/af.php
-share/nextcloud/3rdparty/giggsey/locale/data/agq.php
-share/nextcloud/3rdparty/giggsey/locale/data/ak.php
-share/nextcloud/3rdparty/giggsey/locale/data/am.php
-share/nextcloud/3rdparty/giggsey/locale/data/ar-ly.php
-share/nextcloud/3rdparty/giggsey/locale/data/ar-sa.php
-share/nextcloud/3rdparty/giggsey/locale/data/ar.php
-share/nextcloud/3rdparty/giggsey/locale/data/as.php
-share/nextcloud/3rdparty/giggsey/locale/data/asa.php
-share/nextcloud/3rdparty/giggsey/locale/data/ast.php
-share/nextcloud/3rdparty/giggsey/locale/data/az-cyrl.php
-share/nextcloud/3rdparty/giggsey/locale/data/az.php
-share/nextcloud/3rdparty/giggsey/locale/data/bas.php
-share/nextcloud/3rdparty/giggsey/locale/data/be.php
-share/nextcloud/3rdparty/giggsey/locale/data/bem.php
-share/nextcloud/3rdparty/giggsey/locale/data/bez.php
-share/nextcloud/3rdparty/giggsey/locale/data/bg.php
-share/nextcloud/3rdparty/giggsey/locale/data/bgc.php
-share/nextcloud/3rdparty/giggsey/locale/data/bho.php
-share/nextcloud/3rdparty/giggsey/locale/data/bm.php
-share/nextcloud/3rdparty/giggsey/locale/data/bn-in.php
-share/nextcloud/3rdparty/giggsey/locale/data/bn.php
-share/nextcloud/3rdparty/giggsey/locale/data/bo.php
-share/nextcloud/3rdparty/giggsey/locale/data/br.php
-share/nextcloud/3rdparty/giggsey/locale/data/brx.php
-share/nextcloud/3rdparty/giggsey/locale/data/bs-cyrl.php
-share/nextcloud/3rdparty/giggsey/locale/data/bs.php
-share/nextcloud/3rdparty/giggsey/locale/data/ca-es-valencia.php
-share/nextcloud/3rdparty/giggsey/locale/data/ca.php
-share/nextcloud/3rdparty/giggsey/locale/data/ccp.php
-share/nextcloud/3rdparty/giggsey/locale/data/ce.php
-share/nextcloud/3rdparty/giggsey/locale/data/ceb.php
-share/nextcloud/3rdparty/giggsey/locale/data/cgg.php
-share/nextcloud/3rdparty/giggsey/locale/data/chr.php
-share/nextcloud/3rdparty/giggsey/locale/data/ckb.php
-share/nextcloud/3rdparty/giggsey/locale/data/cs.php
-share/nextcloud/3rdparty/giggsey/locale/data/cv.php
-share/nextcloud/3rdparty/giggsey/locale/data/cy.php
-share/nextcloud/3rdparty/giggsey/locale/data/da.php
-share/nextcloud/3rdparty/giggsey/locale/data/dav.php
-share/nextcloud/3rdparty/giggsey/locale/data/de-at.php
-share/nextcloud/3rdparty/giggsey/locale/data/de-ch.php
-share/nextcloud/3rdparty/giggsey/locale/data/de.php
-share/nextcloud/3rdparty/giggsey/locale/data/dje.php
-share/nextcloud/3rdparty/giggsey/locale/data/doi.php
-share/nextcloud/3rdparty/giggsey/locale/data/dsb.php
-share/nextcloud/3rdparty/giggsey/locale/data/dua.php
-share/nextcloud/3rdparty/giggsey/locale/data/dyo.php
-share/nextcloud/3rdparty/giggsey/locale/data/dz.php
-share/nextcloud/3rdparty/giggsey/locale/data/ebu.php
-share/nextcloud/3rdparty/giggsey/locale/data/ee.php
-share/nextcloud/3rdparty/giggsey/locale/data/el.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ag.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ai.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-at.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-au.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-bb.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-be.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-bm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-bs.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-bw.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-bz.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ca.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-cc.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ch.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ck.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-cm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-cx.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-cy.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-de.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-dg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-dk.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-dm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-er.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-fi.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-fj.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-fk.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-fm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gb.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gd.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gh.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gi.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-gy.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-hk.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ie.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-il.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-im.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-in.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-io.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-je.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-jm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ke.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ki.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-kn.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ky.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-lc.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-lr.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ls.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-mg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-mo.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ms.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-mt.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-mu.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-mv.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-mw.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-my.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-na.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-nf.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ng.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-nl.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-nr.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-nu.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-nz.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-pg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-pk.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-pn.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-pw.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-rw.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sb.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sc.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sd.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-se.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sh.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-si.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sl.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ss.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sx.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-sz.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-tc.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-tk.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-to.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-tt.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-tv.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-tz.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ug.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-vc.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-vg.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-vu.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-ws.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-za.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-zm.php
-share/nextcloud/3rdparty/giggsey/locale/data/en-zw.php
-share/nextcloud/3rdparty/giggsey/locale/data/en.php
-share/nextcloud/3rdparty/giggsey/locale/data/eo.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-ar.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-bo.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-br.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-bz.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-cl.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-co.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-cr.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-cu.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-do.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-ec.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-gt.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-hn.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-mx.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-ni.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-pa.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-pe.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-pr.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-py.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-sv.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-us.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-uy.php
-share/nextcloud/3rdparty/giggsey/locale/data/es-ve.php
-share/nextcloud/3rdparty/giggsey/locale/data/es.php
-share/nextcloud/3rdparty/giggsey/locale/data/et.php
-share/nextcloud/3rdparty/giggsey/locale/data/eu.php
-share/nextcloud/3rdparty/giggsey/locale/data/ewo.php
-share/nextcloud/3rdparty/giggsey/locale/data/fa-af.php
-share/nextcloud/3rdparty/giggsey/locale/data/fa.php
-share/nextcloud/3rdparty/giggsey/locale/data/ff-adlm.php
-share/nextcloud/3rdparty/giggsey/locale/data/ff.php
-share/nextcloud/3rdparty/giggsey/locale/data/fi.php
-share/nextcloud/3rdparty/giggsey/locale/data/fil.php
-share/nextcloud/3rdparty/giggsey/locale/data/fo.php
-share/nextcloud/3rdparty/giggsey/locale/data/fr-be.php
-share/nextcloud/3rdparty/giggsey/locale/data/fr-ca.php
-share/nextcloud/3rdparty/giggsey/locale/data/fr.php
-share/nextcloud/3rdparty/giggsey/locale/data/fur.php
-share/nextcloud/3rdparty/giggsey/locale/data/fy.php
-share/nextcloud/3rdparty/giggsey/locale/data/ga.php
-share/nextcloud/3rdparty/giggsey/locale/data/gd.php
-share/nextcloud/3rdparty/giggsey/locale/data/gl.php
-share/nextcloud/3rdparty/giggsey/locale/data/gsw.php
-share/nextcloud/3rdparty/giggsey/locale/data/gu.php
-share/nextcloud/3rdparty/giggsey/locale/data/guz.php
-share/nextcloud/3rdparty/giggsey/locale/data/gv.php
-share/nextcloud/3rdparty/giggsey/locale/data/ha.php
-share/nextcloud/3rdparty/giggsey/locale/data/haw.php
-share/nextcloud/3rdparty/giggsey/locale/data/he.php
-share/nextcloud/3rdparty/giggsey/locale/data/hi-latn.php
-share/nextcloud/3rdparty/giggsey/locale/data/hi.php
-share/nextcloud/3rdparty/giggsey/locale/data/hr.php
-share/nextcloud/3rdparty/giggsey/locale/data/hsb.php
-share/nextcloud/3rdparty/giggsey/locale/data/hu.php
-share/nextcloud/3rdparty/giggsey/locale/data/hy.php
-share/nextcloud/3rdparty/giggsey/locale/data/ia.php
-share/nextcloud/3rdparty/giggsey/locale/data/id.php
-share/nextcloud/3rdparty/giggsey/locale/data/ig.php
-share/nextcloud/3rdparty/giggsey/locale/data/ii.php
-share/nextcloud/3rdparty/giggsey/locale/data/is.php
-share/nextcloud/3rdparty/giggsey/locale/data/it.php
-share/nextcloud/3rdparty/giggsey/locale/data/ja.php
-share/nextcloud/3rdparty/giggsey/locale/data/jgo.php
-share/nextcloud/3rdparty/giggsey/locale/data/jmc.php
-share/nextcloud/3rdparty/giggsey/locale/data/jv.php
-share/nextcloud/3rdparty/giggsey/locale/data/ka.php
-share/nextcloud/3rdparty/giggsey/locale/data/kab.php
-share/nextcloud/3rdparty/giggsey/locale/data/kam.php
-share/nextcloud/3rdparty/giggsey/locale/data/kde.php
-share/nextcloud/3rdparty/giggsey/locale/data/kea.php
-share/nextcloud/3rdparty/giggsey/locale/data/kgp.php
-share/nextcloud/3rdparty/giggsey/locale/data/khq.php
-share/nextcloud/3rdparty/giggsey/locale/data/ki.php
-share/nextcloud/3rdparty/giggsey/locale/data/kk.php
-share/nextcloud/3rdparty/giggsey/locale/data/kkj.php
-share/nextcloud/3rdparty/giggsey/locale/data/kl.php
-share/nextcloud/3rdparty/giggsey/locale/data/kln.php
-share/nextcloud/3rdparty/giggsey/locale/data/km.php
-share/nextcloud/3rdparty/giggsey/locale/data/kn.php
-share/nextcloud/3rdparty/giggsey/locale/data/ko-kp.php
-share/nextcloud/3rdparty/giggsey/locale/data/ko.php
-share/nextcloud/3rdparty/giggsey/locale/data/kok.php
-share/nextcloud/3rdparty/giggsey/locale/data/ks-deva.php
-share/nextcloud/3rdparty/giggsey/locale/data/ks.php
-share/nextcloud/3rdparty/giggsey/locale/data/ksb.php
-share/nextcloud/3rdparty/giggsey/locale/data/ksf.php
-share/nextcloud/3rdparty/giggsey/locale/data/ksh.php
-share/nextcloud/3rdparty/giggsey/locale/data/ku.php
-share/nextcloud/3rdparty/giggsey/locale/data/kw.php
-share/nextcloud/3rdparty/giggsey/locale/data/ky.php
-share/nextcloud/3rdparty/giggsey/locale/data/lag.php
-share/nextcloud/3rdparty/giggsey/locale/data/lb.php
-share/nextcloud/3rdparty/giggsey/locale/data/lg.php
-share/nextcloud/3rdparty/giggsey/locale/data/lkt.php
-share/nextcloud/3rdparty/giggsey/locale/data/ln.php
-share/nextcloud/3rdparty/giggsey/locale/data/lo.php
-share/nextcloud/3rdparty/giggsey/locale/data/lrc.php
-share/nextcloud/3rdparty/giggsey/locale/data/lt.php
-share/nextcloud/3rdparty/giggsey/locale/data/lu.php
-share/nextcloud/3rdparty/giggsey/locale/data/luo.php
-share/nextcloud/3rdparty/giggsey/locale/data/luy.php
-share/nextcloud/3rdparty/giggsey/locale/data/lv.php
-share/nextcloud/3rdparty/giggsey/locale/data/mai.php
-share/nextcloud/3rdparty/giggsey/locale/data/mas.php
-share/nextcloud/3rdparty/giggsey/locale/data/mer.php
-share/nextcloud/3rdparty/giggsey/locale/data/mfe.php
-share/nextcloud/3rdparty/giggsey/locale/data/mg.php
-share/nextcloud/3rdparty/giggsey/locale/data/mgh.php
-share/nextcloud/3rdparty/giggsey/locale/data/mgo.php
-share/nextcloud/3rdparty/giggsey/locale/data/mi.php
-share/nextcloud/3rdparty/giggsey/locale/data/mk.php
-share/nextcloud/3rdparty/giggsey/locale/data/ml.php
-share/nextcloud/3rdparty/giggsey/locale/data/mn.php
-share/nextcloud/3rdparty/giggsey/locale/data/mni.php
-share/nextcloud/3rdparty/giggsey/locale/data/mr.php
-share/nextcloud/3rdparty/giggsey/locale/data/ms.php
-share/nextcloud/3rdparty/giggsey/locale/data/mt.php
-share/nextcloud/3rdparty/giggsey/locale/data/mua.php
-share/nextcloud/3rdparty/giggsey/locale/data/my.php
-share/nextcloud/3rdparty/giggsey/locale/data/mzn.php
-share/nextcloud/3rdparty/giggsey/locale/data/naq.php
-share/nextcloud/3rdparty/giggsey/locale/data/nb.php
-share/nextcloud/3rdparty/giggsey/locale/data/nd.php
-share/nextcloud/3rdparty/giggsey/locale/data/ne.php
-share/nextcloud/3rdparty/giggsey/locale/data/nl.php
-share/nextcloud/3rdparty/giggsey/locale/data/nmg.php
-share/nextcloud/3rdparty/giggsey/locale/data/nn.php
-share/nextcloud/3rdparty/giggsey/locale/data/nnh.php
-share/nextcloud/3rdparty/giggsey/locale/data/no.php
-share/nextcloud/3rdparty/giggsey/locale/data/nus.php
-share/nextcloud/3rdparty/giggsey/locale/data/nyn.php
-share/nextcloud/3rdparty/giggsey/locale/data/oc.php
-share/nextcloud/3rdparty/giggsey/locale/data/om.php
-share/nextcloud/3rdparty/giggsey/locale/data/or.php
-share/nextcloud/3rdparty/giggsey/locale/data/os.php
-share/nextcloud/3rdparty/giggsey/locale/data/pa-arab.php
-share/nextcloud/3rdparty/giggsey/locale/data/pa.php
-share/nextcloud/3rdparty/giggsey/locale/data/pcm.php
-share/nextcloud/3rdparty/giggsey/locale/data/pis.php
-share/nextcloud/3rdparty/giggsey/locale/data/pl.php
-share/nextcloud/3rdparty/giggsey/locale/data/ps-pk.php
-share/nextcloud/3rdparty/giggsey/locale/data/ps.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-ao.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-ch.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-cv.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-gq.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-gw.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-lu.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-mo.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-mz.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-pt.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-st.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt-tl.php
-share/nextcloud/3rdparty/giggsey/locale/data/pt.php
-share/nextcloud/3rdparty/giggsey/locale/data/qu.php
-share/nextcloud/3rdparty/giggsey/locale/data/raj.php
-share/nextcloud/3rdparty/giggsey/locale/data/rm.php
-share/nextcloud/3rdparty/giggsey/locale/data/rn.php
-share/nextcloud/3rdparty/giggsey/locale/data/ro-md.php
-share/nextcloud/3rdparty/giggsey/locale/data/ro.php
-share/nextcloud/3rdparty/giggsey/locale/data/rof.php
-share/nextcloud/3rdparty/giggsey/locale/data/ru-ua.php
-share/nextcloud/3rdparty/giggsey/locale/data/ru.php
-share/nextcloud/3rdparty/giggsey/locale/data/rw.php
-share/nextcloud/3rdparty/giggsey/locale/data/rwk.php
-share/nextcloud/3rdparty/giggsey/locale/data/sa.php
-share/nextcloud/3rdparty/giggsey/locale/data/sah.php
-share/nextcloud/3rdparty/giggsey/locale/data/saq.php
-share/nextcloud/3rdparty/giggsey/locale/data/sat.php
-share/nextcloud/3rdparty/giggsey/locale/data/sbp.php
-share/nextcloud/3rdparty/giggsey/locale/data/sc.php
-share/nextcloud/3rdparty/giggsey/locale/data/sd-deva.php
-share/nextcloud/3rdparty/giggsey/locale/data/sd.php
-share/nextcloud/3rdparty/giggsey/locale/data/se-fi.php
-share/nextcloud/3rdparty/giggsey/locale/data/se.php
-share/nextcloud/3rdparty/giggsey/locale/data/seh.php
-share/nextcloud/3rdparty/giggsey/locale/data/ses.php
-share/nextcloud/3rdparty/giggsey/locale/data/sg.php
-share/nextcloud/3rdparty/giggsey/locale/data/shi-latn.php
-share/nextcloud/3rdparty/giggsey/locale/data/shi.php
-share/nextcloud/3rdparty/giggsey/locale/data/si.php
-share/nextcloud/3rdparty/giggsey/locale/data/sk.php
-share/nextcloud/3rdparty/giggsey/locale/data/sl.php
-share/nextcloud/3rdparty/giggsey/locale/data/smn.php
-share/nextcloud/3rdparty/giggsey/locale/data/sn.php
-share/nextcloud/3rdparty/giggsey/locale/data/so.php
-share/nextcloud/3rdparty/giggsey/locale/data/sq.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-cyrl-ba.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-cyrl-me.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-cyrl-xk.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-ba.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-me.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-latn-xk.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr-latn.php
-share/nextcloud/3rdparty/giggsey/locale/data/sr.php
-share/nextcloud/3rdparty/giggsey/locale/data/su.php
-share/nextcloud/3rdparty/giggsey/locale/data/sv.php
-share/nextcloud/3rdparty/giggsey/locale/data/sw-cd.php
-share/nextcloud/3rdparty/giggsey/locale/data/sw-ke.php
-share/nextcloud/3rdparty/giggsey/locale/data/sw.php
-share/nextcloud/3rdparty/giggsey/locale/data/ta.php
-share/nextcloud/3rdparty/giggsey/locale/data/te.php
-share/nextcloud/3rdparty/giggsey/locale/data/teo.php
-share/nextcloud/3rdparty/giggsey/locale/data/tg.php
-share/nextcloud/3rdparty/giggsey/locale/data/th.php
-share/nextcloud/3rdparty/giggsey/locale/data/ti.php
-share/nextcloud/3rdparty/giggsey/locale/data/tk.php
-share/nextcloud/3rdparty/giggsey/locale/data/to.php
-share/nextcloud/3rdparty/giggsey/locale/data/tok.php
-share/nextcloud/3rdparty/giggsey/locale/data/tr.php
-share/nextcloud/3rdparty/giggsey/locale/data/tt.php
-share/nextcloud/3rdparty/giggsey/locale/data/twq.php
-share/nextcloud/3rdparty/giggsey/locale/data/tzm.php
-share/nextcloud/3rdparty/giggsey/locale/data/ug.php
-share/nextcloud/3rdparty/giggsey/locale/data/uk.php
-share/nextcloud/3rdparty/giggsey/locale/data/ur-in.php
-share/nextcloud/3rdparty/giggsey/locale/data/ur.php
-share/nextcloud/3rdparty/giggsey/locale/data/uz-arab.php
-share/nextcloud/3rdparty/giggsey/locale/data/uz-cyrl.php
-share/nextcloud/3rdparty/giggsey/locale/data/uz.php
-share/nextcloud/3rdparty/giggsey/locale/data/vai-latn.php
-share/nextcloud/3rdparty/giggsey/locale/data/vai.php
-share/nextcloud/3rdparty/giggsey/locale/data/vi.php
-share/nextcloud/3rdparty/giggsey/locale/data/vun.php
-share/nextcloud/3rdparty/giggsey/locale/data/wae.php
-share/nextcloud/3rdparty/giggsey/locale/data/wo.php
-share/nextcloud/3rdparty/giggsey/locale/data/xh.php
-share/nextcloud/3rdparty/giggsey/locale/data/xog.php
-share/nextcloud/3rdparty/giggsey/locale/data/yav.php
-share/nextcloud/3rdparty/giggsey/locale/data/yi.php
-share/nextcloud/3rdparty/giggsey/locale/data/yo-bj.php
-share/nextcloud/3rdparty/giggsey/locale/data/yo.php
-share/nextcloud/3rdparty/giggsey/locale/data/yrl-co.php
-share/nextcloud/3rdparty/giggsey/locale/data/yrl-ve.php
-share/nextcloud/3rdparty/giggsey/locale/data/yrl.php
-share/nextcloud/3rdparty/giggsey/locale/data/yue-hans.php
-share/nextcloud/3rdparty/giggsey/locale/data/yue.php
-share/nextcloud/3rdparty/giggsey/locale/data/zgh.php
-share/nextcloud/3rdparty/giggsey/locale/data/zh-hant-hk.php
-share/nextcloud/3rdparty/giggsey/locale/data/zh-hant-mo.php
-share/nextcloud/3rdparty/giggsey/locale/data/zh-hant.php
-share/nextcloud/3rdparty/giggsey/locale/data/zh.php
-share/nextcloud/3rdparty/giggsey/locale/data/zu.php
-share/nextcloud/3rdparty/giggsey/locale/src/Locale.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/LICENSE
+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/CountryCodeToRegionCodeMapForTesting.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
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/NumberParseException.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneMetadata.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumber.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberDesc.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberFormat.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberMatch.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberType.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/PhoneNumberUtil.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/RegexBasedMatcher.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/ValidationResult.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_800.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_808.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_870.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_878.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_881.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_882.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_883.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_888.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_979.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AX.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_AZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BB.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BJ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BQ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CV.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CX.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_DE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_DJ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_DK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_DM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_DO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_DZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_EC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_EE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_EG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_EH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ER.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ES.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ET.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_FI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_FJ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_FK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_FM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_FO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_FR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GB.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GP.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GQ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_GY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_HK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_HN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_HR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_HT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_HU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ID.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IQ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_IT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_JE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_JM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_JO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_JP.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KP.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_KZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LB.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LV.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_LY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ME.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ML.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MP.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MQ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MV.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MX.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_MZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NP.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_NZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_OM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_PY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_QA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_RE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_RO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_RS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_RU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_RW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SB.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SJ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ST.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SV.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SX.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TD.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TH.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TJ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TL.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TO.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TR.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TV.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TW.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_TZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_UA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_UG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_US.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_UY.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_UZ.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VC.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VG.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VI.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VN.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_VU.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_WF.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_WS.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_XK.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_YE.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_YT.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ZA.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ZM.php
+share/nextcloud/3rdparty/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_ZW.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/LICENSE
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/BodySummarizer.php
share/nextcloud/3rdparty/guzzlehttp/guzzle/src/BodySummarizerInterface.php
@@ -4621,20 +3431,6 @@ share/nextcloud/3rdparty/mtdowling/jmesp
share/nextcloud/3rdparty/mtdowling/jmespath.php/src/Utils.php
share/nextcloud/3rdparty/nextcloud/lognormalizer/COPYING
share/nextcloud/3rdparty/nextcloud/lognormalizer/src/Normalizer.php
-share/nextcloud/3rdparty/opis/closure/LICENSE
-share/nextcloud/3rdparty/opis/closure/NOTICE
-share/nextcloud/3rdparty/opis/closure/autoload.php
-share/nextcloud/3rdparty/opis/closure/functions.php
-share/nextcloud/3rdparty/opis/closure/src/Analyzer.php
-share/nextcloud/3rdparty/opis/closure/src/ClosureContext.php
-share/nextcloud/3rdparty/opis/closure/src/ClosureScope.php
-share/nextcloud/3rdparty/opis/closure/src/ClosureStream.php
-share/nextcloud/3rdparty/opis/closure/src/ISecurityProvider.php
-share/nextcloud/3rdparty/opis/closure/src/ReflectionClosure.php
-share/nextcloud/3rdparty/opis/closure/src/SecurityException.php
-share/nextcloud/3rdparty/opis/closure/src/SecurityProvider.php
-share/nextcloud/3rdparty/opis/closure/src/SelfReference.php
-share/nextcloud/3rdparty/opis/closure/src/SerializableClosure.php
share/nextcloud/3rdparty/pear/archive_tar/Archive/Tar.php
share/nextcloud/3rdparty/pear/archive_tar/package.xml
share/nextcloud/3rdparty/pear/console_getopt/Console/Getopt.php
@@ -4886,532 +3682,665 @@ share/nextcloud/3rdparty/psr/log/Psr/Log
share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerInterface.php
share/nextcloud/3rdparty/psr/log/Psr/Log/LoggerTrait.php
share/nextcloud/3rdparty/psr/log/Psr/Log/NullLogger.php
+share/nextcloud/3rdparty/punic/punic/LIBPHONENUMBER-LICENSE.txt
share/nextcloud/3rdparty/punic/punic/LICENSE.txt
share/nextcloud/3rdparty/punic/punic/UNICODE-LICENSE.txt
-share/nextcloud/3rdparty/punic/punic/code/Calendar.php
-share/nextcloud/3rdparty/punic/punic/code/Comparer.php
-share/nextcloud/3rdparty/punic/punic/code/Currency.php
-share/nextcloud/3rdparty/punic/punic/code/Data.php
-share/nextcloud/3rdparty/punic/punic/code/Exception.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/BadArgumentType.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/BadDataFileContents.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotFound.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidDataFile.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/InvalidLocale.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/NotImplemented.php
-share/nextcloud/3rdparty/punic/punic/code/Exception/ValueNotInList.php
-share/nextcloud/3rdparty/punic/punic/code/Language.php
-share/nextcloud/3rdparty/punic/punic/code/Misc.php
-share/nextcloud/3rdparty/punic/punic/code/Number.php
-share/nextcloud/3rdparty/punic/punic/code/Phone.php
-share/nextcloud/3rdparty/punic/punic/code/Plural.php
-share/nextcloud/3rdparty/punic/punic/code/Territory.php
-share/nextcloud/3rdparty/punic/punic/code/Unit.php
-share/nextcloud/3rdparty/punic/punic/code/data/ar/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ar/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ca/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/cs/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/currencyData.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/da/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/de/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/el/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-AU/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-CA/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-GB/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-HK/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en-IN/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/en/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/es/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/fi/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/fr/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/he/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hi/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hr/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/hu/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/it/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ja/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ko/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/likelySubtags.json
-share/nextcloud/3rdparty/punic/punic/code/data/measurementData.json
-share/nextcloud/3rdparty/punic/punic/code/data/metaZones.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nb/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nl/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/nn/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/parentLocales.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pl/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/plurals.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt-PT/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/pt/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ro/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/root/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/ru/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sk/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sl/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sr/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/sv/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/telephoneCodeData.json
-share/nextcloud/3rdparty/punic/punic/code/data/territoryContainment.json
-share/nextcloud/3rdparty/punic/punic/code/data/territoryInfo.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/th/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/tr/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/uk/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/vi/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/weekData.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh-Hant/units.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/calendar.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/currencies.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/dateFields.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/languages.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/layout.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/listPatterns.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/numbers.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/territories.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
-share/nextcloud/3rdparty/punic/punic/code/data/zh/units.json
share/nextcloud/3rdparty/punic/punic/punic.php
+share/nextcloud/3rdparty/punic/punic/src/Calendar.php
+share/nextcloud/3rdparty/punic/punic/src/Comparer.php
+share/nextcloud/3rdparty/punic/punic/src/Currency.php
+share/nextcloud/3rdparty/punic/punic/src/Data.php
+share/nextcloud/3rdparty/punic/punic/src/Exception.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/BadArgumentType.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/BadDataFileContents.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/DataFileNotFound.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/DataFileNotReadable.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/DataFolderNotFound.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/InvalidDataFile.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/InvalidLocale.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/InvalidOverride.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/NotImplemented.php
+share/nextcloud/3rdparty/punic/punic/src/Exception/ValueNotInList.php
+share/nextcloud/3rdparty/punic/punic/src/Language.php
+share/nextcloud/3rdparty/punic/punic/src/Misc.php
+share/nextcloud/3rdparty/punic/punic/src/Number.php
+share/nextcloud/3rdparty/punic/punic/src/Phone.php
+share/nextcloud/3rdparty/punic/punic/src/Plural.php
+share/nextcloud/3rdparty/punic/punic/src/Script.php
+share/nextcloud/3rdparty/punic/punic/src/Territory.php
+share/nextcloud/3rdparty/punic/punic/src/Unit.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ar/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ca/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/codeMappings.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/cs/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/currencyData.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/da/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/dayPeriods.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/de/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/el/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-AU/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-CA/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-GB/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-HK/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en-IN/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/en/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/es/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/fi/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/fr/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/he/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hi/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hr/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/hu/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/it/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ja/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ko/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/likelySubtags.php
+share/nextcloud/3rdparty/punic/punic/src/data/measurementData.php
+share/nextcloud/3rdparty/punic/punic/src/data/metaZones.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nb/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nl/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/nn/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/ordinals.php
+share/nextcloud/3rdparty/punic/punic/src/data/parentLocales.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pl/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/plurals.php
+share/nextcloud/3rdparty/punic/punic/src/data/primaryZones.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt-PT/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/pt/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ro/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/root/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/ru/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sk/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sl/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sr/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/subdivisionContainment.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/sv/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/telephoneCodeData.php
+share/nextcloud/3rdparty/punic/punic/src/data/territoryContainment.php
+share/nextcloud/3rdparty/punic/punic/src/data/territoryInfo.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/th/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/timeData.php
+share/nextcloud/3rdparty/punic/punic/src/data/timeZones.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/tr/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/uk/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/vi/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/weekData.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh-Hant/units.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/calendar.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/currencies.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/dateFields.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/languages.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/layout.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/listPatterns.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/localeDisplayNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/measurementSystemNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/numbers.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/rbnf.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/scripts.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/subdivisions.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/territories.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/timeZoneNames.php
+share/nextcloud/3rdparty/punic/punic/src/data/zh/units.php
share/nextcloud/3rdparty/ralouphie/getallheaders/LICENSE
share/nextcloud/3rdparty/ralouphie/getallheaders/src/getallheaders.php
share/nextcloud/3rdparty/ramsey/collection/LICENSE
@@ -5701,6 +4630,7 @@ share/nextcloud/3rdparty/sabre/dav/lib/D
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IMultiGet.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/INode.php
+share/nextcloud/3rdparty/sabre/dav/lib/DAV/INodeByPath.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IProperties.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/IQuota.php
share/nextcloud/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
@@ -5820,6 +4750,7 @@ 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
@@ -6038,172 +4969,6 @@ share/nextcloud/3rdparty/stecman/symfony
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/CompletionHandler.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php
share/nextcloud/3rdparty/stecman/symfony-console-completion/src/HookFactory.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/LICENSE
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder/IdnAddressEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoder/Utf8AddressEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/AddressEncoderException.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IdGenerator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NullContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/IdGenerator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/EightBitMimeHandler.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/SmtpUtf8Handler.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/preferences.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
-share/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
share/nextcloud/3rdparty/symfony/console/Application.php
share/nextcloud/3rdparty/symfony/console/Attribute/AsCommand.php
share/nextcloud/3rdparty/symfony/console/CI/GithubActionReporter.php
@@ -6378,12 +5143,11 @@ share/nextcloud/3rdparty/symfony/dom-cra
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/Event.php
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher-contracts/LICENSE
+share/nextcloud/3rdparty/symfony/event-dispatcher/Attribute/AsEventListener.php
share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
-share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php
share/nextcloud/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
-share/nextcloud/3rdparty/symfony/event-dispatcher/Event.php
share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php
share/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
share/nextcloud/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php
@@ -6391,7 +5155,6 @@ share/nextcloud/3rdparty/symfony/event-d
share/nextcloud/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
share/nextcloud/3rdparty/symfony/event-dispatcher/LICENSE
share/nextcloud/3rdparty/symfony/event-dispatcher/LegacyEventDispatcherProxy.php
-share/nextcloud/3rdparty/symfony/event-dispatcher/LegacyEventProxy.php
share/nextcloud/3rdparty/symfony/http-foundation/AcceptHeader.php
share/nextcloud/3rdparty/symfony/http-foundation/AcceptHeaderItem.php
share/nextcloud/3rdparty/symfony/http-foundation/BinaryFileResponse.php
@@ -6591,66 +5354,6 @@ share/nextcloud/3rdparty/symfony/polyfil
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-iconv/Iconv.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/LICENSE
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.big5.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp037.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp1006.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp1026.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp424.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp437.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp500.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp737.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp775.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp850.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp852.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp855.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp856.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp857.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp860.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp861.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp862.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp863.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp864.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp865.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp866.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp869.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp874.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp875.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp932.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp936.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp949.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.cp950.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/Resources/charset/translit.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/bootstrap.php
-share/nextcloud/3rdparty/symfony/polyfill-iconv/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
@@ -6719,22 +5422,25 @@ share/nextcloud/3rdparty/symfony/process
share/nextcloud/3rdparty/symfony/process/Pipes/WindowsPipes.php
share/nextcloud/3rdparty/symfony/process/Process.php
share/nextcloud/3rdparty/symfony/process/ProcessUtils.php
+share/nextcloud/3rdparty/symfony/routing/Alias.php
share/nextcloud/3rdparty/symfony/routing/Annotation/Route.php
share/nextcloud/3rdparty/symfony/routing/CompiledRoute.php
share/nextcloud/3rdparty/symfony/routing/DependencyInjection/RoutingResolverPass.php
share/nextcloud/3rdparty/symfony/routing/Exception/ExceptionInterface.php
+share/nextcloud/3rdparty/symfony/routing/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/symfony/routing/Exception/InvalidParameterException.php
share/nextcloud/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
share/nextcloud/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php
share/nextcloud/3rdparty/symfony/routing/Exception/NoConfigurationException.php
share/nextcloud/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php
+share/nextcloud/3rdparty/symfony/routing/Exception/RouteCircularReferenceException.php
share/nextcloud/3rdparty/symfony/routing/Exception/RouteNotFoundException.php
+share/nextcloud/3rdparty/symfony/routing/Exception/RuntimeException.php
share/nextcloud/3rdparty/symfony/routing/Generator/CompiledUrlGenerator.php
share/nextcloud/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php
share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
-share/nextcloud/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
share/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php
share/nextcloud/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php
share/nextcloud/3rdparty/symfony/routing/LICENSE
@@ -6742,18 +5448,20 @@ share/nextcloud/3rdparty/symfony/routing
share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/ClosureLoader.php
+share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/AliasConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/CollectionConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/ImportConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/RouteConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/RoutingConfigurator.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/AddTrait.php
+share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/HostTrait.php
+share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php
+share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php
share/nextcloud/3rdparty/symfony/routing/Loader/Configurator/Traits/RouteTrait.php
share/nextcloud/3rdparty/symfony/routing/Loader/ContainerLoader.php
-share/nextcloud/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/DirectoryLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/GlobFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/ObjectLoader.php
-share/nextcloud/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/PhpFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/XmlFileLoader.php
share/nextcloud/3rdparty/symfony/routing/Loader/YamlFileLoader.php
@@ -6763,8 +5471,8 @@ share/nextcloud/3rdparty/symfony/routing
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
-share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
share/nextcloud/3rdparty/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
+share/nextcloud/3rdparty/symfony/routing/Matcher/ExpressionLanguageProvider.php
share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
share/nextcloud/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
share/nextcloud/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
@@ -6815,6 +5523,9 @@ share/nextcloud/3rdparty/symfony/transla
share/nextcloud/3rdparty/symfony/translation/Catalogue/MergeOperation.php
share/nextcloud/3rdparty/symfony/translation/Catalogue/OperationInterface.php
share/nextcloud/3rdparty/symfony/translation/Catalogue/TargetOperation.php
+share/nextcloud/3rdparty/symfony/translation/Command/TranslationPullCommand.php
+share/nextcloud/3rdparty/symfony/translation/Command/TranslationPushCommand.php
+share/nextcloud/3rdparty/symfony/translation/Command/TranslationTrait.php
share/nextcloud/3rdparty/symfony/translation/Command/XliffLintCommand.php
share/nextcloud/3rdparty/symfony/translation/DataCollector/TranslationDataCollector.php
share/nextcloud/3rdparty/symfony/translation/DataCollectorTranslator.php
@@ -6835,23 +5546,26 @@ share/nextcloud/3rdparty/symfony/transla
share/nextcloud/3rdparty/symfony/translation/Dumper/XliffFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Dumper/YamlFileDumper.php
share/nextcloud/3rdparty/symfony/translation/Exception/ExceptionInterface.php
+share/nextcloud/3rdparty/symfony/translation/Exception/IncompleteDsnException.php
share/nextcloud/3rdparty/symfony/translation/Exception/InvalidArgumentException.php
share/nextcloud/3rdparty/symfony/translation/Exception/InvalidResourceException.php
share/nextcloud/3rdparty/symfony/translation/Exception/LogicException.php
+share/nextcloud/3rdparty/symfony/translation/Exception/MissingRequiredOptionException.php
share/nextcloud/3rdparty/symfony/translation/Exception/NotFoundResourceException.php
+share/nextcloud/3rdparty/symfony/translation/Exception/ProviderException.php
+share/nextcloud/3rdparty/symfony/translation/Exception/ProviderExceptionInterface.php
share/nextcloud/3rdparty/symfony/translation/Exception/RuntimeException.php
+share/nextcloud/3rdparty/symfony/translation/Exception/UnsupportedSchemeException.php
share/nextcloud/3rdparty/symfony/translation/Extractor/AbstractFileExtractor.php
share/nextcloud/3rdparty/symfony/translation/Extractor/ChainExtractor.php
share/nextcloud/3rdparty/symfony/translation/Extractor/ExtractorInterface.php
share/nextcloud/3rdparty/symfony/translation/Extractor/PhpExtractor.php
share/nextcloud/3rdparty/symfony/translation/Extractor/PhpStringTokenParser.php
-share/nextcloud/3rdparty/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
share/nextcloud/3rdparty/symfony/translation/Formatter/IntlFormatter.php
share/nextcloud/3rdparty/symfony/translation/Formatter/IntlFormatterInterface.php
share/nextcloud/3rdparty/symfony/translation/Formatter/MessageFormatter.php
share/nextcloud/3rdparty/symfony/translation/Formatter/MessageFormatterInterface.php
share/nextcloud/3rdparty/symfony/translation/IdentityTranslator.php
-share/nextcloud/3rdparty/symfony/translation/Interval.php
share/nextcloud/3rdparty/symfony/translation/LICENSE
share/nextcloud/3rdparty/symfony/translation/Loader/ArrayLoader.php
share/nextcloud/3rdparty/symfony/translation/Loader/CsvFileLoader.php
@@ -6870,18 +5584,28 @@ share/nextcloud/3rdparty/symfony/transla
share/nextcloud/3rdparty/symfony/translation/LoggingTranslator.php
share/nextcloud/3rdparty/symfony/translation/MessageCatalogue.php
share/nextcloud/3rdparty/symfony/translation/MessageCatalogueInterface.php
-share/nextcloud/3rdparty/symfony/translation/MessageSelector.php
share/nextcloud/3rdparty/symfony/translation/MetadataAwareInterface.php
-share/nextcloud/3rdparty/symfony/translation/PluralizationRules.php
+share/nextcloud/3rdparty/symfony/translation/Provider/AbstractProviderFactory.php
+share/nextcloud/3rdparty/symfony/translation/Provider/Dsn.php
+share/nextcloud/3rdparty/symfony/translation/Provider/FilteringProvider.php
+share/nextcloud/3rdparty/symfony/translation/Provider/NullProvider.php
+share/nextcloud/3rdparty/symfony/translation/Provider/NullProviderFactory.php
+share/nextcloud/3rdparty/symfony/translation/Provider/ProviderFactoryInterface.php
+share/nextcloud/3rdparty/symfony/translation/Provider/ProviderInterface.php
+share/nextcloud/3rdparty/symfony/translation/Provider/TranslationProviderCollection.php
+share/nextcloud/3rdparty/symfony/translation/Provider/TranslationProviderCollectionFactory.php
+share/nextcloud/3rdparty/symfony/translation/PseudoLocalizationTranslator.php
share/nextcloud/3rdparty/symfony/translation/Reader/TranslationReader.php
share/nextcloud/3rdparty/symfony/translation/Reader/TranslationReaderInterface.php
share/nextcloud/3rdparty/symfony/translation/Resources/data/parents.json
+share/nextcloud/3rdparty/symfony/translation/Resources/functions.php
share/nextcloud/3rdparty/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
share/nextcloud/3rdparty/symfony/translation/Resources/schemas/xliff-core-2.0.xsd
share/nextcloud/3rdparty/symfony/translation/Resources/schemas/xml.xsd
+share/nextcloud/3rdparty/symfony/translation/TranslatableMessage.php
share/nextcloud/3rdparty/symfony/translation/Translator.php
+share/nextcloud/3rdparty/symfony/translation/TranslatorBag.php
share/nextcloud/3rdparty/symfony/translation/TranslatorBagInterface.php
-share/nextcloud/3rdparty/symfony/translation/TranslatorInterface.php
share/nextcloud/3rdparty/symfony/translation/Util/ArrayConverter.php
share/nextcloud/3rdparty/symfony/translation/Util/XliffUtils.php
share/nextcloud/3rdparty/symfony/translation/Writer/TranslationWriter.php
@@ -7070,6 +5794,10 @@ share/nextcloud/3rdparty/thecodingmachin
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/PcreException.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
share/nextcloud/3rdparty/thecodingmachine/safe/lib/special_cases.php
+share/nextcloud/3rdparty/wapmorgan/mp3info/LICENSE
+share/nextcloud/3rdparty/wapmorgan/mp3info/data/bitRateTable.php
+share/nextcloud/3rdparty/wapmorgan/mp3info/data/sampleRateTable.php
+share/nextcloud/3rdparty/wapmorgan/mp3info/src/Mp3Info.php
share/nextcloud/3rdparty/web-auth/cose-lib/LICENSE
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Algorithm.php
share/nextcloud/3rdparty/web-auth/cose-lib/src/Algorithm/Mac/HS256.php
@@ -7195,13 +5923,10 @@ share/nextcloud/3rdparty/web-auth/webaut
share/nextcloud/3rdparty/web-auth/webauthn-lib/src/Util/CoseSignatureFixer.php
share/nextcloud/AUTHORS
share/nextcloud/COPYING
-share/nextcloud/apps/activity/__mocks__/@nextcloud/activity_ws.json
-share/nextcloud/apps/activity/__mocks__/@nextcloud/axios.js
+share/nextcloud/apps/activity/.eslintrc.json
share/nextcloud/apps/activity/appinfo/info.xml
share/nextcloud/apps/activity/appinfo/routes.php
share/nextcloud/apps/activity/appinfo/signature.json
-share/nextcloud/apps/activity/check-handlebars-templates.sh
-share/nextcloud/apps/activity/compile-handlebars-templates.sh
share/nextcloud/apps/activity/composer.json
share/nextcloud/apps/activity/composer.lock
share/nextcloud/apps/activity/css/style.css
@@ -7217,71 +5942,35 @@ share/nextcloud/apps/activity/img/add-co
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-10.js
-share/nextcloud/apps/activity/js/activity-10.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-10.js.map
-share/nextcloud/apps/activity/js/activity-186.js
-share/nextcloud/apps/activity/js/activity-186.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-186.js.map
-share/nextcloud/apps/activity/js/activity-323.js
-share/nextcloud/apps/activity/js/activity-323.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-323.js.map
-share/nextcloud/apps/activity/js/activity-398.js
-share/nextcloud/apps/activity/js/activity-398.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-398.js.map
-share/nextcloud/apps/activity/js/activity-554.js
-share/nextcloud/apps/activity/js/activity-554.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-554.js.map
-share/nextcloud/apps/activity/js/activity-568.js
-share/nextcloud/apps/activity/js/activity-568.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-568.js.map
-share/nextcloud/apps/activity/js/activity-783.js
-share/nextcloud/apps/activity/js/activity-783.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-783.js.map
-share/nextcloud/apps/activity/js/activity-830.js
-share/nextcloud/apps/activity/js/activity-830.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-830.js.map
-share/nextcloud/apps/activity/js/activity-adminSettings.js
-share/nextcloud/apps/activity/js/activity-adminSettings.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-adminSettings.js.map
-share/nextcloud/apps/activity/js/activity-dashboard-lazy.js
-share/nextcloud/apps/activity/js/activity-dashboard-lazy.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-dashboard-lazy.js.map
-share/nextcloud/apps/activity/js/activity-dashboard.js
-share/nextcloud/apps/activity/js/activity-dashboard.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-dashboard.js.map
-share/nextcloud/apps/activity/js/activity-node_modules_nextcloud_auth_dist_index_esm_js-src_views_ActivityTab_vue.js
-share/nextcloud/apps/activity/js/activity-node_modules_nextcloud_auth_dist_index_esm_js-src_views_ActivityTab_vue.js.map
-share/nextcloud/apps/activity/js/activity-node_modules_nextcloud_axios_dist_index_esm_js-node_modules_nextcloud_capabilities_dist_index-0e7ea0.js
-share/nextcloud/apps/activity/js/activity-node_modules_nextcloud_axios_dist_index_esm_js-node_modules_nextcloud_capabilities_dist_index-0e7ea0.js.map
-share/nextcloud/apps/activity/js/activity-personalSettings.js
-share/nextcloud/apps/activity/js/activity-personalSettings.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-personalSettings.js.map
-share/nextcloud/apps/activity/js/activity-settings.js
-share/nextcloud/apps/activity/js/activity-settings.js.map
-share/nextcloud/apps/activity/js/activity-sidebar.js
-share/nextcloud/apps/activity/js/activity-sidebar.js.LICENSE.txt
-share/nextcloud/apps/activity/js/activity-sidebar.js.map
-share/nextcloud/apps/activity/js/activity-sidebar.json
-share/nextcloud/apps/activity/js/activitycollection.js
-share/nextcloud/apps/activity/js/activitymodel.js
-share/nextcloud/apps/activity/js/admin.js
-share/nextcloud/apps/activity/js/feedSettings.js
-share/nextcloud/apps/activity/js/richObjectStringParser.js
-share/nextcloud/apps/activity/js/script.js
-share/nextcloud/apps/activity/js/settings.js
-share/nextcloud/apps/activity/js/templates.js
-share/nextcloud/apps/activity/js/templates/calendarEvent.handlebars
-share/nextcloud/apps/activity/js/templates/email.handlebars
-share/nextcloud/apps/activity/js/templates/file.handlebars
-share/nextcloud/apps/activity/js/templates/fileNoPath.handlebars
-share/nextcloud/apps/activity/js/templates/fileRoot.handlebars
-share/nextcloud/apps/activity/js/templates/openGraph.handlebars
-share/nextcloud/apps/activity/js/templates/systemTag.handlebars
-share/nextcloud/apps/activity/js/templates/unknown.handlebars
-share/nextcloud/apps/activity/js/templates/unkownLink.handlebars
-share/nextcloud/apps/activity/js/templates/userLocal.handlebars
-share/nextcloud/apps/activity/js/templates/userRemote.handlebars
+share/nextcloud/apps/activity/js/Activity-095c590c.mjs
+share/nextcloud/apps/activity/js/Activity-095c590c.mjs.map
+share/nextcloud/apps/activity/js/ActivityTab-9ecb040a.mjs
+share/nextcloud/apps/activity/js/ActivityTab-9ecb040a.mjs.map
+share/nextcloud/apps/activity/js/NcCheckboxRadioSwitch-5b3d6d34.mjs
+share/nextcloud/apps/activity/js/NcCheckboxRadioSwitch-5b3d6d34.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
+share/nextcloud/apps/activity/js/activity-api.mjs.map
+share/nextcloud/apps/activity/js/activity-app.mjs
+share/nextcloud/apps/activity/js/activity-app.mjs.map
+share/nextcloud/apps/activity/js/activity-personalSettings.mjs
+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-00dfc954.mjs
+share/nextcloud/apps/activity/js/api-00dfc954.mjs.map
+share/nextcloud/apps/activity/js/index-224ad6c5.mjs
+share/nextcloud/apps/activity/js/index-224ad6c5.mjs.map
+share/nextcloud/apps/activity/js/index-65a5f423.mjs
+share/nextcloud/apps/activity/js/index-65a5f423.mjs.map
+share/nextcloud/apps/activity/js/index.es-479f5d11.mjs
+share/nextcloud/apps/activity/js/index.es-479f5d11.mjs.map
+share/nextcloud/apps/activity/js/logger-a53a57b5.mjs
+share/nextcloud/apps/activity/js/logger-a53a57b5.mjs.map
+share/nextcloud/apps/activity/js/settings-store-cc1b30c2.mjs
+share/nextcloud/apps/activity/js/settings-store-cc1b30c2.mjs.map
+share/nextcloud/apps/activity/js/vendor.LICENSE.txt
share/nextcloud/apps/activity/l10n/af.js
share/nextcloud/apps/activity/l10n/af.json
share/nextcloud/apps/activity/l10n/an.js
@@ -7394,6 +6083,8 @@ share/nextcloud/apps/activity/l10n/it.js
share/nextcloud/apps/activity/l10n/it.json
share/nextcloud/apps/activity/l10n/ja.js
share/nextcloud/apps/activity/l10n/ja.json
+share/nextcloud/apps/activity/l10n/ka.js
+share/nextcloud/apps/activity/l10n/ka.json
share/nextcloud/apps/activity/l10n/ka_GE.js
share/nextcloud/apps/activity/l10n/ka_GE.json
share/nextcloud/apps/activity/l10n/kab.js
@@ -7499,6 +6190,7 @@ share/nextcloud/apps/activity/lib/Curren
share/nextcloud/apps/activity/lib/Dashboard/ActivityWidget.php
share/nextcloud/apps/activity/lib/Data.php
share/nextcloud/apps/activity/lib/DigestSender.php
+share/nextcloud/apps/activity/lib/Event/LoadAdditionalScriptsEvent.php
share/nextcloud/apps/activity/lib/Exception/InvalidFilterException.php
share/nextcloud/apps/activity/lib/Extension/Files.php
share/nextcloud/apps/activity/lib/Extension/Files_Sharing.php
@@ -7511,6 +6203,7 @@ share/nextcloud/apps/activity/lib/GroupH
share/nextcloud/apps/activity/lib/GroupHelperDisabled.php
share/nextcloud/apps/activity/lib/Listener/LoadSidebarScripts.php
share/nextcloud/apps/activity/lib/Listener/SetUserDefaults.php
+share/nextcloud/apps/activity/lib/Listener/ShareEventListener.php
share/nextcloud/apps/activity/lib/Listener/UserDeleted.php
share/nextcloud/apps/activity/lib/MailQueueHandler.php
share/nextcloud/apps/activity/lib/Migration/Version2006Date20170808154933.php
@@ -7524,7 +6217,6 @@ share/nextcloud/apps/activity/lib/Migrat
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132546.php
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201006132547.php
share/nextcloud/apps/activity/lib/Migration/Version2011Date20201207091915.php
-share/nextcloud/apps/activity/lib/Navigation.php
share/nextcloud/apps/activity/lib/NotificationGenerator.php
share/nextcloud/apps/activity/lib/Settings/Admin.php
share/nextcloud/apps/activity/lib/Settings/AdminSection.php
@@ -7534,6 +6226,8 @@ share/nextcloud/apps/activity/lib/UserSe
share/nextcloud/apps/activity/lib/ViewInfoCache.php
share/nextcloud/apps/activity/package-lock.json
share/nextcloud/apps/activity/package.json
+share/nextcloud/apps/activity/stylelint.config.cjs
+share/nextcloud/apps/activity/templates/app-main.php
share/nextcloud/apps/activity/templates/rss.php
share/nextcloud/apps/activity/templates/settings/admin.php
share/nextcloud/apps/activity/templates/settings/personal.php
@@ -7542,6 +6236,7 @@ share/nextcloud/apps/activity/templates/
share/nextcloud/apps/activity/tsconfig.json
share/nextcloud/apps/activity/vendor-bin/cs-fixer/composer.json
share/nextcloud/apps/activity/vendor-bin/cs-fixer/composer.lock
+share/nextcloud/apps/activity/vite.config.ts
share/nextcloud/apps/admin_audit/appinfo/info.xml
share/nextcloud/apps/admin_audit/appinfo/signature.json
share/nextcloud/apps/admin_audit/composer/autoload.php
@@ -7561,6 +6256,8 @@ share/nextcloud/apps/admin_audit/l10n/ar
share/nextcloud/apps/admin_audit/l10n/ar.json
share/nextcloud/apps/admin_audit/l10n/ast.js
share/nextcloud/apps/admin_audit/l10n/ast.json
+share/nextcloud/apps/admin_audit/l10n/az.js
+share/nextcloud/apps/admin_audit/l10n/az.json
share/nextcloud/apps/admin_audit/l10n/bg.js
share/nextcloud/apps/admin_audit/l10n/bg.json
share/nextcloud/apps/admin_audit/l10n/ca.js
@@ -7621,6 +6318,8 @@ share/nextcloud/apps/admin_audit/l10n/hy
share/nextcloud/apps/admin_audit/l10n/hy.json
share/nextcloud/apps/admin_audit/l10n/id.js
share/nextcloud/apps/admin_audit/l10n/id.json
+share/nextcloud/apps/admin_audit/l10n/is.js
+share/nextcloud/apps/admin_audit/l10n/is.json
share/nextcloud/apps/admin_audit/l10n/it.js
share/nextcloud/apps/admin_audit/l10n/it.json
share/nextcloud/apps/admin_audit/l10n/ja.js
@@ -7689,7 +6388,6 @@ share/nextcloud/apps/admin_audit/lib/Aud
share/nextcloud/apps/admin_audit/lib/BackgroundJobs/Rotate.php
share/nextcloud/apps/admin_audit/lib/IAuditLogger.php
share/nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
-share/nextcloud/apps/bruteforcesettings/.nextcloudignore
share/nextcloud/apps/bruteforcesettings/CHANGELOG.md
share/nextcloud/apps/bruteforcesettings/LICENSE
share/nextcloud/apps/bruteforcesettings/appinfo/info.xml
@@ -7808,6 +6506,8 @@ share/nextcloud/apps/bruteforcesettings/
share/nextcloud/apps/bruteforcesettings/l10n/it.json
share/nextcloud/apps/bruteforcesettings/l10n/ja.js
share/nextcloud/apps/bruteforcesettings/l10n/ja.json
+share/nextcloud/apps/bruteforcesettings/l10n/ka.js
+share/nextcloud/apps/bruteforcesettings/l10n/ka.json
share/nextcloud/apps/bruteforcesettings/l10n/ka_GE.js
share/nextcloud/apps/bruteforcesettings/l10n/ka_GE.json
share/nextcloud/apps/bruteforcesettings/l10n/kab.js
@@ -7900,6 +6600,7 @@ share/nextcloud/apps/bruteforcesettings/
share/nextcloud/apps/bruteforcesettings/templates/ipwhitelist.php
share/nextcloud/apps/bruteforcesettings/vendor/autoload.php
share/nextcloud/apps/bruteforcesettings/vendor/composer/ClassLoader.php
+share/nextcloud/apps/bruteforcesettings/vendor/composer/InstalledVersions.php
share/nextcloud/apps/bruteforcesettings/vendor/composer/LICENSE
share/nextcloud/apps/bruteforcesettings/vendor/composer/autoload_classmap.php
share/nextcloud/apps/bruteforcesettings/vendor/composer/autoload_namespaces.php
@@ -7907,6 +6608,7 @@ share/nextcloud/apps/bruteforcesettings/
share/nextcloud/apps/bruteforcesettings/vendor/composer/autoload_real.php
share/nextcloud/apps/bruteforcesettings/vendor/composer/autoload_static.php
share/nextcloud/apps/bruteforcesettings/vendor/composer/installed.json
+share/nextcloud/apps/bruteforcesettings/vendor/composer/installed.php
share/nextcloud/apps/circles/CHANGELOG.md
share/nextcloud/apps/circles/LICENSE
share/nextcloud/apps/circles/appinfo/info.xml
@@ -8018,6 +6720,8 @@ share/nextcloud/apps/circles/l10n/it.js
share/nextcloud/apps/circles/l10n/it.json
share/nextcloud/apps/circles/l10n/ja.js
share/nextcloud/apps/circles/l10n/ja.json
+share/nextcloud/apps/circles/l10n/ka.js
+share/nextcloud/apps/circles/l10n/ka.json
share/nextcloud/apps/circles/l10n/ka_GE.js
share/nextcloud/apps/circles/l10n/ka_GE.json
share/nextcloud/apps/circles/l10n/kab.js
@@ -8357,6 +7061,7 @@ share/nextcloud/apps/circles/lib/IFedera
share/nextcloud/apps/circles/lib/IFederatedUser.php
share/nextcloud/apps/circles/lib/IQueryProbe.php
share/nextcloud/apps/circles/lib/ISearch.php
+share/nextcloud/apps/circles/lib/Listeners/AccountUpdated.php
share/nextcloud/apps/circles/lib/Listeners/DeprecatedListener.php
share/nextcloud/apps/circles/lib/Listeners/Examples/ExampleAddingCircleMember.php
share/nextcloud/apps/circles/lib/Listeners/Examples/ExampleMembershipsCreated.php
@@ -8365,6 +7070,7 @@ 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
@@ -8513,12 +7219,14 @@ share/nextcloud/apps/circles/lib/Tools/T
share/nextcloud/apps/circles/lib/Tools/Traits/TStringTools.php
share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchProvider.php
share/nextcloud/apps/circles/lib/UnifiedSearch/UnifiedSearchResult.php
+share/nextcloud/apps/circles/phpDocumentor.sh
share/nextcloud/apps/circles/screenshots/0.12.0.png
share/nextcloud/apps/circles/screenshots/1.png
share/nextcloud/apps/circles/screenshots/contacts_backend.png
share/nextcloud/apps/circles/templates/files/list.php
share/nextcloud/apps/circles/vendor/autoload.php
share/nextcloud/apps/circles/vendor/composer/ClassLoader.php
+share/nextcloud/apps/circles/vendor/composer/InstalledVersions.php
share/nextcloud/apps/circles/vendor/composer/LICENSE
share/nextcloud/apps/circles/vendor/composer/autoload_classmap.php
share/nextcloud/apps/circles/vendor/composer/autoload_namespaces.php
@@ -8526,6 +7234,7 @@ share/nextcloud/apps/circles/vendor/comp
share/nextcloud/apps/circles/vendor/composer/autoload_real.php
share/nextcloud/apps/circles/vendor/composer/autoload_static.php
share/nextcloud/apps/circles/vendor/composer/installed.json
+share/nextcloud/apps/circles/vendor/composer/installed.php
share/nextcloud/apps/cloud_federation_api/LICENSE
share/nextcloud/apps/cloud_federation_api/appinfo/info.xml
share/nextcloud/apps/cloud_federation_api/appinfo/routes.php
@@ -8567,6 +7276,8 @@ share/nextcloud/apps/cloud_federation_ap
share/nextcloud/apps/cloud_federation_api/l10n/eo.json
share/nextcloud/apps/cloud_federation_api/l10n/es.js
share/nextcloud/apps/cloud_federation_api/l10n/es.json
+share/nextcloud/apps/cloud_federation_api/l10n/es_CL.js
+share/nextcloud/apps/cloud_federation_api/l10n/es_CL.json
share/nextcloud/apps/cloud_federation_api/l10n/es_EC.js
share/nextcloud/apps/cloud_federation_api/l10n/es_EC.json
share/nextcloud/apps/cloud_federation_api/l10n/et_EE.js
@@ -8635,6 +7346,7 @@ 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/ResponseDefinitions.php
share/nextcloud/apps/cloud_federation_api/openapi.json
share/nextcloud/apps/comments/.bowerrc
share/nextcloud/apps/comments/appinfo/info.xml
@@ -8753,6 +7465,8 @@ share/nextcloud/apps/comments/l10n/it.js
share/nextcloud/apps/comments/l10n/it.json
share/nextcloud/apps/comments/l10n/ja.js
share/nextcloud/apps/comments/l10n/ja.json
+share/nextcloud/apps/comments/l10n/ka.js
+share/nextcloud/apps/comments/l10n/ka.json
share/nextcloud/apps/comments/l10n/ka_GE.js
share/nextcloud/apps/comments/l10n/ka_GE.json
share/nextcloud/apps/comments/l10n/km.js
@@ -8834,7 +7548,7 @@ share/nextcloud/apps/comments/lib/Activi
share/nextcloud/apps/comments/lib/AppInfo/Application.php
share/nextcloud/apps/comments/lib/Capabilities.php
share/nextcloud/apps/comments/lib/Collaboration/CommentersSorter.php
-share/nextcloud/apps/comments/lib/Controller/Notifications.php
+share/nextcloud/apps/comments/lib/Controller/NotificationsController.php
share/nextcloud/apps/comments/lib/EventHandler.php
share/nextcloud/apps/comments/lib/Listener/CommentsEntityEventListener.php
share/nextcloud/apps/comments/lib/Listener/LoadAdditionalScripts.php
@@ -8845,6 +7559,7 @@ share/nextcloud/apps/comments/lib/Notifi
share/nextcloud/apps/comments/lib/Search/CommentsSearchProvider.php
share/nextcloud/apps/comments/lib/Search/LegacyProvider.php
share/nextcloud/apps/comments/lib/Search/Result.php
+share/nextcloud/apps/comments/openapi.json
share/nextcloud/apps/contactsinteraction/appinfo/info.xml
share/nextcloud/apps/contactsinteraction/appinfo/signature.json
share/nextcloud/apps/contactsinteraction/composer/autoload.php
@@ -8900,6 +7615,8 @@ share/nextcloud/apps/contactsinteraction
share/nextcloud/apps/contactsinteraction/l10n/hr.json
share/nextcloud/apps/contactsinteraction/l10n/hu.js
share/nextcloud/apps/contactsinteraction/l10n/hu.json
+share/nextcloud/apps/contactsinteraction/l10n/is.js
+share/nextcloud/apps/contactsinteraction/l10n/is.json
share/nextcloud/apps/contactsinteraction/l10n/it.js
share/nextcloud/apps/contactsinteraction/l10n/it.json
share/nextcloud/apps/contactsinteraction/l10n/ja.js
@@ -8974,6 +7691,8 @@ share/nextcloud/apps/dashboard/css/dashb
share/nextcloud/apps/dashboard/img/dashboard.svg
share/nextcloud/apps/dashboard/l10n/ar.js
share/nextcloud/apps/dashboard/l10n/ar.json
+share/nextcloud/apps/dashboard/l10n/ast.js
+share/nextcloud/apps/dashboard/l10n/ast.json
share/nextcloud/apps/dashboard/l10n/bg.js
share/nextcloud/apps/dashboard/l10n/bg.json
share/nextcloud/apps/dashboard/l10n/ca.js
@@ -9016,6 +7735,8 @@ share/nextcloud/apps/dashboard/l10n/hu.j
share/nextcloud/apps/dashboard/l10n/hu.json
share/nextcloud/apps/dashboard/l10n/id.js
share/nextcloud/apps/dashboard/l10n/id.json
+share/nextcloud/apps/dashboard/l10n/is.js
+share/nextcloud/apps/dashboard/l10n/is.json
share/nextcloud/apps/dashboard/l10n/it.js
share/nextcloud/apps/dashboard/l10n/it.json
share/nextcloud/apps/dashboard/l10n/ja.js
@@ -9073,6 +7794,8 @@ share/nextcloud/apps/dashboard/l10n/zh_T
share/nextcloud/apps/dashboard/lib/Controller/DashboardApiController.php
share/nextcloud/apps/dashboard/lib/Controller/DashboardController.php
share/nextcloud/apps/dashboard/lib/Controller/LayoutApiController.php
+share/nextcloud/apps/dashboard/lib/ResponseDefinitions.php
+share/nextcloud/apps/dashboard/openapi.json
share/nextcloud/apps/dashboard/templates/index.php
share/nextcloud/apps/dav/appinfo/info.xml
share/nextcloud/apps/dav/appinfo/routes.php
@@ -9182,6 +7905,8 @@ share/nextcloud/apps/dav/l10n/it.js
share/nextcloud/apps/dav/l10n/it.json
share/nextcloud/apps/dav/l10n/ja.js
share/nextcloud/apps/dav/l10n/ja.json
+share/nextcloud/apps/dav/l10n/ka.js
+share/nextcloud/apps/dav/l10n/ka.json
share/nextcloud/apps/dav/l10n/ka_GE.js
share/nextcloud/apps/dav/l10n/ka_GE.json
share/nextcloud/apps/dav/l10n/ko.js
@@ -9239,6 +7964,7 @@ share/nextcloud/apps/dav/lib/BackgroundJ
share/nextcloud/apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
share/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.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
share/nextcloud/apps/dav/lib/BackgroundJob/RefreshWebcalJob.php
share/nextcloud/apps/dav/lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php
@@ -9276,6 +8002,7 @@ 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/EventComparisonService.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/Integration/ExternalCalendar.php
@@ -9318,6 +8045,8 @@ share/nextcloud/apps/dav/lib/CalDAV/Sear
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/PropFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php
share/nextcloud/apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php
+share/nextcloud/apps/dav/lib/CalDAV/Status/StatusService.php
+share/nextcloud/apps/dav/lib/CalDAV/TimezoneService.php
share/nextcloud/apps/dav/lib/CalDAV/Trashbin/DeletedCalendarObject.php
share/nextcloud/apps/dav/lib/CalDAV/Trashbin/DeletedCalendarObjectsCollection.php
share/nextcloud/apps/dav/lib/CalDAV/Trashbin/Plugin.php
@@ -9412,6 +8141,7 @@ share/nextcloud/apps/dav/lib/Connector/S
share/nextcloud/apps/dav/lib/Controller/BirthdayCalendarController.php
share/nextcloud/apps/dav/lib/Controller/DirectController.php
share/nextcloud/apps/dav/lib/Controller/InvitationResponseController.php
+share/nextcloud/apps/dav/lib/Controller/OutOfOfficeController.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
@@ -9422,8 +8152,12 @@ share/nextcloud/apps/dav/lib/DAV/Sharing
share/nextcloud/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php
share/nextcloud/apps/dav/lib/DAV/SystemPrincipalBackend.php
share/nextcloud/apps/dav/lib/DAV/ViewOnlyPlugin.php
+share/nextcloud/apps/dav/lib/Db/Absence.php
+share/nextcloud/apps/dav/lib/Db/AbsenceMapper.php
share/nextcloud/apps/dav/lib/Db/Direct.php
share/nextcloud/apps/dav/lib/Db/DirectMapper.php
+share/nextcloud/apps/dav/lib/Db/Property.php
+share/nextcloud/apps/dav/lib/Db/PropertyMapper.php
share/nextcloud/apps/dav/lib/Direct/DirectFile.php
share/nextcloud/apps/dav/lib/Direct/DirectHome.php
share/nextcloud/apps/dav/lib/Direct/Server.php
@@ -9454,6 +8188,7 @@ share/nextcloud/apps/dav/lib/Events/Card
share/nextcloud/apps/dav/lib/Events/CardDeletedEvent.php
share/nextcloud/apps/dav/lib/Events/CardMovedEvent.php
share/nextcloud/apps/dav/lib/Events/CardUpdatedEvent.php
+share/nextcloud/apps/dav/lib/Events/SabrePluginAddEvent.php
share/nextcloud/apps/dav/lib/Events/SabrePluginAuthInitEvent.php
share/nextcloud/apps/dav/lib/Events/SubscriptionCreatedEvent.php
share/nextcloud/apps/dav/lib/Events/SubscriptionDeletedEvent.php
@@ -9478,6 +8213,7 @@ share/nextcloud/apps/dav/lib/Listener/Ca
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/OutOfOfficeListener.php
share/nextcloud/apps/dav/lib/Listener/SubscriptionListener.php
share/nextcloud/apps/dav/lib/Listener/TrustedServerRemovedListener.php
share/nextcloud/apps/dav/lib/Listener/UserPreferenceListener.php
@@ -9517,17 +8253,23 @@ share/nextcloud/apps/dav/lib/Migration/V
share/nextcloud/apps/dav/lib/Migration/Version1018Date20210312100735.php
share/nextcloud/apps/dav/lib/Migration/Version1024Date20211221144219.php
share/nextcloud/apps/dav/lib/Migration/Version1027Date20230504122946.php
+share/nextcloud/apps/dav/lib/Migration/Version1029Date20221114151721.php
+share/nextcloud/apps/dav/lib/Migration/Version1029Date20231004091403.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
+share/nextcloud/apps/dav/lib/ResponseDefinitions.php
share/nextcloud/apps/dav/lib/RootCollection.php
share/nextcloud/apps/dav/lib/Search/ACalendarSearchProvider.php
share/nextcloud/apps/dav/lib/Search/ContactsSearchProvider.php
share/nextcloud/apps/dav/lib/Search/EventsSearchProvider.php
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/AbsenceService.php
share/nextcloud/apps/dav/lib/Settings/AvailabilitySettings.php
share/nextcloud/apps/dav/lib/Settings/CalDAVSettings.php
+share/nextcloud/apps/dav/lib/SetupChecks/NeedsSystemAddressBookSync.php
share/nextcloud/apps/dav/lib/Storage/PublicOwnerWrapper.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagList.php
share/nextcloud/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -9678,6 +8420,8 @@ share/nextcloud/apps/encryption/l10n/it.
share/nextcloud/apps/encryption/l10n/it.json
share/nextcloud/apps/encryption/l10n/ja.js
share/nextcloud/apps/encryption/l10n/ja.json
+share/nextcloud/apps/encryption/l10n/ka.js
+share/nextcloud/apps/encryption/l10n/ka.json
share/nextcloud/apps/encryption/l10n/ka_GE.js
share/nextcloud/apps/encryption/l10n/ka_GE.json
share/nextcloud/apps/encryption/l10n/km.js
@@ -9880,6 +8624,8 @@ share/nextcloud/apps/federatedfilesharin
share/nextcloud/apps/federatedfilesharing/l10n/it.json
share/nextcloud/apps/federatedfilesharing/l10n/ja.js
share/nextcloud/apps/federatedfilesharing/l10n/ja.json
+share/nextcloud/apps/federatedfilesharing/l10n/ka.js
+share/nextcloud/apps/federatedfilesharing/l10n/ka.json
share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.js
share/nextcloud/apps/federatedfilesharing/l10n/ka_GE.json
share/nextcloud/apps/federatedfilesharing/l10n/ko.js
@@ -9951,6 +8697,7 @@ share/nextcloud/apps/federatedfilesharin
share/nextcloud/apps/federatedfilesharing/lib/Settings/Personal.php
share/nextcloud/apps/federatedfilesharing/lib/Settings/PersonalSection.php
share/nextcloud/apps/federatedfilesharing/lib/TokenHandler.php
+share/nextcloud/apps/federatedfilesharing/openapi.json
share/nextcloud/apps/federatedfilesharing/templates/settings-admin.php
share/nextcloud/apps/federatedfilesharing/templates/settings-personal.php
share/nextcloud/apps/federation/appinfo/info.xml
@@ -10060,6 +8807,8 @@ share/nextcloud/apps/federation/l10n/it.
share/nextcloud/apps/federation/l10n/it.json
share/nextcloud/apps/federation/l10n/ja.js
share/nextcloud/apps/federation/l10n/ja.json
+share/nextcloud/apps/federation/l10n/ka.js
+share/nextcloud/apps/federation/l10n/ka.json
share/nextcloud/apps/federation/l10n/ka_GE.js
share/nextcloud/apps/federation/l10n/ka_GE.json
share/nextcloud/apps/federation/l10n/ko.js
@@ -10129,6 +8878,7 @@ share/nextcloud/apps/federation/lib/Sett
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/templates/settings-admin.php
share/nextcloud/apps/files/ajax/download.php
share/nextcloud/apps/files/appinfo/info.xml
@@ -10164,27 +8914,18 @@ share/nextcloud/apps/files/css/upload.cs
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
share/nextcloud/apps/files/img/app.svg
share/nextcloud/apps/files/img/change.png
share/nextcloud/apps/files/img/change.svg
-share/nextcloud/apps/files/img/computer.svg
share/nextcloud/apps/files/img/delete-color.png
share/nextcloud/apps/files/img/delete-color.svg
-share/nextcloud/apps/files/img/delete.svg
-share/nextcloud/apps/files/img/external.svg
share/nextcloud/apps/files/img/folder.svg
-share/nextcloud/apps/files/img/public.svg
-share/nextcloud/apps/files/img/recent.svg
-share/nextcloud/apps/files/img/share.svg
-share/nextcloud/apps/files/img/star.svg
-share/nextcloud/apps/files/img/unshare.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/favoritesfilelist.js
-share/nextcloud/apps/files/js/favoritesplugin.js
share/nextcloud/apps/files/js/file-upload.js
share/nextcloud/apps/files/js/fileactions.js
share/nextcloud/apps/files/js/fileactionsmenu.js
@@ -10199,15 +8940,12 @@ share/nextcloud/apps/files/js/jquery.fil
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/navigation.js
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/recentplugin.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/systemtagsplugin.js
share/nextcloud/apps/files/js/tagsplugin.js
share/nextcloud/apps/files/js/templates.js
share/nextcloud/apps/files/js/templates/detailsview.handlebars
@@ -10339,6 +9077,8 @@ 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/ka_GE.js
share/nextcloud/apps/files/l10n/ka_GE.json
share/nextcloud/apps/files/l10n/km.js
@@ -10454,9 +9194,11 @@ share/nextcloud/apps/files/lib/Backgroun
share/nextcloud/apps/files/lib/Capabilities.php
share/nextcloud/apps/files/lib/Collaboration/Resources/Listener.php
share/nextcloud/apps/files/lib/Collaboration/Resources/ResourceProvider.php
+share/nextcloud/apps/files/lib/Command/Copy.php
share/nextcloud/apps/files/lib/Command/Delete.php
share/nextcloud/apps/files/lib/Command/DeleteOrphanedFiles.php
share/nextcloud/apps/files/lib/Command/Get.php
+share/nextcloud/apps/files/lib/Command/Move.php
share/nextcloud/apps/files/lib/Command/Object/Delete.php
share/nextcloud/apps/files/lib/Command/Object/Get.php
share/nextcloud/apps/files/lib/Command/Object/ObjectUtil.php
@@ -10482,12 +9224,13 @@ 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/LegacyLoadAdditionalScriptsAdapter.php
share/nextcloud/apps/files/lib/Listener/LoadSidebarListener.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/Notification/Notifier.php
+share/nextcloud/apps/files/lib/ResponseDefinitions.php
share/nextcloud/apps/files/lib/Search/FilesSearchProvider.php
share/nextcloud/apps/files/lib/Service/DirectEditingService.php
share/nextcloud/apps/files/lib/Service/OwnershipTransferService.php
@@ -10496,13 +9239,12 @@ share/nextcloud/apps/files/lib/Service/U
share/nextcloud/apps/files/lib/Service/ViewConfig.php
share/nextcloud/apps/files/lib/Settings/PersonalSettings.php
share/nextcloud/apps/files/list.php
-share/nextcloud/apps/files/recentlist.php
+share/nextcloud/apps/files/openapi.json
share/nextcloud/apps/files/simplelist.php
share/nextcloud/apps/files/templates/appnavigation.php
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/recentlist.php
share/nextcloud/apps/files/templates/settings-personal.php
share/nextcloud/apps/files/templates/simplelist.php
share/nextcloud/apps/files_external/3rdparty/.gitignore
@@ -10630,20 +9372,15 @@ share/nextcloud/apps/files_external/comp
share/nextcloud/apps/files_external/composer/composer/autoload_static.php
share/nextcloud/apps/files_external/composer/composer/installed.json
share/nextcloud/apps/files_external/composer/composer/installed.php
-share/nextcloud/apps/files_external/css/external.css
share/nextcloud/apps/files_external/css/settings.css
share/nextcloud/apps/files_external/css/settings.css.map
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/app.js
-share/nextcloud/apps/files_external/js/mountsfilelist.js
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/rollingqueue.js
share/nextcloud/apps/files_external/js/settings.js
-share/nextcloud/apps/files_external/js/statusmanager.js
share/nextcloud/apps/files_external/js/templates.js
share/nextcloud/apps/files_external/js/templates/credentialsDialog.handlebars
share/nextcloud/apps/files_external/js/templates/mountOptionsDropDown.handlebars
@@ -10743,6 +9480,8 @@ share/nextcloud/apps/files_external/l10n
share/nextcloud/apps/files_external/l10n/it.json
share/nextcloud/apps/files_external/l10n/ja.js
share/nextcloud/apps/files_external/l10n/ja.json
+share/nextcloud/apps/files_external/l10n/ka.js
+share/nextcloud/apps/files_external/l10n/ka.json
share/nextcloud/apps/files_external/l10n/ka_GE.js
share/nextcloud/apps/files_external/l10n/ka_GE.json
share/nextcloud/apps/files_external/l10n/km.js
@@ -10902,6 +9641,7 @@ share/nextcloud/apps/files_external/lib/
share/nextcloud/apps/files_external/lib/Lib/StorageModifierTrait.php
share/nextcloud/apps/files_external/lib/Lib/VisibilityTrait.php
share/nextcloud/apps/files_external/lib/Listener/GroupDeletedListener.php
+share/nextcloud/apps/files_external/lib/Listener/LoadAdditionalListener.php
share/nextcloud/apps/files_external/lib/Listener/StorePasswordListener.php
share/nextcloud/apps/files_external/lib/Listener/UserDeletedListener.php
share/nextcloud/apps/files_external/lib/Migration/DummyUserSession.php
@@ -10911,6 +9651,7 @@ share/nextcloud/apps/files_external/lib/
share/nextcloud/apps/files_external/lib/Migration/Version22000Date20210216084416.php
share/nextcloud/apps/files_external/lib/MountConfig.php
share/nextcloud/apps/files_external/lib/NotFoundException.php
+share/nextcloud/apps/files_external/lib/ResponseDefinitions.php
share/nextcloud/apps/files_external/lib/Service/BackendService.php
share/nextcloud/apps/files_external/lib/Service/DBConfigService.php
share/nextcloud/apps/files_external/lib/Service/GlobalStoragesService.php
@@ -10924,8 +9665,7 @@ share/nextcloud/apps/files_external/lib/
share/nextcloud/apps/files_external/lib/Settings/Personal.php
share/nextcloud/apps/files_external/lib/Settings/PersonalSection.php
share/nextcloud/apps/files_external/lib/Settings/Section.php
-share/nextcloud/apps/files_external/list.php
-share/nextcloud/apps/files_external/templates/list.php
+share/nextcloud/apps/files_external/openapi.json
share/nextcloud/apps/files_external/templates/settings.php
share/nextcloud/apps/files_pdfviewer/COPYING
share/nextcloud/apps/files_pdfviewer/appinfo/info.xml
@@ -10938,12 +9678,22 @@ share/nextcloud/apps/files_pdfviewer/css
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-_ed1b-_d17e.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js.LICENSE.txt
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-main.js.map
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_legacy_mjs.js
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-node_modules_nextcloud_dialogs_dist_legacy_mjs.js.map
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.LICENSE.txt
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-65d21558_mjs.js
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-65d21558_mjs.js.LICENSE.txt
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-65d21558_mjs.js.map
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-7228d0.js
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-7228d0.js.LICENSE.txt
+share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_path-browserify_index_js-node_modules_nextcloud_dialogs_dist_chunks_Dial-7228d0.js.map
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js
share/nextcloud/apps/files_pdfviewer/js/files_pdfviewer-workersrc.js.map
share/nextcloud/apps/files_pdfviewer/js/pdfjs/LICENSE
@@ -11125,6 +9875,8 @@ share/nextcloud/apps/files_pdfviewer/js/
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.js
+share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/altText_add.svg
+share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/altText_done.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-check.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-comment.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/annotation-help.svg
@@ -11164,6 +9916,7 @@ share/nextcloud/apps/files_pdfviewer/js/
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-download.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-editorFreeText.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-editorInk.svg
+share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-editorStamp.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-menuArrow.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-openFile.svg
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/images/toolbarButton-pageDown.svg
@@ -11298,10 +10051,6 @@ share/nextcloud/apps/files_pdfviewer/js/
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitFixedBold.pfb
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitFixedBoldItalic.pfb
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitFixedItalic.pfb
-share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSans.pfb
-share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSansBold.pfb
-share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSansBoldItalic.pfb
-share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSansItalic.pfb
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSerif.pfb
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSerifBold.pfb
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/standard_fonts/FoxitSerifBoldItalic.pfb
@@ -11319,6 +10068,8 @@ share/nextcloud/apps/files_pdfviewer/js/
share/nextcloud/apps/files_pdfviewer/js/pdfjs/web/viewer.js.map
share/nextcloud/apps/files_pdfviewer/l10n/ar.js
share/nextcloud/apps/files_pdfviewer/l10n/ar.json
+share/nextcloud/apps/files_pdfviewer/l10n/ast.js
+share/nextcloud/apps/files_pdfviewer/l10n/ast.json
share/nextcloud/apps/files_pdfviewer/l10n/cs.js
share/nextcloud/apps/files_pdfviewer/l10n/cs.json
share/nextcloud/apps/files_pdfviewer/l10n/da.js
@@ -11327,6 +10078,10 @@ share/nextcloud/apps/files_pdfviewer/l10
share/nextcloud/apps/files_pdfviewer/l10n/de.json
share/nextcloud/apps/files_pdfviewer/l10n/de_DE.js
share/nextcloud/apps/files_pdfviewer/l10n/de_DE.json
+share/nextcloud/apps/files_pdfviewer/l10n/en_GB.js
+share/nextcloud/apps/files_pdfviewer/l10n/en_GB.json
+share/nextcloud/apps/files_pdfviewer/l10n/es.js
+share/nextcloud/apps/files_pdfviewer/l10n/es.json
share/nextcloud/apps/files_pdfviewer/l10n/es_MX.js
share/nextcloud/apps/files_pdfviewer/l10n/es_MX.json
share/nextcloud/apps/files_pdfviewer/l10n/fa.js
@@ -11339,14 +10094,20 @@ share/nextcloud/apps/files_pdfviewer/l10
share/nextcloud/apps/files_pdfviewer/l10n/gl.json
share/nextcloud/apps/files_pdfviewer/l10n/ja.js
share/nextcloud/apps/files_pdfviewer/l10n/ja.json
+share/nextcloud/apps/files_pdfviewer/l10n/ko.js
+share/nextcloud/apps/files_pdfviewer/l10n/ko.json
share/nextcloud/apps/files_pdfviewer/l10n/lt_LT.js
share/nextcloud/apps/files_pdfviewer/l10n/lt_LT.json
share/nextcloud/apps/files_pdfviewer/l10n/nb.js
share/nextcloud/apps/files_pdfviewer/l10n/nb.json
share/nextcloud/apps/files_pdfviewer/l10n/pt_BR.js
share/nextcloud/apps/files_pdfviewer/l10n/pt_BR.json
+share/nextcloud/apps/files_pdfviewer/l10n/ro.js
+share/nextcloud/apps/files_pdfviewer/l10n/ro.json
share/nextcloud/apps/files_pdfviewer/l10n/ru.js
share/nextcloud/apps/files_pdfviewer/l10n/ru.json
+share/nextcloud/apps/files_pdfviewer/l10n/sk.js
+share/nextcloud/apps/files_pdfviewer/l10n/sk.json
share/nextcloud/apps/files_pdfviewer/l10n/sr.js
share/nextcloud/apps/files_pdfviewer/l10n/sr.json
share/nextcloud/apps/files_pdfviewer/l10n/sv.js
@@ -11357,6 +10118,8 @@ share/nextcloud/apps/files_pdfviewer/l10
share/nextcloud/apps/files_pdfviewer/l10n/uk.json
share/nextcloud/apps/files_pdfviewer/l10n/zh_CN.js
share/nextcloud/apps/files_pdfviewer/l10n/zh_CN.json
+share/nextcloud/apps/files_pdfviewer/l10n/zh_HK.js
+share/nextcloud/apps/files_pdfviewer/l10n/zh_HK.json
share/nextcloud/apps/files_pdfviewer/l10n/zh_TW.js
share/nextcloud/apps/files_pdfviewer/l10n/zh_TW.json
share/nextcloud/apps/files_pdfviewer/lib/AppInfo/Application.php
@@ -11446,202 +10209,7 @@ share/nextcloud/apps/files_reminders/lib
share/nextcloud/apps/files_reminders/lib/Model/RichReminder.php
share/nextcloud/apps/files_reminders/lib/Notification/Notifier.php
share/nextcloud/apps/files_reminders/lib/Service/ReminderService.php
-share/nextcloud/apps/files_rightclick/CHANGELOG.md
-share/nextcloud/apps/files_rightclick/COPYING
-share/nextcloud/apps/files_rightclick/LICENSE
-share/nextcloud/apps/files_rightclick/appinfo/info.xml
-share/nextcloud/apps/files_rightclick/appinfo/signature.json
-share/nextcloud/apps/files_rightclick/css/app.css
-share/nextcloud/apps/files_rightclick/js/files.js
-share/nextcloud/apps/files_rightclick/js/script.js
-share/nextcloud/apps/files_rightclick/l10n/af.js
-share/nextcloud/apps/files_rightclick/l10n/af.json
-share/nextcloud/apps/files_rightclick/l10n/ar.js
-share/nextcloud/apps/files_rightclick/l10n/ar.json
-share/nextcloud/apps/files_rightclick/l10n/az.js
-share/nextcloud/apps/files_rightclick/l10n/az.json
-share/nextcloud/apps/files_rightclick/l10n/be.js
-share/nextcloud/apps/files_rightclick/l10n/be.json
-share/nextcloud/apps/files_rightclick/l10n/bg.js
-share/nextcloud/apps/files_rightclick/l10n/bg.json
-share/nextcloud/apps/files_rightclick/l10n/bn_BD.js
-share/nextcloud/apps/files_rightclick/l10n/bn_BD.json
-share/nextcloud/apps/files_rightclick/l10n/br.js
-share/nextcloud/apps/files_rightclick/l10n/br.json
-share/nextcloud/apps/files_rightclick/l10n/bs.js
-share/nextcloud/apps/files_rightclick/l10n/bs.json
-share/nextcloud/apps/files_rightclick/l10n/ca.js
-share/nextcloud/apps/files_rightclick/l10n/ca.json
-share/nextcloud/apps/files_rightclick/l10n/cs.js
-share/nextcloud/apps/files_rightclick/l10n/cs.json
-share/nextcloud/apps/files_rightclick/l10n/cy_GB.js
-share/nextcloud/apps/files_rightclick/l10n/cy_GB.json
-share/nextcloud/apps/files_rightclick/l10n/da.js
-share/nextcloud/apps/files_rightclick/l10n/da.json
-share/nextcloud/apps/files_rightclick/l10n/de.js
-share/nextcloud/apps/files_rightclick/l10n/de.json
-share/nextcloud/apps/files_rightclick/l10n/de_DE.js
-share/nextcloud/apps/files_rightclick/l10n/de_DE.json
-share/nextcloud/apps/files_rightclick/l10n/el.js
-share/nextcloud/apps/files_rightclick/l10n/el.json
-share/nextcloud/apps/files_rightclick/l10n/en_GB.js
-share/nextcloud/apps/files_rightclick/l10n/en_GB.json
-share/nextcloud/apps/files_rightclick/l10n/eo.js
-share/nextcloud/apps/files_rightclick/l10n/eo.json
-share/nextcloud/apps/files_rightclick/l10n/es.js
-share/nextcloud/apps/files_rightclick/l10n/es.json
-share/nextcloud/apps/files_rightclick/l10n/es_419.js
-share/nextcloud/apps/files_rightclick/l10n/es_419.json
-share/nextcloud/apps/files_rightclick/l10n/es_AR.js
-share/nextcloud/apps/files_rightclick/l10n/es_AR.json
-share/nextcloud/apps/files_rightclick/l10n/es_CL.js
-share/nextcloud/apps/files_rightclick/l10n/es_CL.json
-share/nextcloud/apps/files_rightclick/l10n/es_CO.js
-share/nextcloud/apps/files_rightclick/l10n/es_CO.json
-share/nextcloud/apps/files_rightclick/l10n/es_CR.js
-share/nextcloud/apps/files_rightclick/l10n/es_CR.json
-share/nextcloud/apps/files_rightclick/l10n/es_DO.js
-share/nextcloud/apps/files_rightclick/l10n/es_DO.json
-share/nextcloud/apps/files_rightclick/l10n/es_EC.js
-share/nextcloud/apps/files_rightclick/l10n/es_EC.json
-share/nextcloud/apps/files_rightclick/l10n/es_GT.js
-share/nextcloud/apps/files_rightclick/l10n/es_GT.json
-share/nextcloud/apps/files_rightclick/l10n/es_HN.js
-share/nextcloud/apps/files_rightclick/l10n/es_HN.json
-share/nextcloud/apps/files_rightclick/l10n/es_MX.js
-share/nextcloud/apps/files_rightclick/l10n/es_MX.json
-share/nextcloud/apps/files_rightclick/l10n/es_NI.js
-share/nextcloud/apps/files_rightclick/l10n/es_NI.json
-share/nextcloud/apps/files_rightclick/l10n/es_PA.js
-share/nextcloud/apps/files_rightclick/l10n/es_PA.json
-share/nextcloud/apps/files_rightclick/l10n/es_PE.js
-share/nextcloud/apps/files_rightclick/l10n/es_PE.json
-share/nextcloud/apps/files_rightclick/l10n/es_PR.js
-share/nextcloud/apps/files_rightclick/l10n/es_PR.json
-share/nextcloud/apps/files_rightclick/l10n/es_PY.js
-share/nextcloud/apps/files_rightclick/l10n/es_PY.json
-share/nextcloud/apps/files_rightclick/l10n/es_SV.js
-share/nextcloud/apps/files_rightclick/l10n/es_SV.json
-share/nextcloud/apps/files_rightclick/l10n/es_UY.js
-share/nextcloud/apps/files_rightclick/l10n/es_UY.json
-share/nextcloud/apps/files_rightclick/l10n/et_EE.js
-share/nextcloud/apps/files_rightclick/l10n/et_EE.json
-share/nextcloud/apps/files_rightclick/l10n/eu.js
-share/nextcloud/apps/files_rightclick/l10n/eu.json
-share/nextcloud/apps/files_rightclick/l10n/fa.js
-share/nextcloud/apps/files_rightclick/l10n/fa.json
-share/nextcloud/apps/files_rightclick/l10n/fi.js
-share/nextcloud/apps/files_rightclick/l10n/fi.json
-share/nextcloud/apps/files_rightclick/l10n/fr.js
-share/nextcloud/apps/files_rightclick/l10n/fr.json
-share/nextcloud/apps/files_rightclick/l10n/gl.js
-share/nextcloud/apps/files_rightclick/l10n/gl.json
-share/nextcloud/apps/files_rightclick/l10n/he.js
-share/nextcloud/apps/files_rightclick/l10n/he.json
-share/nextcloud/apps/files_rightclick/l10n/hr.js
-share/nextcloud/apps/files_rightclick/l10n/hr.json
-share/nextcloud/apps/files_rightclick/l10n/hu.js
-share/nextcloud/apps/files_rightclick/l10n/hu.json
-share/nextcloud/apps/files_rightclick/l10n/hy.js
-share/nextcloud/apps/files_rightclick/l10n/hy.json
-share/nextcloud/apps/files_rightclick/l10n/ia.js
-share/nextcloud/apps/files_rightclick/l10n/ia.json
-share/nextcloud/apps/files_rightclick/l10n/id.js
-share/nextcloud/apps/files_rightclick/l10n/id.json
-share/nextcloud/apps/files_rightclick/l10n/is.js
-share/nextcloud/apps/files_rightclick/l10n/is.json
-share/nextcloud/apps/files_rightclick/l10n/it.js
-share/nextcloud/apps/files_rightclick/l10n/it.json
-share/nextcloud/apps/files_rightclick/l10n/ja.js
-share/nextcloud/apps/files_rightclick/l10n/ja.json
-share/nextcloud/apps/files_rightclick/l10n/ka_GE.js
-share/nextcloud/apps/files_rightclick/l10n/ka_GE.json
-share/nextcloud/apps/files_rightclick/l10n/kab.js
-share/nextcloud/apps/files_rightclick/l10n/kab.json
-share/nextcloud/apps/files_rightclick/l10n/km.js
-share/nextcloud/apps/files_rightclick/l10n/km.json
-share/nextcloud/apps/files_rightclick/l10n/kn.js
-share/nextcloud/apps/files_rightclick/l10n/kn.json
-share/nextcloud/apps/files_rightclick/l10n/ko.js
-share/nextcloud/apps/files_rightclick/l10n/ko.json
-share/nextcloud/apps/files_rightclick/l10n/lb.js
-share/nextcloud/apps/files_rightclick/l10n/lb.json
-share/nextcloud/apps/files_rightclick/l10n/lo.js
-share/nextcloud/apps/files_rightclick/l10n/lo.json
-share/nextcloud/apps/files_rightclick/l10n/lt_LT.js
-share/nextcloud/apps/files_rightclick/l10n/lt_LT.json
-share/nextcloud/apps/files_rightclick/l10n/lv.js
-share/nextcloud/apps/files_rightclick/l10n/lv.json
-share/nextcloud/apps/files_rightclick/l10n/mk.js
-share/nextcloud/apps/files_rightclick/l10n/mk.json
-share/nextcloud/apps/files_rightclick/l10n/mn.js
-share/nextcloud/apps/files_rightclick/l10n/mn.json
-share/nextcloud/apps/files_rightclick/l10n/ms_MY.js
-share/nextcloud/apps/files_rightclick/l10n/ms_MY.json
-share/nextcloud/apps/files_rightclick/l10n/nb.js
-share/nextcloud/apps/files_rightclick/l10n/nb.json
-share/nextcloud/apps/files_rightclick/l10n/nl.js
-share/nextcloud/apps/files_rightclick/l10n/nl.json
-share/nextcloud/apps/files_rightclick/l10n/nn_NO.js
-share/nextcloud/apps/files_rightclick/l10n/nn_NO.json
-share/nextcloud/apps/files_rightclick/l10n/oc.js
-share/nextcloud/apps/files_rightclick/l10n/oc.json
-share/nextcloud/apps/files_rightclick/l10n/pl.js
-share/nextcloud/apps/files_rightclick/l10n/pl.json
-share/nextcloud/apps/files_rightclick/l10n/ps.js
-share/nextcloud/apps/files_rightclick/l10n/ps.json
-share/nextcloud/apps/files_rightclick/l10n/pt_BR.js
-share/nextcloud/apps/files_rightclick/l10n/pt_BR.json
-share/nextcloud/apps/files_rightclick/l10n/pt_PT.js
-share/nextcloud/apps/files_rightclick/l10n/pt_PT.json
-share/nextcloud/apps/files_rightclick/l10n/ro.js
-share/nextcloud/apps/files_rightclick/l10n/ro.json
-share/nextcloud/apps/files_rightclick/l10n/ru.js
-share/nextcloud/apps/files_rightclick/l10n/ru.json
-share/nextcloud/apps/files_rightclick/l10n/sc.js
-share/nextcloud/apps/files_rightclick/l10n/sc.json
-share/nextcloud/apps/files_rightclick/l10n/si.js
-share/nextcloud/apps/files_rightclick/l10n/si.json
-share/nextcloud/apps/files_rightclick/l10n/sk.js
-share/nextcloud/apps/files_rightclick/l10n/sk.json
-share/nextcloud/apps/files_rightclick/l10n/sl.js
-share/nextcloud/apps/files_rightclick/l10n/sl.json
-share/nextcloud/apps/files_rightclick/l10n/sq.js
-share/nextcloud/apps/files_rightclick/l10n/sq.json
-share/nextcloud/apps/files_rightclick/l10n/sr.js
-share/nextcloud/apps/files_rightclick/l10n/sr.json
-share/nextcloud/apps/files_rightclick/l10n/sr%latin.js@localhost
-share/nextcloud/apps/files_rightclick/l10n/sr%latin.json@localhost
-share/nextcloud/apps/files_rightclick/l10n/sv.js
-share/nextcloud/apps/files_rightclick/l10n/sv.json
-share/nextcloud/apps/files_rightclick/l10n/ta.js
-share/nextcloud/apps/files_rightclick/l10n/ta.json
-share/nextcloud/apps/files_rightclick/l10n/th.js
-share/nextcloud/apps/files_rightclick/l10n/th.json
-share/nextcloud/apps/files_rightclick/l10n/tr.js
-share/nextcloud/apps/files_rightclick/l10n/tr.json
-share/nextcloud/apps/files_rightclick/l10n/ug.js
-share/nextcloud/apps/files_rightclick/l10n/ug.json
-share/nextcloud/apps/files_rightclick/l10n/uk.js
-share/nextcloud/apps/files_rightclick/l10n/uk.json
-share/nextcloud/apps/files_rightclick/l10n/ur_PK.js
-share/nextcloud/apps/files_rightclick/l10n/ur_PK.json
-share/nextcloud/apps/files_rightclick/l10n/uz.js
-share/nextcloud/apps/files_rightclick/l10n/uz.json
-share/nextcloud/apps/files_rightclick/l10n/vi.js
-share/nextcloud/apps/files_rightclick/l10n/vi.json
-share/nextcloud/apps/files_rightclick/l10n/zh_CN.js
-share/nextcloud/apps/files_rightclick/l10n/zh_CN.json
-share/nextcloud/apps/files_rightclick/l10n/zh_HK.js
-share/nextcloud/apps/files_rightclick/l10n/zh_HK.json
-share/nextcloud/apps/files_rightclick/l10n/zh_TW.js
-share/nextcloud/apps/files_rightclick/l10n/zh_TW.json
-share/nextcloud/apps/files_rightclick/lib/AppInfo/Application.php
-share/nextcloud/apps/files_rightclick/lib/Listener/BeforeLoggedInTemplateRenderedListener.php
-share/nextcloud/apps/files_rightclick/lib/Listener/BeforeTemplateRenderedListener.php
-share/nextcloud/apps/files_rightclick/screenshots/file.png
-share/nextcloud/apps/files_rightclick/screenshots/folder.png
-share/nextcloud/apps/files_rightclick/screenshots/picture.png
+share/nextcloud/apps/files_reminders/openapi.json
share/nextcloud/apps/files_sharing/appinfo/info.xml
share/nextcloud/apps/files_sharing/appinfo/routes.php
share/nextcloud/apps/files_sharing/appinfo/signature.json
@@ -11672,11 +10240,9 @@ share/nextcloud/apps/files_sharing/css/p
share/nextcloud/apps/files_sharing/css/publicView.css.map
share/nextcloud/apps/files_sharing/css/publicView.scss
share/nextcloud/apps/files_sharing/img/app.svg
-share/nextcloud/apps/files_sharing/js/app.js
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/sharedfilelist.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
@@ -11775,6 +10341,8 @@ share/nextcloud/apps/files_sharing/l10n/
share/nextcloud/apps/files_sharing/l10n/it.json
share/nextcloud/apps/files_sharing/l10n/ja.js
share/nextcloud/apps/files_sharing/l10n/ja.json
+share/nextcloud/apps/files_sharing/l10n/ka.js
+share/nextcloud/apps/files_sharing/l10n/ka.json
share/nextcloud/apps/files_sharing/l10n/ka_GE.js
share/nextcloud/apps/files_sharing/l10n/ka_GE.json
share/nextcloud/apps/files_sharing/l10n/km.js
@@ -11894,7 +10462,6 @@ share/nextcloud/apps/files_sharing/lib/H
share/nextcloud/apps/files_sharing/lib/Hooks.php
share/nextcloud/apps/files_sharing/lib/ISharedMountPoint.php
share/nextcloud/apps/files_sharing/lib/ISharedStorage.php
-share/nextcloud/apps/files_sharing/lib/Listener/LegacyBeforeTemplateRenderedListener.php
share/nextcloud/apps/files_sharing/lib/Listener/LoadAdditionalListener.php
share/nextcloud/apps/files_sharing/lib/Listener/LoadSidebarListener.php
share/nextcloud/apps/files_sharing/lib/Listener/ShareInteractionListener.php
@@ -11915,6 +10482,7 @@ share/nextcloud/apps/files_sharing/lib/M
share/nextcloud/apps/files_sharing/lib/Notification/Listener.php
share/nextcloud/apps/files_sharing/lib/Notification/Notifier.php
share/nextcloud/apps/files_sharing/lib/OrphanHelper.php
+share/nextcloud/apps/files_sharing/lib/ResponseDefinitions.php
share/nextcloud/apps/files_sharing/lib/Scanner.php
share/nextcloud/apps/files_sharing/lib/Settings/Personal.php
share/nextcloud/apps/files_sharing/lib/ShareBackend/File.php
@@ -12049,6 +10617,8 @@ share/nextcloud/apps/files_trashbin/l10n
share/nextcloud/apps/files_trashbin/l10n/it.json
share/nextcloud/apps/files_trashbin/l10n/ja.js
share/nextcloud/apps/files_trashbin/l10n/ja.json
+share/nextcloud/apps/files_trashbin/l10n/ka.js
+share/nextcloud/apps/files_trashbin/l10n/ka.json
share/nextcloud/apps/files_trashbin/l10n/ka_GE.js
share/nextcloud/apps/files_trashbin/l10n/ka_GE.json
share/nextcloud/apps/files_trashbin/l10n/km.js
@@ -12128,7 +10698,9 @@ share/nextcloud/apps/files_trashbin/lib/
share/nextcloud/apps/files_trashbin/lib/Command/RestoreAllFiles.php
share/nextcloud/apps/files_trashbin/lib/Command/Size.php
share/nextcloud/apps/files_trashbin/lib/Controller/PreviewController.php
+share/nextcloud/apps/files_trashbin/lib/Events/BeforeNodeRestoredEvent.php
share/nextcloud/apps/files_trashbin/lib/Events/MoveToTrashEvent.php
+share/nextcloud/apps/files_trashbin/lib/Events/NodeRestoredEvent.php
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
@@ -12159,6 +10731,7 @@ share/nextcloud/apps/files_trashbin/lib/
share/nextcloud/apps/files_trashbin/lib/Trashbin.php
share/nextcloud/apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
share/nextcloud/apps/files_trashbin/list.php
+share/nextcloud/apps/files_trashbin/openapi.json
share/nextcloud/apps/files_trashbin/templates/index.php
share/nextcloud/apps/files_versions/appinfo/info.xml
share/nextcloud/apps/files_versions/appinfo/routes.php
@@ -12277,6 +10850,8 @@ share/nextcloud/apps/files_versions/l10n
share/nextcloud/apps/files_versions/l10n/it.json
share/nextcloud/apps/files_versions/l10n/ja.js
share/nextcloud/apps/files_versions/l10n/ja.json
+share/nextcloud/apps/files_versions/l10n/ka.js
+share/nextcloud/apps/files_versions/l10n/ka.json
share/nextcloud/apps/files_versions/l10n/ka_GE.js
share/nextcloud/apps/files_versions/l10n/ka_GE.json
share/nextcloud/apps/files_versions/l10n/km.js
@@ -12379,6 +10954,7 @@ share/nextcloud/apps/files_versions/lib/
share/nextcloud/apps/files_versions/lib/Versions/LegacyVersionsBackend.php
share/nextcloud/apps/files_versions/lib/Versions/Version.php
share/nextcloud/apps/files_versions/lib/Versions/VersionManager.php
+share/nextcloud/apps/files_versions/openapi.json
share/nextcloud/apps/firstrunwizard/appinfo/info.xml
share/nextcloud/apps/firstrunwizard/appinfo/routes.php
share/nextcloud/apps/firstrunwizard/appinfo/signature.json
@@ -12387,6 +10963,7 @@ share/nextcloud/apps/firstrunwizard/comp
share/nextcloud/apps/firstrunwizard/css/personalsettings.css
share/nextcloud/apps/firstrunwizard/img/Nextcloud.mp4
share/nextcloud/apps/firstrunwizard/img/Nextcloud.webm
+share/nextcloud/apps/firstrunwizard/img/androidBadge.png
share/nextcloud/apps/firstrunwizard/img/app.svg
share/nextcloud/apps/firstrunwizard/img/apps/calendar.svg
share/nextcloud/apps/firstrunwizard/img/apps/contacts.svg
@@ -12399,9 +10976,9 @@ share/nextcloud/apps/firstrunwizard/img/
share/nextcloud/apps/firstrunwizard/img/apps/social.svg
share/nextcloud/apps/firstrunwizard/img/apps/spreed.svg
share/nextcloud/apps/firstrunwizard/img/apps/tasks.svg
-share/nextcloud/apps/firstrunwizard/img/appstore.png
share/nextcloud/apps/firstrunwizard/img/info.svg
-share/nextcloud/apps/firstrunwizard/img/intro.png
+share/nextcloud/apps/firstrunwizard/img/iosBadge.png
+share/nextcloud/apps/firstrunwizard/img/nextcloudLogo.svg
share/nextcloud/apps/firstrunwizard/img/user.svg
share/nextcloud/apps/firstrunwizard/js/about.js
share/nextcloud/apps/firstrunwizard/js/activate.js
@@ -12511,6 +11088,8 @@ share/nextcloud/apps/firstrunwizard/l10n
share/nextcloud/apps/firstrunwizard/l10n/it.json
share/nextcloud/apps/firstrunwizard/l10n/ja.js
share/nextcloud/apps/firstrunwizard/l10n/ja.json
+share/nextcloud/apps/firstrunwizard/l10n/ka.js
+share/nextcloud/apps/firstrunwizard/l10n/ka.json
share/nextcloud/apps/firstrunwizard/l10n/ka_GE.js
share/nextcloud/apps/firstrunwizard/l10n/ka_GE.json
share/nextcloud/apps/firstrunwizard/l10n/kab.js
@@ -12601,24 +11180,21 @@ share/nextcloud/apps/firstrunwizard/lib/
share/nextcloud/apps/firstrunwizard/lib/Settings/Personal.php
share/nextcloud/apps/firstrunwizard/package-lock.json
share/nextcloud/apps/firstrunwizard/package.json
-share/nextcloud/apps/firstrunwizard/templates/page.apps.php
-share/nextcloud/apps/firstrunwizard/templates/page.clients.php
-share/nextcloud/apps/firstrunwizard/templates/page.final.php
-share/nextcloud/apps/firstrunwizard/templates/page.intro.php
-share/nextcloud/apps/firstrunwizard/templates/page.values.php
share/nextcloud/apps/firstrunwizard/templates/personal-settings.php
share/nextcloud/apps/logreader/appinfo/info.xml
share/nextcloud/apps/logreader/appinfo/routes.php
share/nextcloud/apps/logreader/appinfo/signature.json
+share/nextcloud/apps/logreader/codecov.yml
share/nextcloud/apps/logreader/composer.json
share/nextcloud/apps/logreader/composer.lock
share/nextcloud/apps/logreader/css/logreader-main.css
-share/nextcloud/apps/logreader/css/logreader-main.css.map
share/nextcloud/apps/logreader/img/app-dark.svg
share/nextcloud/apps/logreader/img/app.svg
-share/nextcloud/apps/logreader/js/logreader-main.js
-share/nextcloud/apps/logreader/js/logreader-main.js.LICENSE.txt
-share/nextcloud/apps/logreader/js/logreader-main.js.map
+share/nextcloud/apps/logreader/js/Splitter-9140b094.mjs
+share/nextcloud/apps/logreader/js/Splitter-9140b094.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
share/nextcloud/apps/logreader/l10n/af.js
share/nextcloud/apps/logreader/l10n/af.json
share/nextcloud/apps/logreader/l10n/ar.js
@@ -12629,8 +11205,6 @@ share/nextcloud/apps/logreader/l10n/be.j
share/nextcloud/apps/logreader/l10n/be.json
share/nextcloud/apps/logreader/l10n/bg.js
share/nextcloud/apps/logreader/l10n/bg.json
-share/nextcloud/apps/logreader/l10n/bn_BD.js
-share/nextcloud/apps/logreader/l10n/bn_BD.json
share/nextcloud/apps/logreader/l10n/br.js
share/nextcloud/apps/logreader/l10n/br.json
share/nextcloud/apps/logreader/l10n/ca.js
@@ -12717,18 +11291,16 @@ share/nextcloud/apps/logreader/l10n/it.j
share/nextcloud/apps/logreader/l10n/it.json
share/nextcloud/apps/logreader/l10n/ja.js
share/nextcloud/apps/logreader/l10n/ja.json
+share/nextcloud/apps/logreader/l10n/ka.js
+share/nextcloud/apps/logreader/l10n/ka.json
share/nextcloud/apps/logreader/l10n/ka_GE.js
share/nextcloud/apps/logreader/l10n/ka_GE.json
share/nextcloud/apps/logreader/l10n/kab.js
share/nextcloud/apps/logreader/l10n/kab.json
-share/nextcloud/apps/logreader/l10n/km.js
-share/nextcloud/apps/logreader/l10n/km.json
share/nextcloud/apps/logreader/l10n/kn.js
share/nextcloud/apps/logreader/l10n/kn.json
share/nextcloud/apps/logreader/l10n/ko.js
share/nextcloud/apps/logreader/l10n/ko.json
-share/nextcloud/apps/logreader/l10n/lb.js
-share/nextcloud/apps/logreader/l10n/lb.json
share/nextcloud/apps/logreader/l10n/lo.js
share/nextcloud/apps/logreader/l10n/lo.json
share/nextcloud/apps/logreader/l10n/lt_LT.js
@@ -12769,18 +11341,12 @@ share/nextcloud/apps/logreader/l10n/sq.j
share/nextcloud/apps/logreader/l10n/sq.json
share/nextcloud/apps/logreader/l10n/sr.js
share/nextcloud/apps/logreader/l10n/sr.json
-share/nextcloud/apps/logreader/l10n/sr%latin.js@localhost
-share/nextcloud/apps/logreader/l10n/sr%latin.json@localhost
share/nextcloud/apps/logreader/l10n/sv.js
share/nextcloud/apps/logreader/l10n/sv.json
-share/nextcloud/apps/logreader/l10n/ta.js
-share/nextcloud/apps/logreader/l10n/ta.json
share/nextcloud/apps/logreader/l10n/th.js
share/nextcloud/apps/logreader/l10n/th.json
share/nextcloud/apps/logreader/l10n/tr.js
share/nextcloud/apps/logreader/l10n/tr.json
-share/nextcloud/apps/logreader/l10n/ug.js
-share/nextcloud/apps/logreader/l10n/ug.json
share/nextcloud/apps/logreader/l10n/uk.js
share/nextcloud/apps/logreader/l10n/uk.json
share/nextcloud/apps/logreader/l10n/vi.js
@@ -12794,24 +11360,26 @@ share/nextcloud/apps/logreader/l10n/zh_T
share/nextcloud/apps/logreader/lib/AppInfo/Application.php
share/nextcloud/apps/logreader/lib/Command/Tail.php
share/nextcloud/apps/logreader/lib/Command/Watch.php
+share/nextcloud/apps/logreader/lib/Constants.php
share/nextcloud/apps/logreader/lib/Controller/LogController.php
share/nextcloud/apps/logreader/lib/Controller/PageController.php
+share/nextcloud/apps/logreader/lib/Controller/SettingsController.php
share/nextcloud/apps/logreader/lib/Listener/LogListener.php
share/nextcloud/apps/logreader/lib/Log/Console.php
share/nextcloud/apps/logreader/lib/Log/Formatter.php
share/nextcloud/apps/logreader/lib/Log/LogIterator.php
share/nextcloud/apps/logreader/lib/Log/LogIteratorFactory.php
share/nextcloud/apps/logreader/lib/Log/SearchFilter.php
+share/nextcloud/apps/logreader/lib/Service/SettingsService.php
share/nextcloud/apps/logreader/lib/Settings/Admin.php
share/nextcloud/apps/logreader/lib/Settings/Section.php
+share/nextcloud/apps/logreader/lib/SetupChecks/LogErrors.php
share/nextcloud/apps/logreader/package-lock.json
share/nextcloud/apps/logreader/package.json
-share/nextcloud/apps/logreader/postcss.config.js
share/nextcloud/apps/logreader/screenshots/reader.png
share/nextcloud/apps/logreader/templates/index.php
share/nextcloud/apps/logreader/tsconfig.json
-share/nextcloud/apps/logreader/webpack/dev.config.js
-share/nextcloud/apps/logreader/webpack/prod.config.js
+share/nextcloud/apps/logreader/vite.config.ts
share/nextcloud/apps/lookup_server_connector/appinfo/info.xml
share/nextcloud/apps/lookup_server_connector/appinfo/signature.json
share/nextcloud/apps/lookup_server_connector/composer/autoload.php
@@ -12869,6 +11437,8 @@ share/nextcloud/apps/lookup_server_conne
share/nextcloud/apps/lookup_server_connector/l10n/hr.json
share/nextcloud/apps/lookup_server_connector/l10n/hu.js
share/nextcloud/apps/lookup_server_connector/l10n/hu.json
+share/nextcloud/apps/lookup_server_connector/l10n/is.js
+share/nextcloud/apps/lookup_server_connector/l10n/is.json
share/nextcloud/apps/lookup_server_connector/l10n/it.js
share/nextcloud/apps/lookup_server_connector/l10n/it.json
share/nextcloud/apps/lookup_server_connector/l10n/ja.js
@@ -13010,6 +11580,8 @@ share/nextcloud/apps/nextcloud_announcem
share/nextcloud/apps/nextcloud_announcements/l10n/it.json
share/nextcloud/apps/nextcloud_announcements/l10n/ja.js
share/nextcloud/apps/nextcloud_announcements/l10n/ja.json
+share/nextcloud/apps/nextcloud_announcements/l10n/ka.js
+share/nextcloud/apps/nextcloud_announcements/l10n/ka.json
share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.js
share/nextcloud/apps/nextcloud_announcements/l10n/ka_GE.json
share/nextcloud/apps/nextcloud_announcements/l10n/ko.js
@@ -13048,6 +11620,8 @@ share/nextcloud/apps/nextcloud_announcem
share/nextcloud/apps/nextcloud_announcements/l10n/sr.json
share/nextcloud/apps/nextcloud_announcements/l10n/sv.js
share/nextcloud/apps/nextcloud_announcements/l10n/sv.json
+share/nextcloud/apps/nextcloud_announcements/l10n/th.js
+share/nextcloud/apps/nextcloud_announcements/l10n/th.json
share/nextcloud/apps/nextcloud_announcements/l10n/tr.js
share/nextcloud/apps/nextcloud_announcements/l10n/tr.json
share/nextcloud/apps/nextcloud_announcements/l10n/uk.js
@@ -13083,18 +11657,28 @@ share/nextcloud/apps/notifications/img/t
share/nextcloud/apps/notifications/js/notifications-admin-settings.js
share/nextcloud/apps/notifications/js/notifications-admin-settings.js.LICENSE.txt
share/nextcloud/apps/notifications/js/notifications-admin-settings.js.map
+share/nextcloud/apps/notifications/js/notifications-data_image_svg_xml_base64_PCEtLSBUaGlzIGljb24gaXMgcGFydCBvZiBNYXRlcmlhbCBVSSBJY29ucy4gQ29weXJ-e25a52.js
share/nextcloud/apps/notifications/js/notifications-main.js
share/nextcloud/apps/notifications/js/notifications-main.js.LICENSE.txt
share/nextcloud/apps/notifications/js/notifications-main.js.map
-share/nextcloud/apps/notifications/js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js
-share/nextcloud/apps/notifications/js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js.LICENSE.txt
-share/nextcloud/apps/notifications/js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue.js.map
+share/nextcloud/apps/notifications/js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue-data_image_svg_xml_base64-ab95a3.js
+share/nextcloud/apps/notifications/js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue-data_image_svg_xml_base64-ab95a3.js.LICENSE.txt
+share/nextcloud/apps/notifications/js/notifications-node_modules_moment_locale_sync_recursive_-src_NotificationsApp_vue-data_image_svg_xml_base64-ab95a3.js.map
+share/nextcloud/apps/notifications/js/notifications-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js
+share/nextcloud/apps/notifications/js/notifications-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.LICENSE.txt
+share/nextcloud/apps/notifications/js/notifications-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.map
share/nextcloud/apps/notifications/js/notifications-settings.js
share/nextcloud/apps/notifications/js/notifications-settings.js.LICENSE.txt
share/nextcloud/apps/notifications/js/notifications-settings.js.map
-share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_initial-state_dist_index_esm_js-node_modules_nextcloud_moment_-4efa53.js
-share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_initial-state_dist_index_esm_js-node_modules_nextcloud_moment_-4efa53.js.LICENSE.txt
-share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_initial-state_dist_index_esm_js-node_modules_nextcloud_moment_-4efa53.js.map
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_js-node_modules_nextcloud_vue_dist_Components_-304b96.js
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_js-node_modules_nextcloud_vue_dist_Components_-304b96.js.LICENSE.txt
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_auth_dist_index_js-node_modules_nextcloud_vue_dist_Components_-304b96.js.map
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js.LICENSE.txt
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js.map
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_notify_push_dist_i-4dbea9.js
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_notify_push_dist_i-4dbea9.js.LICENSE.txt
+share/nextcloud/apps/notifications/js/notifications-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_nextcloud_notify_push_dist_i-4dbea9.js.map
share/nextcloud/apps/notifications/l10n/af.js
share/nextcloud/apps/notifications/l10n/af.json
share/nextcloud/apps/notifications/l10n/an.js
@@ -13205,6 +11789,8 @@ share/nextcloud/apps/notifications/l10n/
share/nextcloud/apps/notifications/l10n/it.json
share/nextcloud/apps/notifications/l10n/ja.js
share/nextcloud/apps/notifications/l10n/ja.json
+share/nextcloud/apps/notifications/l10n/ka.js
+share/nextcloud/apps/notifications/l10n/ka.json
share/nextcloud/apps/notifications/l10n/ka_GE.js
share/nextcloud/apps/notifications/l10n/ka_GE.json
share/nextcloud/apps/notifications/l10n/kab.js
@@ -13317,15 +11903,20 @@ share/nextcloud/apps/notifications/lib/M
share/nextcloud/apps/notifications/lib/Model/SettingsMapper.php
share/nextcloud/apps/notifications/lib/Notifier/AdminNotifications.php
share/nextcloud/apps/notifications/lib/Push.php
+share/nextcloud/apps/notifications/lib/ResponseDefinitions.php
share/nextcloud/apps/notifications/lib/Service/ClientService.php
share/nextcloud/apps/notifications/lib/Settings/Admin.php
share/nextcloud/apps/notifications/lib/Settings/AdminSection.php
share/nextcloud/apps/notifications/lib/Settings/Personal.php
share/nextcloud/apps/notifications/lib/Settings/PersonalSection.php
+share/nextcloud/apps/notifications/lib/Settings/SetupWarningOnRateLimitReached.php
+share/nextcloud/apps/notifications/openapi.json
share/nextcloud/apps/notifications/package-lock.json
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/openapi-extractor/composer.json
+share/nextcloud/apps/notifications/vendor-bin/openapi-extractor/composer.lock
share/nextcloud/apps/oauth2/appinfo/info.xml
share/nextcloud/apps/oauth2/appinfo/routes.php
share/nextcloud/apps/oauth2/appinfo/signature.json
@@ -13428,6 +12019,8 @@ share/nextcloud/apps/oauth2/l10n/it.js
share/nextcloud/apps/oauth2/l10n/it.json
share/nextcloud/apps/oauth2/l10n/ja.js
share/nextcloud/apps/oauth2/l10n/ja.json
+share/nextcloud/apps/oauth2/l10n/ka.js
+share/nextcloud/apps/oauth2/l10n/ka.json
share/nextcloud/apps/oauth2/l10n/ka_GE.js
share/nextcloud/apps/oauth2/l10n/ka_GE.json
share/nextcloud/apps/oauth2/l10n/ko.js
@@ -13478,6 +12071,7 @@ share/nextcloud/apps/oauth2/l10n/zh_HK.j
share/nextcloud/apps/oauth2/l10n/zh_HK.json
share/nextcloud/apps/oauth2/l10n/zh_TW.js
share/nextcloud/apps/oauth2/l10n/zh_TW.json
+share/nextcloud/apps/oauth2/lib/BackgroundJob/CleanupExpiredAuthorizationCode.php
share/nextcloud/apps/oauth2/lib/Controller/LoginRedirectorController.php
share/nextcloud/apps/oauth2/lib/Controller/OauthApiController.php
share/nextcloud/apps/oauth2/lib/Controller/SettingsController.php
@@ -13491,6 +12085,8 @@ share/nextcloud/apps/oauth2/lib/Migratio
share/nextcloud/apps/oauth2/lib/Migration/Version010401Date20181207190718.php
share/nextcloud/apps/oauth2/lib/Migration/Version010402Date20190107124745.php
share/nextcloud/apps/oauth2/lib/Migration/Version011601Date20230522143227.php
+share/nextcloud/apps/oauth2/lib/Migration/Version011602Date20230613160650.php
+share/nextcloud/apps/oauth2/lib/Migration/Version011603Date20230620111039.php
share/nextcloud/apps/oauth2/lib/Settings/Admin.php
share/nextcloud/apps/oauth2/openapi.json
share/nextcloud/apps/oauth2/templates/admin.php
@@ -13502,9 +12098,16 @@ share/nextcloud/apps/password_policy/cod
share/nextcloud/apps/password_policy/composer.json
share/nextcloud/apps/password_policy/composer.lock
share/nextcloud/apps/password_policy/img/app.svg
+share/nextcloud/apps/password_policy/js/password_policy-data_image_svg_xml_base64_PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCI-65943f.js
+share/nextcloud/apps/password_policy/js/password_policy-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js
+share/nextcloud/apps/password_policy/js/password_policy-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.LICENSE.txt
+share/nextcloud/apps/password_policy/js/password_policy-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.map
share/nextcloud/apps/password_policy/js/password_policy-settings.js
share/nextcloud/apps/password_policy/js/password_policy-settings.js.LICENSE.txt
share/nextcloud/apps/password_policy/js/password_policy-settings.js.map
+share/nextcloud/apps/password_policy/js/password_policy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js
+share/nextcloud/apps/password_policy/js/password_policy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js.LICENSE.txt
+share/nextcloud/apps/password_policy/js/password_policy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js.map
share/nextcloud/apps/password_policy/l10n/af.js
share/nextcloud/apps/password_policy/l10n/af.json
share/nextcloud/apps/password_policy/l10n/ar.js
@@ -13605,6 +12208,8 @@ share/nextcloud/apps/password_policy/l10
share/nextcloud/apps/password_policy/l10n/it.json
share/nextcloud/apps/password_policy/l10n/ja.js
share/nextcloud/apps/password_policy/l10n/ja.json
+share/nextcloud/apps/password_policy/l10n/ka.js
+share/nextcloud/apps/password_policy/l10n/ka.json
share/nextcloud/apps/password_policy/l10n/ka_GE.js
share/nextcloud/apps/password_policy/l10n/ka_GE.json
share/nextcloud/apps/password_policy/l10n/km.js
@@ -13756,74 +12361,80 @@ share/nextcloud/apps/photos/jest.config.
share/nextcloud/apps/photos/js/photos-main.js
share/nextcloud/apps/photos/js/photos-main.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-main.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_AccountGr-bcaf35.js
-share/nextcloud/apps/photos/js/photos-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_AccountGr-bcaf35.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-src_components_FaceCover_vue.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-src_components_FaceCover_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AccountBoxMultipleOutline_vue-src_components_FaceCover_vue.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-ea65fb.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-ea65fb.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_AlertCircle_vue-node_modules_vue-material-design-icons-ea65fb.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-2a64fd.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-2a64fd.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-2a64fd.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-2ca5cc.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-2ca5cc.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-2ca5cc.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-4e283b.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-4e283b.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-4e283b.js.map
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-c67b29.js
-share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-c67b29.js.map
+share/nextcloud/apps/photos/js/photos-node_modules_moment_locale_sync_recursive_-src_views_PhotosTab_vue.js
+share/nextcloud/apps/photos/js/photos-node_modules_moment_locale_sync_recursive_-src_views_PhotosTab_vue.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
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-node_modules_vue-material-design-icons_P-3c3243.js.LICENSE.txt
+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-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.txt
+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-src_views_Places_vue.js
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_Places_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_Places_vue.js.map
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_SharedAlbums_vue.js
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_SharedAlbums_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_ArrowLeft_vue-src_views_SharedAlbums_vue.js.map
+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.txt
+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_PackageVariant_vue-node_modules_vue-material-design-ic-7ffa74.js
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-7ffa74.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-7ffa74.js.map
+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.map
+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.map
share/nextcloud/apps/photos/js/photos-public.js
share/nextcloud/apps/photos/js/photos-public.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-public.js.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.txt
+share/nextcloud/apps/photos/js/photos-sidebar.js.map
+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.txt
+share/nextcloud/apps/photos/js/photos-src_components_Albums_AlbumForm_vue.js.map
share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_FilesPicker_vue.js
share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_FilesPicker_vue.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-src_components_Collection_CollectionContent_vue-src_components_FilesPicker_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-node_modules_vue-material-design-icons_FolderMultipleImage-67cc20.js
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-node_modules_vue-material-design-icons_FolderMultipleImage-67cc20.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-node_modules_vue-material-design-icons_FolderMultipleImage-67cc20.js.map
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.txt
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_views_Faces_vue.js
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_mixins_AbortControllerMixin_js-src_views_Faces_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-src_components_Albums_AlbumForm_vue.js
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-src_components_Albums_AlbumForm_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_mixins_FetchAlbumsMixin_js-src_components_Albums_AlbumForm_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_services_Albums_js-src_components_HeaderNavigation_vue.js
-share/nextcloud/apps/photos/js/photos-src_services_Albums_js-src_components_HeaderNavigation_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_services_Albums_js-src_components_HeaderNavigation_vue.js.map
+share/nextcloud/apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_components_Faces_FaceMergeForm_vue.js
+share/nextcloud/apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_components_Faces_FaceMergeForm_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-src_mixins_FetchFilesMixin_js-src_components_Faces_FaceMergeForm_vue.js.map
share/nextcloud/apps/photos/js/photos-src_services_collectionFetcher_js-src_components_HeaderNavigation_vue.js
share/nextcloud/apps/photos/js/photos-src_services_collectionFetcher_js-src_components_HeaderNavigation_vue.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-src_services_collectionFetcher_js-src_components_HeaderNavigation_vue.js.map
share/nextcloud/apps/photos/js/photos-src_views_AlbumContent_vue.js
share/nextcloud/apps/photos/js/photos-src_views_AlbumContent_vue.js.map
+share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js
+share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-src_views_Albums_vue.js.map
+share/nextcloud/apps/photos/js/photos-src_views_FaceContent_vue.js
+share/nextcloud/apps/photos/js/photos-src_views_FaceContent_vue.js.map
+share/nextcloud/apps/photos/js/photos-src_views_Faces_vue.js
+share/nextcloud/apps/photos/js/photos-src_views_Faces_vue.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-src_views_Faces_vue.js.map
share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js
share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-src_views_Folders_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_views_Places_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_views_SharedAlbums_vue.js.map
share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js
share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-src_views_Tags_vue.js.map
-share/nextcloud/apps/photos/js/photos-src_views_Timeline_vue.js
-share/nextcloud/apps/photos/js/photos-src_views_Timeline_vue.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-src_views_Timeline_vue.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-551b93.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-551b93.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-dc4bae.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-dc4bae.js.map
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js.js
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js.js.LICENSE.txt
-share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_leaflet-defaulticon-compatib-1c7d79.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_leaflet-defaulticon-compatib-1c7d79.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_moment_dist_index_js-node_modules_leaflet-defaulticon-compatib-1c7d79.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-24a5e7.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-24a5e7.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-3586bd.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_sharing_dist_index_js-node_modules_vue-material-design-icons_A-3586bd.js.map
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_vue-material-design-icon-8cf260.js
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_vue-material-design-icon-8cf260.js.LICENSE.txt
+share/nextcloud/apps/photos/js/photos-vendors-node_modules_nextcloud_upload_dist_index_esm_js-node_modules_vue-material-design-icon-8cf260.js.map
+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.map
share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js.js
share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js.js.LICENSE.txt
share/nextcloud/apps/photos/js/photos-vendors-node_modules_vue-virtual-grid_dist_vue-virtual-grid_es_js.js.map
@@ -13927,6 +12538,8 @@ share/nextcloud/apps/photos/l10n/it.js
share/nextcloud/apps/photos/l10n/it.json
share/nextcloud/apps/photos/l10n/ja.js
share/nextcloud/apps/photos/l10n/ja.json
+share/nextcloud/apps/photos/l10n/ka.js
+share/nextcloud/apps/photos/l10n/ka.json
share/nextcloud/apps/photos/l10n/ka_GE.js
share/nextcloud/apps/photos/l10n/ka_GE.json
share/nextcloud/apps/photos/l10n/kab.js
@@ -14012,7 +12625,6 @@ share/nextcloud/apps/photos/lib/Album/Al
share/nextcloud/apps/photos/lib/Album/AlbumMapper.php
share/nextcloud/apps/photos/lib/Album/AlbumWithFiles.php
share/nextcloud/apps/photos/lib/AppInfo/Application.php
-share/nextcloud/apps/photos/lib/Command/MapMediaToPlaceCommand.php
share/nextcloud/apps/photos/lib/Command/UpdateReverseGeocodingFilesCommand.php
share/nextcloud/apps/photos/lib/Controller/AlbumsController.php
share/nextcloud/apps/photos/lib/Controller/ApiController.php
@@ -14026,10 +12638,14 @@ share/nextcloud/apps/photos/lib/DB/Place
share/nextcloud/apps/photos/lib/DB/Place/PlaceMapper.php
share/nextcloud/apps/photos/lib/Exception/AlreadyInAlbumException.php
share/nextcloud/apps/photos/lib/Jobs/AutomaticPlaceMapperJob.php
-share/nextcloud/apps/photos/lib/Jobs/MapMediaToPlaceJob.php
share/nextcloud/apps/photos/lib/Listener/AlbumsManagementEventListener.php
-share/nextcloud/apps/photos/lib/Listener/PlaceManagerEventListener.php
+share/nextcloud/apps/photos/lib/Listener/CSPListener.php
+share/nextcloud/apps/photos/lib/Listener/ExifMetadataProvider.php
+share/nextcloud/apps/photos/lib/Listener/LoadSidebarScripts.php
+share/nextcloud/apps/photos/lib/Listener/OriginalDateTimeMetadataProvider.php
+share/nextcloud/apps/photos/lib/Listener/PlaceMetadataProvider.php
share/nextcloud/apps/photos/lib/Listener/SabrePluginAuthInitListener.php
+share/nextcloud/apps/photos/lib/Listener/SizeMetadataProvider.php
share/nextcloud/apps/photos/lib/Listener/TagListener.php
share/nextcloud/apps/photos/lib/Migration/Version20000Date20220727125801.php
share/nextcloud/apps/photos/lib/Migration/Version20001Date20220830131446.php
@@ -14063,6 +12679,7 @@ share/nextcloud/apps/photos/templates/pu
share/nextcloud/apps/photos/tsconfig.json
share/nextcloud/apps/photos/vendor/autoload.php
share/nextcloud/apps/photos/vendor/composer/ClassLoader.php
+share/nextcloud/apps/photos/vendor/composer/InstalledVersions.php
share/nextcloud/apps/photos/vendor/composer/LICENSE
share/nextcloud/apps/photos/vendor/composer/autoload_classmap.php
share/nextcloud/apps/photos/vendor/composer/autoload_namespaces.php
@@ -14070,6 +12687,8 @@ share/nextcloud/apps/photos/vendor/compo
share/nextcloud/apps/photos/vendor/composer/autoload_real.php
share/nextcloud/apps/photos/vendor/composer/autoload_static.php
share/nextcloud/apps/photos/vendor/composer/installed.json
+share/nextcloud/apps/photos/vendor/composer/installed.php
+share/nextcloud/apps/photos/vendor/composer/platform_check.php
share/nextcloud/apps/photos/vendor/hexogen/kdtree/.editorconfig
share/nextcloud/apps/photos/vendor/hexogen/kdtree/.github/CODE_OF_CONDUCT.md
share/nextcloud/apps/photos/vendor/hexogen/kdtree/.github/CONTRIBUTING.md
@@ -14111,9 +12730,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_base64_PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCI-65943f.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.map
+share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js
+share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.LICENSE.txt
+share/nextcloud/apps/privacy/js/privacy-node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.map
+share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js
+share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js.LICENSE.txt
+share/nextcloud/apps/privacy/js/privacy-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-0bd54f66_mjs.js.map
share/nextcloud/apps/privacy/l10n/af.js
share/nextcloud/apps/privacy/l10n/af.json
share/nextcloud/apps/privacy/l10n/ar.js
@@ -14168,6 +12794,8 @@ share/nextcloud/apps/privacy/l10n/it.js
share/nextcloud/apps/privacy/l10n/it.json
share/nextcloud/apps/privacy/l10n/ja.js
share/nextcloud/apps/privacy/l10n/ja.json
+share/nextcloud/apps/privacy/l10n/ka.js
+share/nextcloud/apps/privacy/l10n/ka.json
share/nextcloud/apps/privacy/l10n/ko.js
share/nextcloud/apps/privacy/l10n/ko.json
share/nextcloud/apps/privacy/l10n/lt_LT.js
@@ -14228,6 +12856,7 @@ 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/privacy/tsconfig.json
share/nextcloud/apps/provisioning_api/appinfo/info.xml
share/nextcloud/apps/provisioning_api/appinfo/routes.php
share/nextcloud/apps/provisioning_api/appinfo/signature.json
@@ -14279,6 +12908,8 @@ share/nextcloud/apps/provisioning_api/l1
share/nextcloud/apps/provisioning_api/l10n/hr.json
share/nextcloud/apps/provisioning_api/l10n/hu.js
share/nextcloud/apps/provisioning_api/l10n/hu.json
+share/nextcloud/apps/provisioning_api/l10n/is.js
+share/nextcloud/apps/provisioning_api/l10n/is.json
share/nextcloud/apps/provisioning_api/l10n/it.js
share/nextcloud/apps/provisioning_api/l10n/it.json
share/nextcloud/apps/provisioning_api/l10n/ja.js
@@ -14330,6 +12961,9 @@ share/nextcloud/apps/provisioning_api/li
share/nextcloud/apps/provisioning_api/lib/Listener/UserDeletedListener.php
share/nextcloud/apps/provisioning_api/lib/Middleware/Exceptions/NotSubAdminException.php
share/nextcloud/apps/provisioning_api/lib/Middleware/ProvisioningApiMiddleware.php
+share/nextcloud/apps/provisioning_api/lib/ResponseDefinitions.php
+share/nextcloud/apps/provisioning_api/openapi-administration.json
+share/nextcloud/apps/provisioning_api/openapi-full.json
share/nextcloud/apps/provisioning_api/openapi.json
share/nextcloud/apps/recommendations/LICENSE
share/nextcloud/apps/recommendations/appinfo/info.xml
@@ -14337,9 +12971,9 @@ share/nextcloud/apps/recommendations/app
share/nextcloud/apps/recommendations/appinfo/signature.json
share/nextcloud/apps/recommendations/composer.json
share/nextcloud/apps/recommendations/composer.lock
-share/nextcloud/apps/recommendations/js/files_recommendation-main.js
-share/nextcloud/apps/recommendations/js/files_recommendation-main.js.LICENSE.txt
-share/nextcloud/apps/recommendations/js/files_recommendation-main.js.map
+share/nextcloud/apps/recommendations/js/recommendations-main.js
+share/nextcloud/apps/recommendations/js/recommendations-main.js.LICENSE.txt
+share/nextcloud/apps/recommendations/js/recommendations-main.js.map
share/nextcloud/apps/recommendations/l10n/ar.js
share/nextcloud/apps/recommendations/l10n/ar.json
share/nextcloud/apps/recommendations/l10n/ast.js
@@ -14459,7 +13093,6 @@ share/nextcloud/apps/recommendations/lib
share/nextcloud/apps/recommendations/package-lock.json
share/nextcloud/apps/recommendations/package.json
share/nextcloud/apps/recommendations/webpack.config.js
-share/nextcloud/apps/related_resources/.nextcloudignore
share/nextcloud/apps/related_resources/CHANGELOG.md
share/nextcloud/apps/related_resources/LICENSE
share/nextcloud/apps/related_resources/appinfo/info.xml
@@ -14472,7 +13105,6 @@ share/nextcloud/apps/related_resources/j
share/nextcloud/apps/related_resources/js/related_resources.js.LICENSE.txt
share/nextcloud/apps/related_resources/js/related_resources.js.map
share/nextcloud/apps/related_resources/js/vendors-node_modules_nextcloud_vue_dist_Components_NcRelatedResourcesPanel_js.related_resources.js
-share/nextcloud/apps/related_resources/js/vendors-node_modules_nextcloud_vue_dist_Components_NcRelatedResourcesPanel_js.related_resources.js.LICENSE.txt
share/nextcloud/apps/related_resources/js/vendors-node_modules_nextcloud_vue_dist_Components_NcRelatedResourcesPanel_js.related_resources.js.map
share/nextcloud/apps/related_resources/l10n/af.js
share/nextcloud/apps/related_resources/l10n/af.json
@@ -14707,6 +13339,7 @@ share/nextcloud/apps/related_resources/l
share/nextcloud/apps/related_resources/lib/Model/RelatedResource.php
share/nextcloud/apps/related_resources/lib/Model/TalkActor.php
share/nextcloud/apps/related_resources/lib/Model/TalkRoom.php
+share/nextcloud/apps/related_resources/lib/RelatedResourceProviders/AccountRelatedResourceProvider.php
share/nextcloud/apps/related_resources/lib/RelatedResourceProviders/CalendarRelatedResourceProvider.php
share/nextcloud/apps/related_resources/lib/RelatedResourceProviders/DeckRelatedResourceProvider.php
share/nextcloud/apps/related_resources/lib/RelatedResourceProviders/FilesRelatedResourceProvider.php
@@ -14731,6 +13364,7 @@ share/nextcloud/apps/related_resources/p
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
share/nextcloud/apps/related_resources/vendor/composer/LICENSE
share/nextcloud/apps/related_resources/vendor/composer/autoload_classmap.php
share/nextcloud/apps/related_resources/vendor/composer/autoload_namespaces.php
@@ -14738,6 +13372,7 @@ share/nextcloud/apps/related_resources/v
share/nextcloud/apps/related_resources/vendor/composer/autoload_real.php
share/nextcloud/apps/related_resources/vendor/composer/autoload_static.php
share/nextcloud/apps/related_resources/vendor/composer/installed.json
+share/nextcloud/apps/related_resources/vendor/composer/installed.php
share/nextcloud/apps/serverinfo/AUTHORS.md
share/nextcloud/apps/serverinfo/CHANGELOG.md
share/nextcloud/apps/serverinfo/COPYING
@@ -14858,6 +13493,8 @@ share/nextcloud/apps/serverinfo/l10n/it.
share/nextcloud/apps/serverinfo/l10n/it.json
share/nextcloud/apps/serverinfo/l10n/ja.js
share/nextcloud/apps/serverinfo/l10n/ja.json
+share/nextcloud/apps/serverinfo/l10n/ka.js
+share/nextcloud/apps/serverinfo/l10n/ka.json
share/nextcloud/apps/serverinfo/l10n/ka_GE.js
share/nextcloud/apps/serverinfo/l10n/ka_GE.json
share/nextcloud/apps/serverinfo/l10n/kab.js
@@ -14943,14 +13580,17 @@ share/nextcloud/apps/serverinfo/lib/Cont
share/nextcloud/apps/serverinfo/lib/Controller/PageController.php
share/nextcloud/apps/serverinfo/lib/DatabaseStatistics.php
share/nextcloud/apps/serverinfo/lib/Jobs/UpdateStorageStats.php
-share/nextcloud/apps/serverinfo/lib/OperatingSystems/DefaultOs.php
+share/nextcloud/apps/serverinfo/lib/OperatingSystems/Dummy.php
share/nextcloud/apps/serverinfo/lib/OperatingSystems/FreeBSD.php
share/nextcloud/apps/serverinfo/lib/OperatingSystems/IOperatingSystem.php
+share/nextcloud/apps/serverinfo/lib/OperatingSystems/Linux.php
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/Disk.php
share/nextcloud/apps/serverinfo/lib/Resources/Memory.php
share/nextcloud/apps/serverinfo/lib/Resources/NetInterface.php
+share/nextcloud/apps/serverinfo/lib/Resources/ThermalZone.php
share/nextcloud/apps/serverinfo/lib/SessionStatistics.php
share/nextcloud/apps/serverinfo/lib/Settings/AdminSection.php
share/nextcloud/apps/serverinfo/lib/Settings/AdminSettings.php
@@ -14987,9 +13627,13 @@ share/nextcloud/apps/settings/img/help.s
share/nextcloud/apps/settings/img/password.svg
share/nextcloud/apps/settings/img/personal.png
share/nextcloud/apps/settings/img/personal.svg
+share/nextcloud/apps/settings/img/settings.svg
+share/nextcloud/apps/settings/img/settings_apps.svg
share/nextcloud/apps/settings/img/share.svg
share/nextcloud/apps/settings/img/toggle-filelist.svg
+share/nextcloud/apps/settings/img/users-white.svg
share/nextcloud/apps/settings/img/users.svg
+share/nextcloud/apps/settings/js/esm-test.mjs
share/nextcloud/apps/settings/js/federationscopemenu.js
share/nextcloud/apps/settings/js/federationsettingsview.js
share/nextcloud/apps/settings/js/security_password.js
@@ -15094,6 +13738,8 @@ share/nextcloud/apps/settings/l10n/it.js
share/nextcloud/apps/settings/l10n/it.json
share/nextcloud/apps/settings/l10n/ja.js
share/nextcloud/apps/settings/l10n/ja.json
+share/nextcloud/apps/settings/l10n/ka.js
+share/nextcloud/apps/settings/l10n/ka.json
share/nextcloud/apps/settings/l10n/ka_GE.js
share/nextcloud/apps/settings/l10n/ka_GE.json
share/nextcloud/apps/settings/l10n/ko.js
@@ -15159,6 +13805,9 @@ share/nextcloud/apps/settings/lib/Activi
share/nextcloud/apps/settings/lib/Activity/Setting.php
share/nextcloud/apps/settings/lib/AppInfo/Application.php
share/nextcloud/apps/settings/lib/BackgroundJobs/VerifyUserData.php
+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/Controller/AISettingsController.php
share/nextcloud/apps/settings/lib/Controller/AdminSettingsController.php
share/nextcloud/apps/settings/lib/Controller/AppSettingsController.php
@@ -15216,13 +13865,39 @@ share/nextcloud/apps/settings/lib/Settin
share/nextcloud/apps/settings/lib/Settings/Personal/Security/TwoFactor.php
share/nextcloud/apps/settings/lib/Settings/Personal/Security/WebAuthn.php
share/nextcloud/apps/settings/lib/Settings/Personal/ServerDevNotice.php
+share/nextcloud/apps/settings/lib/SetupChecks/AppDirsWithDifferentOwner.php
+share/nextcloud/apps/settings/lib/SetupChecks/BruteForceThrottler.php
share/nextcloud/apps/settings/lib/SetupChecks/CheckUserCertificates.php
-share/nextcloud/apps/settings/lib/SetupChecks/LdapInvalidUuids.php
+share/nextcloud/apps/settings/lib/SetupChecks/CodeIntegrity.php
+share/nextcloud/apps/settings/lib/SetupChecks/CronErrors.php
+share/nextcloud/apps/settings/lib/SetupChecks/CronInfo.php
+share/nextcloud/apps/settings/lib/SetupChecks/DatabaseHasMissingColumns.php
+share/nextcloud/apps/settings/lib/SetupChecks/DatabaseHasMissingIndices.php
+share/nextcloud/apps/settings/lib/SetupChecks/DatabaseHasMissingPrimaryKeys.php
+share/nextcloud/apps/settings/lib/SetupChecks/DatabasePendingBigIntConversions.php
+share/nextcloud/apps/settings/lib/SetupChecks/DefaultPhoneRegionSet.php
+share/nextcloud/apps/settings/lib/SetupChecks/EmailTestSuccessful.php
+share/nextcloud/apps/settings/lib/SetupChecks/FileLocking.php
+share/nextcloud/apps/settings/lib/SetupChecks/ForwardedForHeaders.php
+share/nextcloud/apps/settings/lib/SetupChecks/InternetConnectivity.php
+share/nextcloud/apps/settings/lib/SetupChecks/JavaScriptModules.php
share/nextcloud/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php
-share/nextcloud/apps/settings/lib/SetupChecks/NeedsSystemAddressBookSync.php
+share/nextcloud/apps/settings/lib/SetupChecks/MaintenanceWindowStart.php
+share/nextcloud/apps/settings/lib/SetupChecks/MemcacheConfigured.php
+share/nextcloud/apps/settings/lib/SetupChecks/OverwriteCliUrl.php
share/nextcloud/apps/settings/lib/SetupChecks/PhpDefaultCharset.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpFreetypeSupport.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpGetEnv.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpMemoryLimit.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpModules.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
+share/nextcloud/apps/settings/lib/SetupChecks/PhpOutdated.php
share/nextcloud/apps/settings/lib/SetupChecks/PhpOutputBuffering.php
+share/nextcloud/apps/settings/lib/SetupChecks/RandomnessSecure.php
+share/nextcloud/apps/settings/lib/SetupChecks/ReadOnlyConfig.php
share/nextcloud/apps/settings/lib/SetupChecks/SupportedDatabase.php
+share/nextcloud/apps/settings/lib/SetupChecks/SystemIs64bit.php
+share/nextcloud/apps/settings/lib/SetupChecks/TransactionIsolation.php
share/nextcloud/apps/settings/lib/UserMigration/AccountMigrator.php
share/nextcloud/apps/settings/lib/UserMigration/AccountMigratorException.php
share/nextcloud/apps/settings/lib/WellKnown/ChangePasswordHandler.php
@@ -15346,6 +14021,8 @@ share/nextcloud/apps/sharebymail/l10n/it
share/nextcloud/apps/sharebymail/l10n/it.json
share/nextcloud/apps/sharebymail/l10n/ja.js
share/nextcloud/apps/sharebymail/l10n/ja.json
+share/nextcloud/apps/sharebymail/l10n/ka.js
+share/nextcloud/apps/sharebymail/l10n/ka.json
share/nextcloud/apps/sharebymail/l10n/ka_GE.js
share/nextcloud/apps/sharebymail/l10n/ka_GE.json
share/nextcloud/apps/sharebymail/l10n/ko.js
@@ -15364,6 +14041,8 @@ share/nextcloud/apps/sharebymail/l10n/pt
share/nextcloud/apps/sharebymail/l10n/pt_BR.json
share/nextcloud/apps/sharebymail/l10n/pt_PT.js
share/nextcloud/apps/sharebymail/l10n/pt_PT.json
+share/nextcloud/apps/sharebymail/l10n/ro.js
+share/nextcloud/apps/sharebymail/l10n/ro.json
share/nextcloud/apps/sharebymail/l10n/ru.js
share/nextcloud/apps/sharebymail/l10n/ru.json
share/nextcloud/apps/sharebymail/l10n/sc.js
@@ -15394,6 +14073,7 @@ share/nextcloud/apps/sharebymail/lib/Cap
share/nextcloud/apps/sharebymail/lib/Settings/Admin.php
share/nextcloud/apps/sharebymail/lib/Settings/SettingsManager.php
share/nextcloud/apps/sharebymail/lib/ShareByMailProvider.php
+share/nextcloud/apps/sharebymail/openapi.json
share/nextcloud/apps/sharebymail/templates/settings-admin.php
share/nextcloud/apps/support/appinfo/info.xml
share/nextcloud/apps/support/appinfo/routes.php
@@ -15654,6 +14334,8 @@ share/nextcloud/apps/survey_client/l10n/
share/nextcloud/apps/survey_client/l10n/it.json
share/nextcloud/apps/survey_client/l10n/ja.js
share/nextcloud/apps/survey_client/l10n/ja.json
+share/nextcloud/apps/survey_client/l10n/ka.js
+share/nextcloud/apps/survey_client/l10n/ka.json
share/nextcloud/apps/survey_client/l10n/ka_GE.js
share/nextcloud/apps/survey_client/l10n/ka_GE.json
share/nextcloud/apps/survey_client/l10n/ko.js
@@ -15721,7 +14403,6 @@ share/nextcloud/apps/survey_client/lib/S
share/nextcloud/apps/survey_client/lib/Settings/AdminSettings.php
share/nextcloud/apps/survey_client/templates/admin.php
share/nextcloud/apps/suspicious_login/.babelrc.js
-share/nextcloud/apps/suspicious_login/.nextcloudignore
share/nextcloud/apps/suspicious_login/CHANGELOG.md
share/nextcloud/apps/suspicious_login/COPYING
share/nextcloud/apps/suspicious_login/appinfo/info.xml
@@ -15803,6 +14484,8 @@ share/nextcloud/apps/suspicious_login/l1
share/nextcloud/apps/suspicious_login/l10n/pt_BR.json
share/nextcloud/apps/suspicious_login/l10n/pt_PT.js
share/nextcloud/apps/suspicious_login/l10n/pt_PT.json
+share/nextcloud/apps/suspicious_login/l10n/ro.js
+share/nextcloud/apps/suspicious_login/l10n/ro.json
share/nextcloud/apps/suspicious_login/l10n/ru.js
share/nextcloud/apps/suspicious_login/l10n/ru.json
share/nextcloud/apps/suspicious_login/l10n/sc.js
@@ -16125,6 +14808,7 @@ share/nextcloud/apps/suspicious_login/ve
share/nextcloud/apps/suspicious_login/vendor/amphp/sync/src/functions.php
share/nextcloud/apps/suspicious_login/vendor/autoload.php
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
share/nextcloud/apps/suspicious_login/vendor/composer/autoload_classmap.php
share/nextcloud/apps/suspicious_login/vendor/composer/autoload_files.php
@@ -16133,6 +14817,8 @@ share/nextcloud/apps/suspicious_login/ve
share/nextcloud/apps/suspicious_login/vendor/composer/autoload_real.php
share/nextcloud/apps/suspicious_login/vendor/composer/autoload_static.php
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/darsyn/ip/.gitattributes
share/nextcloud/apps/suspicious_login/vendor/darsyn/ip/.gitignore
share/nextcloud/apps/suspicious_login/vendor/darsyn/ip/CHANGELOG.md
@@ -17414,9 +16100,7 @@ share/nextcloud/apps/systemtags/composer
share/nextcloud/apps/systemtags/composer/composer/autoload_static.php
share/nextcloud/apps/systemtags/composer/composer/installed.json
share/nextcloud/apps/systemtags/composer/composer/installed.php
-share/nextcloud/apps/systemtags/css/settings.css
share/nextcloud/apps/systemtags/img/app.svg
-share/nextcloud/apps/systemtags/js/admin.js
share/nextcloud/apps/systemtags/l10n/ar.js
share/nextcloud/apps/systemtags/l10n/ar.json
share/nextcloud/apps/systemtags/l10n/ast.js
@@ -17513,6 +16197,8 @@ share/nextcloud/apps/systemtags/l10n/it.
share/nextcloud/apps/systemtags/l10n/it.json
share/nextcloud/apps/systemtags/l10n/ja.js
share/nextcloud/apps/systemtags/l10n/ja.json
+share/nextcloud/apps/systemtags/l10n/ka.js
+share/nextcloud/apps/systemtags/l10n/ka.json
share/nextcloud/apps/systemtags/l10n/ka_GE.js
share/nextcloud/apps/systemtags/l10n/ka_GE.json
share/nextcloud/apps/systemtags/l10n/km.js
@@ -17585,10 +16271,12 @@ share/nextcloud/apps/systemtags/lib/Acti
share/nextcloud/apps/systemtags/lib/Activity/Provider.php
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/Controller/LastUsedController.php
share/nextcloud/apps/systemtags/lib/Search/TagSearchProvider.php
share/nextcloud/apps/systemtags/lib/Settings/Admin.php
share/nextcloud/apps/systemtags/list.php
+share/nextcloud/apps/systemtags/openapi.json
share/nextcloud/apps/systemtags/templates/admin.php
share/nextcloud/apps/systemtags/templates/list.php
share/nextcloud/apps/text/CHANGELOG.md
@@ -17611,10 +16299,6 @@ 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/print.scss
-share/nextcloud/apps/text/css/prosemirror.scss
-share/nextcloud/apps/text/css/style.scss
-share/nextcloud/apps/text/css/variables.scss
share/nextcloud/apps/text/img/app-dark.svg
share/nextcloud/apps/text/img/app.png
share/nextcloud/apps/text/img/app.svg
@@ -17624,6 +16308,13 @@ share/nextcloud/apps/text/img/screenshot
share/nextcloud/apps/text/img/screenshots/screenshot2.png
share/nextcloud/apps/text/img/screenshots/screenshot3.gif
share/nextcloud/apps/text/index.html
+share/nextcloud/apps/text/js/611b3a44bd59d3f2f2b7.svg
+share/nextcloud/apps/text/js/84454dcbb8cc5ec32c4e.svg
+share/nextcloud/apps/text/js/8ef4fd4b0bf5c12e8887.svg
+share/nextcloud/apps/text/js/9abe16601ec156375395.svg
+share/nextcloud/apps/text/js/data_image_svg_xml_base64_PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCI-ee3047.js
+share/nextcloud/apps/text/js/data_image_svg_xml_base64_PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCI-ee3047.js.LICENSE.txt
+share/nextcloud/apps/text/js/data_image_svg_xml_base64_PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCI-ee3047.js.map
share/nextcloud/apps/text/js/editor-collab.js
share/nextcloud/apps/text/js/editor-collab.js.map
share/nextcloud/apps/text/js/editor-guest.js
@@ -17632,6 +16323,7 @@ share/nextcloud/apps/text/js/editor.js
share/nextcloud/apps/text/js/editor.js.LICENSE.txt
share/nextcloud/apps/text/js/editor.js.map
share/nextcloud/apps/text/js/files-modal.js
+share/nextcloud/apps/text/js/files-modal.js.LICENSE.txt
share/nextcloud/apps/text/js/files-modal.js.map
share/nextcloud/apps/text/js/highlight/1c-js-js.js
share/nextcloud/apps/text/js/highlight/1c-js-js.js.map
@@ -18401,12 +17093,52 @@ share/nextcloud/apps/text/js/highlight/z
share/nextcloud/apps/text/js/highlight/zephir-js-js.js.map
share/nextcloud/apps/text/js/highlight/zephir.js
share/nextcloud/apps/text/js/highlight/zephir.js.map
+share/nextcloud/apps/text/js/mermaid.js
+share/nextcloud/apps/text/js/mermaid.js.LICENSE.txt
+share/nextcloud/apps/text/js/mermaid.js.map
+share/nextcloud/apps/text/js/node_modules_d3-sankey_src_sankey_js-node_modules_d3-sankey_src_sankeyLinkHorizontal_js.js
+share/nextcloud/apps/text/js/node_modules_d3-sankey_src_sankey_js-node_modules_d3-sankey_src_sankeyLinkHorizontal_js.js.map
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_dagre-js_label_add-html-label_js-node_modules_dagre-d3-es_src_gr-77e053.js
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_dagre-js_label_add-html-label_js-node_modules_dagre-d3-es_src_gr-77e053.js.map
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-_c4980.js
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-_c4980.js.map
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-_c4981.js
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-_c4981.js.map
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-node_modules_dagre-d3-es_src_index_js-node_modu-e535e5.js
+share/nextcloud/apps/text/js/node_modules_dagre-d3-es_src_graphlib_json_js-node_modules_dagre-d3-es_src_index_js-node_modu-e535e5.js.map
+share/nextcloud/apps/text/js/node_modules_dayjs_plugin_advancedFormat_js-node_modules_dayjs_plugin_customParseFormat_js-no-96543d.js
+share/nextcloud/apps/text/js/node_modules_dayjs_plugin_advancedFormat_js-node_modules_dayjs_plugin_customParseFormat_js-no-96543d.js.map
+share/nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js
+share/nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.LICENSE.txt
+share/nextcloud/apps/text/js/node_modules_nextcloud_dialogs_dist_chunks_index-c0bccfab_mjs.js.map
+share/nextcloud/apps/text/js/node_modules_uuid_dist_esm-browser_v5_js.js
+share/nextcloud/apps/text/js/node_modules_uuid_dist_esm-browser_v5_js.js.map
+share/nextcloud/apps/text/js/src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_base64_PHN-ffd735.js
+share/nextcloud/apps/text/js/src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_base64_PHN-ffd735.js.LICENSE.txt
+share/nextcloud/apps/text/js/src_extensions_index_js-src_components_Editor_EditorOutline_vue-data_image_svg_xml_base64_PHN-ffd735.js.map
+share/nextcloud/apps/text/js/src_helpers_files_js-src_components_ViewerComponent_vue.js
+share/nextcloud/apps/text/js/src_helpers_files_js-src_components_ViewerComponent_vue.js.LICENSE.txt
+share/nextcloud/apps/text/js/src_helpers_files_js-src_components_ViewerComponent_vue.js.map
+share/nextcloud/apps/text/js/src_helpers_files_js.js
+share/nextcloud/apps/text/js/src_helpers_files_js.js.LICENSE.txt
+share/nextcloud/apps/text/js/src_helpers_files_js.js.map
+share/nextcloud/apps/text/js/src_store_index_js.js
+share/nextcloud/apps/text/js/src_store_index_js.js.LICENSE.txt
+share/nextcloud/apps/text/js/src_store_index_js.js.map
+share/nextcloud/apps/text/js/src_views_FilesSettings_vue.js
+share/nextcloud/apps/text/js/src_views_FilesSettings_vue.js.map
+share/nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_Functions_emoji_mjs-node_modules_-0e99a0.js
+share/nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_Functions_emoji_mjs-node_modules_-0e99a0.js.LICENSE.txt
+share/nextcloud/apps/text/js/src_views_RichWorkspace_vue-node_modules_nextcloud_vue_dist_Functions_emoji_mjs-node_modules_-0e99a0.js.map
share/nextcloud/apps/text/js/text-editors.js
share/nextcloud/apps/text/js/text-editors.js.LICENSE.txt
share/nextcloud/apps/text/js/text-editors.js.map
share/nextcloud/apps/text/js/text-files.js
share/nextcloud/apps/text/js/text-files.js.LICENSE.txt
share/nextcloud/apps/text/js/text-files.js.map
+share/nextcloud/apps/text/js/text-init.js
+share/nextcloud/apps/text/js/text-init.js.LICENSE.txt
+share/nextcloud/apps/text/js/text-init.js.map
share/nextcloud/apps/text/js/text-public.js
share/nextcloud/apps/text/js/text-public.js.LICENSE.txt
share/nextcloud/apps/text/js/text-public.js.map
@@ -18416,9 +17148,36 @@ share/nextcloud/apps/text/js/text-text.j
share/nextcloud/apps/text/js/text-viewer.js
share/nextcloud/apps/text/js/text-viewer.js.LICENSE.txt
share/nextcloud/apps/text/js/text-viewer.js.map
-share/nextcloud/apps/text/js/vendors.js
-share/nextcloud/apps/text/js/vendors.js.LICENSE.txt
-share/nextcloud/apps/text/js/vendors.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_braintree_sanitize-url_dist_index_js-node_modules_quartzy_markdown-it-me-a38efe.js
+share/nextcloud/apps/text/js/vendors-node_modules_braintree_sanitize-url_dist_index_js-node_modules_quartzy_markdown-it-me-a38efe.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_braintree_sanitize-url_dist_index_js-node_modules_quartzy_markdown-it-me-a38efe.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_cytoscape-cose-bilkent_cytoscape-cose-bilkent_js-node_modules_cytoscape_-d92e99.js
+share/nextcloud/apps/text/js/vendors-node_modules_cytoscape-cose-bilkent_cytoscape-cose-bilkent_js-node_modules_cytoscape_-d92e99.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_cytoscape-cose-bilkent_cytoscape-cose-bilkent_js-node_modules_cytoscape_-d92e99.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_dagre-d3-es_src_dagre_index_js.js
+share/nextcloud/apps/text/js/vendors-node_modules_dagre-d3-es_src_dagre_index_js.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_elkjs_lib_elk_bundled_js.js
+share/nextcloud/apps/text/js/vendors-node_modules_elkjs_lib_elk_bundled_js.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_mdast-util-from-markdown_lib_index_js.js
+share/nextcloud/apps/text/js/vendors-node_modules_mdast-util-from-markdown_lib_index_js.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_es_mjs.js
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_es_mjs.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_axios_dist_index_es_mjs.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_debounce_index_js-n-fb95d0.js
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_debounce_index_js-n-fb95d0.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_browser-storage_dist_index_js-node_modules_debounce_index_js-n-fb95d0.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_index_mjs.js
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_index_mjs.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_dialogs_dist_index_mjs.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_vue_dist_index_mjs.js
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_vue_dist_index_mjs.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_nextcloud_vue_dist_index_mjs.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_path-normalize_lib_index_js-node_modules_proxy-polyfill_src_index_js-nod-f7876f.js
+share/nextcloud/apps/text/js/vendors-node_modules_path-normalize_lib_index_js-node_modules_proxy-polyfill_src_index_js-nod-f7876f.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_path-normalize_lib_index_js-node_modules_proxy-polyfill_src_index_js-nod-f7876f.js.map
+share/nextcloud/apps/text/js/vendors-node_modules_vue_dist_vue_runtime_esm_js.js
+share/nextcloud/apps/text/js/vendors-node_modules_vue_dist_vue_runtime_esm_js.js.LICENSE.txt
+share/nextcloud/apps/text/js/vendors-node_modules_vue_dist_vue_runtime_esm_js.js.map
share/nextcloud/apps/text/l10n/af.js
share/nextcloud/apps/text/l10n/af.json
share/nextcloud/apps/text/l10n/ar.js
@@ -18521,10 +17280,14 @@ share/nextcloud/apps/text/l10n/it.js
share/nextcloud/apps/text/l10n/it.json
share/nextcloud/apps/text/l10n/ja.js
share/nextcloud/apps/text/l10n/ja.json
+share/nextcloud/apps/text/l10n/ka.js
+share/nextcloud/apps/text/l10n/ka.json
share/nextcloud/apps/text/l10n/ka_GE.js
share/nextcloud/apps/text/l10n/ka_GE.json
share/nextcloud/apps/text/l10n/kab.js
share/nextcloud/apps/text/l10n/kab.json
+share/nextcloud/apps/text/l10n/km.js
+share/nextcloud/apps/text/l10n/km.json
share/nextcloud/apps/text/l10n/ko.js
share/nextcloud/apps/text/l10n/ko.json
share/nextcloud/apps/text/l10n/lb.js
@@ -18590,10 +17353,12 @@ share/nextcloud/apps/text/l10n/zh_TW.jso
share/nextcloud/apps/text/lib/AppInfo/Application.php
share/nextcloud/apps/text/lib/Command/ResetDocument.php
share/nextcloud/apps/text/lib/Controller/AttachmentController.php
+share/nextcloud/apps/text/lib/Controller/ISessionAwareController.php
share/nextcloud/apps/text/lib/Controller/NavigationController.php
share/nextcloud/apps/text/lib/Controller/PublicSessionController.php
share/nextcloud/apps/text/lib/Controller/SessionController.php
share/nextcloud/apps/text/lib/Controller/SettingsController.php
+share/nextcloud/apps/text/lib/Controller/TSessionAwareController.php
share/nextcloud/apps/text/lib/Controller/UserApiController.php
share/nextcloud/apps/text/lib/Controller/WorkspaceController.php
share/nextcloud/apps/text/lib/Cron/Cleanup.php
@@ -18609,6 +17374,7 @@ share/nextcloud/apps/text/lib/DirectEdit
share/nextcloud/apps/text/lib/Event/LoadEditor.php
share/nextcloud/apps/text/lib/Exception/DocumentHasUnsavedChangesException.php
share/nextcloud/apps/text/lib/Exception/DocumentSaveConflictException.php
+share/nextcloud/apps/text/lib/Exception/InvalidSessionException.php
share/nextcloud/apps/text/lib/Exception/UploadException.php
share/nextcloud/apps/text/lib/Exception/VersionMismatchException.php
share/nextcloud/apps/text/lib/Listeners/AddMissingIndicesListener.php
@@ -18621,6 +17387,9 @@ share/nextcloud/apps/text/lib/Listeners/
share/nextcloud/apps/text/lib/Listeners/LoadViewerListener.php
share/nextcloud/apps/text/lib/Listeners/NodeCopiedListener.php
share/nextcloud/apps/text/lib/Listeners/RegisterDirectEditorEventListener.php
+share/nextcloud/apps/text/lib/Middleware/Attribute/RequireDocumentSession.php
+share/nextcloud/apps/text/lib/Middleware/Attribute/RequireDocumentSessionOrUserOrShareToken.php
+share/nextcloud/apps/text/lib/Middleware/SessionMiddleware.php
share/nextcloud/apps/text/lib/Migration/ResetSessionsBeforeYjs.php
share/nextcloud/apps/text/lib/Migration/Version010000Date20190617184535.php
share/nextcloud/apps/text/lib/Migration/Version030001Date20200402075029.php
@@ -18628,6 +17397,7 @@ share/nextcloud/apps/text/lib/Migration/
share/nextcloud/apps/text/lib/Migration/Version030201Date20201116123153.php
share/nextcloud/apps/text/lib/Migration/Version030501Date20220202101853.php
share/nextcloud/apps/text/lib/Migration/Version030701Date20230207131313.php
+share/nextcloud/apps/text/lib/Migration/Version030901Date20231114150437.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
@@ -18639,9 +17409,11 @@ share/nextcloud/apps/text/lib/Service/No
share/nextcloud/apps/text/lib/Service/SessionService.php
share/nextcloud/apps/text/lib/Service/WorkspaceService.php
share/nextcloud/apps/text/lib/TextFile.php
+share/nextcloud/apps/text/lib/YjsMessage.php
share/nextcloud/apps/text/package-lock.json
share/nextcloud/apps/text/package.json
share/nextcloud/apps/text/templates/main.php
+share/nextcloud/apps/text/webpack.config.js
share/nextcloud/apps/theming/appinfo/info.xml
share/nextcloud/apps/theming/appinfo/routes.php
share/nextcloud/apps/theming/appinfo/signature.json
@@ -18801,6 +17573,8 @@ share/nextcloud/apps/theming/l10n/it.js
share/nextcloud/apps/theming/l10n/it.json
share/nextcloud/apps/theming/l10n/ja.js
share/nextcloud/apps/theming/l10n/ja.json
+share/nextcloud/apps/theming/l10n/ka.js
+share/nextcloud/apps/theming/l10n/ka.json
share/nextcloud/apps/theming/l10n/ka_GE.js
share/nextcloud/apps/theming/l10n/ka_GE.json
share/nextcloud/apps/theming/l10n/ko.js
@@ -18864,6 +17638,7 @@ share/nextcloud/apps/theming/lib/Listene
share/nextcloud/apps/theming/lib/Migration/InitBackgroundImagesMigration.php
share/nextcloud/apps/theming/lib/Migration/MigrateAdminConfig.php
share/nextcloud/apps/theming/lib/Migration/MigrateUserConfig.php
+share/nextcloud/apps/theming/lib/ResponseDefinitions.php
share/nextcloud/apps/theming/lib/Service/BackgroundService.php
share/nextcloud/apps/theming/lib/Service/JSDataService.php
share/nextcloud/apps/theming/lib/Service/ThemeInjectionService.php
@@ -18872,6 +17647,7 @@ share/nextcloud/apps/theming/lib/Setting
share/nextcloud/apps/theming/lib/Settings/AdminSection.php
share/nextcloud/apps/theming/lib/Settings/Personal.php
share/nextcloud/apps/theming/lib/Settings/PersonalSection.php
+share/nextcloud/apps/theming/lib/SetupChecks/PhpImagickModule.php
share/nextcloud/apps/theming/lib/Themes/CommonThemeTrait.php
share/nextcloud/apps/theming/lib/Themes/DarkHighContrastTheme.php
share/nextcloud/apps/theming/lib/Themes/DarkTheme.php
@@ -18985,6 +17761,8 @@ share/nextcloud/apps/twofactor_backupcod
share/nextcloud/apps/twofactor_backupcodes/l10n/it.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ja.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ja.json
+share/nextcloud/apps/twofactor_backupcodes/l10n/ka.js
+share/nextcloud/apps/twofactor_backupcodes/l10n/ka.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.js
share/nextcloud/apps/twofactor_backupcodes/l10n/ka_GE.json
share/nextcloud/apps/twofactor_backupcodes/l10n/ko.js
@@ -19057,7 +17835,6 @@ share/nextcloud/apps/twofactor_backupcod
share/nextcloud/apps/twofactor_backupcodes/lib/Settings/Personal.php
share/nextcloud/apps/twofactor_backupcodes/templates/challenge.php
share/nextcloud/apps/twofactor_backupcodes/templates/personal.php
-share/nextcloud/apps/twofactor_totp/.nextcloudignore
share/nextcloud/apps/twofactor_totp/AUTHORS.md
share/nextcloud/apps/twofactor_totp/CHANGELOG.md
share/nextcloud/apps/twofactor_totp/COPYING
@@ -19169,6 +17946,8 @@ share/nextcloud/apps/twofactor_totp/l10n
share/nextcloud/apps/twofactor_totp/l10n/it.json
share/nextcloud/apps/twofactor_totp/l10n/ja.js
share/nextcloud/apps/twofactor_totp/l10n/ja.json
+share/nextcloud/apps/twofactor_totp/l10n/ka.js
+share/nextcloud/apps/twofactor_totp/l10n/ka.json
share/nextcloud/apps/twofactor_totp/l10n/ka_GE.js
share/nextcloud/apps/twofactor_totp/l10n/ka_GE.json
share/nextcloud/apps/twofactor_totp/l10n/ko.js
@@ -19259,12 +18038,17 @@ share/nextcloud/apps/twofactor_totp/scre
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-bin/psalm/composer.json
+share/nextcloud/apps/twofactor_totp/vendor-bin/psalm/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
share/nextcloud/apps/twofactor_totp/vendor/christian-riesen/base32/src/Base32.php
share/nextcloud/apps/twofactor_totp/vendor/christian-riesen/base32/src/Base32Hex.php
share/nextcloud/apps/twofactor_totp/vendor/composer/ClassLoader.php
+share/nextcloud/apps/twofactor_totp/vendor/composer/InstalledVersions.php
share/nextcloud/apps/twofactor_totp/vendor/composer/LICENSE
share/nextcloud/apps/twofactor_totp/vendor/composer/autoload_classmap.php
share/nextcloud/apps/twofactor_totp/vendor/composer/autoload_namespaces.php
@@ -19272,6 +18056,8 @@ share/nextcloud/apps/twofactor_totp/vend
share/nextcloud/apps/twofactor_totp/vendor/composer/autoload_real.php
share/nextcloud/apps/twofactor_totp/vendor/composer/autoload_static.php
share/nextcloud/apps/twofactor_totp/vendor/composer/installed.json
+share/nextcloud/apps/twofactor_totp/vendor/composer/installed.php
+share/nextcloud/apps/twofactor_totp/vendor/composer/platform_check.php
share/nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/.travis.yml
share/nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/LICENSE
share/nextcloud/apps/twofactor_totp/vendor/rullzer/easytotp/composer.json
@@ -19401,6 +18187,8 @@ share/nextcloud/apps/updatenotification/
share/nextcloud/apps/updatenotification/l10n/it.json
share/nextcloud/apps/updatenotification/l10n/ja.js
share/nextcloud/apps/updatenotification/l10n/ja.json
+share/nextcloud/apps/updatenotification/l10n/ka.js
+share/nextcloud/apps/updatenotification/l10n/ka.json
share/nextcloud/apps/updatenotification/l10n/ka_GE.js
share/nextcloud/apps/updatenotification/l10n/ka_GE.json
share/nextcloud/apps/updatenotification/l10n/ko.js
@@ -19460,8 +18248,10 @@ share/nextcloud/apps/updatenotification/
share/nextcloud/apps/updatenotification/lib/Notification/BackgroundJob.php
share/nextcloud/apps/updatenotification/lib/Notification/Notifier.php
share/nextcloud/apps/updatenotification/lib/ResetTokenBackgroundJob.php
+share/nextcloud/apps/updatenotification/lib/ResponseDefinitions.php
share/nextcloud/apps/updatenotification/lib/Settings/Admin.php
share/nextcloud/apps/updatenotification/lib/UpdateChecker.php
+share/nextcloud/apps/updatenotification/openapi.json
share/nextcloud/apps/updatenotification/templates/admin.php
share/nextcloud/apps/user_ldap/ajax/clearMappings.php
share/nextcloud/apps/user_ldap/ajax/deleteConfiguration.php
@@ -19646,6 +18436,8 @@ share/nextcloud/apps/user_ldap/l10n/it.j
share/nextcloud/apps/user_ldap/l10n/it.json
share/nextcloud/apps/user_ldap/l10n/ja.js
share/nextcloud/apps/user_ldap/l10n/ja.json
+share/nextcloud/apps/user_ldap/l10n/ka.js
+share/nextcloud/apps/user_ldap/l10n/ka.json
share/nextcloud/apps/user_ldap/l10n/ka_GE.js
share/nextcloud/apps/user_ldap/l10n/ka_GE.json
share/nextcloud/apps/user_ldap/l10n/km.js
@@ -19742,9 +18534,11 @@ share/nextcloud/apps/user_ldap/lib/Acces
share/nextcloud/apps/user_ldap/lib/AccessFactory.php
share/nextcloud/apps/user_ldap/lib/AppInfo/Application.php
share/nextcloud/apps/user_ldap/lib/BackendUtility.php
+share/nextcloud/apps/user_ldap/lib/Command/CheckGroup.php
share/nextcloud/apps/user_ldap/lib/Command/CheckUser.php
share/nextcloud/apps/user_ldap/lib/Command/CreateEmptyConfig.php
share/nextcloud/apps/user_ldap/lib/Command/DeleteConfig.php
+share/nextcloud/apps/user_ldap/lib/Command/PromoteGroup.php
share/nextcloud/apps/user_ldap/lib/Command/ResetGroup.php
share/nextcloud/apps/user_ldap/lib/Command/ResetUser.php
share/nextcloud/apps/user_ldap/lib/Command/Search.php
@@ -19759,6 +18553,8 @@ share/nextcloud/apps/user_ldap/lib/Conne
share/nextcloud/apps/user_ldap/lib/Controller/ConfigAPIController.php
share/nextcloud/apps/user_ldap/lib/Controller/RenewPasswordController.php
share/nextcloud/apps/user_ldap/lib/DataCollector/LdapDataCollector.php
+share/nextcloud/apps/user_ldap/lib/Db/GroupMembership.php
+share/nextcloud/apps/user_ldap/lib/Db/GroupMembershipMapper.php
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
@@ -19783,6 +18579,7 @@ share/nextcloud/apps/user_ldap/lib/LDAP.
share/nextcloud/apps/user_ldap/lib/LDAPProvider.php
share/nextcloud/apps/user_ldap/lib/LDAPProviderFactory.php
share/nextcloud/apps/user_ldap/lib/LDAPUtility.php
+share/nextcloud/apps/user_ldap/lib/LoginListener.php
share/nextcloud/apps/user_ldap/lib/Mapping/AbstractMapping.php
share/nextcloud/apps/user_ldap/lib/Mapping/GroupMapping.php
share/nextcloud/apps/user_ldap/lib/Mapping/UserMapping.php
@@ -19801,11 +18598,15 @@ share/nextcloud/apps/user_ldap/lib/Migra
share/nextcloud/apps/user_ldap/lib/Migration/Version1130Date20220110154718.php
share/nextcloud/apps/user_ldap/lib/Migration/Version1130Date20220110154719.php
share/nextcloud/apps/user_ldap/lib/Migration/Version1141Date20220323143801.php
+share/nextcloud/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php
+share/nextcloud/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php
share/nextcloud/apps/user_ldap/lib/Notification/Notifier.php
share/nextcloud/apps/user_ldap/lib/PagedResults/TLinkId.php
share/nextcloud/apps/user_ldap/lib/Proxy.php
+share/nextcloud/apps/user_ldap/lib/Service/UpdateGroupsService.php
share/nextcloud/apps/user_ldap/lib/Settings/Admin.php
share/nextcloud/apps/user_ldap/lib/Settings/Section.php
+share/nextcloud/apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php
share/nextcloud/apps/user_ldap/lib/User/DeletedUsersIndex.php
share/nextcloud/apps/user_ldap/lib/User/Manager.php
share/nextcloud/apps/user_ldap/lib/User/OfflineUser.php
@@ -19815,6 +18616,7 @@ share/nextcloud/apps/user_ldap/lib/User_
share/nextcloud/apps/user_ldap/lib/User_Proxy.php
share/nextcloud/apps/user_ldap/lib/Wizard.php
share/nextcloud/apps/user_ldap/lib/WizardResult.php
+share/nextcloud/apps/user_ldap/openapi.json
share/nextcloud/apps/user_ldap/templates/part.settingcontrols.php
share/nextcloud/apps/user_ldap/templates/part.wizard-groupfilter.php
share/nextcloud/apps/user_ldap/templates/part.wizard-loginfilter.php
@@ -19852,6 +18654,8 @@ share/nextcloud/apps/user_status/l10n/af
share/nextcloud/apps/user_status/l10n/af.json
share/nextcloud/apps/user_status/l10n/ar.js
share/nextcloud/apps/user_status/l10n/ar.json
+share/nextcloud/apps/user_status/l10n/ast.js
+share/nextcloud/apps/user_status/l10n/ast.json
share/nextcloud/apps/user_status/l10n/bg.js
share/nextcloud/apps/user_status/l10n/bg.json
share/nextcloud/apps/user_status/l10n/ca.js
@@ -19953,6 +18757,7 @@ share/nextcloud/apps/user_status/lib/Bac
share/nextcloud/apps/user_status/lib/Capabilities.php
share/nextcloud/apps/user_status/lib/Connector/UserStatus.php
share/nextcloud/apps/user_status/lib/Connector/UserStatusProvider.php
+share/nextcloud/apps/user_status/lib/ContactsMenu/StatusProvider.php
share/nextcloud/apps/user_status/lib/Controller/HeartbeatController.php
share/nextcloud/apps/user_status/lib/Controller/PredefinedStatusController.php
share/nextcloud/apps/user_status/lib/Controller/StatusesController.php
@@ -19966,12 +18771,15 @@ share/nextcloud/apps/user_status/lib/Exc
share/nextcloud/apps/user_status/lib/Exception/InvalidStatusTypeException.php
share/nextcloud/apps/user_status/lib/Exception/StatusMessageTooLongException.php
share/nextcloud/apps/user_status/lib/Listener/BeforeTemplateRenderedListener.php
+share/nextcloud/apps/user_status/lib/Listener/OutOfOfficeStatusListener.php
share/nextcloud/apps/user_status/lib/Listener/UserDeletedListener.php
share/nextcloud/apps/user_status/lib/Listener/UserLiveStatusListener.php
share/nextcloud/apps/user_status/lib/Migration/Version0001Date20200602134824.php
share/nextcloud/apps/user_status/lib/Migration/Version0002Date20200902144824.php
share/nextcloud/apps/user_status/lib/Migration/Version1000Date20201111130204.php
-share/nextcloud/apps/user_status/lib/Migration/Version2301Date20210809144824.php
+share/nextcloud/apps/user_status/lib/Migration/Version1003Date20210809144824.php
+share/nextcloud/apps/user_status/lib/Migration/Version1008Date20230921144701.php
+share/nextcloud/apps/user_status/lib/ResponseDefinitions.php
share/nextcloud/apps/user_status/lib/Service/JSDataService.php
share/nextcloud/apps/user_status/lib/Service/PredefinedStatusService.php
share/nextcloud/apps/user_status/lib/Service/StatusService.php
@@ -19994,9 +18802,20 @@ share/nextcloud/apps/viewer/composer/com
share/nextcloud/apps/viewer/cypress.config.ts
share/nextcloud/apps/viewer/img/app.svg
share/nextcloud/apps/viewer/img/blank.mp4
+share/nextcloud/apps/viewer/js/viewer-filerobot.js
+share/nextcloud/apps/viewer/js/viewer-filerobot.js.LICENSE.txt
+share/nextcloud/apps/viewer/js/viewer-filerobot.js.map
share/nextcloud/apps/viewer/js/viewer-main.js
share/nextcloud/apps/viewer/js/viewer-main.js.LICENSE.txt
share/nextcloud/apps/viewer/js/viewer-main.js.map
+share/nextcloud/apps/viewer/js/viewer-node_modules_nextcloud_dialogs_dist_chunks_index-2b379907_mjs.js
+share/nextcloud/apps/viewer/js/viewer-node_modules_nextcloud_dialogs_dist_chunks_index-2b379907_mjs.js.LICENSE.txt
+share/nextcloud/apps/viewer/js/viewer-node_modules_nextcloud_dialogs_dist_chunks_index-2b379907_mjs.js.map
+share/nextcloud/apps/viewer/js/viewer-plyr.js
+share/nextcloud/apps/viewer/js/viewer-plyr.js.map
+share/nextcloud/apps/viewer/js/viewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-c55dc760_mjs.js
+share/nextcloud/apps/viewer/js/viewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-c55dc760_mjs.js.LICENSE.txt
+share/nextcloud/apps/viewer/js/viewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-c55dc760_mjs.js.map
share/nextcloud/apps/viewer/l10n/af.js
share/nextcloud/apps/viewer/l10n/af.json
share/nextcloud/apps/viewer/l10n/an.js
@@ -20101,6 +18920,8 @@ share/nextcloud/apps/viewer/l10n/it.js
share/nextcloud/apps/viewer/l10n/it.json
share/nextcloud/apps/viewer/l10n/ja.js
share/nextcloud/apps/viewer/l10n/ja.json
+share/nextcloud/apps/viewer/l10n/ka.js
+share/nextcloud/apps/viewer/l10n/ka.json
share/nextcloud/apps/viewer/l10n/ka_GE.js
share/nextcloud/apps/viewer/l10n/ka_GE.json
share/nextcloud/apps/viewer/l10n/kab.js
@@ -20190,7 +19011,6 @@ share/nextcloud/apps/viewer/lib/Event/Lo
share/nextcloud/apps/viewer/lib/Listener/LoadViewerScript.php
share/nextcloud/apps/viewer/package-lock.json
share/nextcloud/apps/viewer/package.json
-share/nextcloud/apps/viewer/test.txt
share/nextcloud/apps/viewer/tsconfig.json
share/nextcloud/apps/viewer/webpack.config.ts
share/nextcloud/apps/weather_status/appinfo/info.xml
@@ -20330,6 +19150,7 @@ share/nextcloud/apps/weather_status/l10n
share/nextcloud/apps/weather_status/lib/AppInfo/Application.php
share/nextcloud/apps/weather_status/lib/Capabilities.php
share/nextcloud/apps/weather_status/lib/Controller/WeatherStatusController.php
+share/nextcloud/apps/weather_status/lib/ResponseDefinitions.php
share/nextcloud/apps/weather_status/lib/Service/WeatherStatusService.php
share/nextcloud/apps/weather_status/openapi.json
share/nextcloud/apps/workflowengine/appinfo/info.xml
@@ -20350,6 +19171,7 @@ share/nextcloud/apps/workflowengine/comp
share/nextcloud/apps/workflowengine/composer/composer/installed.php
share/nextcloud/apps/workflowengine/img/app-dark.svg
share/nextcloud/apps/workflowengine/img/app.svg
+share/nextcloud/apps/workflowengine/img/workflow-off.svg
share/nextcloud/apps/workflowengine/l10n/ar.js
share/nextcloud/apps/workflowengine/l10n/ar.json
share/nextcloud/apps/workflowengine/l10n/ast.js
@@ -20436,6 +19258,8 @@ share/nextcloud/apps/workflowengine/l10n
share/nextcloud/apps/workflowengine/l10n/it.json
share/nextcloud/apps/workflowengine/l10n/ja.js
share/nextcloud/apps/workflowengine/l10n/ja.json
+share/nextcloud/apps/workflowengine/l10n/ka.js
+share/nextcloud/apps/workflowengine/l10n/ka.json
share/nextcloud/apps/workflowengine/l10n/ka_GE.js
share/nextcloud/apps/workflowengine/l10n/ka_GE.json
share/nextcloud/apps/workflowengine/l10n/ko.js
@@ -20498,7 +19322,7 @@ share/nextcloud/apps/workflowengine/lib/
share/nextcloud/apps/workflowengine/lib/Command/Index.php
share/nextcloud/apps/workflowengine/lib/Controller/AWorkflowController.php
share/nextcloud/apps/workflowengine/lib/Controller/GlobalWorkflowsController.php
-share/nextcloud/apps/workflowengine/lib/Controller/RequestTime.php
+share/nextcloud/apps/workflowengine/lib/Controller/RequestTimeController.php
share/nextcloud/apps/workflowengine/lib/Controller/UserWorkflowsController.php
share/nextcloud/apps/workflowengine/lib/Entity/File.php
share/nextcloud/apps/workflowengine/lib/Helper/LogContext.php
@@ -20525,6 +19349,7 @@ share/nextcloud/core/Application.php
share/nextcloud/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php
share/nextcloud/core/BackgroundJobs/CheckForUserCertificates.php
share/nextcloud/core/BackgroundJobs/CleanupLoginFlowV2.php
+share/nextcloud/core/BackgroundJobs/GenerateMetadataJob.php
share/nextcloud/core/BackgroundJobs/LookupServerSendCheckBackgroundJob.php
share/nextcloud/core/Command/App/Disable.php
share/nextcloud/core/Command/App/Enable.php
@@ -20536,6 +19361,7 @@ share/nextcloud/core/Command/App/Update.
share/nextcloud/core/Command/Background/Ajax.php
share/nextcloud/core/Command/Background/Base.php
share/nextcloud/core/Command/Background/Cron.php
+share/nextcloud/core/Command/Background/Delete.php
share/nextcloud/core/Command/Background/Job.php
share/nextcloud/core/Command/Background/ListCommand.php
share/nextcloud/core/Command/Background/WebCron.php
@@ -20572,6 +19398,7 @@ share/nextcloud/core/Command/Encryption/
share/nextcloud/core/Command/Encryption/SetDefaultModule.php
share/nextcloud/core/Command/Encryption/ShowKeyStorageRoot.php
share/nextcloud/core/Command/Encryption/Status.php
+share/nextcloud/core/Command/FilesMetadata/Get.php
share/nextcloud/core/Command/Group/Add.php
share/nextcloud/core/Command/Group/AddUser.php
share/nextcloud/core/Command/Group/Delete.php
@@ -20607,6 +19434,7 @@ share/nextcloud/core/Command/Security/Br
share/nextcloud/core/Command/Security/ImportCertificate.php
share/nextcloud/core/Command/Security/ListCertificates.php
share/nextcloud/core/Command/Security/RemoveCertificate.php
+share/nextcloud/core/Command/SetupChecks.php
share/nextcloud/core/Command/Status.php
share/nextcloud/core/Command/SystemTag/Add.php
share/nextcloud/core/Command/SystemTag/Delete.php
@@ -20620,7 +19448,9 @@ share/nextcloud/core/Command/TwoFactorAu
share/nextcloud/core/Command/TwoFactorAuth/State.php
share/nextcloud/core/Command/Upgrade.php
share/nextcloud/core/Command/User/Add.php
-share/nextcloud/core/Command/User/AddAppPassword.php
+share/nextcloud/core/Command/User/AuthTokens/Add.php
+share/nextcloud/core/Command/User/AuthTokens/Delete.php
+share/nextcloud/core/Command/User/AuthTokens/ListCommand.php
share/nextcloud/core/Command/User/Delete.php
share/nextcloud/core/Command/User/Disable.php
share/nextcloud/core/Command/User/Enable.php
@@ -20659,6 +19489,7 @@ share/nextcloud/core/Controller/Referenc
share/nextcloud/core/Controller/SearchController.php
share/nextcloud/core/Controller/SetupController.php
share/nextcloud/core/Controller/TextProcessingApiController.php
+share/nextcloud/core/Controller/TextToImageApiController.php
share/nextcloud/core/Controller/TranslationApiController.php
share/nextcloud/core/Controller/TwoFactorChallengeController.php
share/nextcloud/core/Controller/UnifiedSearchController.php
@@ -20740,7 +19571,12 @@ share/nextcloud/core/Migrations/Version2
share/nextcloud/core/Migrations/Version28000Date20230616104802.php
share/nextcloud/core/Migrations/Version28000Date20230728104802.php
share/nextcloud/core/Migrations/Version28000Date20230803221055.php
+share/nextcloud/core/Migrations/Version28000Date20230906104802.php
+share/nextcloud/core/Migrations/Version28000Date20231004103301.php
+share/nextcloud/core/Migrations/Version28000Date20231103104802.php
+share/nextcloud/core/Migrations/Version28000Date20231126110901.php
share/nextcloud/core/Notification/CoreNotifier.php
+share/nextcloud/core/ResponseDefinitions.php
share/nextcloud/core/Service/LoginFlowV2Service.php
share/nextcloud/core/ajax/update.php
share/nextcloud/core/css/animations.css
@@ -20820,6 +19656,7 @@ share/nextcloud/core/doc/admin/_images/a
share/nextcloud/core/doc/admin/_images/antivirus-daemon-socket.png
share/nextcloud/core/doc/admin/_images/antivirus-daemon.png
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/applicable.png
share/nextcloud/core/doc/admin/_images/apps_overview.png
@@ -20889,7 +19726,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/theming.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
share/nextcloud/core/doc/admin/_images/updater-2-open-updater.png
share/nextcloud/core/doc/admin/_images/updater-3-running-step.png
@@ -20956,6 +19794,7 @@ share/nextcloud/core/doc/admin/_sources/
share/nextcloud/core/doc/admin/_sources/configuration_server/bruteforce_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/caching_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.rst.txt
+share/nextcloud/core/doc/admin/_sources/configuration_server/dashboard_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/domain_change.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/email_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/configuration_server/external_sites.rst.txt
@@ -20995,6 +19834,7 @@ share/nextcloud/core/doc/admin/_sources/
share/nextcloud/core/doc/admin/_sources/groupware/contacts.rst.txt
share/nextcloud/core/doc/admin/_sources/groupware/index.rst.txt
share/nextcloud/core/doc/admin/_sources/groupware/mail.rst.txt
+share/nextcloud/core/doc/admin/_sources/groupware/out_of_office.rst.txt
share/nextcloud/core/doc/admin/_sources/index.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/apps_supported.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/command_line_installation.rst.txt
@@ -21006,6 +19846,7 @@ share/nextcloud/core/doc/admin/_sources/
share/nextcloud/core/doc/admin/_sources/installation/index.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/installation_wizard.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/nginx.rst.txt
+share/nextcloud/core/doc/admin/_sources/installation/php_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/selinux_configuration.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/server_tuning.rst.txt
share/nextcloud/core/doc/admin/_sources/installation/source_installation.rst.txt
@@ -21038,7 +19879,9 @@ share/nextcloud/core/doc/admin/_sources/
share/nextcloud/core/doc/admin/_sources/release_notes/index.rst.txt
share/nextcloud/core/doc/admin/_sources/release_notes/upgrade_to_26.rst.txt
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_schedule.rst.txt
+share/nextcloud/core/doc/admin/_static/_sphinx_javascript_frameworks_compat.js
share/nextcloud/core/doc/admin/_static/basic.css
share/nextcloud/core/doc/admin/_static/css/badge_only.css
share/nextcloud/core/doc/admin/_static/css/fonts/Roboto-Slab-Bold.woff
@@ -21060,10 +19903,15 @@ share/nextcloud/core/doc/admin/_static/c
share/nextcloud/core/doc/admin/_static/css/fonts/lato-normal.woff2
share/nextcloud/core/doc/admin/_static/css/theme.css
share/nextcloud/core/doc/admin/_static/custom.css
+share/nextcloud/core/doc/admin/_static/dark_mode_css/custom.css
+share/nextcloud/core/doc/admin/_static/dark_mode_css/dark.css
+share/nextcloud/core/doc/admin/_static/dark_mode_css/general.css
+share/nextcloud/core/doc/admin/_static/dark_mode_js/default_dark.js
+share/nextcloud/core/doc/admin/_static/dark_mode_js/default_light.js
+share/nextcloud/core/doc/admin/_static/dark_mode_js/theme_switcher.js
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/jquery-3.5.1.js
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
@@ -21088,8 +19936,7 @@ share/nextcloud/core/doc/admin/_static/s
share/nextcloud/core/doc/admin/_static/social/twitter.svg
share/nextcloud/core/doc/admin/_static/social/twitterround.png
share/nextcloud/core/doc/admin/_static/social/youtube.svg
-share/nextcloud/core/doc/admin/_static/underscore-1.13.1.js
-share/nextcloud/core/doc/admin/_static/underscore.js
+share/nextcloud/core/doc/admin/_static/sphinx_highlight.js
share/nextcloud/core/doc/admin/ai/index.html
share/nextcloud/core/doc/admin/apps_management.html
share/nextcloud/core/doc/admin/configuration_database/bigint_identifiers.html
@@ -21130,6 +19977,7 @@ share/nextcloud/core/doc/admin/configura
share/nextcloud/core/doc/admin/configuration_server/bruteforce_configuration.html
share/nextcloud/core/doc/admin/configuration_server/caching_configuration.html
share/nextcloud/core/doc/admin/configuration_server/config_sample_php_parameters.html
+share/nextcloud/core/doc/admin/configuration_server/dashboard_configuration.html
share/nextcloud/core/doc/admin/configuration_server/domain_change.html
share/nextcloud/core/doc/admin/configuration_server/email_configuration.html
share/nextcloud/core/doc/admin/configuration_server/external_sites.html
@@ -21170,6 +20018,7 @@ share/nextcloud/core/doc/admin/groupware
share/nextcloud/core/doc/admin/groupware/contacts.html
share/nextcloud/core/doc/admin/groupware/index.html
share/nextcloud/core/doc/admin/groupware/mail.html
+share/nextcloud/core/doc/admin/groupware/out_of_office.html
share/nextcloud/core/doc/admin/index.html
share/nextcloud/core/doc/admin/installation/apps_supported.html
share/nextcloud/core/doc/admin/installation/command_line_installation.html
@@ -21181,6 +20030,7 @@ share/nextcloud/core/doc/admin/installat
share/nextcloud/core/doc/admin/installation/index.html
share/nextcloud/core/doc/admin/installation/installation_wizard.html
share/nextcloud/core/doc/admin/installation/nginx.html
+share/nextcloud/core/doc/admin/installation/php_configuration.html
share/nextcloud/core/doc/admin/installation/selinux_configuration.html
share/nextcloud/core/doc/admin/installation/server_tuning.html
share/nextcloud/core/doc/admin/installation/source_installation.html
@@ -21214,12 +20064,12 @@ share/nextcloud/core/doc/admin/release_n
share/nextcloud/core/doc/admin/release_notes/index.html
share/nextcloud/core/doc/admin/release_notes/upgrade_to_26.html
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_schedule.html
share/nextcloud/core/doc/admin/search.html
share/nextcloud/core/doc/admin/searchindex.js
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/CalDAV_calendar.png
share/nextcloud/core/doc/user/_images/KAddressBook.png
share/nextcloud/core/doc/user/_images/KDEPlasma.png
share/nextcloud/core/doc/user/_images/KOrganizer.png
@@ -21251,6 +20101,7 @@ share/nextcloud/core/doc/user/_images/ap
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/background-settings-in-call.png
share/nextcloud/core/doc/user/_images/caldav_availability.png
share/nextcloud/core/doc/user/_images/calendar_accept_sidebar_editor.png
share/nextcloud/core/doc/user/_images/calendar_accept_simple_editor.png
@@ -21274,9 +20125,9 @@ share/nextcloud/core/doc/user/_images/ca
share/nextcloud/core/doc/user/_images/cardbook_icon.png
share/nextcloud/core/doc/user/_images/change-name.png
share/nextcloud/core/doc/user/_images/chat-message-menu.png
-share/nextcloud/core/doc/user/_images/chat-room-settings.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/command-help.png
share/nextcloud/core/doc/user/_images/contact_bottombar.png
share/nextcloud/core/doc/user/_images/contact_manageaddressbook.png
@@ -21290,19 +20141,23 @@ share/nextcloud/core/doc/user/_images/co
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-settings-dialog.png
+share/nextcloud/core/doc/user/_images/create-new-conversation.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
-share/nextcloud/core/doc/user/_images/creating-group-room.png
+share/nextcloud/core/doc/user/_images/creating-open-conversation.png
share/nextcloud/core/doc/user/_images/deck-talk-create-card-dialog.png
share/nextcloud/core/doc/user/_images/deck-talk-create-card-menu.png
share/nextcloud/core/doc/user/_images/deck-talk-share-card-to-chat-in-talk.png
share/nextcloud/core/doc/user/_images/deck-talk-share-card-to-chat-menu.png
share/nextcloud/core/doc/user/_images/device-check.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/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
+share/nextcloud/core/doc/user/_images/enable-recording-consent.png
share/nextcloud/core/doc/user/_images/encryption1.png
share/nextcloud/core/doc/user/_images/encryption2.png
share/nextcloud/core/doc/user/_images/encryption3.png
@@ -21320,6 +20175,9 @@ share/nextcloud/core/doc/user/_images/fi
share/nextcloud/core/doc/user/_images/files_versioning.png
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/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
@@ -21329,6 +20187,7 @@ share/nextcloud/core/doc/user/_images/gu
share/nextcloud/core/doc/user/_images/hidden_files.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
share/nextcloud/core/doc/user/_images/kalendar_month_view.png
share/nextcloud/core/doc/user/_images/kalendar_resource_choice.png
share/nextcloud/core/doc/user/_images/korganizer_credentials.png
@@ -21345,6 +20204,7 @@ share/nextcloud/core/doc/user/_images/ma
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/matterbridge-settings.png
+share/nextcloud/core/doc/user/_images/media-settings.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
@@ -21372,7 +20232,10 @@ share/nextcloud/core/doc/user/_images/sh
share/nextcloud/core/doc/user/_images/share-federation-3-public.png
share/nextcloud/core/doc/user/_images/share-files-in-chat-selection.png
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/shared-items.png
share/nextcloud/core/doc/user/_images/shared-mailbox-icon.png
+share/nextcloud/core/doc/user/_images/shared-recordings.png
share/nextcloud/core/doc/user/_images/sharing_autoAcceptSetting.png
share/nextcloud/core/doc/user/_images/sharing_internal.png
share/nextcloud/core/doc/user/_images/sharing_internal_acceptNotification.png
@@ -21381,6 +20244,9 @@ 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/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
share/nextcloud/core/doc/user/_images/synchronize_cardbook.png
share/nextcloud/core/doc/user/_images/talk-breakout-rooms-setup-dialog.png
share/nextcloud/core/doc/user/_images/talk-breakout-rooms-setup.png
@@ -21401,6 +20267,7 @@ share/nextcloud/core/doc/user/_images/us
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/_static/_sphinx_javascript_frameworks_compat.js
share/nextcloud/core/doc/user/_static/basic.css
share/nextcloud/core/doc/user/_static/css/badge_only.css
share/nextcloud/core/doc/user/_static/css/fonts/Roboto-Slab-Bold.woff
@@ -21422,10 +20289,15 @@ share/nextcloud/core/doc/user/_static/cs
share/nextcloud/core/doc/user/_static/css/fonts/lato-normal.woff2
share/nextcloud/core/doc/user/_static/css/theme.css
share/nextcloud/core/doc/user/_static/custom.css
+share/nextcloud/core/doc/user/_static/dark_mode_css/custom.css
+share/nextcloud/core/doc/user/_static/dark_mode_css/dark.css
+share/nextcloud/core/doc/user/_static/dark_mode_css/general.css
+share/nextcloud/core/doc/user/_static/dark_mode_js/default_dark.js
+share/nextcloud/core/doc/user/_static/dark_mode_js/default_light.js
+share/nextcloud/core/doc/user/_static/dark_mode_js/theme_switcher.js
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/jquery-3.5.1.js
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
@@ -21450,8 +20322,7 @@ share/nextcloud/core/doc/user/_static/so
share/nextcloud/core/doc/user/_static/social/twitter.svg
share/nextcloud/core/doc/user/_static/social/twitterround.png
share/nextcloud/core/doc/user/_static/social/youtube.svg
-share/nextcloud/core/doc/user/_static/underscore-1.13.1.js
-share/nextcloud/core/doc/user/_static/underscore.js
+share/nextcloud/core/doc/user/_static/sphinx_highlight.js
share/nextcloud/core/doc/user/contents.html
share/nextcloud/core/doc/user/external_storage/external_storage.html
share/nextcloud/core/doc/user/external_storage/index.html
@@ -21470,6 +20341,7 @@ share/nextcloud/core/doc/user/files/shar
share/nextcloud/core/doc/user/files/transfer_ownership.html
share/nextcloud/core/doc/user/files/version_control.html
share/nextcloud/core/doc/user/genindex.html
+share/nextcloud/core/doc/user/groupware/absence.html
share/nextcloud/core/doc/user/groupware/calendar.html
share/nextcloud/core/doc/user/groupware/contacts.html
share/nextcloud/core/doc/user/groupware/index.html
@@ -21595,6 +20467,7 @@ share/nextcloud/core/img/actions/shared.
share/nextcloud/core/img/actions/sound-off.svg
share/nextcloud/core/img/actions/sound.svg
share/nextcloud/core/img/actions/star-dark.svg
+share/nextcloud/core/img/actions/star-rounded.svg
share/nextcloud/core/img/actions/star.png
share/nextcloud/core/img/actions/star.svg
share/nextcloud/core/img/actions/starred.png
@@ -21685,6 +20558,7 @@ share/nextcloud/core/img/filetypes/folde
share/nextcloud/core/img/filetypes/folder-shared.svg
share/nextcloud/core/img/filetypes/folder-starred.svg
share/nextcloud/core/img/filetypes/folder.svg
+share/nextcloud/core/img/filetypes/font.svg
share/nextcloud/core/img/filetypes/image.svg
share/nextcloud/core/img/filetypes/link.svg
share/nextcloud/core/img/filetypes/location.svg
@@ -21752,7 +20626,6 @@ share/nextcloud/core/js/select2-togglese
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/contactsmenuSpec.js
share/nextcloud/core/js/tests/specs/coreSpec.js
share/nextcloud/core/js/tests/specs/files/clientSpec.js
share/nextcloud/core/js/tests/specs/jquery.avatarSpec.js
@@ -21793,22 +20666,10 @@ share/nextcloud/core/l10n/es.js
share/nextcloud/core/l10n/es.json
share/nextcloud/core/l10n/es_AR.js
share/nextcloud/core/l10n/es_AR.json
-share/nextcloud/core/l10n/es_CL.js
-share/nextcloud/core/l10n/es_CL.json
-share/nextcloud/core/l10n/es_CO.js
-share/nextcloud/core/l10n/es_CO.json
-share/nextcloud/core/l10n/es_CR.js
-share/nextcloud/core/l10n/es_CR.json
-share/nextcloud/core/l10n/es_DO.js
-share/nextcloud/core/l10n/es_DO.json
share/nextcloud/core/l10n/es_EC.js
share/nextcloud/core/l10n/es_EC.json
-share/nextcloud/core/l10n/es_GT.js
-share/nextcloud/core/l10n/es_GT.json
share/nextcloud/core/l10n/es_MX.js
share/nextcloud/core/l10n/es_MX.json
-share/nextcloud/core/l10n/es_SV.js
-share/nextcloud/core/l10n/es_SV.json
share/nextcloud/core/l10n/et_EE.js
share/nextcloud/core/l10n/et_EE.json
share/nextcloud/core/l10n/eu.js
@@ -21835,6 +20696,8 @@ share/nextcloud/core/l10n/it.js
share/nextcloud/core/l10n/it.json
share/nextcloud/core/l10n/ja.js
share/nextcloud/core/l10n/ja.json
+share/nextcloud/core/l10n/ka.js
+share/nextcloud/core/l10n/ka.json
share/nextcloud/core/l10n/ko.js
share/nextcloud/core/l10n/ko.json
share/nextcloud/core/l10n/lo.js
@@ -21942,7 +20805,6 @@ 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/filepicker.html
share/nextcloud/core/templates/filetemplates/template.odp
share/nextcloud/core/templates/filetemplates/template.ods
share/nextcloud/core/templates/filetemplates/template.odt
@@ -21979,7 +20841,30 @@ 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/6799-6799.js
+share/nextcloud/dist/1462-1462.js
+share/nextcloud/dist/1462-1462.js.map
+share/nextcloud/dist/3338-3338.js
+share/nextcloud/dist/3338-3338.js.LICENSE.txt
+share/nextcloud/dist/3338-3338.js.map
+share/nextcloud/dist/4322-4322.js
+share/nextcloud/dist/4322-4322.js.map
+share/nextcloud/dist/4720-4720.js
+share/nextcloud/dist/4720-4720.js.LICENSE.txt
+share/nextcloud/dist/4720-4720.js.map
+share/nextcloud/dist/614-614.js
+share/nextcloud/dist/614-614.js.map
+share/nextcloud/dist/6826-6826.js
+share/nextcloud/dist/6826-6826.js.LICENSE.txt
+share/nextcloud/dist/6826-6826.js.map
+share/nextcloud/dist/7816-7816.js
+share/nextcloud/dist/7816-7816.js.LICENSE.txt
+share/nextcloud/dist/7816-7816.js.map
+share/nextcloud/dist/8654-8654.js
+share/nextcloud/dist/8654-8654.js.LICENSE.txt
+share/nextcloud/dist/8654-8654.js.map
+share/nextcloud/dist/9847-9847.js
+share/nextcloud/dist/9847-9847.js.LICENSE.txt
+share/nextcloud/dist/9847-9847.js.map
share/nextcloud/dist/comments-comments-app.js
share/nextcloud/dist/comments-comments-app.js.LICENSE.txt
share/nextcloud/dist/comments-comments-app.js.map
@@ -21989,6 +20874,9 @@ share/nextcloud/dist/comments-comments-t
share/nextcloud/dist/comments-comments.js
share/nextcloud/dist/comments-comments.js.LICENSE.txt
share/nextcloud/dist/comments-comments.js.map
+share/nextcloud/dist/comments-init.js
+share/nextcloud/dist/comments-init.js.LICENSE.txt
+share/nextcloud/dist/comments-init.js.map
share/nextcloud/dist/core-common.js
share/nextcloud/dist/core-common.js.LICENSE.txt
share/nextcloud/dist/core-common.js.map
@@ -22001,6 +20889,9 @@ share/nextcloud/dist/core-files_fileinfo
share/nextcloud/dist/core-install.js
share/nextcloud/dist/core-install.js.LICENSE.txt
share/nextcloud/dist/core-install.js.map
+share/nextcloud/dist/core-legacy-unified-search.js
+share/nextcloud/dist/core-legacy-unified-search.js.LICENSE.txt
+share/nextcloud/dist/core-legacy-unified-search.js.map
share/nextcloud/dist/core-login.js
share/nextcloud/dist/core-login.js.LICENSE.txt
share/nextcloud/dist/core-login.js.map
@@ -22041,6 +20932,9 @@ share/nextcloud/dist/federatedfilesharin
share/nextcloud/dist/federatedfilesharing-vue-settings-admin.js.map
share/nextcloud/dist/federatedfilesharing-vue-settings-personal.js
share/nextcloud/dist/federatedfilesharing-vue-settings-personal.js.map
+share/nextcloud/dist/files-init.js
+share/nextcloud/dist/files-init.js.LICENSE.txt
+share/nextcloud/dist/files-init.js.map
share/nextcloud/dist/files-main.js
share/nextcloud/dist/files-main.js.LICENSE.txt
share/nextcloud/dist/files-main.js.map
@@ -22053,20 +20947,23 @@ share/nextcloud/dist/files-reference-fil
share/nextcloud/dist/files-sidebar.js
share/nextcloud/dist/files-sidebar.js.LICENSE.txt
share/nextcloud/dist/files-sidebar.js.map
-share/nextcloud/dist/files_reminders-main.js
-share/nextcloud/dist/files_reminders-main.js.LICENSE.txt
-share/nextcloud/dist/files_reminders-main.js.map
+share/nextcloud/dist/files_external-init.js
+share/nextcloud/dist/files_external-init.js.LICENSE.txt
+share/nextcloud/dist/files_external-init.js.map
+share/nextcloud/dist/files_reminders-init.js
+share/nextcloud/dist/files_reminders-init.js.LICENSE.txt
+share/nextcloud/dist/files_reminders-init.js.map
share/nextcloud/dist/files_sharing-additionalScripts.js
share/nextcloud/dist/files_sharing-additionalScripts.js.LICENSE.txt
share/nextcloud/dist/files_sharing-additionalScripts.js.map
share/nextcloud/dist/files_sharing-collaboration.js
share/nextcloud/dist/files_sharing-collaboration.js.map
-share/nextcloud/dist/files_sharing-files_sharing.js
-share/nextcloud/dist/files_sharing-files_sharing.js.LICENSE.txt
-share/nextcloud/dist/files_sharing-files_sharing.js.map
share/nextcloud/dist/files_sharing-files_sharing_tab.js
share/nextcloud/dist/files_sharing-files_sharing_tab.js.LICENSE.txt
share/nextcloud/dist/files_sharing-files_sharing_tab.js.map
+share/nextcloud/dist/files_sharing-init.js
+share/nextcloud/dist/files_sharing-init.js.LICENSE.txt
+share/nextcloud/dist/files_sharing-init.js.map
share/nextcloud/dist/files_sharing-main.js
share/nextcloud/dist/files_sharing-main.js.LICENSE.txt
share/nextcloud/dist/files_sharing-main.js.map
@@ -22091,7 +20988,6 @@ share/nextcloud/dist/settings-apps.js.ma
share/nextcloud/dist/settings-legacy-admin.js
share/nextcloud/dist/settings-legacy-admin.js.map
share/nextcloud/dist/settings-users-8351.js
-share/nextcloud/dist/settings-users-8351.js.LICENSE.txt
share/nextcloud/dist/settings-users-8351.js.map
share/nextcloud/dist/settings-vue-settings-admin-ai.js
share/nextcloud/dist/settings-vue-settings-admin-ai.js.LICENSE.txt
@@ -22105,6 +21001,9 @@ share/nextcloud/dist/settings-vue-settin
share/nextcloud/dist/settings-vue-settings-admin-security.js
share/nextcloud/dist/settings-vue-settings-admin-security.js.LICENSE.txt
share/nextcloud/dist/settings-vue-settings-admin-security.js.map
+share/nextcloud/dist/settings-vue-settings-admin-sharing.js
+share/nextcloud/dist/settings-vue-settings-admin-sharing.js.LICENSE.txt
+share/nextcloud/dist/settings-vue-settings-admin-sharing.js.map
share/nextcloud/dist/settings-vue-settings-apps-users-management.js
share/nextcloud/dist/settings-vue-settings-apps-users-management.js.LICENSE.txt
share/nextcloud/dist/settings-vue-settings-apps-users-management.js.map
@@ -22126,9 +21025,12 @@ share/nextcloud/dist/settings-vue-settin
share/nextcloud/dist/sharebymail-vue-settings-admin-sharebymail.js
share/nextcloud/dist/sharebymail-vue-settings-admin-sharebymail.js.LICENSE.txt
share/nextcloud/dist/sharebymail-vue-settings-admin-sharebymail.js.map
-share/nextcloud/dist/systemtags-systemtags.js
-share/nextcloud/dist/systemtags-systemtags.js.LICENSE.txt
-share/nextcloud/dist/systemtags-systemtags.js.map
+share/nextcloud/dist/systemtags-admin.js
+share/nextcloud/dist/systemtags-admin.js.LICENSE.txt
+share/nextcloud/dist/systemtags-admin.js.map
+share/nextcloud/dist/systemtags-init.js
+share/nextcloud/dist/systemtags-init.js.LICENSE.txt
+share/nextcloud/dist/systemtags-init.js.map
share/nextcloud/dist/theming-admin-theming.js
share/nextcloud/dist/theming-admin-theming.js.LICENSE.txt
share/nextcloud/dist/theming-admin-theming.js.map
@@ -22610,14 +21512,12 @@ share/nextcloud/lib/private/DB/MigratorE
share/nextcloud/lib/private/DB/MissingColumnInformation.php
share/nextcloud/lib/private/DB/MissingIndexInformation.php
share/nextcloud/lib/private/DB/MissingPrimaryKeyInformation.php
-share/nextcloud/lib/private/DB/MySQLMigrator.php
share/nextcloud/lib/private/DB/MySqlTools.php
share/nextcloud/lib/private/DB/OCSqlitePlatform.php
share/nextcloud/lib/private/DB/ObjectParameter.php
share/nextcloud/lib/private/DB/OracleConnection.php
share/nextcloud/lib/private/DB/OracleMigrator.php
share/nextcloud/lib/private/DB/PgSqlTools.php
-share/nextcloud/lib/private/DB/PostgreSqlMigrator.php
share/nextcloud/lib/private/DB/PreparedStatement.php
share/nextcloud/lib/private/DB/QueryBuilder/CompositeExpression.php
share/nextcloud/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php
@@ -22668,9 +21568,8 @@ share/nextcloud/lib/private/Encryption/M
share/nextcloud/lib/private/Encryption/Update.php
share/nextcloud/lib/private/Encryption/Util.php
share/nextcloud/lib/private/EventDispatcher/EventDispatcher.php
-share/nextcloud/lib/private/EventDispatcher/GenericEventWrapper.php
share/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php
-share/nextcloud/lib/private/EventDispatcher/SymfonyAdapter.php
+share/nextcloud/lib/private/EventSourceFactory.php
share/nextcloud/lib/private/Federation/CloudFederationFactory.php
share/nextcloud/lib/private/Federation/CloudFederationNotification.php
share/nextcloud/lib/private/Federation/CloudFederationProviderManager.php
@@ -22788,6 +21687,15 @@ share/nextcloud/lib/private/Files/Type/T
share/nextcloud/lib/private/Files/Utils/PathHelper.php
share/nextcloud/lib/private/Files/Utils/Scanner.php
share/nextcloud/lib/private/Files/View.php
+share/nextcloud/lib/private/FilesMetadata/FilesMetadataManager.php
+share/nextcloud/lib/private/FilesMetadata/Job/UpdateSingleMetadata.php
+share/nextcloud/lib/private/FilesMetadata/Listener/MetadataDelete.php
+share/nextcloud/lib/private/FilesMetadata/Listener/MetadataUpdate.php
+share/nextcloud/lib/private/FilesMetadata/MetadataQuery.php
+share/nextcloud/lib/private/FilesMetadata/Model/FilesMetadata.php
+share/nextcloud/lib/private/FilesMetadata/Model/MetadataValueWrapper.php
+share/nextcloud/lib/private/FilesMetadata/Service/IndexRequestService.php
+share/nextcloud/lib/private/FilesMetadata/Service/MetadataRequestService.php
share/nextcloud/lib/private/ForbiddenException.php
share/nextcloud/lib/private/FullTextSearch/FullTextSearchManager.php
share/nextcloud/lib/private/FullTextSearch/Model/DocumentAccess.php
@@ -22870,14 +21778,6 @@ share/nextcloud/lib/private/Memcache/Pro
share/nextcloud/lib/private/Memcache/Redis.php
share/nextcloud/lib/private/Memcache/WithLocalCache.php
share/nextcloud/lib/private/MemoryInfo.php
-share/nextcloud/lib/private/Metadata/Capabilities.php
-share/nextcloud/lib/private/Metadata/FileEventListener.php
-share/nextcloud/lib/private/Metadata/FileMetadata.php
-share/nextcloud/lib/private/Metadata/FileMetadataMapper.php
-share/nextcloud/lib/private/Metadata/IMetadataManager.php
-share/nextcloud/lib/private/Metadata/IMetadataProvider.php
-share/nextcloud/lib/private/Metadata/MetadataManager.php
-share/nextcloud/lib/private/Metadata/Provider/ExifProvider.php
share/nextcloud/lib/private/Migration/BackgroundRepair.php
share/nextcloud/lib/private/Migration/ConsoleOutput.php
share/nextcloud/lib/private/Migration/SimpleOutput.php
@@ -22899,10 +21799,12 @@ share/nextcloud/lib/private/OCS/Discover
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
share/nextcloud/lib/private/Preview/Bitmap.php
share/nextcloud/lib/private/Preview/Bundled.php
+share/nextcloud/lib/private/Preview/EMF.php
share/nextcloud/lib/private/Preview/Font.php
share/nextcloud/lib/private/Preview/GIF.php
share/nextcloud/lib/private/Preview/Generator.php
@@ -22919,6 +21821,7 @@ share/nextcloud/lib/private/Preview/MSOf
share/nextcloud/lib/private/Preview/MSOffice2007.php
share/nextcloud/lib/private/Preview/MSOfficeDoc.php
share/nextcloud/lib/private/Preview/MarkDown.php
+share/nextcloud/lib/private/Preview/MimeIconProvider.php
share/nextcloud/lib/private/Preview/Movie.php
share/nextcloud/lib/private/Preview/Office.php
share/nextcloud/lib/private/Preview/OpenDocument.php
@@ -22966,6 +21869,7 @@ share/nextcloud/lib/private/Remote/User.
share/nextcloud/lib/private/Repair.php
share/nextcloud/lib/private/Repair/AddBruteForceCleanupJob.php
share/nextcloud/lib/private/Repair/AddCleanupUpdaterBackupsJob.php
+share/nextcloud/lib/private/Repair/AddMetadataGenerationJob.php
share/nextcloud/lib/private/Repair/AddRemoveOldTasksBackgroundJob.php
share/nextcloud/lib/private/Repair/CleanTags.php
share/nextcloud/lib/private/Repair/CleanUpAbandonedApps.php
@@ -23009,13 +21913,22 @@ share/nextcloud/lib/private/Repair/Remov
share/nextcloud/lib/private/Repair/RepairDavShares.php
share/nextcloud/lib/private/Repair/RepairInvalidShares.php
share/nextcloud/lib/private/Repair/RepairMimeTypes.php
-share/nextcloud/lib/private/Repair/SqliteAutoincrement.php
share/nextcloud/lib/private/RepairException.php
share/nextcloud/lib/private/RichObjectStrings/Validator.php
share/nextcloud/lib/private/Route/CachingRouter.php
share/nextcloud/lib/private/Route/Route.php
share/nextcloud/lib/private/Route/Router.php
share/nextcloud/lib/private/Search.php
+share/nextcloud/lib/private/Search/Filter/BooleanFilter.php
+share/nextcloud/lib/private/Search/Filter/DateTimeFilter.php
+share/nextcloud/lib/private/Search/Filter/FloatFilter.php
+share/nextcloud/lib/private/Search/Filter/GroupFilter.php
+share/nextcloud/lib/private/Search/Filter/IntegerFilter.php
+share/nextcloud/lib/private/Search/Filter/StringFilter.php
+share/nextcloud/lib/private/Search/Filter/StringsFilter.php
+share/nextcloud/lib/private/Search/Filter/UserFilter.php
+share/nextcloud/lib/private/Search/FilterCollection.php
+share/nextcloud/lib/private/Search/FilterFactory.php
share/nextcloud/lib/private/Search/Provider/File.php
share/nextcloud/lib/private/Search/Result/Audio.php
share/nextcloud/lib/private/Search/Result/File.php
@@ -23023,6 +21936,7 @@ share/nextcloud/lib/private/Search/Resul
share/nextcloud/lib/private/Search/Result/Image.php
share/nextcloud/lib/private/Search/SearchComposer.php
share/nextcloud/lib/private/Search/SearchQuery.php
+share/nextcloud/lib/private/Search/UnsupportedFilter.php
share/nextcloud/lib/private/Security/Bruteforce/Backend/DatabaseBackend.php
share/nextcloud/lib/private/Security/Bruteforce/Backend/IBackend.php
share/nextcloud/lib/private/Security/Bruteforce/Backend/MemoryCacheBackend.php
@@ -23076,6 +21990,7 @@ share/nextcloud/lib/private/Setup/MySQL.
share/nextcloud/lib/private/Setup/OCI.php
share/nextcloud/lib/private/Setup/PostgreSQL.php
share/nextcloud/lib/private/Setup/Sqlite.php
+share/nextcloud/lib/private/SetupCheck/SetupCheckManager.php
share/nextcloud/lib/private/Share/Constants.php
share/nextcloud/lib/private/Share/Helper.php
share/nextcloud/lib/private/Share/Share.php
@@ -23128,6 +22043,11 @@ share/nextcloud/lib/private/TextProcessi
share/nextcloud/lib/private/TextProcessing/Manager.php
share/nextcloud/lib/private/TextProcessing/RemoveOldTasksBackgroundJob.php
share/nextcloud/lib/private/TextProcessing/TaskBackgroundJob.php
+share/nextcloud/lib/private/TextToImage/Db/Task.php
+share/nextcloud/lib/private/TextToImage/Db/TaskMapper.php
+share/nextcloud/lib/private/TextToImage/Manager.php
+share/nextcloud/lib/private/TextToImage/RemoveOldTasksBackgroundJob.php
+share/nextcloud/lib/private/TextToImage/TaskBackgroundJob.php
share/nextcloud/lib/private/Translation/TranslationManager.php
share/nextcloud/lib/private/URLGenerator.php
share/nextcloud/lib/private/Updater.php
@@ -23135,6 +22055,7 @@ share/nextcloud/lib/private/Updater/Chan
share/nextcloud/lib/private/Updater/ChangesCheck.php
share/nextcloud/lib/private/Updater/ChangesMapper.php
share/nextcloud/lib/private/Updater/VersionCheck.php
+share/nextcloud/lib/private/User/AvailabilityCoordinator.php
share/nextcloud/lib/private/User/Backend.php
share/nextcloud/lib/private/User/Database.php
share/nextcloud/lib/private/User/DisplayNameCache.php
@@ -23144,6 +22065,7 @@ share/nextcloud/lib/private/User/Listene
share/nextcloud/lib/private/User/LoginException.php
share/nextcloud/lib/private/User/Manager.php
share/nextcloud/lib/private/User/NoUserException.php
+share/nextcloud/lib/private/User/OutOfOfficeData.php
share/nextcloud/lib/private/User/Session.php
share/nextcloud/lib/private/User/User.php
share/nextcloud/lib/private/UserStatus/ISettableProvider.php
@@ -23168,6 +22090,7 @@ share/nextcloud/lib/public/Accounts/IAcc
share/nextcloud/lib/public/Accounts/IAccountProperty.php
share/nextcloud/lib/public/Accounts/IAccountPropertyCollection.php
share/nextcloud/lib/public/Accounts/PropertyDoesNotExistException.php
+share/nextcloud/lib/public/Accounts/UserUpdatedEvent.php
share/nextcloud/lib/public/Activity/ActivitySettings.php
share/nextcloud/lib/public/Activity/IConsumer.php
share/nextcloud/lib/public/Activity/IEvent.php
@@ -23202,8 +22125,10 @@ share/nextcloud/lib/public/AppFramework/
share/nextcloud/lib/public/AppFramework/Http/Attribute/AuthorizedAdminSetting.php
share/nextcloud/lib/public/AppFramework/Http/Attribute/BruteForceProtection.php
share/nextcloud/lib/public/AppFramework/Http/Attribute/CORS.php
+share/nextcloud/lib/public/AppFramework/Http/Attribute/IgnoreOpenAPI.php
share/nextcloud/lib/public/AppFramework/Http/Attribute/NoAdminRequired.php
share/nextcloud/lib/public/AppFramework/Http/Attribute/NoCSRFRequired.php
+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/StrictCookiesRequired.php
@@ -23217,6 +22142,7 @@ share/nextcloud/lib/public/AppFramework/
share/nextcloud/lib/public/AppFramework/Http/DownloadResponse.php
share/nextcloud/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
share/nextcloud/lib/public/AppFramework/Http/EmptyFeaturePolicy.php
+share/nextcloud/lib/public/AppFramework/Http/Events/BeforeLoginTemplateRenderedEvent.php
share/nextcloud/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php
share/nextcloud/lib/public/AppFramework/Http/FeaturePolicy.php
share/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php
@@ -23247,6 +22173,7 @@ share/nextcloud/lib/public/AppFramework/
share/nextcloud/lib/public/AppFramework/OCS/OCSException.php
share/nextcloud/lib/public/AppFramework/OCS/OCSForbiddenException.php
share/nextcloud/lib/public/AppFramework/OCS/OCSNotFoundException.php
+share/nextcloud/lib/public/AppFramework/OCS/OCSPreconditionFailedException.php
share/nextcloud/lib/public/AppFramework/OCSController.php
share/nextcloud/lib/public/AppFramework/PublicShareController.php
share/nextcloud/lib/public/AppFramework/QueryException.php
@@ -23258,13 +22185,17 @@ share/nextcloud/lib/public/AppFramework/
share/nextcloud/lib/public/Authentication/Events/AnyLoginFailedEvent.php
share/nextcloud/lib/public/Authentication/Events/LoginFailedEvent.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
share/nextcloud/lib/public/Authentication/Exceptions/PasswordUnavailableException.php
+share/nextcloud/lib/public/Authentication/Exceptions/WipeTokenException.php
share/nextcloud/lib/public/Authentication/IAlternativeLogin.php
share/nextcloud/lib/public/Authentication/IApacheBackend.php
share/nextcloud/lib/public/Authentication/IProvideUserSecretBackend.php
share/nextcloud/lib/public/Authentication/LoginCredentials/ICredentials.php
share/nextcloud/lib/public/Authentication/LoginCredentials/IStore.php
share/nextcloud/lib/public/Authentication/Token/IProvider.php
+share/nextcloud/lib/public/Authentication/Token/IToken.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/ALoginSetupController.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableAtLogin.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IActivatableByAdmin.php
@@ -23278,9 +22209,14 @@ share/nextcloud/lib/public/Authenticatio
share/nextcloud/lib/public/Authentication/TwoFactorAuth/IRegistry.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/RegistryEvent.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
+share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengeFailed.php
+share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderChallengePassed.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php
share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserEnabled.php
+share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserRegistered.php
+share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserUnregistered.php
+share/nextcloud/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderUserDeleted.php
share/nextcloud/lib/public/AutoloadNotAllowedException.php
share/nextcloud/lib/public/BackgroundJob/IJob.php
share/nextcloud/lib/public/BackgroundJob/IJobList.php
@@ -23312,6 +22248,7 @@ share/nextcloud/lib/public/Capabilities/
share/nextcloud/lib/public/Capabilities/IInitialStateExcludedCapability.php
share/nextcloud/lib/public/Capabilities/IPublicCapability.php
share/nextcloud/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php
+share/nextcloud/lib/public/Collaboration/AutoComplete/AutoCompleteFilterEvent.php
share/nextcloud/lib/public/Collaboration/AutoComplete/IManager.php
share/nextcloud/lib/public/Collaboration/AutoComplete/ISorter.php
share/nextcloud/lib/public/Collaboration/Collaborators/ISearch.php
@@ -23353,13 +22290,16 @@ share/nextcloud/lib/public/Console/Conso
share/nextcloud/lib/public/Constants.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IAction.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IActionFactory.php
+share/nextcloud/lib/public/Contacts/ContactsMenu/IBulkProvider.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IContactsStore.php
share/nextcloud/lib/public/Contacts/ContactsMenu/IEntry.php
share/nextcloud/lib/public/Contacts/ContactsMenu/ILinkAction.php
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/DB/Events/AddMissingColumnsEvent.php
share/nextcloud/lib/public/DB/Events/AddMissingIndicesEvent.php
+share/nextcloud/lib/public/DB/Events/AddMissingPrimaryKeyEvent.php
share/nextcloud/lib/public/DB/Exception.php
share/nextcloud/lib/public/DB/IPreparedStatement.php
share/nextcloud/lib/public/DB/IResult.php
@@ -23476,7 +22416,9 @@ share/nextcloud/lib/public/Files/Events/
share/nextcloud/lib/public/Files/Events/Node/NodeTouchedEvent.php
share/nextcloud/lib/public/Files/Events/Node/NodeWrittenEvent.php
share/nextcloud/lib/public/Files/Events/NodeAddedToCache.php
+share/nextcloud/lib/public/Files/Events/NodeAddedToFavorite.php
share/nextcloud/lib/public/Files/Events/NodeRemovedFromCache.php
+share/nextcloud/lib/public/Files/Events/NodeRemovedFromFavorite.php
share/nextcloud/lib/public/Files/File.php
share/nextcloud/lib/public/Files/FileInfo.php
share/nextcloud/lib/public/Files/FileNameTooLongException.php
@@ -23501,6 +22443,7 @@ share/nextcloud/lib/public/Files/Lock/Ow
share/nextcloud/lib/public/Files/LockNotAcquiredException.php
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/ISystemMountPoint.php
share/nextcloud/lib/public/Files/Node.php
share/nextcloud/lib/public/Files/NotEnoughSpaceException.php
@@ -23542,6 +22485,18 @@ share/nextcloud/lib/public/Files/Templat
share/nextcloud/lib/public/Files/Template/Template.php
share/nextcloud/lib/public/Files/Template/TemplateFileCreator.php
share/nextcloud/lib/public/Files/UnseekableException.php
+share/nextcloud/lib/public/FilesMetadata/AMetadataEvent.php
+share/nextcloud/lib/public/FilesMetadata/Event/MetadataBackgroundEvent.php
+share/nextcloud/lib/public/FilesMetadata/Event/MetadataLiveEvent.php
+share/nextcloud/lib/public/FilesMetadata/Event/MetadataNamedEvent.php
+share/nextcloud/lib/public/FilesMetadata/Exceptions/FilesMetadataException.php
+share/nextcloud/lib/public/FilesMetadata/Exceptions/FilesMetadataKeyFormatException.php
+share/nextcloud/lib/public/FilesMetadata/Exceptions/FilesMetadataNotFoundException.php
+share/nextcloud/lib/public/FilesMetadata/Exceptions/FilesMetadataTypeException.php
+share/nextcloud/lib/public/FilesMetadata/IFilesMetadataManager.php
+share/nextcloud/lib/public/FilesMetadata/IMetadataQuery.php
+share/nextcloud/lib/public/FilesMetadata/Model/IFilesMetadata.php
+share/nextcloud/lib/public/FilesMetadata/Model/IMetadataValueWrapper.php
share/nextcloud/lib/public/Files_FullTextSearch/Model/AFilesDocument.php
share/nextcloud/lib/public/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php
share/nextcloud/lib/public/FullTextSearch/IFullTextSearchManager.php
@@ -23563,6 +22518,7 @@ share/nextcloud/lib/public/FullTextSearc
share/nextcloud/lib/public/GlobalScale/IConfig.php
share/nextcloud/lib/public/Group/Backend/ABackend.php
share/nextcloud/lib/public/Group/Backend/IAddToGroupBackend.php
+share/nextcloud/lib/public/Group/Backend/IBatchMethodsBackend.php
share/nextcloud/lib/public/Group/Backend/ICountDisabledInGroup.php
share/nextcloud/lib/public/Group/Backend/ICountUsersBackend.php
share/nextcloud/lib/public/Group/Backend/ICreateGroupBackend.php
@@ -23616,6 +22572,7 @@ share/nextcloud/lib/public/IDateTimeForm
share/nextcloud/lib/public/IDateTimeZone.php
share/nextcloud/lib/public/IEmojiHelper.php
share/nextcloud/lib/public/IEventSource.php
+share/nextcloud/lib/public/IEventSourceFactory.php
share/nextcloud/lib/public/IGroup.php
share/nextcloud/lib/public/IGroupManager.php
share/nextcloud/lib/public/IImage.php
@@ -23625,6 +22582,7 @@ share/nextcloud/lib/public/ILogger.php
share/nextcloud/lib/public/IMemcache.php
share/nextcloud/lib/public/IMemcacheTTL.php
share/nextcloud/lib/public/INavigationManager.php
+share/nextcloud/lib/public/IPhoneNumberUtil.php
share/nextcloud/lib/public/IPreview.php
share/nextcloud/lib/public/IRequest.php
share/nextcloud/lib/public/IRequestId.php
@@ -23677,6 +22635,7 @@ 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/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/IOCMDiscoveryService.php
@@ -23685,11 +22644,13 @@ share/nextcloud/lib/public/OCM/IOCMResou
share/nextcloud/lib/public/OCS/IDiscoveryService.php
share/nextcloud/lib/public/PreConditionNotMetException.php
share/nextcloud/lib/public/Preview/BeforePreviewFetchedEvent.php
+share/nextcloud/lib/public/Preview/IMimeIconProvider.php
share/nextcloud/lib/public/Preview/IProvider.php
share/nextcloud/lib/public/Preview/IProviderV2.php
share/nextcloud/lib/public/Preview/IVersionedPreviewFile.php
share/nextcloud/lib/public/Profile/BeforeTemplateRenderedEvent.php
share/nextcloud/lib/public/Profile/ILinkAction.php
+share/nextcloud/lib/public/Profile/IProfileManager.php
share/nextcloud/lib/public/Profile/ParameterDoesNotExistException.php
share/nextcloud/lib/public/Profiler/IProfile.php
share/nextcloud/lib/public/Profiler/IProfiler.php
@@ -23708,6 +22669,11 @@ share/nextcloud/lib/public/Route/IRoute.
share/nextcloud/lib/public/Route/IRouter.php
share/nextcloud/lib/public/SabrePluginEvent.php
share/nextcloud/lib/public/SabrePluginException.php
+share/nextcloud/lib/public/Search/FilterDefinition.php
+share/nextcloud/lib/public/Search/IFilter.php
+share/nextcloud/lib/public/Search/IFilterCollection.php
+share/nextcloud/lib/public/Search/IFilteringProvider.php
+share/nextcloud/lib/public/Search/IInAppSearch.php
share/nextcloud/lib/public/Search/IProvider.php
share/nextcloud/lib/public/Search/ISearchQuery.php
share/nextcloud/lib/public/Search/PagedProvider.php
@@ -23728,6 +22694,8 @@ share/nextcloud/lib/public/Security/IHas
share/nextcloud/lib/public/Security/IRemoteHostValidator.php
share/nextcloud/lib/public/Security/ISecureRandom.php
share/nextcloud/lib/public/Security/ITrustedDomainHelper.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
@@ -23737,9 +22705,16 @@ share/nextcloud/lib/public/Settings/IIco
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/ISetupCheck.php
+share/nextcloud/lib/public/SetupCheck/ISetupCheckManager.php
+share/nextcloud/lib/public/SetupCheck/SetupResult.php
share/nextcloud/lib/public/Share.php
+share/nextcloud/lib/public/Share/Events/BeforeShareCreatedEvent.php
+share/nextcloud/lib/public/Share/Events/BeforeShareDeletedEvent.php
+share/nextcloud/lib/public/Share/Events/ShareAcceptedEvent.php
share/nextcloud/lib/public/Share/Events/ShareCreatedEvent.php
share/nextcloud/lib/public/Share/Events/ShareDeletedEvent.php
+share/nextcloud/lib/public/Share/Events/ShareDeletedFromSelfEvent.php
share/nextcloud/lib/public/Share/Events/VerifyMountPointEvent.php
share/nextcloud/lib/public/Share/Exceptions/AlreadySharedException.php
share/nextcloud/lib/public/Share/Exceptions/GenericShareException.php
@@ -23788,14 +22763,26 @@ share/nextcloud/lib/public/Template.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
+share/nextcloud/lib/public/TextProcessing/Exception/TaskFailureException.php
share/nextcloud/lib/public/TextProcessing/FreePromptTaskType.php
share/nextcloud/lib/public/TextProcessing/HeadlineTaskType.php
share/nextcloud/lib/public/TextProcessing/IManager.php
share/nextcloud/lib/public/TextProcessing/IProvider.php
+share/nextcloud/lib/public/TextProcessing/IProviderWithExpectedRuntime.php
+share/nextcloud/lib/public/TextProcessing/IProviderWithUserId.php
share/nextcloud/lib/public/TextProcessing/ITaskType.php
share/nextcloud/lib/public/TextProcessing/SummaryTaskType.php
share/nextcloud/lib/public/TextProcessing/Task.php
share/nextcloud/lib/public/TextProcessing/TopicsTaskType.php
+share/nextcloud/lib/public/TextToImage/Events/AbstractTextToImageEvent.php
+share/nextcloud/lib/public/TextToImage/Events/TaskFailedEvent.php
+share/nextcloud/lib/public/TextToImage/Events/TaskSuccessfulEvent.php
+share/nextcloud/lib/public/TextToImage/Exception/TaskFailureException.php
+share/nextcloud/lib/public/TextToImage/Exception/TaskNotFoundException.php
+share/nextcloud/lib/public/TextToImage/Exception/TextToImageException.php
+share/nextcloud/lib/public/TextToImage/IManager.php
+share/nextcloud/lib/public/TextToImage/IProvider.php
+share/nextcloud/lib/public/TextToImage/Task.php
share/nextcloud/lib/public/Translation/CouldNotTranslateException.php
share/nextcloud/lib/public/Translation/IDetectLanguageProvider.php
share/nextcloud/lib/public/Translation/ITranslationManager.php
@@ -23812,6 +22799,7 @@ share/nextcloud/lib/public/User/Backend/
share/nextcloud/lib/public/User/Backend/IGetRealUIDBackend.php
share/nextcloud/lib/public/User/Backend/IPasswordConfirmationBackend.php
share/nextcloud/lib/public/User/Backend/IProvideAvatarBackend.php
+share/nextcloud/lib/public/User/Backend/IProvideEnabledStateBackend.php
share/nextcloud/lib/public/User/Backend/ISearchKnownUsersBackend.php
share/nextcloud/lib/public/User/Backend/ISetDisplayNameBackend.php
share/nextcloud/lib/public/User/Backend/ISetPasswordBackend.php
@@ -23821,16 +22809,24 @@ share/nextcloud/lib/public/User/Events/B
share/nextcloud/lib/public/User/Events/BeforeUserLoggedInEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserLoggedInWithCookieEvent.php
share/nextcloud/lib/public/User/Events/BeforeUserLoggedOutEvent.php
+share/nextcloud/lib/public/User/Events/OutOfOfficeChangedEvent.php
+share/nextcloud/lib/public/User/Events/OutOfOfficeClearedEvent.php
+share/nextcloud/lib/public/User/Events/OutOfOfficeEndedEvent.php
+share/nextcloud/lib/public/User/Events/OutOfOfficeScheduledEvent.php
+share/nextcloud/lib/public/User/Events/OutOfOfficeStartedEvent.php
share/nextcloud/lib/public/User/Events/PasswordUpdatedEvent.php
share/nextcloud/lib/public/User/Events/PostLoginEvent.php
share/nextcloud/lib/public/User/Events/UserChangedEvent.php
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/UserLiveStatusEvent.php
share/nextcloud/lib/public/User/Events/UserLoggedInEvent.php
share/nextcloud/lib/public/User/Events/UserLoggedInWithCookieEvent.php
share/nextcloud/lib/public/User/Events/UserLoggedOutEvent.php
share/nextcloud/lib/public/User/GetQuotaEvent.php
+share/nextcloud/lib/public/User/IAvailabilityCoordinator.php
+share/nextcloud/lib/public/User/IOutOfOfficeData.php
share/nextcloud/lib/public/UserInterface.php
share/nextcloud/lib/public/UserMigration/IExportDestination.php
share/nextcloud/lib/public/UserMigration/IImportSource.php
Index: pkgsrc/www/php-nextcloud/distinfo
diff -u pkgsrc/www/php-nextcloud/distinfo:1.60 pkgsrc/www/php-nextcloud/distinfo:1.61
--- pkgsrc/www/php-nextcloud/distinfo:1.60 Sun Dec 10 09:22:19 2023
+++ pkgsrc/www/php-nextcloud/distinfo Sun Feb 11 15:44:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2023/12/10 09:22:19 ryoon Exp $
+$NetBSD: distinfo,v 1.61 2024/02/11 15:44:27 ryoon Exp $
-BLAKE2s (nextcloud-27.1.4.tar.bz2) = 8626a9e63af04694831f7643e685310212a3747b4884c77e1c82172fa7b39083
-SHA512 (nextcloud-27.1.4.tar.bz2) = 18a3beea9668903cc6dd89b31231e4a47f08eb94c136eb94dfe66aaef743dd12ac3c47d2fe99d84034bc097eb63c2dd97de108985c9ce2ae744c866151f800d1
-Size (nextcloud-27.1.4.tar.bz2) = 182549732 bytes
+BLAKE2s (nextcloud-28.0.2.tar.bz2) = 0a4389db1be65b5003fd8054c876c0378e7280adc3525c6a9c62e771b1812b71
+SHA512 (nextcloud-28.0.2.tar.bz2) = df3873c1641116e913cc454c8e8da96177ff88b2f1ec06f48e7cbb6d78c17166dc03278dc7d4bbb98a30f028700322fd1e9d3a533bada8e35a1ed92b66563f3c
+Size (nextcloud-28.0.2.tar.bz2) = 186446961 bytes
Home |
Main Index |
Thread Index |
Old Index