-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
183 lines (183 loc) · 4.74 KB
/
MANIFEST
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
.dockerignore
.gitattributes
_b
_d_adup
_r_adup
_r_cmd
_r_cron
_r_minion
adup.conf_empty
CHANGELOG.md
cpanfile
docker-compose.yml
Dockerfile
lib/Adup.pm
lib/Adup/Command/cron.pm
lib/Adup/Command/merge.pm
lib/Adup/Command/preprocess.pm
lib/Adup/Command/smbload.pm
lib/Adup/Command/sync.pm
lib/Adup/Command/zupload.pm
lib/Adup/Controller/Comp.pm
lib/Adup/Controller/Index.pm
lib/Adup/Controller/Manual.pm
lib/Adup/Controller/Setattremail.pm
lib/Adup/Controller/Setattrphoto.pm
lib/Adup/Controller/Setattrroom.pm
lib/Adup/Controller/Setattrsot.pm
lib/Adup/Controller/Sync.pm
lib/Adup/Controller/Syncapprove.pm
lib/Adup/Controller/Syncmerge.pm
lib/Adup/Controller/Syncmergearchive.pm
lib/Adup/Controller/Upload.pm
lib/Adup/Controller/Zupload.pm
lib/Adup/Plugin/Migrations.pm
lib/Adup/Plugin/MPagenav.pm
lib/Adup/Plugin/Utils.pm
lib/Adup/Task/Merge.pm
lib/Adup/Task/Preprocess.pm
lib/Adup/Task/SmbLoad.pm
lib/Adup/Task/Sync.pm
lib/Adup/Task/Zupprocess.pm
lib/Adup/Ural/AttrTranslate.pm
lib/Adup/Ural/Change.pm
lib/Adup/Ural/ChangeAttr.pm
lib/Adup/Ural/ChangeError.pm
lib/Adup/Ural/ChangeFactory.pm
lib/Adup/Ural/ChangeFlatGroupCreate.pm
lib/Adup/Ural/ChangeFlatGroupDelete.pm
lib/Adup/Ural/ChangeFlatGroupModify.pm
lib/Adup/Ural/Changelog.pm
lib/Adup/Ural/ChangeOUCreate.pm
lib/Adup/Ural/ChangeOUDelete.pm
lib/Adup/Ural/ChangeOUModify.pm
lib/Adup/Ural/ChangeUserCreate.pm
lib/Adup/Ural/ChangeUserDelete.pm
lib/Adup/Ural/ChangeUserDisableDismissed.pm
lib/Adup/Ural/ChangeUserFlatGroup.pm
lib/Adup/Ural/ChangeUserMove.pm
lib/Adup/Ural/Dblog.pm
lib/Adup/Ural/DeptsHash.pm
lib/Adup/Ural/FlatGroupNamingAI.pm
lib/Adup/Ural/LdapListsUtil.pm
lib/Adup/Ural/LoginAI.pm
lib/Adup/Ural/MySQLDateTimeAnalog.pm
lib/Adup/Ural/OperatorResolver.pm
lib/Adup/Ural/PersonsDeduplicator.pm
lib/Adup/Ural/SyncAttributesCreateMoveUsers.pm
lib/Adup/Ural/SyncCreateFlatGroups.pm
lib/Adup/Ural/SyncCreateOUs.pm
lib/Adup/Ural/SyncDeleteFlatGroups.pm
lib/Adup/Ural/SyncDeleteOUs.pm
lib/Adup/Ural/SyncDeleteUsers.pm
lib/Adup/Ural/SyncDisableDismissed.pm
lib/Adup/Ural/UsersCatalog.pm
lib/Adup/Ural/ZupLoader.pm
Makefile.PL
MANIFEST This list of files
public/css/material-icons.css
public/css/materialize.css
public/css/materialize.min.css
public/css/print.css
public/css/styles.css
public/fonts/MaterialIcons-Regular.eot
public/fonts/MaterialIcons-Regular.ijmap
public/fonts/MaterialIcons-Regular.svg
public/fonts/MaterialIcons-Regular.ttf
public/fonts/MaterialIcons-Regular.woff
public/fonts/MaterialIcons-Regular.woff2
public/fonts/roboto/Roboto-Bold.woff
public/fonts/roboto/Roboto-Bold.woff2
public/fonts/roboto/Roboto-Light.woff
public/fonts/roboto/Roboto-Light.woff2
public/fonts/roboto/Roboto-Medium.woff
public/fonts/roboto/Roboto-Medium.woff2
public/fonts/roboto/Roboto-Regular.woff
public/fonts/roboto/Roboto-Regular.woff2
public/fonts/roboto/Roboto-Thin.woff
public/fonts/roboto/Roboto-Thin.woff2
public/img/error-icon.png
public/img/favicon.ico
public/img/manual/logonw10.png
public/img/manual/logonw7.png
public/img/no-photo-icon.png
public/js/jquery-3.4.1.min.js
public/js/materialize.js
public/js/materialize.min.js
README.md
script/adup
script/check_db_hosts
script/smbload
script/start_server
support/_i
support/adup-minion.service
support/adup.service
support/adup_site.conf
support/instruction/instr.odt
support/instruction/logonw10.xcf
support/instruction/logonw7.xcf
support/smbload.cron
support/smbload.logrotate
support/smbload.service
support/smbload.timer
t/10_change.t
t/15_changeattr.t
t/16_changeerror.t
t/20_changeflatgroupcreate.t
t/21_changeflatgroupdelete.t
t/22_changeflatgroupmodify.t
t/30_changeuserflatgroup.t
t/60_userscatalog.t
t/70_loginai.t
t/71_checkdnbase.t
t/72_operatorresolver.t
t/73_mysqldatetimeanalog.t
t/74_zup_unwind_hierarhy.t
t/90_dblog.t
t2/_fio_parser.pl
t2/_ldap_grp_create.pl
t2/_ldap_grp_delete.pl
t2/_ldap_grp_enum.pl
t2/_ldap_grp_modify.pl
t2/_ldap_grp_modify2.pl
t2/_ldap_grp_search.pl
t2/_ldap_ou.pl
t2/_ldap_ou_create.pl
t2/_ldap_ou_delete.pl
t2/_ldap_ou_enum.pl
t2/_ldap_ou_modify.pl
t2/_ldap_ou_search.pl
t2/_ldap_read_photo.pl
t2/_ldap_sel.pl
t2/_ldap_upd.pl
t2/_ldap_upd_photo.pl
t2/_ldap_user_create.pl
t2/_ldap_user_enum.pl
t2/_ldap_user_mv.pl
t2/_ldap_user_rename.pl
t2/_photo.pl
t2/_sha.pl
t2/_smb.pl
t2/merge.pl
t2/otrs.jpg
t2/preprocess.pl
t2/sync.pl
t2/t.html
templates/comp/comp.html.ep
templates/index/about.html.ep
templates/index/index.html.ep
templates/layouts/default.html.ep
templates/layouts/print.html.ep
templates/manual/manual.html.ep
templates/manual/new_user.html.ep
templates/setattr/email.html.ep
templates/setattr/photo.html.ep
templates/setattr/photocam.html.ep
templates/setattr/room.html.ep
templates/setattr/sot.html.ep
templates/sync/approve.html.ep
templates/sync/index.html.ep
templates/sync/mergearchive.html.ep
templates/upload/index.html.ep
templates/zupload/index.html.ep
test.conf_empty