]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Mon, 19 Feb 2024 14:06:49 +0000 (15:06 +0100)]
fix: ignore error when removing "is writable" test file
Signed-off-by: Robin Appelman <robin@icewind.nl>
Christoph Wurst [Mon, 19 Feb 2024 09:53:05 +0000 (10:53 +0100)]
Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-off
fix(db): Let dirty writes cool off
Christoph Wurst [Fri, 2 Feb 2024 15:53:59 +0000 (16:53 +0100)]
fix(db): Let dirty writes cool off
We can assume that after a few seconds a read will be clean again.
This is helpful for false warnings in long running processes.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Mon, 19 Feb 2024 00:19:00 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 18 Feb 2024 00:19:47 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 17 Feb 2024 16:04:50 +0000 (16:04 +0000)]
Merge pull request #43508 from nextcloud/dependabot/npm_and_yarn/vue/tsconfig-0.5.1
dependabot[bot] [Sat, 17 Feb 2024 15:48:29 +0000 (15:48 +0000)]
Merge pull request #43631 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.1
dependabot[bot] [Sat, 10 Feb 2024 02:37:13 +0000 (02:37 +0000)]
chore(deps-dev): Bump @vue/tsconfig from 0.4.0 to 0.5.1
Bumps [@vue/tsconfig](https://github.com/vuejs/tsconfig) from 0.4.0 to 0.5.1.
- [Commits](https://github.com/vuejs/tsconfig/compare/v0.4.0...v0.5.1)
---
updated-dependencies:
- dependency-name: "@vue/tsconfig"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 17 Feb 2024 15:40:03 +0000 (15:40 +0000)]
Merge pull request #43626 from nextcloud/dependabot/npm_and_yarn/undici-5.28.3
dependabot[bot] [Sat, 17 Feb 2024 04:27:47 +0000 (04:27 +0000)]
Merge pull request #43630 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.1
dependabot[bot] [Sat, 17 Feb 2024 02:58:55 +0000 (02:58 +0000)]
chore(deps): bump dorny/paths-filter from 3.0.0 to 3.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/
0bc4621a3135347011ad047f9ecf449bf72ce2bd ...
ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 17 Feb 2024 02:58:50 +0000 (02:58 +0000)]
chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/
26f96dfa697d77e81fd5907df203aa23a56210a8 ...
5d5d22a31266ced268874388b861e4b58bb5c2f3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 17 Feb 2024 00:19:03 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Fri, 16 Feb 2024 18:19:30 +0000 (18:19 +0000)]
chore(deps-dev): bump undici from 5.27.2 to 5.28.3
Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.3)
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Fri, 16 Feb 2024 16:08:25 +0000 (17:08 +0100)]
Merge pull request #43604 from nextcloud/enh/breadcrumbs/43569/apply-breadcrumbs-logic-from-personal-files-to-all-files-view
nextcloud-command [Fri, 16 Feb 2024 15:47:07 +0000 (15:47 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Eduardo Morales [Fri, 16 Feb 2024 14:32:59 +0000 (08:32 -0600)]
enh: breadcrumb icon matches nav view icon
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Thu, 15 Feb 2024 15:20:32 +0000 (09:20 -0600)]
enh: breadcrumbs icons are now more visually descriptive
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Robin Appelman [Fri, 16 Feb 2024 10:24:35 +0000 (11:24 +0100)]
Merge pull request #40555 from nextcloud/query-optimize-distribute
optimize query pattern used by storage filter
Robin Appelman [Thu, 15 Feb 2024 17:16:13 +0000 (18:16 +0100)]
add some comments for the distributive operation and add another test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Fri, 16 Feb 2024 00:19:11 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna [Thu, 15 Feb 2024 18:00:39 +0000 (19:00 +0100)]
Merge pull request #43117 from nextcloud/enh/1653/enable-unsharing-for-dav-shares
enh(sharing): enable unsharing for sharees for DAV shares
Anna Larch [Tue, 30 Jan 2024 17:35:44 +0000 (18:35 +0100)]
enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and calendars)
Signed-off-by: Anna Larch <anna@nextcloud.com>
Robin Appelman [Tue, 6 Feb 2024 13:31:21 +0000 (14:31 +0100)]
add extra flatten step to improve "or eq" -> "in" optimization
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 6 Feb 2024 09:59:17 +0000 (10:59 +0100)]
fix types + autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 5 Feb 2024 17:56:43 +0000 (18:56 +0100)]
add a search query step to split IN statements that are to large for oci
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 22 Sep 2023 08:17:18 +0000 (10:17 +0200)]
hopefully improve propagation of 'path eq hash' hint into 'in' statements
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 21 Sep 2023 11:49:16 +0000 (13:49 +0200)]
optimize query pattern used by storage filter
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Thu, 15 Feb 2024 14:37:09 +0000 (15:37 +0100)]
Merge pull request #43568 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.8.1
chore(deps): Bump guzzlehttp/guzzle from 7.5.0 to 7.8.1
Joas Schilling [Thu, 15 Feb 2024 14:29:47 +0000 (15:29 +0100)]
Merge pull request #43552 from nextcloud/bugfix/noid/rfc7239-compatible-proxy-handling
fix(request): Handle reverse proxy setting a port in Forwarded-For
Joas Schilling [Wed, 14 Feb 2024 09:21:42 +0000 (10:21 +0100)]
chore(deps): Bump guzzlehttp/guzzle from 7.5.0 to 7.8.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 15 Feb 2024 09:36:35 +0000 (10:36 +0100)]
Merge pull request #43593 from nextcloud/bugfix/noid/add-missing-bruteforce-protection
fix: Add bruteforce protection to email endpoint
John Molakvoæ [Thu, 15 Feb 2024 08:55:20 +0000 (09:55 +0100)]
Merge pull request #43588 from nextcloud/feat/woff2-check-setupcheck
Christoph Wurst [Thu, 15 Feb 2024 08:54:51 +0000 (09:54 +0100)]
Merge pull request #43285 from nextcloud/fix/db/dirty-read-transaction-message
fix(db): Give dirty read exception a message
Arthur Schiwon [Thu, 15 Feb 2024 08:42:08 +0000 (09:42 +0100)]
Merge pull request #43592 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
John Molakvoæ [Thu, 15 Feb 2024 08:35:38 +0000 (09:35 +0100)]
Merge pull request #43211 from nextcloud/feature/person-files-view/42919/base-draft
Christoph Wurst [Fri, 2 Feb 2024 11:58:47 +0000 (12:58 +0100)]
fix(db): Give dirty read exception a message
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 15 Feb 2024 08:09:57 +0000 (09:09 +0100)]
Merge pull request #43595 from nextcloud/bugfix/noid/make-psalm-green-again
fix(OCP): Add since tag to all constants
John Molakvoæ [Thu, 15 Feb 2024 07:41:42 +0000 (08:41 +0100)]
fix(tests): favorites view order
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Eduardo Morales [Wed, 14 Feb 2024 15:27:43 +0000 (09:27 -0600)]
chore: compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 6 Feb 2024 18:00:59 +0000 (12:00 -0600)]
fix: condensed filtering logic
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 6 Feb 2024 02:08:01 +0000 (20:08 -0600)]
enh: added option to render icon and text for breadcrumb
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Fri, 2 Feb 2024 16:34:49 +0000 (10:34 -0600)]
feat: changed filtering logic
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Wed, 31 Jan 2024 18:54:11 +0000 (12:54 -0600)]
feat: added filtering to filter out files that are shared
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Tue, 30 Jan 2024 15:00:15 +0000 (09:00 -0600)]
feature: personal views
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Joas Schilling [Thu, 15 Feb 2024 06:57:26 +0000 (07:57 +0100)]
fix(OCP): Add since tag to all constants
Signed-off-by: Joas Schilling <coding@schilljs.com>
Anupam Kumar [Thu, 15 Feb 2024 05:56:10 +0000 (11:26 +0530)]
Merge pull request #43355 from nextcloud/feat/ocp-link-reference-provider
feat: Migrate LinkReferenceProvider to OCP
nextcloud-command [Thu, 15 Feb 2024 02:22:14 +0000 (02:22 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Ferdinand Thiessen [Thu, 15 Feb 2024 02:15:08 +0000 (03:15 +0100)]
Merge pull request #43488 from nextcloud/fix/use-nc-components-account-property-section
fix: Use nextcloud-vue components for personal info settings
Ferdinand Thiessen [Thu, 15 Feb 2024 01:10:31 +0000 (02:10 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 15 Feb 2024 01:08:04 +0000 (02:08 +0100)]
enh(settings): Migrate WOFF2 loading check to a SetupCheck
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 15 Feb 2024 01:07:01 +0000 (02:07 +0100)]
enh(settings): Add trait for setup checks that need to access the webserver using HTTP requests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Thu, 15 Feb 2024 00:20:01 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sat, 10 Feb 2024 18:57:16 +0000 (19:57 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 10 Feb 2024 18:38:12 +0000 (19:38 +0100)]
enh(settings): Add Cypress tests for personal information
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sat, 10 Feb 2024 18:37:13 +0000 (19:37 +0100)]
fix(settings): Use status states from `NcInputField` instead of custom handling
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 9 Feb 2024 15:12:52 +0000 (16:12 +0100)]
fix(settings): Migrate AccountPropertySection to `@nextcloud/vue` components
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Pytal [Wed, 14 Feb 2024 20:24:31 +0000 (12:24 -0800)]
Merge pull request #43560 from nextcloud/enh/clear-file-reminders
enh(files_remidners): Allow clearing reminders
Joas Schilling [Wed, 14 Feb 2024 20:22:21 +0000 (21:22 +0100)]
Merge pull request #43581 from nextcloud/bugfix/noid/use-real-deprecation
fix(settings): Deprecate old things for real
Joas Schilling [Fri, 2 Feb 2024 15:26:08 +0000 (16:26 +0100)]
fix: Add bruteforce protection to email endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christopher Ng [Tue, 13 Feb 2024 23:56:14 +0000 (15:56 -0800)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 13 Feb 2024 23:25:51 +0000 (15:25 -0800)]
enh(files_reminders): Allow clearing reminders
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 13 Feb 2024 23:14:46 +0000 (15:14 -0800)]
feat(files_reminders): Add propfind dav plugin
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Joas Schilling [Wed, 14 Feb 2024 19:48:27 +0000 (20:48 +0100)]
fix(OCP): Add since tag for all constants
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Feb 2024 16:28:38 +0000 (17:28 +0100)]
fix(OCP): Check for typos in "deprecated"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Feb 2024 16:20:26 +0000 (17:20 +0100)]
fix(settings): Deprecate old things for real
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maksim Sukharev [Wed, 14 Feb 2024 18:58:02 +0000 (19:58 +0100)]
Merge pull request #43582 from nextcloud/chore/deps-nextcloud-upload
chore(deps): bump `@nextcloud/upload` to `1.0.5`
skjnldsv [Wed, 14 Feb 2024 17:08:21 +0000 (18:08 +0100)]
chore(deps): bump `@nextcloud/upload` to `1.0.5`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 14 Feb 2024 16:54:41 +0000 (17:54 +0100)]
Merge pull request #43570 from nextcloud/chore/remove-old-migrations
Joas Schilling [Wed, 14 Feb 2024 14:38:15 +0000 (15:38 +0100)]
fix(CS): Fix coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 14 Feb 2024 13:56:01 +0000 (14:56 +0100)]
Merge pull request #43514 from nextcloud/chore/drone-to-github-checkers
chore(CI): Migrate autocheckers from Drone to GitHub
Julien Veyssier [Wed, 14 Feb 2024 13:20:29 +0000 (14:20 +0100)]
Merge pull request #43548 from nextcloud/enh/stt-error-in-event
Include error message in speech-to-text failure event
Anupam Kumar [Mon, 5 Feb 2024 11:44:22 +0000 (17:14 +0530)]
feat: Migrate LinkReferenceProvider to OCP
This would be useful to eleminate the need for using this OC class
when an app dev wants to implement a custom reference provider
for the web client but wants to fall back on opengraph for mobile
clients.
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Joas Schilling [Tue, 13 Feb 2024 13:04:42 +0000 (14:04 +0100)]
chore: Sign .drone.yml config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Sat, 10 Feb 2024 19:22:49 +0000 (20:22 +0100)]
chore(CI): Migrate autocheckers from Drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Julien Veyssier [Tue, 13 Feb 2024 11:51:48 +0000 (12:51 +0100)]
Use the STT provider's exception message in the RuntimeException that will be caught by upper contexts
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julius Härtl [Wed, 14 Feb 2024 10:13:06 +0000 (11:13 +0100)]
chore: Remove old theming migration steps as they are only needed once
Signed-off-by: Julius Härtl <jus@bitgrid.net>
F. E Noel Nfebe [Wed, 14 Feb 2024 09:47:22 +0000 (10:47 +0100)]
Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger
chore: Migrate away from OC::$server->getLogger
Joas Schilling [Wed, 14 Feb 2024 08:49:17 +0000 (09:49 +0100)]
Merge pull request #43549 from nextcloud/dependabot/composer/laravel/serializable-closure-1.3.3
chore(deps): Bump laravel/serializable-closure from 1.2.2 to 1.3.3
Joas Schilling [Tue, 13 Feb 2024 13:11:32 +0000 (14:11 +0100)]
chore(deps): Bump laravel/serializable-closure from 1.2.2 to 1.3.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 14 Feb 2024 00:19:31 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Tue, 13 Feb 2024 20:28:00 +0000 (21:28 +0100)]
Merge pull request #34178 from nextcloud/replace-user-to-account-or-person
Rename users to account or person
John Molakvoæ [Tue, 13 Feb 2024 13:37:09 +0000 (14:37 +0100)]
fix: replace `Account name` by `Login`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 13 Feb 2024 10:03:11 +0000 (11:03 +0100)]
fix: cypress
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 13 Feb 2024 09:26:36 +0000 (10:26 +0100)]
fix: phpunit
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 13 Feb 2024 09:22:58 +0000 (10:22 +0100)]
fix: openapi
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Vincent Petry [Wed, 21 Sep 2022 15:44:32 +0000 (17:44 +0200)]
feat: rename users to account or person
Replace translated text in most locations
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Ferdinand Thiessen [Tue, 13 Feb 2024 19:45:53 +0000 (20:45 +0100)]
Merge pull request #43554 from nextcloud/fix/types-import
fix: Correctly import types in Typescript files
John Molakvoæ [Tue, 13 Feb 2024 18:40:23 +0000 (19:40 +0100)]
Merge pull request #43532 from nextcloud/chore/remove-dead-code
fix(files): Remove dead code from files controllers
Grigorii K. Shartsev [Tue, 13 Feb 2024 18:08:43 +0000 (23:08 +0500)]
Merge pull request #43491 from nextcloud/fix/files-sharing--tab-styles
fix(files_sharing): SharingEntryLink lost styles
Ferdinand Thiessen [Tue, 13 Feb 2024 17:06:35 +0000 (18:06 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Wed, 7 Feb 2024 15:34:36 +0000 (16:34 +0100)]
fix: Correctly import types in Typescript files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Côme Chilliet [Thu, 8 Feb 2024 14:47:39 +0000 (15:47 +0100)]
chore: Migrate away from OC::$server->getLogger
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Grigorii K. Shartsev [Fri, 9 Feb 2024 17:46:49 +0000 (18:46 +0100)]
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Joas Schilling [Tue, 13 Feb 2024 15:48:16 +0000 (16:48 +0100)]
fix(request): Fix regex handling and coding-style
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 13 Feb 2024 15:44:09 +0000 (16:44 +0100)]
test(request): Add tests to strip the port when forwarding requests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Mikael Peigney [Mon, 5 Feb 2024 11:41:28 +0000 (12:41 +0100)]
fix(request): Handle reverse proxy setting a port in Forwarded-For
Signed-off-by: Mikael Peigney <Mika56@users.noreply.github.com>
Grigorii K. Shartsev [Fri, 9 Feb 2024 17:43:56 +0000 (18:43 +0100)]
fix(files_sharing): lost styles for SharingEntryLink
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Anna [Tue, 13 Feb 2024 15:17:35 +0000 (16:17 +0100)]
Merge pull request #41300 from nextcloud/enh/add-timezone-generator
Add timezone getter to ITimeFactory
Anna Larch [Mon, 6 Nov 2023 11:09:01 +0000 (12:09 +0100)]
Add timezone getter to ITimeFactory
Signed-off-by: Anna Larch <anna@nextcloud.com>