forked from nextcloud/contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/nextcloud/contacts into d…
…ownload-contact-group-nextcloud#39 Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
- Loading branch information
Showing
211 changed files
with
6,848 additions
and
11,645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to help us improve | ||
|
||
--- | ||
|
||
⚠ Please report only issues corresponding to the contacts app for Nextcloud ⚠ | ||
|
||
Migration and CardDAV issues belong in the server repo! | ||
https://github.com/nextcloud/server/issues | ||
|
||
If you have any questions, head over to https://help.nextcloud.com/c/apps/contacts | ||
__________________________________________________________________ | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. | ||
...... | ||
...... | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
Tell us what you expected to happen. | ||
|
||
**Actual behavior** | ||
Tell us what happened instead. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Server configuration | ||
<!-- | ||
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate | ||
--> | ||
|
||
**Operating system**: Windows, Linux, MacOS... | ||
|
||
**Web server:** Apache, Nginx... | ||
|
||
**Database:** MariaDB, MySQL, PostgreSQL... | ||
|
||
**PHP version:** 7.0, 7.1, 7.2... | ||
|
||
**Nextcloud version:** (see Nextcloud admin page) | ||
|
||
**Contacts version:** (see Nextcloud apps page) | ||
|
||
**Updated from an older Nextcloud or fresh install:** | ||
|
||
**Signing status:** | ||
``` | ||
Login as admin user into your Nextcloud and access | ||
http://example.com/index.php/settings/integrity/failed | ||
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 | ||
from within your Nextcloud installation folder | ||
``` | ||
|
||
**Nextcloud configuration:** | ||
``` | ||
If you have access to your command line run e.g.: | ||
sudo -u www-data php occ config:list system | ||
from within your instance's installation folder | ||
or | ||
Insert your config.php content here | ||
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) | ||
``` | ||
|
||
### Client configuration | ||
**Browser:** | ||
|
||
**Operating system:** | ||
|
||
**CardDAV-clients:** | ||
|
||
### Logs | ||
#### *Web server error log* | ||
``` | ||
Insert your webserver log here | ||
``` | ||
|
||
### Nextcloud log | ||
#### *data/nextcloud.log* | ||
``` | ||
Insert your Nextcloud log here | ||
``` | ||
|
||
#### Browser log | ||
<details> | ||
<summary>How to access your browser console (Click to expand)</summary> | ||
|
||
# Chrome | ||
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. | ||
- Alternative method: | ||
1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. | ||
2. Click the “console” tab. | ||
|
||
# Safari | ||
- Press CTRL + ALT + I to open the Web Inspector. | ||
- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) | ||
|
||
# IE9 | ||
1. Press F12 to open the developer tools. | ||
2. Click the “console” tab. | ||
|
||
# Firefox | ||
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). | ||
- or, if Firebug is installed (recommended): | ||
1. Press F12 to open Firebug. | ||
2. Click on the “console” tab. | ||
|
||
# Opera | ||
1. Press CTRL + SHIFT + I to open Dragonfly. | ||
2. Click on the “console” tab. | ||
</details> | ||
|
||
``` | ||
Insert your browser log here, this could for example include: | ||
a) The javascript console log | ||
b) The network log | ||
c) ... | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ script: | |
- npm run build | ||
- npm run lint | ||
- npm run stylelint | ||
- npm run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.