activity/issue_template.md

87 строки
1.9 KiB
Markdown
Исходник Обычный вид История

2016-04-19 09:52:32 +03:00
<!--
2016-07-22 13:26:23 +03:00
Thanks for reporting issues back to Nextcloud! This is the issue tracker of the Nextcloud Activity App, if you have any support question please check out https://help.nextcloud.com/
2016-04-19 09:52:32 +03:00
2016-07-22 13:26:23 +03:00
This is the bug tracker for the Activity App. Find other components at https://github.com/nextcloud/core/blob/master/CONTRIBUTING.md#guidelines
2016-04-19 09:52:32 +03:00
To make it possible for us to help you please fill out below information carefully.
-->
2016-04-19 09:52:32 +03:00
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Server configuration
<!--
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
-->
2016-04-19 09:52:32 +03:00
**Operating system**:
**Web server:**
**Database:**
**PHP version:**
2016-07-22 13:26:23 +03:00
**Nextcloud version:** (see Nextcloud admin page)
2016-04-19 09:52:32 +03:00
2016-07-22 13:26:23 +03:00
**Where did you install Nextcloud from:**
2016-04-19 09:52:32 +03:00
2016-07-22 13:26:23 +03:00
**Signing status:**
2016-04-19 09:52:32 +03:00
```
2016-07-22 13:26:23 +03:00
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
2016-04-19 09:52:32 +03:00
paste the results here.
```
**List of activated apps:**
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
2016-07-22 13:26:23 +03:00
from within your Nextcloud installation folder
2016-04-19 09:52:32 +03:00
```
**Nextcloud configuration:**
2016-04-19 09:52:32 +03:00
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
2016-07-22 13:26:23 +03:00
from within your Nextcloud installation folder
2016-04-19 09:52:32 +03:00
or
2016-04-19 09:52:32 +03:00
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
2016-04-19 09:52:32 +03:00
```
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
### Client configuration
**Browser:**
**Operating system:**
### Logs
2016-07-22 13:26:23 +03:00
#### Nextcloud log (data/nextcloud.log)
2016-04-19 09:52:32 +03:00
```
2016-07-22 13:26:23 +03:00
Insert your Nextcloud log here
2016-04-19 09:52:32 +03:00
```
#### Browser log
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
2016-04-19 09:52:32 +03:00
c) ...
```