Welcome to mirror list, hosted at ThFree Co, Russian Federation.

issue_template.md « .github - github.com/nextcloud/nextcloud-filelink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68df91145b65084184209072fdd158494aa630b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!--
This is the issue tracker of "Nextcloud for Filelink".

Thank you for taking the time to:
* report an issue you've experienced or
* to submit a feature request.

To make it easier for us to help you, please fill in as much information as possible in
one of the forms below.
 
Please choose between the "Bug report" and the "Feature request" form and delete the content of the other one
-->

## Bug report

### Steps to reproduce

1.
1.
1.

### Expected behaviour
<!--
Tell us what should happen
Tip: You can leave alone text surrounded by special markers such as this one, they're invisible
-->

### Actual behaviour
<!--
Tell us what happens instead
-->

### Server configuration

**Operating system**:

**Web server:**

**Database:**

**PHP version:**

**Nextcloud version:** (see admin page or version.php)

**Updated from an older installation or fresh install:**

**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 installation folder*
-->

<details>
<summary>App list</summary>

```
Paste the list of applications here
```

</details>

**The content of config/config.php:**
<!--
If you have access to your command line run e.g.:
# sudo -u www-data php occ config:list system`
from within your installation folder

or 

Insert your config.php content here
(Without the database password, passwordsalt and secret)
-->

<details>
<summary>Config report</summary>

```
Paste the config here
```

</details>

**Are you using external storage, if yes which one:** local folder, smb share, sftp, etc.

**Are you using encryption:** yes/no

#### Web server error log

<details>
<summary>Web server error log</summary>

```
Insert your webserver log here
```
</details>

#### Cloud log
<!--
The log has the name nextcloud.log and is found in the data folder
-->

<details>
<summary>Nextcloud log</summary>

```
Insert your Nextcloud log here
```
</details>

### Desktop configuration

**Operating system**:

**Thunderbird version:**

**Updated from an older installation or fresh install:**

#### Thunderbird Log
<!--
Open the error console and paste any relevant information here
-->

<details>
<summary>Thunderbird log</summary>

```
Insert your browser log here
```

</details>
 
## Feature request

**User level**: Beginners, intermediate or advanced

### Description
<!--
Please try to give as much information as you can about your request
-->

### Benefit / value
<!--
Please explain how it could benefit users of the app, other apps or 3rd party services
-->

### Risk / caveats
<!--
Please explain the risks and caveats associated with this request
-->

### Sponsorship
<!--
This greatly accelerates the delivery of a feature
-->
 
**Are you a developer willing to implement this feature?**: yes/no

**Can you sponsor the development of this feature or do you know someone who can?**: yes/no