Skip to content

Commit

Permalink
Replace owncloud.org with owncloud.com
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Jul 17, 2021
1 parent b4d0b7c commit 6c9ab5d
Show file tree
Hide file tree
Showing 41 changed files with 212 additions and 215 deletions.
3 changes: 1 addition & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have questions about how to install or use ownCloud, please direct these
- You can also filter by appending e. g. "state:open" to the search string.
- More info on [search syntax within github](https://help.github.com/articles/searching-issues)
* This repository ([core](https://github.com/owncloud/core/issues)) is *only* for issues within the ownCloud core code. This also includes the apps: files, external storage, sharing, deleted files, versions, comments, tags and WebDAV Auth
* __SECURITY__: Report any potential security bug to us via [our HackerOne page](https://hackerone.com/owncloud) or [email protected] following our [security policy](https://owncloud.org/security/) instead of filing an issue in our bug tracker
* __SECURITY__: Report any potential security bug to us via [our HackerOne page](https://hackerone.com/owncloud) or [email protected] following our [security policy](https://owncloud.com/security/) instead of filing an issue in our bug tracker
* The issues in other components should be reported in their respective repositories:
- [Android client](https://github.com/owncloud/android/issues)
- [iOS client](https://github.com/owncloud/ios/issues)
Expand All @@ -25,7 +25,6 @@ If you have questions about how to install or use ownCloud, please direct these
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.

[template]: https://raw.github.com/owncloud/core/master/.github/issue_template.md
[mailinglist]: https://mailman.owncloud.org/mailman/listinfo/owncloud
[forum]: https://central.owncloud.org/
[irc]: https://webchat.freenode.net/?channels=owncloud&uio=d4

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://central.owncloud.org/
about: If you have any support question. Please ask and answer questions here.
- name: Report security issue
url: https://owncloud.org/security/
url: https://owncloud.com/security/
about: For reporting potential security issues.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ assignees: ''
---

<!--
Thanks for reporting issues back to ownCloud! This is the issue tracker of ownCloud, if you have any support question please check out https://owncloud.org/support
Thanks for reporting issues back to ownCloud! This is the issue tracker of ownCloud, if you have any support question please check out https://owncloud.com/support
This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/.github/CONTRIBUTING.md#guidelines
For reporting potential security issues please see https://owncloud.org/security/
For reporting potential security issues please see https://owncloud.com/security/
To make it possible for us to help you please fill out below information carefully.
Before reporting any issues please make sure that you're using the latest available version of ownCloud, see https://owncloud.org/changelog/
Before reporting any issues please make sure that you're using the latest available version of ownCloud, see https://owncloud.com/changelog/
-->
### Steps to reproduce
1.
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Thanks for submitting a change to ownCloud!
This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/.github/CONTRIBUTING.md#guidelines
For fixing potential security issues please see https://owncloud.org/security/
For fixing potential security issues please see https://owncloud.com/security/
To make it possible for us to get your change reviewed and merged please carefully fill out the requested information below.
Expand Down
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
When you've encountered a security vulnerability, please disclose it securely.

The security process is described at:
[https://owncloud.org/security/](https://owncloud.org/security/)
[https://owncloud.com/security/](https://owncloud.com/security/)
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
# - testing targets

# Detailed documentation in https://github.com/owncloud/documentation:
# - https://doc.owncloud.org/server/latest/developer_manual/general/devenv.html#check-out-the-code
# - https://doc.owncloud.org/server/latest/developer_manual/core/unit-testing.html#running-unit-tests-for-the-owncloud-core-project
# - https://doc.owncloud.com/server/latest/developer_manual/general/devenv.html#check-out-the-code
# - https://doc.owncloud.com/server/latest/developer_manual/testing/unit-testing.html#running-unit-tests-for-owncloud-core
#

NODE_PREFIX=build
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=owncloud_core&metric=security_rating)](https://sonarcloud.io/dashboard?id=owncloud_core)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=owncloud_core&metric=coverage)](https://sonarcloud.io/dashboard?id=owncloud_core)

**[ownCloud](http://ownCloud.org) gives you freedom and control over your own data.
**[ownCloud](http://ownCloud.com) gives you freedom and control over your own data.
A personal cloud which runs on your own server.**

![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png)
Expand All @@ -20,17 +20,16 @@ A personal cloud which runs on your own server.**
* ...

## Installation instructions
https://doc.owncloud.org/server/latest/admin_manual/installation/
https://doc.owncloud.com/server/latest/admin_manual/installation/

## Contribution Guidelines
https://owncloud.org/contribute/
https://owncloud.com/contribute/

## Support
Learn about the different ways you can get support for ownCloud: https://owncloud.org/support/
Learn about the different ways you can get support for ownCloud: https://owncloud.com/support/

## Get in touch
* :clipboard: [Forum](https://central.owncloud.org)
* :envelope: [Mailing list](https://mailman.owncloud.org/mailman/listinfo)
* :clipboard: [Forum](https://central.owncloud.com)
* :hash: [IRC channel](https://web.libera.chat/?channels=#owncloud)
* :busts_in_silhouette: [Facebook](https://facebook.com/ownclouders)
* :hatching_chick: [Twitter](https://twitter.com/ownCloud)
Expand All @@ -40,4 +39,4 @@ Please submit translations via Transifex:
https://www.transifex.com/projects/p/owncloud/

For detailed information about translations:
https://doc.owncloud.org/server/latest/developer_manual/core/translation.html
https://doc.owncloud.com/server/latest/developer_manual/core/translation.html
2 changes: 1 addition & 1 deletion apps/dav/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>WebDAV</name>
<description>ownCloud WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<author>owncloud.com</author>
<version>0.6.0</version>
<default_enable/>
<use-migrations>true</use-migrations>
Expand Down
4 changes: 2 additions & 2 deletions apps/dav/tests/unit/CardDAV/CardDavBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public function testSearch($pattern, $properties, $matchModes, $expected, $limit
$vCards[0] = new VCard();
$vCards[0]->add(new Text($vCards[0], 'UID', 'uid'));
$vCards[0]->add(new Text($vCards[0], 'FN', 'John Doe'));
$vCards[0]->add(new Text($vCards[0], 'CLOUD', 'john@owncloud.org'));
$vCards[0]->add(new Text($vCards[0], 'CLOUD', 'john@owncloud.com'));
$vCards[1] = new VCard();
$vCards[1]->add(new Text($vCards[1], 'UID', 'uid'));
$vCards[1]->add(new Text($vCards[1], 'FN', 'John M. Doe'));
Expand Down Expand Up @@ -537,7 +537,7 @@ public function testSearch($pattern, $properties, $matchModes, $expected, $limit
'addressbookid' => $query->createNamedParameter(0),
'cardid' => $query->createNamedParameter($vCardIds[0]),
'name' => $query->createNamedParameter('CLOUD'),
'value' => $query->createNamedParameter('John@owncloud.org'),
'value' => $query->createNamedParameter('John@owncloud.com'),
'preferred' => $query->createNamedParameter(0)
]
);
Expand Down
8 changes: 4 additions & 4 deletions apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function testGetPrincipalsByPrefixWithUsers() {
$barUser
->expects($this->exactly(1))
->method('getEMailAddress')
->will($this->returnValue('bar@owncloud.org'));
->will($this->returnValue('bar@owncloud.com'));
$this->userManager
->expects($this->once())
->method('search')
Expand All @@ -94,7 +94,7 @@ public function testGetPrincipalsByPrefixWithUsers() {
1 => [
'uri' => 'principals/users/bar',
'{DAV:}displayname' => 'bar',
'{http://sabredav.org/ns}email-address' => 'bar@owncloud.org'
'{http://sabredav.org/ns}email-address' => 'bar@owncloud.com'
]
];
$response = $this->connector->getPrincipalsByPrefix('principals/users');
Expand Down Expand Up @@ -139,7 +139,7 @@ public function testGetPrincipalsByPathWithMail() {
$fooUser
->expects($this->exactly(1))
->method('getEMailAddress')
->will($this->returnValue('foo@owncloud.org'));
->will($this->returnValue('foo@owncloud.com'));
$fooUser
->expects($this->exactly(1))
->method('getUID')
Expand All @@ -153,7 +153,7 @@ public function testGetPrincipalsByPathWithMail() {
$expectedResponse = [
'uri' => 'principals/users/foo',
'{DAV:}displayname' => 'foo',
'{http://sabredav.org/ns}email-address' => 'foo@owncloud.org'
'{http://sabredav.org/ns}email-address' => 'foo@owncloud.com'
];
$response = $this->connector->getPrincipalByPath('principals/users/foo');
$this->assertSame($expectedResponse, $response);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getPanel() {
$isIE8 = true;
}
$cloudID = $this->userSession->getUser()->getCloudId();
$url = 'https://owncloud.org/federation#' . $cloudID;
$url = 'https://owncloud.com/federation#' . $cloudID;
$ownCloudLogoPath = $this->urlGenerator->imagePath('core', 'logo-icon.svg');
$tmpl = new Template('federatedfilesharing', 'settings-personal-general');
$tmpl->assign('outgoingServer2serverShareEnabled', $this->shareProvider->isOutgoingServer2serverShareEnabled());
Expand Down
6 changes: 3 additions & 3 deletions apps/federatedfilesharing/tests/AddressHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ public function testRemoveProtocolFromUrl($url, $expectedResult) {

public function dataTestRemoveProtocolFromUrl() {
return [
['http://owncloud.org', 'owncloud.org'],
['https://owncloud.org', 'owncloud.org'],
['owncloud.org', 'owncloud.org'],
['http://owncloud.com', 'owncloud.com'],
['https://owncloud.com', 'owncloud.com'],
['owncloud.com', 'owncloud.com'],
];
}

Expand Down
16 changes: 8 additions & 8 deletions apps/federation/tests/DbHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public function testAddServer($url, $expectedUrl, $expectedHash) {

public function dataTestAddServer() {
return [
['http://owncloud.org', 'http://owncloud.org', \sha1('owncloud.org')],
['https://owncloud.org', 'https://owncloud.org', \sha1('owncloud.org')],
['http://owncloud.org/', 'http://owncloud.org', \sha1('owncloud.org')],
['http://owncloud.com', 'http://owncloud.com', \sha1('owncloud.com')],
['https://owncloud.com', 'https://owncloud.com', \sha1('owncloud.com')],
['http://owncloud.com/', 'http://owncloud.com', \sha1('owncloud.com')],
];
}

Expand Down Expand Up @@ -284,11 +284,11 @@ public function testNormalizeUrl($url, $expected) {

public function dataTestNormalizeUrl() {
return [
['owncloud.org', 'owncloud.org'],
['http://owncloud.org', 'owncloud.org'],
['https://owncloud.org', 'owncloud.org'],
['https://owncloud.org//mycloud', 'owncloud.org/mycloud'],
['https://owncloud.org/mycloud/', 'owncloud.org/mycloud'],
['owncloud.com', 'owncloud.com'],
['http://owncloud.com', 'owncloud.com'],
['https://owncloud.com', 'owncloud.com'],
['https://owncloud.com//mycloud', 'owncloud.com/mycloud'],
['https://owncloud.com/mycloud/', 'owncloud.com/mycloud'],
];
}

Expand Down
6 changes: 3 additions & 3 deletions apps/federation/tests/TrustedServersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ public function testUpdateProtocol($url, $expected) {

public function dataTestUpdateProtocol() {
return [
['http://owncloud.org', 'http://owncloud.org'],
['https://owncloud.org', 'https://owncloud.org'],
['owncloud.org', 'https://owncloud.org'],
['http://owncloud.com', 'http://owncloud.com'],
['https://owncloud.com', 'https://owncloud.com'],
['owncloud.com', 'https://owncloud.com'],
['httpserver', 'https://httpserver'],
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function testRemoteWithValidHttps() {
->method('newClient')
->will($this->returnValue($client));

$this->assertEquals(new DataResponse('https'), $this->getExternalShareController()->testRemote('owncloud.org'));
$this->assertEquals(new DataResponse('https'), $this->getExternalShareController()->testRemote('owncloud.com'));
}

public function testRemoteWithWorkingHttp() {
Expand All @@ -176,7 +176,7 @@ public function testRemoteWithWorkingHttp() {
->method('newClient')
->will($this->returnValue($client));

$this->assertEquals(new DataResponse('http'), $this->getExternalShareController()->testRemote('owncloud.org'));
$this->assertEquals(new DataResponse('http'), $this->getExternalShareController()->testRemote('owncloud.com'));
}

public function testRemoteWithInvalidRemote() {
Expand All @@ -196,7 +196,7 @@ public function testRemoteWithInvalidRemote() {
->method('newClient')
->will($this->returnValue($client));

$this->assertEquals(new DataResponse(false), $this->getExternalShareController()->testRemote('owncloud.org'));
$this->assertEquals(new DataResponse(false), $this->getExternalShareController()->testRemote('owncloud.com'));
}

public function testRemoteIsCleanedUp() {
Expand All @@ -210,16 +210,16 @@ public function testRemoteIsCleanedUp() {
->expects($this->any())
->method('get')
->withConsecutive(
['https://owncloud.org/ocs-provider/'],
['https://owncloud.org/ocs-provider/index.php']
['https://owncloud.com/ocs-provider/'],
['https://owncloud.com/ocs-provider/index.php']
)
->will($this->returnValue($response));

$this->clientService
->expects($this->exactly(2))
->method('newClient')
->will($this->returnValue($client));
$response = $this->getExternalShareController()->testRemote('owncloud.org?app=files#anchor');
$response = $this->getExternalShareController()->testRemote('owncloud.com?app=files#anchor');
$this->assertEquals(new DataResponse('https'), $response);
}
}
16 changes: 8 additions & 8 deletions apps/provisioning_api/tests/UsersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ public function testGetUserAsAdmin() {
$targetUser = $this->createMock(IUser::class);
$targetUser->expects($this->once())
->method('getEMailAddress')
->willReturn('demo@owncloud.org');
->willReturn('demo@owncloud.com');
$targetUser->expects($this->once())
->method('getHome')
->willReturn('/var/ocdata/UserToGet');
Expand Down Expand Up @@ -730,7 +730,7 @@ public function testGetUserAsAdmin() {
[
'enabled' => 'true',
'quota' => ['DummyValue', 'definition' => null],
'email' => 'demo@owncloud.org',
'email' => 'demo@owncloud.com',
'displayname' => 'Demo User',
'home' => '/var/ocdata/UserToGet',
'two_factor_auth_enabled' => 'false',
Expand All @@ -749,7 +749,7 @@ public function testGetUserAsSubAdminAndUserIsAccessible() {
$targetUser
->expects($this->once())
->method('getEMailAddress')
->willReturn('demo@owncloud.org');
->willReturn('demo@owncloud.com');
$targetUser->expects($this->once())
->method('getHome')
->willReturn('/var/ocdata/UserToGet');
Expand Down Expand Up @@ -797,7 +797,7 @@ public function testGetUserAsSubAdminAndUserIsAccessible() {
[
'enabled' => 'true',
'quota' => ['DummyValue', 'definition' => null],
'email' => 'demo@owncloud.org',
'email' => 'demo@owncloud.com',
'home' => '/var/ocdata/UserToGet',
'displayname' => 'Demo User',
'two_factor_auth_enabled' => 'false'
Expand Down Expand Up @@ -892,11 +892,11 @@ public function testGetUserAsSubAdminSelfLookup() {
$targetUser
->expects($this->once())
->method('getEMailAddress')
->will($this->returnValue('subadmin@owncloud.org'));
->will($this->returnValue('subadmin@owncloud.com'));

$expected = new Result([
'quota' => ['DummyValue', 'definition' => null],
'email' => 'subadmin@owncloud.org',
'email' => 'subadmin@owncloud.com',
'displayname' => 'Subadmin User',
'home' => '/var/ocdata/UserToGet',
'two_factor_auth_enabled' => 'false',
Expand Down Expand Up @@ -983,10 +983,10 @@ public function testEditUserRegularUserSelfEditChangeEmailValid() {
$targetUser
->expects($this->once())
->method('setEMailAddress')
->with('demo@owncloud.org');
->with('demo@owncloud.com');

$expected = new Result(null, 100);
$this->assertEquals($expected, $this->api->editUser(['userid' => 'UserToEdit', '_put' => ['key' => 'email', 'value' => 'demo@owncloud.org']]));
$this->assertEquals($expected, $this->api->editUser(['userid' => 'UserToEdit', '_put' => ['key' => 'email', 'value' => 'demo@owncloud.com']]));
}

public function testEditUserRegularUserSelfEditClearEmail() {
Expand Down
3 changes: 1 addition & 2 deletions apps/updatenotification/lib/Controller/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ public function displayPanel() {
$varsionParts = \explode(' ', $newVersionString);
if (\count($varsionParts) >= 2) {
$versionParts = \explode('.', $varsionParts[1]); // remove the 'ownCloud' prefix
\array_splice($versionParts, 2); // remove minor version info from parts
$changeLogUrl = 'https://owncloud.org/changelog/#latest' . \implode('.', $versionParts);
$changeLogUrl = 'https://owncloud.com/changelog/server/#' . \implode('.', $versionParts);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ public function testDisplayPanelWithUpdate() {
$this->updateChecker
->expects($this->once())
->method('getUpdateState')
->willReturn(['updateVersion' => 'ownCloud 8.1.2']);
->willReturn(['updateVersion' => 'ownCloud 10.7.0']);

$params = [
'isNewVersionAvailable' => true,
'lastChecked' => 'LastCheckedReturnValue',
'currentChannel' => \OCP\Util::getChannel(),
'channels' => $channels,
'newVersionString' => 'ownCloud 8.1.2',
'changeLogUrl' => 'https://owncloud.org/changelog/#latest8.1',
'newVersionString' => 'ownCloud 10.7.0',
'changeLogUrl' => 'https://owncloud.com/changelog/server/#10.7.0',
'notify_groups' => 'admin'
];

Expand Down
4 changes: 2 additions & 2 deletions apps/updatenotification/tests/UpdateCheckerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ public function testGetUpdateStateWithUpdateAndValidLink() {
->willReturn([
'version' => 123,
'versionstring' => 'ownCloud 123',
'web'=> 'https://owncloud.org/myUrl',
'web'=> 'https://owncloud.com/myUrl',
]);

$expected = [
'updateAvailable' => true,
'updateVersion' => 'ownCloud 123',
'updateLink' => 'https://owncloud.org/myUrl',
'updateLink' => 'https://owncloud.com/myUrl',
];
$this->assertSame($expected, $this->updateChecker->getUpdateState());
}
Expand Down
Loading

0 comments on commit 6c9ab5d

Please sign in to comment.