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:
-rw-r--r--.travis.yml4
-rw-r--r--CONTRIBUTING.md15
-rw-r--r--README.md15
-rw-r--r--appinfo/info.xml6
-rw-r--r--issue_template.md16
-rw-r--r--tests/Unit/phpunit.xml2
6 files changed, 28 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
index 6dec342..f68e702 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 0d7c897..0d11cdb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,9 +14,9 @@
<default_enable/>
- <website>https://github.com/owncloud/notifications</website>
- <bugs>https://github.com/owncloud/notifications/issues</bugs>
- <repository type="git">https://github.com/owncloud/notifications.git</repository>
+ <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.1" max-version="9.1" />
diff --git a/issue_template.md b/issue_template.md
index 7aa0a88..5b1bd02 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -1,7 +1,7 @@
<!--
-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 Nextcloud! This is the issue tracker of the Nextcloud Notifications App, if you have any support question please check out https://help.nextcloud.com/
-This is the bug tracker for the Notifications App. Find other components at https://github.com/owncloud/core/blob/master/CONTRIBUTING.md#guidelines
+This is the bug tracker for the Notifications App. Find other components at https://github.com/nextcloud/core/blob/master/CONTRIBUTING.md#guidelines
To make it possible for us to help you please fill out below information carefully.
-->
@@ -25,14 +25,14 @@ Tell us what happens instead
**PHP version:**
-**ownCloud version:** (see ownCloud admin page)
+**Nextcloud version:** (see Nextcloud admin page)
-**Where did you install ownCloud from:**
+**Where did you install Nextcloud from:**
-**Signing status (ownCloud 9.0 and above):**
+**Signing status:**
```
-Login as admin user into your ownCloud and access
+Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
@@ -67,9 +67,9 @@ Insert your config.php content here
### Logs
-#### ownCloud log (data/owncloud.log)
+#### Nextcloud log (data/owncloud.log)
```
-Insert your ownCloud log here
+Insert your Nextcloud log here
```
#### Browser log
diff --git a/tests/Unit/phpunit.xml b/tests/Unit/phpunit.xml
index b531a90..0162a61 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='Test.php'>.</directory>
</testsuite>
<!-- filters for code coverage -->