-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdata.json
More file actions
197 lines (196 loc) · 4.98 KB
/
Copy pathdata.json
File metadata and controls
197 lines (196 loc) · 4.98 KB
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"id" : {
"type" : "string",
"presentation" : "value"
},
"version" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Version"
},
"theme" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "Theme Selected"
},
"code" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Installation Source"
},
"enable_avatars" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "Avatars Enabled"
},
"enable_previews" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "Previews Enabled"
},
"memcache.local" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Local Memcache"
},
"memcache.distributed" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Distributed Memcache"
},
"cron" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Cron Execution"
},
"asset-pipeline.enabled" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "Asset-Pipeline Enabled"
},
"debug" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "Debug Mode Enabled"
},
"filelocking.enabled" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "File Locking Enabled"
},
"memcache.locking" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Memcache Locking Enabled"
},
"memory_limit" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Memory Limit"
},
"max_execution_time" : {
"type" : "integer",
"presentation" : "diagram",
"description" : "Max Execution Time"
},
"upload_max_filesize" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Max Upload Size"
},
"type" : {
"type" : "string",
"presentation" : "diagram",
"description" : "Type"
},
"size" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Size"
},
"num_files" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Files"
},
"num_users" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Users"
},
"num_storages" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Storages"
},
"num_storages_local" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Local Storages"
},
"num_storages_home" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Home Storages"
},
"num_storages_other" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of External Storages"
},
"num_comments" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of comments"
},
"num_comment_markers" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of users reading comments"
},
"num_systemtags" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of system tags"
},
"num_systemtags_mappings" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of system tag assignments"
},
"permissions_" : {
"type" : "integer",
"presentation" : "diagram",
"description" : "Permissions"
},
"num_shares" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Shares"
},
"num_shares_user" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of User Shares"
},
"num_shares_groups" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Group Shares"
},
"num_shares_link" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Link Shares"
},
"num_shares_link_no_password" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Number of Link Shares without Password"
},
"num_fed_shares_received" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Received Federated Shares"
},
"num_fed_shares_sent" : {
"type" : "integer",
"presentation" : "numerical evaluation",
"description" : "Sent Federated Shares"
},
"enabled" : {
"type" : "boolean",
"presentation" : "diagram",
"description" : "Enabled"
},
"default_module" : {
"type" : "bool",
"presentation" : "diagram",
"description" : "Default Encryption Module Enabled"
},
"loaded_extensions" : {
"type" : "string",
"presentation" : "diagram",
"description" : "loaded_extensions"
}
}