Skip to content

Commit

Permalink
Merge pull request #42 from rushsteve1/master
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
Henni committed Jan 5, 2017
2 parents 8fd9dc5 + 01d279b commit e9f1b89
Show file tree
Hide file tree
Showing 22 changed files with 31 additions and 32 deletions.
18 changes: 9 additions & 9 deletions 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 the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc].

### Short version

Expand All @@ -11,19 +11,19 @@ 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 ([notes](https://github.com/owncloud/notes/issues)) is *only* for issues within the ownCloud notes 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 ([notes](https://github.com/nextcloud/notes/issues)) is *only* for issues within the Nextcloud notes code.
* __SECURITY__: Report any potential security bug to 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
[template]: https://raw.github.com/nextcloud/server/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
[irc-dev]: https://webchat.freenode.net/?channels=owncloud-dev&uio=d4
[forum]: https://help.nextcloud.com/
[irc]: https://webchat.freenode.net/?channels=nextcloud&uio=d4
[irc-dev]: https://webchat.freenode.net/?channels=nextcloud-dev&uio=d4

### 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 [core's contribution guidelines](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) for further information about contributing code and translations.

For further development questions / discussions you can also join the [#owncloud-dev][irc-dev] IRC channel.
For further development questions / discussions you can also join the [#nextcloud-dev][irc-dev] IRC channel.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
#
# ownCloud scaffolder tool
# Nextcloud scaffolder tool
#
# Copyright (C) 2013 Bernhard Posselt, <nukewhale@gmail.com>
#
Expand Down
2 changes: 1 addition & 1 deletion appinfo/app.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/routes.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion controller/errors.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion controller/notesapicontroller.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion controller/notescontroller.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion controller/pagecontroller.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
1 change: 0 additions & 1 deletion css/notes.css
Expand Up @@ -9,7 +9,6 @@
}

#app-navigation #note-add span {
display: none;
font-weight: bold;
padding-left: 2px;
}
Expand Down
2 changes: 1 addition & 1 deletion db/note.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion js/bower.json
@@ -1,5 +1,5 @@
{
"name": "ownCloud notes",
"name": "Nextcloud notes",
"version": "0.0.1",
"dependencies": {
"angular": "1.4.*",
Expand Down
2 changes: 1 addition & 1 deletion js/karma.conf.js
@@ -1,6 +1,6 @@

/**
* ownCloud - Notes app
* Nextcloud - Notes app
*
* @author Bernhard Posselt
*
Expand Down
6 changes: 3 additions & 3 deletions js/package.json
Expand Up @@ -3,12 +3,12 @@
"description": "Notes app",
"version": "0.0.1",
"private": true,
"homepage": "https://github.com/owncloud/notes",
"homepage": "https://github.com/nextcloud/notes",
"repository": {
"type": "git",
"url": "git@github.com:owncloud/notes.git"
"url": "git@github.com:nextcloud/notes.git"
},
"bugs": "https://github.com/owncloud/notes/issues",
"bugs": "https://github.com/nextcloud/notes/issues",
"dependencies": {},
"devDependencies": {
"del": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion service/notedoesnotexistexception.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion service/notesservice.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/controller/NotesApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/controller/NotesControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/controller/NotesApiControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/controller/NotesControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/controller/PageControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/db/NoteTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/service/NotesServiceTest.php
@@ -1,6 +1,6 @@
<?php
/**
* ownCloud - Notes
* Nextcloud - Notes
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
Expand Down

0 comments on commit e9f1b89

Please sign in to comment.