From 084ea17090c6b2e7a6ff4c0af37c2e0d7e1e1d02 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 1 Jul 2016 12:12:55 +0200 Subject: Adjust the repository URLs --- .travis.yml | 4 ++-- CONTRIBUTING.md | 15 +++++++-------- README.md | 15 +++++++-------- appinfo/info.xml | 4 ++++ tests/unit/phpunit.xml | 2 +- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78ab754..3315136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,11 @@ branches: - /^stable\d+(\.\d+)?$/ before_install: - - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh + - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB # Add some output debugging information - - cd ../core + - cd ../server - ./occ check - ./occ status - ./occ app:list diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9febe2..632aa64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Submitting issues -If you have questions about how to install or use ownCloud, please direct these to the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc]. +If you have questions about how to install or use Nextcloud, please direct these to our [forum][forum]. We are also available on [IRC][irc]. ### Short version @@ -11,16 +11,15 @@ If you have questions about how to install or use ownCloud, please direct these - Go to one of the repositories, click "issues" and type any word in the top search/command bar. - 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 ([Notifications](https://github.com/owncloud/notifications/issues)) is *only* for issues within the ownCloud Announcement Center code. -* __SECURITY__: Report any potential security bug to security@owncloud.com following our [security policy](https://owncloud.org/security/) instead of filing an issue in our bug tracker +* This repository ([Notifications](https://github.com/nextcloud/notifications/issues)) is *only* for issues within the Nextcloud Notifications code. +* __SECURITY__: Report any potential security bug to us via [our HackerOne page](https://hackerone.com/nextcloud) or security@nextcloud.com following our [security policy](https://nextcloud.com/security/) instead of filing an issue in our bug tracker. * Report the issue using our [template][template], it includes all the information we need to track down the issue. 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/issue_template.md -[mailinglist]: https://mailman.owncloud.org/mailman/listinfo/owncloud -[forum]: https://forum.owncloud.org/ -[irc]: https://webchat.freenode.net/?channels=owncloud&uio=d4 +[template]: https://raw.github.com/nextcloud/server/master/issue_template.md +[forum]: https://help.nextcloud.com/ +[irc]: https://webchat.freenode.net/?channels=nextcloud ### Contribute Code and translations -Please check [core's contribution guidelines](https://github.com/owncloud/core/blob/master/CONTRIBUTING.md) for further information about contributing code and translations. +Please check [server's contribution guidelines](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md#contributing-to-source-code) for further information about contributing code and translations. diff --git a/README.md b/README.md index 496e573..735ea0b 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,17 @@ An app that notifies the user about important events of other apps. ## QA metrics on master branch: -[![Build Status](https://travis-ci.org/owncloud/notifications.svg?branch=master)](https://travis-ci.org/owncloud/notifications) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/notifications/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/notifications/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/owncloud/notifications/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/notifications/?branch=master) +[![Build Status](https://travis-ci.org/nextcloud/notifications.svg?branch=master)](https://travis-ci.org/nextcloud/notifications) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/notifications/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/notifications/?branch=master) +[![Code Coverage](https://scrutinizer-ci.com/g/nextcloud/notifications/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/notifications/?branch=master) ## Screenshots ### No notifications (Sample) **Note:** -In ownCloud 8.2 the app hides itself, when there is no app registered, -that creates notifications. In this case the bell and the dropdown are not -accessible. +The app hides itself, when there is no app registered, that creates +notifications. In this case the bell and the dropdown are not accessible. ![Build Status](img/sample-empty.png) @@ -26,7 +25,7 @@ accessible. ## Notification workflow For information how to make your app interact with the notifications app, see -[Sending and processing/"mark as read" notifications as an ownCloud App](https://github.com/owncloud/notifications/blob/master/docs/notification-workflow.md) +[Sending and processing/"mark as read" notifications as an Nextcloud App](https://github.com/nextcloud/notifications/blob/master/docs/notification-workflow.md) in the wiki. -If you want to present notifications as a client, see [Reading and deleting notifications as an ownCloud Client](https://github.com/owncloud/notifications/blob/master/docs/ocs-endpoint-v1.md). +If you want to present notifications as a client, see [Reading and deleting notifications as an Nextcloud Client](https://github.com/nextcloud/notifications/blob/master/docs/ocs-endpoint-v1.md). diff --git a/appinfo/info.xml b/appinfo/info.xml index 58a9a2e..8cdc3b8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,6 +14,10 @@ + https://github.com/nextcloud/notifications + https://github.com/nextcloud/notifications/issues + https://github.com/nextcloud/notifications.git + diff --git a/tests/unit/phpunit.xml b/tests/unit/phpunit.xml index 1b84558..e65e5e6 100644 --- a/tests/unit/phpunit.xml +++ b/tests/unit/phpunit.xml @@ -6,7 +6,7 @@ timeoutForMediumTests="900" timeoutForLargeTests="900" > - + . -- cgit v1.2.3