]>
source.dussan.org Git - nextcloud-server.git/log
Christoph Wurst [Thu, 14 Mar 2024 14:05:41 +0000 (15:05 +0100)]
fix(session): Replace remember-me tokens in transaction
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 14 Mar 2024 13:05:27 +0000 (14:05 +0100)]
Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokens
fix(dav): Add occ command to fix missing caldav sync tokens
Ferdinand Thiessen [Thu, 14 Mar 2024 12:05:52 +0000 (13:05 +0100)]
Merge pull request #44184 from nextcloud/43919-fix-share-by-mail-password-enforce
fix: No password set for new mail shares
Louis [Thu, 14 Mar 2024 11:50:13 +0000 (12:50 +0100)]
Merge pull request #44069 from nextcloud/artonge/fix/split_live_photo_listener
Split live photo listener to extract trashbin specific code into its own listener
Ferdinand Thiessen [Thu, 14 Mar 2024 11:39:17 +0000 (12:39 +0100)]
Merge pull request #44132 from nextcloud/fix/share-init-recursion
fix: don't return null for SharedStorage::getWrapperStorage with share recursion
Kate [Thu, 14 Mar 2024 11:30:23 +0000 (12:30 +0100)]
Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schema
Robin Appelman [Mon, 11 Mar 2024 16:21:29 +0000 (17:21 +0100)]
chore: improve typing for SharedStorage::$storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 11 Mar 2024 16:07:49 +0000 (17:07 +0100)]
fix: don't return null for SharedStorage::getWrapperStorage with share recursion
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis Chemineau [Tue, 12 Mar 2024 17:49:20 +0000 (18:49 +0100)]
test(files): Add e2e tests for live photo sync
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 12 Mar 2024 17:47:14 +0000 (18:47 +0100)]
fix(files): Do not require files_trashbin in live photo sync listener
Fix https://github.com/nextcloud/server/issues/43299
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 12 Mar 2024 16:41:51 +0000 (17:41 +0100)]
test(cypress): Scroll element in the center of the view
This avoid elements to be hided by a fixed top bar.
Especially useful for the file list.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau [Tue, 12 Mar 2024 13:42:37 +0000 (14:42 +0100)]
test(cypress): Do not run cron in ajax mode
This prevent random slowdown during tests, making them more reliable, and faster.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Joas Schilling [Thu, 14 Mar 2024 09:35:01 +0000 (10:35 +0100)]
Merge pull request #39669 from nooblag/lastseen-all
occ: Add `--all` support to `user:lastseen`
Arthur Schiwon [Thu, 14 Mar 2024 08:26:20 +0000 (09:26 +0100)]
Merge pull request #44178 from nextcloud/fix/noid/nav-init-add
fix(Navigation): ensure NavManager is inited when adding an entry
Joas Schilling [Wed, 13 Mar 2024 09:24:22 +0000 (10:24 +0100)]
fix: Use IUserManager::callForAllUsers() to save memory
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Thu, 14 Mar 2024 07:23:45 +0000 (08:23 +0100)]
Merge pull request #44175 from nextcloud/artonge/chore/use_new_version_metadata_API
John Molakvoæ [Thu, 14 Mar 2024 07:16:27 +0000 (08:16 +0100)]
Merge pull request #41189 from HolonProduction/webroot-setup
Nextcloud bot [Thu, 14 Mar 2024 00:20:39 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
nextcloud-command [Thu, 14 Mar 2024 00:03:40 +0000 (00:03 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
fenn-cs [Wed, 13 Mar 2024 23:43:10 +0000 (00:43 +0100)]
fix: No password set for new mail shares
Before the password is set on a new share, the computed property `hasUnsavedPassword`
is used to check that `this.share.newPassword` is not undefined. Direct assignment without
using Vue's `this.$set` makes it impossible for vue to detect that changes have happened on the share
object. Hence the inreactivity.
This worked initially most likely because `this.share.newPassword = await GeneratePassword()` was executed
before the computed properties where evaluated.
Resolves : https://github.com/nextcloud/server/issues/43919
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Ferdinand Thiessen [Wed, 13 Mar 2024 16:12:00 +0000 (17:12 +0100)]
Merge pull request #43334 from nextcloud/fix/array-access-on-boolean
fix(settings): `posix_getpwuid` can return `false` which should not be accessed like an array
HolonProduction [Mon, 30 Oct 2023 18:31:06 +0000 (19:31 +0100)]
fix: Respect custom webroot in setup form
Signed-off-by: HolonProduction <holonproduction@gmail.com>
Ferdinand Thiessen [Wed, 13 Mar 2024 15:20:21 +0000 (16:20 +0100)]
Merge pull request #43806 from nextcloud/dependabot/npm_and_yarn/exports-loader-5.0.0
chore(deps-dev): Bump exports-loader from 4.0.0 to 5.0.0
Ferdinand Thiessen [Sun, 4 Feb 2024 17:26:07 +0000 (18:26 +0100)]
fix(settings): `posix_getpwuid` can return `false` which should not be accessed using array operation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Arthur Schiwon [Wed, 13 Mar 2024 15:05:14 +0000 (16:05 +0100)]
fix(Navigation): ensure NavManager is inited when adding an entry
otherwise custom order cannot be applied
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Louis Chemineau [Wed, 13 Mar 2024 13:54:15 +0000 (14:54 +0100)]
chore(files_versions): Use new metadata API for versions
Signed-off-by: Louis Chemineau <louis@chmn.me>
dependabot[bot] [Sat, 24 Feb 2024 02:08:41 +0000 (02:08 +0000)]
chore(deps-dev): Bump exports-loader from 4.0.0 to 5.0.0
Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v4.0.0...v5.0.0)
---
updated-dependencies:
- dependency-name: exports-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 13 Mar 2024 13:46:01 +0000 (13:46 +0000)]
Merge pull request #44102 from nextcloud/dependabot/npm_and_yarn/query-string-9.0.0
dependabot[bot] [Sat, 9 Mar 2024 02:29:10 +0000 (02:29 +0000)]
chore(deps): bump query-string from 8.2.0 to 9.0.0
Bumps [query-string](https://github.com/sindresorhus/query-string) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v8.2.0...v9.0.0)
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Jordan Brown [Thu, 3 Aug 2023 05:30:45 +0000 (15:30 +1000)]
feat(occ): Add --all option for occ user:lastseen
Signed-off-by: Jordan Brown <code@jore.cc>
Ferdinand Thiessen [Wed, 13 Mar 2024 09:06:39 +0000 (10:06 +0100)]
Merge pull request #44165 from nextcloud/fix/noid/spread-appconfig-on-updatenotif1
fix(updatenotification): spread the use of new iappconfig
Pytal [Wed, 13 Mar 2024 08:49:36 +0000 (01:49 -0700)]
Merge pull request #44139 from nextcloud/fix/right-click-files-list
fix(files): Right click menu offset and list scrolled glitch
Maxence Lange [Wed, 13 Mar 2024 02:21:40 +0000 (01:21 -0100)]
fix(updatenotification): spread the use of new appconfig
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Nextcloud bot [Wed, 13 Mar 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Tue, 12 Mar 2024 21:25:41 +0000 (14:25 -0700)]
fix(cypress): ResizeObserver loop undelivered notifications error
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Mon, 11 Mar 2024 23:26:41 +0000 (16:26 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Tue, 12 Mar 2024 19:10:16 +0000 (12:10 -0700)]
fix(files): Right click menu positioning
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Mon, 11 Mar 2024 23:26:41 +0000 (16:26 -0700)]
fix(files): Right click menu scroll reset glitch
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Andy Scherzinger [Tue, 12 Mar 2024 18:57:49 +0000 (19:57 +0100)]
Merge pull request #44011 from nextcloud/sorbaugh/public-bundle
feat: Adding PublicSectorBundle
Christopher Ng [Tue, 12 Mar 2024 17:46:28 +0000 (10:46 -0700)]
test: Update test for PublicSectorBundle
Signed-off-by: Christopher Ng <chrng8@gmail.com>
sorbaugh [Tue, 5 Mar 2024 21:22:45 +0000 (22:22 +0100)]
feat: Adding PublicSectorBundle
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Benjamin Gaussorgues [Tue, 12 Mar 2024 17:11:08 +0000 (18:11 +0100)]
Merge pull request #44152 from nextcloud/release/29.0.0_beta_2
29.0.0 beta 2
Benjamin Gaussorgues [Tue, 12 Mar 2024 17:05:21 +0000 (18:05 +0100)]
Merge pull request #42661 from nextcloud/feat/settings/declarative
Git'Fellow [Tue, 12 Mar 2024 16:54:01 +0000 (17:54 +0100)]
Merge pull request #44138 from nextcloud/docs/config-sampe-php-updatedirectory
docs(config.sample.php): Warn that `updatedirectory` will break updates if set to a value within the installation folder
Andrey Borysenko [Tue, 12 Mar 2024 16:14:40 +0000 (18:14 +0200)]
fix: add missing copyrights and strict types
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Christoph Wurst [Tue, 12 Mar 2024 14:02:51 +0000 (15:02 +0100)]
Merge pull request #44117 from nextcloud/test/dav/caldav-no-calendars-subscriptions-limit
test(dav): Add unit test for no calendars/subscription limit
Benjamin Gaussorgues [Tue, 12 Mar 2024 13:55:13 +0000 (14:55 +0100)]
Merge pull request #44151 from nextcloud/fix/go-back-to-job-execute
nextcloud-command [Tue, 12 Mar 2024 12:33:58 +0000 (12:33 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
jld3103 [Thu, 7 Dec 2023 15:39:16 +0000 (16:39 +0100)]
feat: Add declarative settings
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Christoph Wurst [Mon, 11 Mar 2024 15:27:23 +0000 (16:27 +0100)]
fix(dav): Add occ command to fix missing caldav sync tokens
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Mon, 11 Mar 2024 09:27:33 +0000 (10:27 +0100)]
test(dav): Add unit test for no calendars/subscription limit
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Côme Chilliet [Tue, 12 Mar 2024 10:23:35 +0000 (11:23 +0100)]
fix: Suppress psalm errors about deprecated execute method, we have to use it for now
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Benjamin Gaussorgues [Tue, 12 Mar 2024 10:10:48 +0000 (11:10 +0100)]
build(hub): 29.0.0 beta 2
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Côme Chilliet [Tue, 12 Mar 2024 10:01:46 +0000 (11:01 +0100)]
fix: Call execute until it is removed for Job class
Because if an application extends execute it will change behavior
without warning otherwise.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Pytal [Tue, 12 Mar 2024 09:00:31 +0000 (02:00 -0700)]
Merge pull request #44140 from nextcloud/fix/subadmin-disabled-users
fix(settings): Fix always empty disabled users list for subadmins
Joas Schilling [Tue, 12 Mar 2024 07:05:10 +0000 (08:05 +0100)]
Merge pull request #44142 from nextcloud/automated/noid/master-update-ca-cert-bundle
[master] fix(security): Update CA certificate bundle
nextcloud-command [Tue, 12 Mar 2024 02:11:07 +0000 (02:11 +0000)]
fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
Christopher Ng [Tue, 12 Mar 2024 00:21:46 +0000 (17:21 -0700)]
fix(settings): Fix always empty disabled users list for subadmins
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Nextcloud bot [Tue, 12 Mar 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Josh [Mon, 11 Mar 2024 23:22:20 +0000 (19:22 -0400)]
docs(config.sample.php):
When setting a custom `updatedirectory` it's important that it not be located within the Server installation folder structure.
Partially addresses nextcloud/updater#463
Signed-off-by: Josh <josh.t.richards@gmail.com>
Eduardo Morales [Mon, 11 Mar 2024 21:17:18 +0000 (16:17 -0500)]
Merge pull request #44049 from nextcloud/feat/show-name-of-user-in-versions
feat: show the id of last author in versions metadata
Eduardo Morales [Mon, 11 Mar 2024 20:58:43 +0000 (15:58 -0500)]
chore(assets): compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Mon, 11 Mar 2024 18:10:11 +0000 (13:10 -0500)]
chore(assets): build autoloader
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Mon, 11 Mar 2024 15:33:08 +0000 (10:33 -0500)]
fix: fixed stylistic errors
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Mon, 11 Mar 2024 13:11:53 +0000 (08:11 -0500)]
fix(files_version): deprecated INameableVersion
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Sat, 9 Mar 2024 17:05:25 +0000 (11:05 -0600)]
feat: exposed metadata column to frontend
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Sat, 9 Mar 2024 17:04:44 +0000 (11:04 -0600)]
feat: added backend metadata interface, allows JSON storage
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Sat, 9 Mar 2024 16:55:22 +0000 (10:55 -0600)]
feat: added metadata event listener
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Arthur Schiwon [Mon, 11 Mar 2024 18:30:50 +0000 (19:30 +0100)]
Merge pull request #39990 from nextcloud/recursive-share
add some recrusive detection/prevention
Grigorii K. Shartsev [Mon, 11 Mar 2024 18:08:52 +0000 (23:08 +0500)]
Merge pull request #44134 from nextcloud/deps/bump-@nextcloud/vue-from-8.9.1-to-8.10.0
chore(deps): bump `@nextcloud/vue` from 8.9.1 to 8.10.0
Grigorii K. Shartsev [Mon, 11 Mar 2024 16:43:13 +0000 (17:43 +0100)]
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 11 Mar 2024 16:41:42 +0000 (17:41 +0100)]
chore(deps): bump @nextcloud/vue from 8.9.1 to 8.10.0
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Julius Härtl [Mon, 11 Mar 2024 17:07:14 +0000 (18:07 +0100)]
Merge pull request #44076 from nextcloud/fix/file-widget-viewer
Use viewer to open files still on the simple widget
Maxence Lange [Mon, 11 Mar 2024 16:15:45 +0000 (15:15 -0100)]
Merge pull request #43907 from nextcloud/enh/noid/switching-to-lazy-config-2
feat(appconfig): storing integrity check result as a lazy config value
Julius Härtl [Fri, 8 Mar 2024 08:16:00 +0000 (09:16 +0100)]
chore: Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 8 Mar 2024 08:13:27 +0000 (09:13 +0100)]
fix: Open viewer on simple file widget
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Ferdinand Thiessen [Mon, 11 Mar 2024 15:30:55 +0000 (16:30 +0100)]
Merge pull request #44119 from nextcloud/enh/noid/inverted-favicons
fix(theming): fix incorrectly inverted favicons
Ferdinand Thiessen [Mon, 11 Mar 2024 15:21:43 +0000 (16:21 +0100)]
Merge pull request #44092 from nextcloud/feat/refactor-app-account-management
feat: Refactor app & account management UI code
Ferdinand Thiessen [Mon, 11 Mar 2024 12:49:35 +0000 (13:49 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 11 Mar 2024 13:48:08 +0000 (14:48 +0100)]
fix(settings): Save account management settings in local storage
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 8 Mar 2024 17:51:28 +0000 (18:51 +0100)]
fix(settings): Always open the details tab for selected app
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Fri, 8 Mar 2024 14:04:16 +0000 (15:04 +0100)]
feat(settings): Split account management into navigation and content
The should ease the maintenance of it due to reduced complexity.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 22 Feb 2024 15:45:42 +0000 (16:45 +0100)]
feat(settings): Split account management and app store views into chunks
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 22 Feb 2024 15:46:02 +0000 (16:46 +0100)]
feat(settings): Refactor appstore to use Pinia
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 22 Feb 2024 15:45:07 +0000 (16:45 +0100)]
feat: Add composable to fetch app icon as SVG for inline use
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 22 Feb 2024 15:43:45 +0000 (16:43 +0100)]
feat: Make appstore sidebar tabs standalone components
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 22 Feb 2024 15:43:25 +0000 (16:43 +0100)]
fix: Get rid of PrefixMixin
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 20 Feb 2024 12:11:04 +0000 (13:11 +0100)]
feat(settings): Split appstore code into better maintainable pieces
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 20 Feb 2024 12:08:45 +0000 (13:08 +0100)]
feat(settings): Refactor routing code to use named router views
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Maxence Lange [Mon, 11 Mar 2024 13:46:29 +0000 (12:46 -0100)]
Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata-creation
enh(metadata): store current file etag
Maxence Lange [Mon, 11 Mar 2024 12:00:11 +0000 (11:00 -0100)]
Merge pull request #42628 from nextcloud/fix/42627/deprecated-file-metadata-enabled
deprecated sysconfig 'enable_file_metadata'
Maxence Lange [Thu, 29 Feb 2024 13:43:08 +0000 (12:43 -0100)]
feat(appconfig): repair step to migrate lazy config values
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
f
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Wed, 31 Jan 2024 11:06:52 +0000 (10:06 -0100)]
feat(appconfig): switching integrity check to lazy config values
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Mon, 8 Jan 2024 13:43:27 +0000 (12:43 -0100)]
fix(config): deprecated enable_file_metadata
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Simon L [Mon, 11 Mar 2024 09:53:04 +0000 (10:53 +0100)]
fix(theming): fix incorrectly inverted favicons
Signed-off-by: Simon L <szaimen@e.mail.de>
Nextcloud bot [Mon, 11 Mar 2024 00:34:00 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Eduardo Morales [Sun, 10 Mar 2024 16:56:45 +0000 (11:56 -0500)]
Merge pull request #43946 from nextcloud/feat/315/login-behavior-and-text-update
fix: changed login-page to reflect correct LDAP settings
Eduardo Morales [Sun, 10 Mar 2024 16:38:19 +0000 (11:38 -0500)]
chore(assets): compile assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Thu, 7 Mar 2024 13:27:43 +0000 (07:27 -0600)]
chore: update logincontroller tests
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Mon, 4 Mar 2024 15:34:44 +0000 (09:34 -0600)]
fix: login page now correctly shows email LDAP settings
Signed-off-by: Eduardo Morales <emoral435@gmail.com>