This repository was archived by the owner on Apr 20, 2020. It is now read-only.
File tree
159 files changed
+273
-194
lines changed- app
- controllers
- core
- models
- doc
- logging
- lvm
- lv
- pv
- vg
- target
- logging
- lvm
- logic
- lv
- pv
- vg
- old
- target
- views
- config
- log
- login
- lvm
- permissions
- services
- targets
- install
- public
- css
- fonts
- img
- js
- lib
- pages
- config
- target
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
159 files changed
+273
-194
lines changedLICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
Lines changed: 0 additions & 1 deletion
This file was deleted.
20 KB
Binary file not shown.
app/controllers/auth.php
100644
100755
File mode changed.
app/controllers/config.php
100644
100755
Lines changed: 17 additions & 37 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 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 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
55 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
56 | 36 |
| |
57 | 37 |
| |
58 | 38 |
| |
|
app/controllers/connection.php
100644
100755
File mode changed.
app/controllers/dashboard.php
100644
100755
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
|
app/controllers/ietusers.php
100644
100755
File mode changed.
app/controllers/log.php
100644
100755
File mode changed.
app/controllers/lvm.php
100644
100755
File mode changed.
app/controllers/objects.php
100644
100755
File mode changed.
app/controllers/overview.php
100644
100755
File mode changed.
app/controllers/permission.php
100644
100755
File mode changed.
app/controllers/service.php
100644
100755
File mode changed.
app/controllers/targets.php
100644
100755
File mode changed.
app/core/App.php
100644
100755
Lines changed: 30 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
31 | 38 |
| |
32 | 39 |
| |
33 |
| - | |
34 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
35 | 60 |
| |
36 | 61 |
| |
37 | 62 |
| |
38 | 63 |
| |
39 | 64 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
44 | 68 |
| |
45 | 69 |
| |
46 |
| - | |
47 |
| - | |
48 | 70 |
| |
49 | 71 |
| |
50 | 72 |
| |
|
app/core/Controller.php
100644
100755
File mode changed.
app/init.php
100644
100755
File mode changed.
app/models/Database.php
100644
100755
Lines changed: 68 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
| |||
22 | 20 |
| |
23 | 21 |
| |
24 | 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 | + | |
25 | 91 |
| |
26 | 92 |
| |
27 | 93 |
| |
28 | 94 |
| |
29 | 95 |
| |
30 | 96 |
| |
31 | 97 |
| |
32 |
| - | |
33 | 98 |
| |
34 | 99 |
| |
35 | 100 |
| |
| |||
112 | 177 |
| |
113 | 178 |
| |
114 | 179 |
| |
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 | 180 |
| |
143 | 181 |
| |
144 | 182 |
| |
|
app/models/Disks.php
100644
100755
File mode changed.
app/models/Ietuser.php
100644
100755
File mode changed.
app/models/Session.php
100644
100755
File mode changed.
app/models/Settings.php
100644
100755
File mode changed.
app/models/Std.php
100644
100755
File mode changed.
app/models/autoloader.php
100644
100755
File mode changed.
app/models/doc/ietuser.php
100644
100755
File mode changed.
app/models/doc/logging/example_logging.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/add_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/extend_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/get_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/get_snapshot.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/merge_snapshot.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/reduce_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/remove_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/rename_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/lv/snapshot_lv.php
100644
100755
File mode changed.
app/models/doc/lvm/pv/get_pv.php
100644
100755
File mode changed.
app/models/doc/lvm/vg/get_all_lv_from_vg.php
100644
100755
File mode changed.
app/models/doc/lvm/vg/get_vg.php
100644
100755
File mode changed.
app/models/doc/target/add_lun.php
100644
100755
File mode changed.
app/models/doc/target/add_user.php
100644
100755
File mode changed.
app/models/doc/target/delete_lun.php
100644
100755
File mode changed.
app/models/doc/target/return_all_used_lun.php
100644
100755
File mode changed.
app/models/doc/target/return_target_data.php
100644
100755
File mode changed.
File mode changed.
app/models/ietuser.php
100644
100755
File mode changed.
app/models/logging/Logging.php
100644
100755
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
app/models/lvm/logic/Exec.php
100644
100755
File mode changed.
app/models/lvm/logic/Parser.php
100644
100755
File mode changed.
app/models/lvm/lv/Logic.php
100644
100755
File mode changed.
app/models/lvm/lv/Lv.php
100644
100755
File mode changed.
app/models/lvm/pv/Pv.php
100644
100755
File mode changed.
app/models/lvm/vg/Vg.php
100644
100755
File mode changed.
app/models/old/Exec.php
100644
100755
File mode changed.
app/models/old/IetSessions.php
100644
100755
File mode changed.
app/models/old/IetVolumes.php
100644
100755
File mode changed.
app/models/old/Ietaddtarget.php
100644
100755
File mode changed.
app/models/old/Ietdelete.php
100644
100755
File mode changed.
app/models/old/Ietpermissions.php
100644
100755
File mode changed.
app/models/old/Lvmdisplay.php
100644
100755
File mode changed.
app/models/old/Regex.php
100644
100755
File mode changed.
app/models/old/Std.php
100644
100755
File mode changed.
app/models/target/Exec.php
100644
100755
File mode changed.
app/models/target/Logic.php
100644
100755
File mode changed.
app/models/target/Parser.php
100644
100755
File mode changed.
app/models/target/Target.php
100644
100755
File mode changed.
app/notes.txt
100644
100755
File mode changed.
app/views/breadcrumb.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/config/configtable.php
100644
100755
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
app/views/config/user.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/config/vg.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/dashboard.php
100644
100755
Lines changed: 10 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 | 67 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
93 | 77 |
|
app/views/footer.php
100644
100755
File mode changed.
app/views/header.php
100644
100755
File mode changed.
app/views/ietvolumes.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/log/view.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/login/first_signin.php
100644
100755
File mode changed.
app/views/login/override.php
100644
100755
File mode changed.
app/views/login/signin.php
100644
100755
File mode changed.
app/views/lvm/add.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/lvm/delete.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/lvm/extend.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
app/views/lvm/vginput.php
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments