Rebrand Readme, Contributing and Issue template to Nextcloud fixes #6
Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
parent
70823c21f0
commit
ae55956c9b
3 changed files with 24 additions and 25 deletions
|
@ -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 ([tasks](https://github.com/owncloud/tasks/issues)) is *only* for issues within the ownCloud tasks 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 ([tasks](https://github.com/nextcloud/tasks/issues)) is *only* for issues within the Nextcloud Tasks code.
|
||||
* __SECURITY__: Report any potential security bug to https://hackerone.com/nextcloud 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/core/master/issue_template.md
|
||||
[forum]: https://help.nextcloud.com/
|
||||
[irc]: https://webchat.freenode.net/?channels=nextcloud&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/core/blob/master/CONTRIBUTING.md) for further information about contributing code and translations.
|
||||
|
|
10
README.md
10
README.md
|
@ -1,17 +1,17 @@
|
|||
# Tasks
|
||||
|
||||
[![Build Status](https://scrutinizer-ci.com/g/owncloud/tasks/badges/build.png?b=master)](https://scrutinizer-ci.com/g/owncloud/tasks/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/tasks/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/tasks/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/owncloud/tasks/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/tasks/?branch=master)
|
||||
[![Build Status](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/build.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/tasks/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/tasks/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/nextcloud/tasks/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/tasks/?branch=master)
|
||||
|
||||
Tasks app for ownCloud.
|
||||
Tasks app for Nextcloud.
|
||||
|
||||
### Installation
|
||||
|
||||
* **Using git:** In your `owncloud/apps/` directory, run `git clone https://github.com/owncloud/tasks/`. Then go to the Apps manager tab in your Owncloud web interface, and enable the Tasks app.
|
||||
* **Using the zip archive:** Download the latest [zip archive](https://github.com/owncloud/tasks/archive/master.zip), extract the `tasks-master` directory inside your `owncloud/apps/` directory, and rename it to `tasks`. For stable releases, you can also download one of the [releases](https://github.com/owncloud/tasks/releases) tar.gz archives. Then go to the Apps manager tab in your Owncloud web interface, and enable the Tasks app.
|
||||
* **Using git:** In your `nextcloud/apps/` directory, run `git clone https://github.com/nextcloud/tasks/`. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Tasks app.
|
||||
* **Using the zip archive:** Download the latest [zip archive](https://github.com/nextcloud/tasks/archive/master.zip), extract the `tasks-master` directory inside your `nextcloud/apps/` directory, and rename it to `tasks`. For stable releases, you can also download one of the [releases](https://github.com/nextcloud/tasks/releases) tar.gz archives. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Tasks app.
|
||||
|
||||
### Usage/Features
|
||||
|
||||
Once enabled, a new `Tasks` menu will appear in your owncloud apps menu. From there you can **add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them**. Tasks can be **shared** between users. Tasks can be **synchronized using CalDav** (each task list is linked to an Owncloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can **download your tasks as ICS** files using the download button for each calendar.
|
||||
Once enabled, a new `Tasks` menu will appear in your Nextcloud apps menu. From there you can **add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them**. Tasks can be **shared** between users. Tasks can be **synchronized using CalDav** (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can **download your tasks as ICS** files using the download button for each calendar.
|
||||
|
||||
### Screenshot
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
Migration and CalDAV issues belong in the core repo!
|
||||
https://github.com/owncloud/core/issues
|
||||
https://github.com/nextcloud/core/issues
|
||||
-->
|
||||
### Steps to reproduce
|
||||
1.
|
||||
|
@ -22,16 +22,16 @@ Tell us what happens instead
|
|||
|
||||
**PHP version:**
|
||||
|
||||
**ownCloud version:** (see ownCloud admin page)
|
||||
**Nextcloud version:** (see Nextcloud admin page)
|
||||
|
||||
**Tasks version:** (see ownCloud apps page)
|
||||
**Tasks version:** (see Nextcloud apps page)
|
||||
|
||||
**Updated from an older ownCloud or fresh install:**
|
||||
**Updated from an older Nextcloud or fresh install:**
|
||||
|
||||
**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.
|
||||
```
|
||||
|
@ -41,7 +41,7 @@ paste the results here.
|
|||
```
|
||||
If you have access to your command line run e.g.:
|
||||
sudo -u www-data php occ app:list
|
||||
from within your ownCloud installation folder
|
||||
from within your Nextcloud installation folder
|
||||
```
|
||||
|
||||
**The content of config/config.php:**
|
||||
|
@ -49,7 +49,7 @@ from within your ownCloud installation folder
|
|||
```
|
||||
If you have access to your command line run e.g.:
|
||||
sudo -u www-data php occ config:list system
|
||||
from within your ownCloud installation folder
|
||||
from within your Nextcloud installation folder
|
||||
|
||||
or
|
||||
|
||||
|
@ -68,9 +68,9 @@ Insert your config.php content here
|
|||
```
|
||||
With access to your command line run e.g.:
|
||||
sudo -u www-data php occ ldap:show-config
|
||||
from within your ownCloud installation folder
|
||||
from within your Nextcloud installation folder
|
||||
|
||||
Without access to your command line download the data/owncloud.db to your local
|
||||
Without access to your command line download the data/nextcloud.db to your local
|
||||
computer or access your SQL server remotely and run the select query:
|
||||
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
|
||||
|
||||
|
@ -91,9 +91,9 @@ Eventually replace sensitive data as the name/IP-address of your LDAP server or
|
|||
Insert your webserver log here
|
||||
```
|
||||
|
||||
#### ownCloud log (data/owncloud.log)
|
||||
#### Nextcloud log (data/nextcloud.log)
|
||||
```
|
||||
Insert your ownCloud log here
|
||||
Insert your Nextcloud log here
|
||||
```
|
||||
|
||||
#### Browser log
|
||||
|
|
Loading…
Reference in a new issue