Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-07-04 12:14:36 +0300
committerGitHub <noreply@github.com>2016-07-04 12:14:36 +0300
commitbbb72d4bcd97ec7ffc51df2e06a4b05ea7729a11 (patch)
tree6702305bd3647d6ec69a06314b912c128f15e0f9
parente285bf55d712afbeffae02ea2fe31b0e7822b3af (diff)
parent084ea17090c6b2e7a6ff4c0af37c2e0d7e1e1d02 (diff)
Merge pull request #3 from nextcloud/backport-adjust-repositoryv9.0.58RC1v9.0.58v9.0.57RC1v9.0.57v9.0.56RC1v9.0.56v9.0.55v9.0.54RC1v9.0.54v9.0.52stable9
[stable9] Adjust the repository URLs
-rw-r--r--.travis.yml4
-rw-r--r--CONTRIBUTING.md15
-rw-r--r--README.md15
-rw-r--r--appinfo/info.xml4
-rw-r--r--tests/unit/phpunit.xml2
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 @@
<default_enable/>
+ <website>https://github.com/nextcloud/notifications</website>
+ <bugs>https://github.com/nextcloud/notifications/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/notifications.git</repository>
+
<dependencies>
<owncloud min-version="9.0" max-version="9.0"/>
</dependencies>
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"
>
- <testsuite name='ownCloud - Notifications App Tests'>
+ <testsuite name='Notifications App Tests'>
<directory suffix='.php'>.</directory>
</testsuite>
<!-- filters for code coverage -->