Skip to content

Commit e9f1b89

Browse files
authored
Merge pull request #42 from rushsteve1/master
Minor changes
2 parents 8fd9dc5 + 01d279b commit e9f1b89

22 files changed

+31
-32
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Submitting issues
22

3-
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].
3+
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].
44

55
### Short version
66

@@ -11,19 +11,19 @@ If you have questions about how to install or use ownCloud, please direct these
1111
- Go to one of the repositories, click "issues" and type any word in the top search/command bar.
1212
- You can also filter by appending e. g. "state:open" to the search string.
1313
- More info on [search syntax within github](https://help.github.com/articles/searching-issues)
14-
* This repository ([notes](https://github.com/owncloud/notes/issues)) is *only* for issues within the ownCloud notes code.
15-
* __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
14+
* This repository ([notes](https://github.com/nextcloud/notes/issues)) is *only* for issues within the Nextcloud notes code.
15+
* __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
1616
* Report the issue using our [template][template], it includes all the information we need to track down the issue.
1717

1818
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
1919

20-
[template]: https://raw.github.com/owncloud/core/master/issue_template.md
20+
[template]: https://raw.github.com/nextcloud/server/master/issue_template.md
2121
[mailinglist]: https://mailman.owncloud.org/mailman/listinfo/owncloud
22-
[forum]: https://forum.owncloud.org/
23-
[irc]: https://webchat.freenode.net/?channels=owncloud&uio=d4
24-
[irc-dev]: https://webchat.freenode.net/?channels=owncloud-dev&uio=d4
22+
[forum]: https://help.nextcloud.com/
23+
[irc]: https://webchat.freenode.net/?channels=nextcloud&uio=d4
24+
[irc-dev]: https://webchat.freenode.net/?channels=nextcloud-dev&uio=d4
2525

2626
### Contribute Code and translations
27-
Please check [core's contribution guidelines](https://github.com/owncloud/core/blob/master/CONTRIBUTING.md) for further information about contributing code and translations.
27+
Please check [core's contribution guidelines](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) for further information about contributing code and translations.
2828

29-
For further development questions / discussions you can also join the [#owncloud-dev][irc-dev] IRC channel.
29+
For further development questions / discussions you can also join the [#nextcloud-dev][irc-dev] IRC channel.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# ownCloud scaffolder tool
2+
# Nextcloud scaffolder tool
33
#
44
# Copyright (C) 2013 Bernhard Posselt, <[email protected]>
55
#

appinfo/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

appinfo/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

controller/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

controller/notesapicontroller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

controller/notescontroller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

controller/pagecontroller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

css/notes.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
}
1010

1111
#app-navigation #note-add span {
12-
display: none;
1312
font-weight: bold;
1413
padding-left: 2px;
1514
}

db/note.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

js/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ownCloud notes",
2+
"name": "Nextcloud notes",
33
"version": "0.0.1",
44
"dependencies": {
55
"angular": "1.4.*",

js/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* ownCloud - Notes app
3+
* Nextcloud - Notes app
44
*
55
* @author Bernhard Posselt
66
*

js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Notes app",
44
"version": "0.0.1",
55
"private": true,
6-
"homepage": "https://github.com/owncloud/notes",
6+
"homepage": "https://github.com/nextcloud/notes",
77
"repository": {
88
"type": "git",
9-
"url": "[email protected]:owncloud/notes.git"
9+
"url": "[email protected]:nextcloud/notes.git"
1010
},
11-
"bugs": "https://github.com/owncloud/notes/issues",
11+
"bugs": "https://github.com/nextcloud/notes/issues",
1212
"dependencies": {},
1313
"devDependencies": {
1414
"del": "^1.2.0",

service/notedoesnotexistexception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

service/notesservice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/integration/controller/NotesApiControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/integration/controller/NotesControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/unit/controller/NotesApiControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/unit/controller/NotesControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/unit/controller/PageControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/unit/db/NoteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

tests/unit/service/NotesServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* ownCloud - Notes
3+
* Nextcloud - Notes
44
*
55
* This file is licensed under the Affero General Public License version 3 or
66
* later. See the COPYING file.

0 commit comments

Comments
 (0)