-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
132 lines (132 loc) · 3.14 KB
/
Copy pathplugin.json
File metadata and controls
132 lines (132 loc) · 3.14 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
{
"packageID": "pv_backend",
"name": "pv_backend",
"label": "Backend",
"description": "A full integrated and extensible backend featuring users management",
"author": "tyurderi",
"website": "https://www.yurderi.de",
"email": "tyurderi@yahoo.de",
"version": "1.10.2",
"changelog": {
"1.0.1": [
"Initial release"
],
"1.0.2": [
"Add user management etc"
],
"1.0.3": [
"Build latest version"
],
"1.0.4": [
"Fix permission check in user controller"
],
"1.0.5": [
"Load backend menu dynamically",
"Fix form stuff"
],
"1.0.6": [
"Add support for external components by other plugins"
],
"1.0.7": [
"Add backend:build command"
],
"1.0.8": [
"Fix backend compilation issue"
],
"1.0.9": [
"New vendor integration"
],
"1.1.0": [
"Improve small text in form labels"
],
"1.1.1": [
"Fix backend menu sorting"
],
"1.1.2": [
"Add option to control auto-loading in Grid.vue"
],
"1.1.3": [
"Implement dynamic configuration",
"Allow overriding API::isLoggedIn",
"Register routes correctly",
"Add Auth::hash method like before",
"Allow abortion in API::setValues"
],
"1.1.4": [
"Run migrations at install/update",
"Show info when node_modules is missing or backend is not yet compiled"
],
"1.2.0": [
"Add user groups",
"Add permission system",
"Nesting sidebar menu",
"Add dashboard content",
"Removed versions info in sidebar",
"Greet logged in user in sidebar",
"Update yarn dependencies"
],
"1.3.0": [
"Add permissions"
],
"1.3.1": [
"Fix permission check when logging in"
],
"1.4.0": [
"Add plugin manager",
"Improve API controller permission check"
],
"1.4.1": [
"Fix plugin controller for improved plugin system"
],
"1.5.0": [
"Write job output if any"
],
"1.6.0": [
"Build backend afer install/update"
],
"1.6.1": [
"Fix plugin controller for updated plugin system"
],
"1.7.0": [
"Refactor code",
"Add component entity multi select"
],
"1.7.1": [
"React to config.detail.recursive in API controller",
"Update plugin.json",
"Update yurderi/vue-ui",
"Fix select styling"
],
"1.8.0": [
"Improve API controller"
],
"1.9.0": [
"Fix parentIDs (special fix for self inheriting entities)",
"Remove build script",
"Improve build job",
"Improve build job",
"Create permissions also on install",
"Fix installation process",
"Always re-link backend components in case of broken links"
],
"1.10.0": [
"Add newIds to batchSave.response"
],
"1.10.1": [
"Fix permission check in API controller",
"Fix permission service"
],
"1.10.2": [
"Fix proxyTable.target for dev",
"Fix login using enter-key",
"Make auth::login method more public"
]
},
"package": {
"channel": "stable",
"platform": "provallo-plugin"
},
"requires": {
"core": "0.4.0"
}
}