Fixes deletion of people inscriptions in events (Closes #1578)
[platal.git] / modules / admin.php
CommitLineData
86f0a6af 1<?php
2/***************************************************************************
fc34b3d1 3 * Copyright (C) 2003-2011 Polytechnique.org *
86f0a6af 4 * http://opensource.polytechnique.org/ *
5 * *
6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. *
10 * *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program; if not, write to the Free Software *
18 * Foundation, Inc., *
19 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
20 ***************************************************************************/
21
22class AdminModule extends PLModule
23{
24 function handlers()
25 {
26 return array(
bfe9f4c7 27 'phpinfo' => $this->make_hook('phpinfo', AUTH_PASSWD, 'admin'),
93e38398 28 'get_rights' => $this->make_hook('get_rights', AUTH_COOKIE, 'admin'),
b47cc6f0 29 'set_skin' => $this->make_hook('set_skin', AUTH_COOKIE, 'admin'),
bfe9f4c7
SJ
30 'admin' => $this->make_hook('default', AUTH_PASSWD, 'admin'),
31 'admin/dead-but-active' => $this->make_hook('dead_but_active', AUTH_PASSWD, 'admin'),
32 'admin/deaths' => $this->make_hook('deaths', AUTH_PASSWD, 'admin'),
33 'admin/downtime' => $this->make_hook('downtime', AUTH_PASSWD, 'admin'),
34 'admin/homonyms' => $this->make_hook('homonyms', AUTH_PASSWD, 'admin'),
35 'admin/logger' => $this->make_hook('logger', AUTH_PASSWD, 'admin'),
36 'admin/logger/actions' => $this->make_hook('logger_actions', AUTH_PASSWD, 'admin'),
37 'admin/postfix/blacklist' => $this->make_hook('postfix_blacklist', AUTH_PASSWD, 'admin'),
38 'admin/postfix/delayed' => $this->make_hook('postfix_delayed', AUTH_PASSWD, 'admin'),
39 'admin/postfix/regexp_bounces' => $this->make_hook('postfix_regexpsbounces', AUTH_PASSWD, 'admin'),
40 'admin/postfix/whitelist' => $this->make_hook('postfix_whitelist', AUTH_PASSWD, 'admin'),
41 'admin/mx/broken' => $this->make_hook('mx_broken', AUTH_PASSWD, 'admin'),
42 'admin/skins' => $this->make_hook('skins', AUTH_PASSWD, 'admin'),
43 'admin/user' => $this->make_hook('user', AUTH_PASSWD, 'admin'),
44 'admin/add_accounts' => $this->make_hook('add_accounts', AUTH_PASSWD, 'admin'),
45 'admin/validate' => $this->make_hook('validate', AUTH_PASSWD, 'admin,edit_directory'),
46 'admin/validate/answers' => $this->make_hook('validate_answers', AUTH_PASSWD, 'admin'),
47 'admin/wiki' => $this->make_hook('wiki', AUTH_PASSWD, 'admin'),
48 'admin/ipwatch' => $this->make_hook('ipwatch', AUTH_PASSWD, 'admin'),
49 'admin/icons' => $this->make_hook('icons', AUTH_PASSWD, 'admin'),
50 'admin/geocoding' => $this->make_hook('geocoding', AUTH_PASSWD, 'admin'),
51 'admin/accounts' => $this->make_hook('accounts', AUTH_PASSWD, 'admin'),
52 'admin/account/watch' => $this->make_hook('account_watch', AUTH_PASSWD, 'admin'),
53 'admin/account/types' => $this->make_hook('account_types', AUTH_PASSWD, 'admin'),
54 'admin/xnet_without_group' => $this->make_hook('xnet_without_group', AUTH_PASSWD, 'admin'),
55 'admin/jobs' => $this->make_hook('jobs', AUTH_PASSWD, 'admin,edit_directory'),
56 'admin/profile' => $this->make_hook('profile', AUTH_PASSWD, 'admin,edit_directory'),
57 'admin/phd' => $this->make_hook('phd', AUTH_PASSWD, 'admin'),
58 'admin/add_secondary_edu' => $this->make_hook('add_secondary_edu', AUTH_PASSWD, 'admin')
86f0a6af 59 );
60 }
61
26ba053e 62 function handler_phpinfo($page)
5f9a40b4 63 {
64 phpinfo();
65 exit;
66 }
67
26ba053e 68 function handler_get_rights($page)
866bd535
FB
69 {
70 if (S::suid()) {
71 $page->kill('Déjà en SUID');
72 }
20b087ff
FB
73 S::assert_xsrf_token();
74 $level = Post::s('account_type');
75 if ($level != 'admin') {
76 $user = User::getSilentWithUID(S::user()->id());
77 $user->is_admin = false;
78 $types = DirEnum::getOptions(DirEnum::ACCOUNTTYPES);
79 if (!empty($types[$level])) {
80 $user->setPerms($types[$level]);
81 }
82 S::set('suid_startpage', $_SERVER['HTTP_REFERER']);
83 Platal::session()->startSUID($user);
84 }
85 if (!empty($_SERVER['HTTP_REFERER'])) {
86 http_redirect($_SERVER['HTTP_REFERER']);
87 } else {
88 pl_redirect('/');
89 }
866bd535
FB
90 }
91
26ba053e 92 function handler_set_skin($page)
b47cc6f0
FB
93 {
94 S::assert_xsrf_token();
95 S::set('skin', Post::s('change_skin'));
96 if (!empty($_SERVER['HTTP_REFERER'])) {
97 http_redirect($_SERVER['HTTP_REFERER']);
98 } else {
99 pl_redirect('/');
100 }
101 }
102
26ba053e 103 function handler_default($page)
86f0a6af 104 {
105 $page->changeTpl('admin/index.tpl');
46f272fe 106 $page->setTitle('Administration');
86f0a6af 107 }
108
26ba053e 109 function handler_postfix_delayed($page)
86f0a6af 110 {
111 $page->changeTpl('admin/postfix_delayed.tpl');
46f272fe 112 $page->setTitle('Administration - Postfix : Retardés');
86f0a6af 113
114 if (Env::has('del')) {
115 $crc = Env::v('crc');
116 XDB::execute("UPDATE postfix_mailseen SET release = 'del' WHERE crc = {?}", $crc);
6bb2f79a 117 $page->trigSuccess($crc . " verra tous ses emails supprimés&nbsp;!");
86f0a6af 118 } elseif (Env::has('ok')) {
119 $crc = Env::v('crc');
120 XDB::execute("UPDATE postfix_mailseen SET release = 'ok' WHERE crc = {?}", $crc);
6bb2f79a 121 $page->trigSuccess($crc . " a le droit de passer&nbsp;!");
86f0a6af 122 }
123
124 $sql = XDB::iterator(
125 "SELECT crc, nb, update_time, create_time,
77fcaa3f
SJ
126 FIND_IN_SET('del', p.release) AS del,
127 FIND_IN_SET('ok', p.release) AS ok
128 FROM postfix_mailseen AS p
86f0a6af 129 WHERE nb >= 30
77fcaa3f 130 ORDER BY p.release != ''");
86f0a6af 131
132 $page->assign_by_ref('mails', $sql);
133 }
86f0a6af 134
441e9e98 135 // {{{ logger view
86f0a6af 136
441e9e98 137 /** Retrieves the available days for a given year and month.
138 * Obtain a list of days of the given month in the given year
139 * that are within the range of dates that we have log entries for.
140 *
141 * @param integer year
142 * @param integer month
143 * @return array days in that month we have log entries covering.
144 * @private
145 */
146 function _getDays($year, $month)
147 {
148 // give a 'no filter' option
9bef113f
PC
149 $days = array();
150 $days[0] = "----";
441e9e98 151
152 if ($year && $month) {
153 $day_max = Array(-1, 31, checkdate(2, 29, $year) ? 29 : 28 , 31,
154 30, 31, 30, 31, 31, 30, 31, 30, 31);
155 $res = XDB::query("SELECT YEAR (MAX(start)), YEAR (MIN(start)),
156 MONTH(MAX(start)), MONTH(MIN(start)),
157 DAYOFMONTH(MAX(start)),
158 DAYOFMONTH(MIN(start))
6586a74f 159 FROM log_sessions");
441e9e98 160 list($ymax, $ymin, $mmax, $mmin, $dmax, $dmin) = $res->fetchOneRow();
161
162 if (($year < $ymin) || ($year == $ymin && $month < $mmin)) {
163 return array();
164 }
165
166 if (($year > $ymax) || ($year == $ymax && $month > $mmax)) {
167 return array();
168 }
169
170 $min = ($year==$ymin && $month==$mmin) ? intval($dmin) : 1;
171 $max = ($year==$ymax && $month==$mmax) ? intval($dmax) : $day_max[$month];
172
173 for($i = $min; $i<=$max; $i++) {
174 $days[$i] = $i;
175 }
176 }
177 return $days;
178 }
179
180
181 /** Retrieves the available months for a given year.
182 * Obtains a list of month numbers that are within the timeframe that
183 * we have log entries for.
184 *
185 * @param integer year
186 * @return array List of month numbers we have log info for.
187 * @private
188 */
189 function _getMonths($year)
190 {
191 // give a 'no filter' option
9bef113f 192 $months = array();
441e9e98 193 $months[0] = "----";
194
195 if ($year) {
196 $res = XDB::query("SELECT YEAR (MAX(start)), YEAR (MIN(start)),
197 MONTH(MAX(start)), MONTH(MIN(start))
6586a74f 198 FROM log_sessions");
441e9e98 199 list($ymax, $ymin, $mmax, $mmin) = $res->fetchOneRow();
200
201 if (($year < $ymin) || ($year > $ymax)) {
202 return array();
203 }
204
205 $min = $year == $ymin ? intval($mmin) : 1;
206 $max = $year == $ymax ? intval($mmax) : 12;
207
208 for($i = $min; $i<=$max; $i++) {
209 $months[$i] = $i;
210 }
211 }
212 return $months;
213 }
214
215
216 /** Retrieves the available years.
217 * Obtains a list of years that we have log entries covering.
218 *
219 * @return array years we have log entries for.
220 * @private
221 */
222 function _getYears()
223 {
224 // give a 'no filter' option
9bef113f 225 $years = array();
441e9e98 226 $years[0] = "----";
227
228 // retrieve available years
6586a74f 229 $res = XDB::query("select YEAR(MAX(start)), YEAR(MIN(start)) FROM log_sessions");
441e9e98 230 list($max, $min) = $res->fetchOneRow();
231
232 for($i = intval($min); $i<=$max; $i++) {
233 $years[$i] = $i;
234 }
235 return $years;
236 }
237
238
239 /** Make a where clause to get a user's sessions.
240 * Prepare the where clause request that will retrieve the sessions.
241 *
242 * @param $year INTEGER Only get log entries made during the given year.
243 * @param $month INTEGER Only get log entries made during the given month.
244 * @param $day INTEGER Only get log entries made during the given day.
245 * @param $uid INTEGER Only get log entries referring to the given user ID.
246 *
247 * @return STRING the WHERE clause of a query, including the 'WHERE' keyword
248 * @private
249 */
250 function _makeWhere($year, $month, $day, $uid)
251 {
252 // start constructing the "where" clause
253 $where = array();
254
255 if ($uid)
9bef113f 256 array_push($where, "s.uid='$uid'");
441e9e98 257
258 // we were given at least a year
259 if ($year) {
260 if ($day) {
261 $dmin = mktime(0, 0, 0, $month, $day, $year);
262 $dmax = mktime(0, 0, 0, $month, $day+1, $year);
263 } elseif ($month) {
264 $dmin = mktime(0, 0, 0, $month, 1, $year);
265 $dmax = mktime(0, 0, 0, $month+1, 1, $year);
266 } else {
267 $dmin = mktime(0, 0, 0, 1, 1, $year);
268 $dmax = mktime(0, 0, 0, 1, 1, $year+1);
269 }
270 $where[] = "start >= " . date("Ymd000000", $dmin);
271 $where[] = "start < " . date("Ymd000000", $dmax);
272 }
273
274 if (!empty($where)) {
275 return ' WHERE ' . implode($where, " AND ");
276 } else {
277 return '';
278 }
279 // WE know it's totally reversed, so better use array_reverse than a SORT BY start DESC
280 }
281
282 // }}}
283
26ba053e 284 function handler_logger($page, $action = null, $arg = null) {
441e9e98 285 if ($action == 'session') {
286
287 // we are viewing a session
bdbda592 288 $res = XDB::query("SELECT ls.*, a.hruid AS username, sa.hruid AS suer
6586a74f 289 FROM log_sessions AS ls
bdbda592
FB
290 INNER JOIN accounts AS a ON (a.uid = ls.uid)
291 LEFT JOIN accounts AS sa ON (sa.uid = ls.suid)
441e9e98 292 WHERE ls.id = {?}", $arg);
293
294 $page->assign('session', $a = $res->fetchOneAssoc());
295
504ccd57 296 $res = XDB::iterator('SELECT a.text, e.data, e.stamp
6586a74f
FB
297 FROM log_events AS e
298 LEFT JOIN log_actions AS a ON e.action=a.id
441e9e98 299 WHERE e.session={?}', $arg);
300 while ($myarr = $res->next()) {
301 $page->append('events', $myarr);
302 }
303
c8ab90e7 304 } else {
441e9e98 305 $loguser = $action == 'user' ? $arg : Env::v('loguser');
c8ab90e7
RB
306
307 if ($loguser) {
308 $user = User::get($loguser);
309 $loguid = $user->id();
310 } else {
311 $loguid = null;
312 }
441e9e98 313
314 if ($loguid) {
315 $year = Env::i('year');
316 $month = Env::i('month');
317 $day = Env::i('day');
318 } else {
319 $year = Env::i('year', intval(date('Y')));
320 $month = Env::i('month', intval(date('m')));
321 $day = Env::i('day', intval(date('d')));
322 }
323
324 if (!$year)
325 $month = 0;
326 if (!$month)
327 $day = 0;
328
329 // smarty assignments
330 // retrieve available years
331 $page->assign('years', $this->_getYears());
332 $page->assign('year', $year);
333
334 // retrieve available months for the current year
335 $page->assign('months', $this->_getMonths($year));
336 $page->assign('month', $month);
337
338 // retrieve available days for the current year and month
339 $page->assign('days', $this->_getDays($year, $month));
340 $page->assign('day', $day);
341
342 $page->assign('loguser', $loguser);
343 // smarty assignments
344
345 if ($loguid || $year) {
346
347 // get the requested sessions
348 $where = $this->_makeWhere($year, $month, $day, $loguid);
504ccd57 349 $select = "SELECT s.id, s.start, s.uid,
bdbda592 350 a.hruid as username
6586a74f 351 FROM log_sessions AS s
bdbda592 352 INNER JOIN accounts AS a ON (a.uid = s.uid)
441e9e98 353 $where
354 ORDER BY start DESC";
355 $res = XDB::iterator($select);
356
357 $sessions = array();
358 while ($mysess = $res->next()) {
359 $mysess['events'] = array();
360 $sessions[$mysess['id']] = $mysess;
361 }
362 array_reverse($sessions);
363
364 // attach events
365 $sql = "SELECT s.id, a.text
6586a74f
FB
366 FROM log_sessions AS s
367 LEFT JOIN log_events AS e ON(e.session=s.id)
368 INNER JOIN log_actions AS a ON(a.id=e.action)
441e9e98 369 $where";
370
371 $res = XDB::iterator($sql);
372 while ($event = $res->next()) {
373 array_push($sessions[$event['id']]['events'], $event['text']);
374 }
375 $page->assign_by_ref('sessions', $sessions);
376 } else {
c8ab90e7 377 $page->assign('msg_nofilters', "Sélectionner une année et/ou un utilisateur");
441e9e98 378 }
86f0a6af 379 }
380
8b1f8e12 381 $page->changeTpl('admin/logger-view.tpl');
86f0a6af 382
46f272fe 383 $page->setTitle('Administration - Logs des sessions');
86f0a6af 384 }
385
26ba053e 386 function handler_user($page, $login = false)
f97f90f0 387 {
84270653 388 global $globals;
1412adb2 389 $page->changeTpl('admin/user.tpl');
f9743cf1 390 $page->setTitle('Administration - Compte');
86f0a6af 391
0c02607e 392 if (S::suid()) {
6bb2f79a 393 $page->kill("Déjà en SUID&nbsp;!!!");
86f0a6af 394 }
395
d5fbeef6 396 // Loads the user identity using the environment.
1ac65dd4
PC
397 if ($login) {
398 $user = User::get($login);
399 }
400 if (empty($user)) {
8338711c 401 pl_redirect('admin/accounts');
2ff7e020
VZ
402 }
403
a8a11a70 404 $listClient = new MMList(S::user());
4f903ea6
FB
405 $login = $user->login();
406 $registered = ($user->state != 'pending');
86f0a6af 407
4f903ea6
FB
408 // Form processing
409 if (!empty($_POST)) {
410 S::assert_xsrf_token();
411 if (Post::has('uid') && Post::i('uid') != $user->id()) {
412 $page->kill('Une erreur s\'est produite');
413 }
86f0a6af 414 }
415
d5fbeef6 416 // Handles specific requests (AX sync, su, ...).
9bef113f 417 if(Post::has('log_account')) {
d5fbeef6 418 pl_redirect("admin/logger?loguser=$login&year=".date('Y')."&month=".date('m'));
86f0a6af 419 }
420
a19178e9 421 if(Post::has('su_account') && $registered) {
866bd535 422 if (!Platal::session()->startSUID($user)) {
83752d10 423 $page->trigError('Impossible d\'effectuer un SUID sur ' . $user->login());
f97f90f0 424 } else {
d5fbeef6 425 pl_redirect("");
eaf30d86 426 }
d5fbeef6 427 }
86f0a6af 428
40965e32
SJ
429 // Handles account deletion.
430 if (Post::has('account_deletion_confirmation')) {
431 $uid = $user->id();
432 $name = $user->fullName();
4cd83ff8 433 $profile = $user->profile();
879d38da 434 if ($profile && Post::b('clear_profile')) {
4cd83ff8
FB
435 $user->profile()->clear();
436 }
40965e32 437 $user->clear(true);
879d38da
FB
438 $page->trigSuccess("L'utilisateur $name ($uid) a bien été désinscrit.");
439 if (Post::b('erase_account')) {
440 XDB::execute('DELETE FROM accounts
441 WHERE uid = {?}',
442 $uid);
443 $page->trigSuccess("L'utilisateur $name ($uid) a été supprimé de la base de données");
444 }
40965e32
SJ
445 }
446
f9743cf1 447 // Account Form {{{
ca6980dc 448 require_once 'emails.inc.php';
83752d10 449 $to_update = array();
4f903ea6 450 if (Post::has('disable_weak_access')) {
83752d10 451 $to_update['weak_password'] = null;
4f903ea6 452 } else if (Post::has('update_account')) {
aef87266 453 if (!$user->hasProfile()) {
b7753795
SJ
454 $name_update = false;
455 if (Post::s('lastname') != $user->lastname) {
456 $to_update['lastname'] = Post::s('lastname');
457 $name_update = true;
458 }
459 if (Post::s('type') != 'virtual' && Post::s('firstname') != $user->firstname) {
460 $to_update['firstname'] = Post::s('firstname');
461 $name_update = true;
462 }
463 if ($name_update) {
464 if (Post::s('type') != 'virtual') {
465 $to_update['full_name'] = Post::s('firstname') . ' ' . Post::s('lastname');
466 $to_update['directory_name'] = mb_strtoupper(Post::s('lastname')) . ' ' . Post::s('firstname');
467 } else {
468 $to_update['full_name'] = Post::s('lastname');
469 $to_update['directory_name'] = mb_strtoupper(Post::s('lastname'));
470 }
aef87266
SJ
471 }
472 if (Post::s('display_name') != $user->displayName()) {
473 $to_update['display_name'] = Post::s('display_name');
474 }
d081acb2 475 }
4f903ea6
FB
476 if (Post::s('sex') != ($user->isFemale() ? 'female' : 'male')) {
477 $to_update['sex'] = Post::s('sex');
aef87266
SJ
478 if ($user->hasProfile()) {
479 XDB::execute('UPDATE profiles
480 SET sex = {?}
481 WHERE pid = {?}',
482 Post::s('sex'), $user->profile()->id());
483 }
83752d10 484 }
2477a631
SJ
485 if (!Post::blank('pwhash')) {
486 $to_update['password'] = Post::s('pwhash');
3168041b 487 require_once 'googleapps.inc.php';
1549059d
VZ
488 $account = new GoogleAppsAccount($user);
489 if ($account->active() && $account->sync_password) {
2477a631 490 $account->set_password(Post::s('pwhash'));
1549059d 491 }
83752d10 492 }
4f903ea6
FB
493 if (!Post::blank('weak_password')) {
494 $to_update['weak_password'] = Post::s('weak_password');
83752d10 495 }
4f903ea6
FB
496 if (Post::i('token_access', 0) != ($user->token_access ? 1 : 0)) {
497 $to_update['token'] = Post::i('token_access') ? rand_url_id(16) : null;
83752d10 498 }
fcdbb3bf
SJ
499 if (Post::i('skin') != $user->skin) {
500 $to_update['skin'] = Post::i('skin');
83752d10 501 if ($to_update['skin'] == 0) {
7cfaf494 502 $to_update['skin'] = null;
83752d10
FB
503 }
504 }
4f903ea6
FB
505 if (Post::s('state') != $user->state) {
506 $to_update['state'] = Post::s('state');
83752d10 507 }
4f903ea6
FB
508 if (Post::i('is_admin', 0) != ($user->is_admin ? 1 : 0)) {
509 $to_update['is_admin'] = Post::b('is_admin');
83752d10 510 }
4f903ea6
FB
511 if (Post::s('type') != $user->type) {
512 $to_update['type'] = Post::s('type');
83752d10 513 }
4f903ea6 514 if (Post::i('watch', 0) != ($user->watch ? 1 : 0)) {
83752d10 515 $to_update['flags'] = new PlFlagset();
4f903ea6 516 $to_update['flags']->addFlag('watch', Post::i('watch'));
83752d10 517 }
4f903ea6
FB
518 if (Post::t('comment') != $user->comment) {
519 $to_update['comment'] = Post::blank('comment') ? null : Post::t('comment');
83752d10 520 }
8a41e7f9
SJ
521 $new_email = strtolower(Post::t('email'));
522 if (require_email_update($user, $new_email)) {
523 $to_update['email'] = $new_email;
524 $listClient->change_user_email($user->forlifeEmail(), $new_email);
525 update_alias_user($user->forlifeEmail(), $new_email);
a8a11a70 526 }
83752d10
FB
527 }
528 if (!empty($to_update)) {
01f78cbb
SJ
529 $res = XDB::query('SELECT *
530 FROM accounts
531 WHERE uid = {?}', $user->id());
532 $oldValues = $res->fetchAllAssoc();
533 $oldValues = $oldValues[0];
534
83752d10 535 $set = array();
01f78cbb 536 $diff = array();
83752d10 537 foreach ($to_update as $k => $value) {
01f78cbb
SJ
538 $value = XDB::format('{?}', $value);
539 $set[] = $k . ' = ' . $value;
540 $diff[$k] = array($oldValues[$k], trim($value, "'"));
541 unset($oldValues[$k]);
83752d10 542 }
a8a11a70
FB
543 XDB::rawExecute('UPDATE accounts
544 SET ' . implode(', ', $set) . '
545 WHERE uid = ' . XDB::format('{?}', $user->id()));
83752d10
FB
546 $page->trigSuccess('Données du compte mise à jour avec succès');
547 $user = User::getWithUID($user->id());
01f78cbb
SJ
548
549 /* Formats the $diff and send it to the site administrators. The rules are the folowing:
550 * -formats: password, token, weak_password
551 */
552 foreach (array('password', 'token', 'weak_password') as $key) {
553 if (isset($diff[$key])) {
554 $diff[$key] = array('old value', 'new value');
555 } else {
556 $oldValues[$key] = 'old value';
557 }
558 }
559
560 $mail = new PlMailer('admin/useredit.mail.tpl');
561 $mail->assign('admin', S::user()->hruid);
562 $mail->assign('hruid', $user->hruid);
563 $mail->assign('diff', $diff);
564 $mail->assign('oldValues', $oldValues);
565 $mail->send();
83752d10 566 }
f9743cf1 567 // }}}
4f903ea6 568
f9743cf1 569 // Profile form {{{
4f903ea6
FB
570 if (Post::has('add_profile') || Post::has('del_profile') || Post::has('owner')) {
571 if (Post::i('del_profile', 0) != 0) {
f9743cf1
FB
572 XDB::execute('DELETE FROM account_profiles
573 WHERE uid = {?} AND pid = {?}',
4f903ea6
FB
574 $user->id(), Post::i('del_profile'));
575 } else if (!Post::blank('new_profile')) {
576 $profile = Profile::get(Post::t('new_profile'));
f9743cf1 577 if (!$profile) {
4f903ea6 578 $page->trigError('Le profil ' . Post::t('new_profile') . ' n\'existe pas');
f9743cf1
FB
579 } else {
580 XDB::execute('INSERT IGNORE INTO account_profiles (uid, pid)
581 VALUES ({?}, {?})',
582 $user->id(), $profile->id());
583 }
584 }
585 XDB::execute('UPDATE account_profiles
586 SET perms = IF(pid = {?}, CONCAT(perms, \',owner\'), REPLACE(perms, \'owner\', \'\'))
587 WHERE uid = {?}',
4f903ea6 588 Post::i('owner'), $user->id());
f9743cf1 589 }
f9743cf1
FB
590 // }}}
591
4f903ea6 592 // Email forwards form {{{
4f903ea6
FB
593 $redirect = ($registered ? new Redirect($user) : null);
594 if (Post::has('add_fwd')) {
595 $email = Post::t('email');
f4dda5fb 596 if (!isvalid_email_redirection($email, $user)) {
4f903ea6
FB
597 $page->trigError("Email non valide: $email");
598 } else {
599 $redirect->add_email($email);
600 $page->trigSuccess("Ajout de $email effectué");
601 }
602 } else if (!Post::blank('del_fwd')) {
603 $redirect->delete_email(Post::t('del_fwd'));
604 } else if (!Post::blank('activate_fwd')) {
afc337ee 605 $redirect->modify_one_email(Post::t('activate_fwd'), true);
4f903ea6 606 } else if (!Post::blank('deactivate_fwd')) {
afc337ee 607 $redirect->modify_one_email(Post::t('deactivate_fwd'), false);
4f903ea6
FB
608 } else if (Post::has('disable_fwd')) {
609 $redirect->disable();
610 } else if (Post::has('enable_fwd')) {
611 $redirect->enable();
612 } else if (!Post::blank('clean_fwd')) {
613 $redirect->clean_errors(Post::t('clean_fwd'));
614 }
615 // }}}
d5fbeef6 616
4f903ea6
FB
617 // Email alias form {{{
618 if (Post::has('add_alias')) {
619 // Splits new alias in user and fqdn.
620 $alias = Env::t('email');
621 if (strpos($alias, '@') !== false) {
622 list($alias, $domain) = explode('@', $alias);
623 } else {
f036c896 624 $domain = $user->mainEmailDomain();
4f903ea6 625 }
84270653 626
4f903ea6
FB
627 // Checks for alias' user validity.
628 if (!preg_match('/[-a-z0-9\.]+/s', $alias)) {
629 $page->trigError("'$alias' n'est pas un alias valide");
630 }
86f0a6af 631
4f903ea6
FB
632 // Eventually adds the alias to the right domain.
633 if ($domain == $globals->mail->alias_dom || $domain == $globals->mail->alias_dom2) {
634 $req = new AliasReq($user, $alias, 'Admin request', false);
635 if ($req->commit()) {
b284e2fa 636 $page->trigSuccess("Nouvel alias '$alias@$domain' attribué.");
4f903ea6 637 } else {
b284e2fa 638 $page->trigError("Impossible d'ajouter l'alias '$alias@$domain', il est probablement déjà attribué.");
4f903ea6 639 }
f036c896 640 } elseif ($domain == $user->mainEmailDomain()) {
b284e2fa 641 XDB::execute('INSERT INTO email_source_account (email, uid, domain, type, flags)
f036c896 642 SELECT {?}, {?}, id, \'alias\', \'\'
b284e2fa
SJ
643 FROM email_virtual_domains
644 WHERE name = {?}',
f036c896 645 $alias, $user->id(), $domain);
4f903ea6
FB
646 $page->trigSuccess("Nouvel alias '$alias' ajouté");
647 } else {
f036c896 648 $page->trigError("Le domaine '$domain' n'est pas valide pour cet utilisateur.");
4f903ea6
FB
649 }
650 } else if (!Post::blank('del_alias')) {
b284e2fa
SJ
651 $delete_alias = Post::t('del_alias');
652 list($email, $domain) = explode('@', $delete_alias);
653 XDB::execute('DELETE s
654 FROM email_source_account AS s
655 INNER JOIN email_virtual_domains AS m ON (s.domain = m.id)
656 INNER JOIN email_virtual_domains AS d ON (d.aliasing = m.id)
f036c896 657 WHERE s.email = {?} AND s.uid = {?} AND d.name = {?} AND type != \'forlife\'',
b284e2fa
SJ
658 $email, $user->id(), $domain);
659 XDB::execute('UPDATE email_redirect_account AS r
660 INNER JOIN email_virtual_domains AS m ON (m.name = {?})
661 INNER JOIN email_virtual_domains AS d ON (d.aliasing = m.id)
662 SET r.rewrite = \'\'
663 WHERE r.uid = {?} AND r.rewrite = CONCAT({?}, \'@\', d.name)',
664 $domain, $user->id(), $email);
4f903ea6 665 fix_bestalias($user);
b284e2fa 666 $page->trigSuccess("L'alias '$delete_alias' a été supprimé");
4f903ea6 667 } else if (!Post::blank('best')) {
b284e2fa
SJ
668 $best_alias = Post::t('best');
669 // First delete the bestalias flag from all this user's emails.
670 XDB::execute("UPDATE email_source_account
4f903ea6 671 SET flags = TRIM(BOTH ',' FROM REPLACE(CONCAT(',', flags, ','), ',bestalias,', ','))
fe13bc1d 672 WHERE uid = {?}", $user->id());
b284e2fa
SJ
673 // Then gives the bestalias flag to the given email.
674 list($email, $domain) = explode('@', $best_alias);
f067a3d6
SJ
675 XDB::execute("UPDATE email_source_account
676 SET flags = CONCAT_WS(',', IF(flags = '', NULL, flags), 'bestalias')
677 WHERE uid = {?} AND email = {?}", $user->id(), $email);
b284e2fa 678
4f903ea6
FB
679 // As having a non-null bestalias value is critical in
680 // plat/al's code, we do an a posteriori check on the
681 // validity of the bestalias.
682 fix_bestalias($user);
683 }
684 // }}}
669cb0e0 685
83353c71
FB
686 // OpenId form {{{
687 if (Post::has('del_openid')) {
864957c1 688 XDB::execute('DELETE FROM account_auth_openid
83353c71
FB
689 WHERE id = {?}', Post::i('del_openid'));
690 }
691 // }}}
692
4f903ea6
FB
693 // Forum form {{{
694 if (Post::has('b_edit')) {
695 XDB::execute("DELETE FROM forum_innd
696 WHERE uid = {?}", $user->id());
697 if (Env::v('write_perm') != "" || Env::v('read_perm') != "" || Env::v('commentaire') != "" ) {
698 XDB::execute("INSERT INTO forum_innd
699 SET ipmin = '0', ipmax = '4294967295',
700 write_perm = {?}, read_perm = {?},
701 comment = {?}, priority = '200', uid = {?}",
702 Env::v('write_perm'), Env::v('read_perm'), Env::v('comment'), $user->id());
703 }
704 }
705 // }}}
86f0a6af 706
86f0a6af 707
b7bad73e 708 $page->addJsLink('jquery.ui.xorg.js');
669cb0e0 709
d5fbeef6
VZ
710 // Displays last login and last host information.
711 $res = XDB::query("SELECT start, host
6586a74f 712 FROM log_sessions
d5fbeef6
VZ
713 WHERE uid = {?} AND suid = 0
714 ORDER BY start DESC
715 LIMIT 1", $user->id());
716 list($lastlogin,$host) = $res->fetchOneRow();
717 $page->assign('lastlogin', $lastlogin);
718 $page->assign('host', $host);
719
1d889ac4 720 // Display mailing lists
a8a11a70 721 $page->assign('mlists', $listClient->get_all_user_lists($user->forlifeEmail()));
1d889ac4 722
d5fbeef6 723 // Display active aliases.
06a548e5 724 $page->assign('virtuals', $user->emailGroupAliases());
b284e2fa
SJ
725 $aliases = XDB::iterator("SELECT CONCAT(s.email, '@', d.name) AS email, (s.type = 'forlife') AS forlife,
726 (s.email REGEXP '\\\\.[0-9]{2}$') AS hundred_year,
727 FIND_IN_SET('bestalias', s.flags) AS bestalias, s.expire,
08d33afc 728 (s.type = 'alias_aux') AS alias
b284e2fa
SJ
729 FROM email_source_account AS s
730 INNER JOIN email_virtual_domains AS d ON (s.domain = d.id)
731 WHERE s.uid = {?}
732 ORDER BY !alias, s.email",
08d33afc 733 $user->id());
b284e2fa 734 $page->assign('aliases', $aliases);
8f2104cb
FB
735 $page->assign('account_types', XDB::iterator('SELECT * FROM account_types ORDER BY type'));
736 $page->assign('skins', XDB::iterator('SELECT id, name FROM skins ORDER BY name'));
f9743cf1
FB
737 $page->assign('profiles', XDB::iterator('SELECT p.pid, p.hrpid, FIND_IN_SET(\'owner\', ap.perms) AS owner
738 FROM account_profiles AS ap
739 INNER JOIN profiles AS p ON (ap.pid = p.pid)
740 WHERE ap.uid = {?}', $user->id()));
83353c71 741 $page->assign('openid', XDB::iterator('SELECT id, url
864957c1
FB
742 FROM account_auth_openid
743 WHERE uid = {?}', $user->id()));
d5fbeef6
VZ
744
745 // Displays email redirection and the general profile.
746 if ($registered && $redirect) {
747 $page->assign('emails', $redirect->emails);
748 }
749
d5fbeef6 750 $page->assign('user', $user);
aef87266 751 $page->assign('hasProfile', $user->hasProfile());
d5fbeef6
VZ
752
753 // Displays forum bans.
754 $res = XDB::query("SELECT write_perm, read_perm, comment
7d15f750 755 FROM forum_innd
d5fbeef6
VZ
756 WHERE uid = {?}", $user->id());
757 $bans = $res->fetchOneAssoc();
758 $page->assign('bans', $bans);
86f0a6af 759 }
1f53925a 760
e02d9fbb 761 private static function getHrid($firstname, $lastname, $promo)
7c5200a5 762 {
e02d9fbb 763 if ($firstname != null && $lastname != null && $promo != null) {
69fc05dd 764 return User::makeHrid($firstname, $lastname, $promo);
7c5200a5 765 }
f6eacab0 766 return null;
7c5200a5
VZ
767 }
768
26ba053e 769 private static function formatNewUser($page, $infosLine, $separator, $promo, $size)
1f53925a 770 {
e02d9fbb 771 $infos = explode($separator, $infosLine);
cb0c8b1c
SJ
772 if (sizeof($infos) > $size || sizeof($infos) < 2) {
773 $page->trigError("La ligne $infosLine n'a pas été ajoutée.");
e02d9fbb 774 return false;
1f53925a 775 }
776
16714428 777 $infos = array_map('trim', $infos);
e02d9fbb
SJ
778 $hrid = self::getHrid($infos[1], $infos[0], $promo);
779 $res1 = XDB::query('SELECT COUNT(*)
780 FROM accounts
781 WHERE hruid = {?}', $hrid);
782 $res2 = XDB::query('SELECT COUNT(*)
783 FROM profiles
784 WHERE hrpid = {?}', $hrid);
785 if (is_null($hrid) || $res1->fetchOneCell() > 0 || $res2->fetchOneCell() > 0) {
981fce7b 786 $page->trigError("La ligne $infosLine n'a pas été ajoutée: une entrée similaire existe déjà");
e02d9fbb
SJ
787 return false;
788 }
789 $infos['hrid'] = $hrid;
790 return $infos;
791 }
792
26ba053e 793 private static function formatSex($page, $sex, $line)
e02d9fbb
SJ
794 {
795 switch ($sex) {
796 case 'F':
f0a52f1b 797 return 'female';
e02d9fbb 798 case 'M':
f0a52f1b 799 return 'male';
e02d9fbb
SJ
800 default:
801 $page->trigError("La ligne $line n'a pas été ajoutée car le sexe $sex n'est pas pris en compte.");
802 return null;
1f53925a 803 }
e02d9fbb 804 }
1f53925a 805
e02d9fbb
SJ
806 private static function formatBirthDate($birthDate)
807 {
16714428
RB
808 // strtotime believes dd/mm/yyyy to be an US date (i.e mm/dd/yyyy), and
809 // dd-mm-yyyy to be a normal date (i.e dd-mm-yyyy)...
810 return date("Y-m-d", strtotime(str_replace('/', '-', $birthDate)));
e02d9fbb
SJ
811 }
812
26ba053e 813 function handler_add_accounts($page, $action = null, $promo = null)
e02d9fbb
SJ
814 {
815 $page->changeTpl('admin/add_accounts.tpl');
816
817 if (Env::has('add_type') && Env::has('people')) {
89aba52d 818 static $titles = array('male' => 'M', 'female' => 'MLLE');
e02d9fbb
SJ
819 $lines = explode("\n", Env::t('people'));
820 $separator = Env::t('separator');
821 $promotion = Env::i('promotion');
e02d9fbb
SJ
822
823 if (Env::t('add_type') == 'promo') {
94590511 824 $eduSchools = DirEnum::getOptions(DirEnum::EDUSCHOOLS);
e02d9fbb 825 $eduSchools = array_flip($eduSchools);
94590511 826 $eduDegrees = DirEnum::getOptions(DirEnum::EDUDEGREES);
e02d9fbb 827 $eduDegrees = array_flip($eduDegrees);
e02d9fbb
SJ
828 switch (Env::t('edu_type')) {
829 case 'X':
830 $degreeid = $eduDegrees[Profile::DEGREE_X];
831 $entry_year = $promotion;
832 $grad_year = $promotion + 3;
833 $promo = 'X' . $promotion;
d9e99995 834 $hrpromo = $promotion;
f0a52f1b 835 $type = 'x';
e02d9fbb
SJ
836 break;
837 case 'M':
838 $degreeid = $eduDegrees[Profile::DEGREE_M];
839 $grad_year = $promotion;
840 $entry_year = $promotion - 2;
841 $promo = 'M' . $promotion;
d9e99995
FB
842 $hrpromo = $promo;
843 $type = 'master';
e02d9fbb
SJ
844 break;
845 case 'D':
846 $degreeid = $eduDegrees[Profile::DEGREE_D];
847 $grad_year = $promotion;
848 $entry_year = $promotion - 3;
d60d2d1f 849 $promo = 'D (en cours)';
0768c6d7 850 $hrpromo = 'D' . $promotion;
d9e99995 851 $type = 'phd';
e02d9fbb
SJ
852 break;
853 default:
d60d2d1f 854 $page->killError("La formation n'est pas reconnue : " . Env::t('edu_type') . '.');
e02d9fbb 855 }
c6cc5310 856 $best_domain = User::$sub_mail_domains[$type] . Platal::globals()->mail->domain;
e02d9fbb 857
7f55b0d6 858 XDB::startTransaction();
e02d9fbb 859 foreach ($lines as $line) {
d9e99995 860 if ($infos = self::formatNewUser($page, $line, $separator, $hrpromo, 6)) {
cb0c8b1c
SJ
861 $sex = self::formatSex($page, $infos[3], $line);
862 if (!is_null($sex)) {
4452750b
SJ
863 $fullName = $infos[1] . ' ' . $infos[0];
864 $directoryName = $infos[0] . ' ' . $infos[1];
cb0c8b1c 865 $birthDate = self::formatBirthDate($infos[2]);
f0a52f1b
SJ
866 if ($type == 'x') {
867 $xorgId = Profile::getXorgId($infos[4]);
2209fb9c 868 } elseif (isset($infos[4])) {
f0a52f1b 869 $xorgId = trim($infos[4]);
2209fb9c
SJ
870 } else {
871 $xorgId = 0;
f0a52f1b 872 }
cb0c8b1c
SJ
873 if (is_null($xorgId)) {
874 $page->trigError("La ligne $line n'a pas été ajoutée car le matricule École est mal renseigné.");
875 continue;
876 }
877
89aba52d
SJ
878 XDB::execute('INSERT INTO profiles (hrpid, xorg_id, ax_id, birthdate_ref, sex, title)
879 VALUES ({?}, {?}, {?}, {?}, {?}, {?})',
880 $infos['hrid'], $xorgId, (isset($infos[5]) ? $infos[5] : null),
881 $birthDate, $sex, $titles[$sex]);
cb0c8b1c 882 $pid = XDB::insertId();
0e1dfbad
SJ
883 XDB::execute('INSERT INTO profile_public_names (pid, lastname_initial, lastname_main, firstname_initial, firstname_main)
884 VALUES ({?}, {?}, {?}, {?}, {?})',
885 $pid, $infos[0], $infos[0], $infos[1], $infos[1]);
cb0c8b1c
SJ
886 XDB::execute('INSERT INTO profile_display (pid, yourself, public_name, private_name,
887 directory_name, short_name, sort_name, promo)
888 VALUES ({?}, {?}, {?}, {?}, {?}, {?}, {?}, {?})',
4452750b 889 $pid, $infos[1], $fullName, $fullName, $directoryName, $fullName, $directoryName, $promo);
7733ade1
SJ
890 XDB::execute('INSERT INTO profile_education (id, pid, eduid, degreeid, entry_year, grad_year, promo_year, flags)
891 VALUES (100, {?}, {?}, {?}, {?}, {?}, {?}, \'primary\')',
892 $pid, $eduSchools[Profile::EDU_X], $degreeid, $entry_year, $grad_year, $promotion);
6b6e4ff2 893 XDB::execute('INSERT INTO accounts (hruid, type, is_admin, state, full_name, directory_name,
c6cc5310
SJ
894 display_name, lastname, firstname, sex, best_domain)
895 VALUES ({?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?})',
6b6e4ff2 896 $infos['hrid'], $type, 0, 'pending', $fullName, $directoryName,
c6cc5310 897 $infos[1], $infos[0], $infos[1], $sex, $best_domain);
cb0c8b1c
SJ
898 $uid = XDB::insertId();
899 XDB::execute('INSERT INTO account_profiles (uid, pid, perms)
900 VALUES ({?}, {?}, {?})',
901 $uid, $pid, 'owner');
bedc4295 902 Profile::rebuildSearchTokens($pid, false);
cb0c8b1c 903 }
e02d9fbb
SJ
904 }
905 }
7f55b0d6 906 XDB::commit();
e02d9fbb
SJ
907 } else if (Env::t('add_type') == 'account') {
908 $type = Env::t('type');
4029afb0 909 $newAccounts = array();
e02d9fbb 910 foreach ($lines as $line) {
cb0c8b1c
SJ
911 if ($infos = self::formatNewUser($page, $line, $separator, $type, 4)) {
912 $sex = self::formatSex($page, $infos[3], $line);
913 if (!is_null($sex)) {
4452750b
SJ
914 $fullName = $infos[1] . ' ' . $infos[0];
915 $directoryName = $infos[0] . ' ' . $infos[1];
6b6e4ff2
SJ
916 XDB::execute('INSERT INTO accounts (hruid, type, is_admin, state, email, full_name, directory_name,
917 display_name, lastname, firstname, sex)
918 VALUES ({?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?})',
919 $infos['hrid'], $type, 0, 'pending', $infos[2], $fullName, $directoryName,
920 $infos[1], $infos[0], $infos[1], $sex);
4029afb0 921 $newAccounts[$infos['hrid']] = $infos[1] . ' ' . $infos[0];
cb0c8b1c 922 }
e02d9fbb
SJ
923 }
924 }
4029afb0
SJ
925 if (!empty($newAccounts)) {
926 $page->assign('newAccounts', $newAccounts);
927 }
e02d9fbb
SJ
928 } else if (Env::t('add_type') == 'ax_id') {
929 $type = 'x';
930 foreach ($lines as $line) {
cb0c8b1c 931 if ($infos = self::formatNewUser($page, $line, $separator, $promotion, 3)) {
e02d9fbb
SJ
932 XDB::execute('UPDATE profiles
933 SET ax_id = {?}
934 WHERE hrpid = {?}',
935 $infos[2], $infos['hrid']);
936 }
937 }
938 }
939
cb0c8b1c
SJ
940 $errors = $page->nb_errs();
941 if ($errors == 0) {
e02d9fbb
SJ
942 $page->trigSuccess("L'opération a été effectuée avec succès.");
943 } else {
cb0c8b1c
SJ
944 $page->trigSuccess('L\'opération a été effectuée avec succès, sauf pour '
945 . (($errors == 1) ? 'l\'erreur signalée' : "les $errors erreurs signalées") . ' ci-dessus.');
e02d9fbb
SJ
946 }
947 } else if (Env::has('add_type')) {
948 $res = XDB::query('SELECT type
949 FROM account_types');
950 $page->assign('account_types', $res->fetchColumn());
951 $page->assign('add_type', Env::s('add_type'));
1f53925a 952 }
1f53925a 953 }
954
26ba053e 955 function handler_homonyms($page, $op = 'list', $target = null)
7c5200a5 956 {
86f0a6af 957 $page->changeTpl('admin/homonymes.tpl');
46f272fe 958 $page->setTitle('Administration - Homonymes');
191711d5 959 $this->load("homonyms.inc.php");
74c55fd6 960
86f0a6af 961 if ($target) {
4371e993
SJ
962 $user = User::getSilentWithUID($target);
963 if (!$user || !($loginbis = select_if_homonym($user))) {
191711d5 964 $target = 0;
86f0a6af 965 } else {
191711d5 966 $page->assign('user', $user);
86f0a6af 967 $page->assign('loginbis',$loginbis);
968 }
969 }
74c55fd6 970
839a80cf
VZ
971 $page->assign('op', $op);
972 $page->assign('target', $target);
74c55fd6 973
4371e993 974 // When we have a valid target, prepare emails.
86f0a6af 975 if ($target) {
4371e993 976 // Examine what operation needs to be performed.
86f0a6af 977 switch ($op) {
978 case 'mail':
40d428d8
VZ
979 S::assert_xsrf_token();
980
da2fff38 981 send_warning_homonym($user, $loginbis);
86f0a6af 982 $op = 'list';
191711d5 983 $page->trigSuccess('Email envoyé à ' . $user->forlifeEmail() . '.');
86f0a6af 984 break;
839a80cf 985
86f0a6af 986 case 'correct':
40d428d8
VZ
987 S::assert_xsrf_token();
988
da2fff38
SJ
989 fix_homonym($user, $loginbis);
990 send_robot_homonym($user, $loginbis);
86f0a6af 991 $op = 'list';
191711d5 992 $page->trigSuccess('Email envoyé à ' . $user->forlifeEmail() . ', alias supprimé.');
86f0a6af 993 break;
994 }
995 }
74c55fd6 996
86f0a6af 997 if ($op == 'list') {
4371e993
SJ
998 // Retrieves homonyms that are already been fixed.
999 $res = XDB::iterator('SELECT o.email AS homonym, f.email AS forlife, o.expire, f.uid
1000 FROM email_source_other AS o
1001 INNER JOIN homonyms_list AS h ON (o.hrmid = h.hrmid)
1002 INNER JOIN email_source_account AS f ON (h.uid = f.uid AND f.type = \'forlife\')
f036c896
SJ
1003 WHERE o.expire IS NOT NULL
1004 ORDER BY homonym, forlife');
4371e993
SJ
1005 $homonyms = array();
1006 while ($item = $res->next()) {
1007 $homonyms[$item['homonym']][] = $item;
1008 }
1009 $page->assign_by_ref('homonyms', $homonyms);
1010
1011 // Retrieves homonyms that needs to be fixed.
1012 $res = XDB::iterator('SELECT e.email AS homonym, f.email AS forlife, e.expire, e.uid, (e.expire < NOW()) AS urgent
1013 FROM email_source_account AS e
1014 INNER JOIN homonyms_list AS l ON (e.uid = l.uid)
1015 INNER JOIN homonyms_list AS h ON (l.hrmid = h.hrmid)
1016 INNER JOIN email_source_account AS f ON (h.uid = f.uid AND f.type = \'forlife\')
f036c896
SJ
1017 WHERE e.expire IS NOT NULL
1018 ORDER BY homonym, forlife');
4371e993
SJ
1019 $homonyms_to_fix = array();
1020 while ($item = $res->next()) {
1021 $homonyms_to_fix[$item['homonym']][] = $item;
1022 }
1023 $page->assign_by_ref('homonyms_to_fix', $homonyms_to_fix);
86f0a6af 1024 }
da2fff38
SJ
1025
1026 if ($op == 'correct-conf') {
1027 $page->assign('robot_mail_text', get_robot_mail_text($user, $loginbis));
1028 }
1029
1030 if ($op == 'mail-conf') {
1031 $page->assign('warning_mail_text', get_warning_mail_text($user, $loginbis));
1032 }
86f0a6af 1033 }
74c55fd6 1034
26ba053e 1035 function handler_deaths($page, $promo = 0, $validate = false)
32b3ac78 1036 {
86f0a6af 1037 $page->changeTpl('admin/deces_promo.tpl');
46f272fe 1038 $page->setTitle('Administration - Deces');
74c55fd6 1039
dcefa8f7
FB
1040 if (!$promo) {
1041 $promo = Env::t('promo', 'X1923');
1042 }
1043 $page->assign('promo', $promo);
1044 if (!$promo) {
1045 return;
1046 }
74c55fd6 1047
40d428d8
VZ
1048 if ($validate) {
1049 S::assert_xsrf_token();
1050
f198bf30 1051 $res = XDB::iterRow('SELECT p.pid, pd.directory_name, p.deathdate
dcefa8f7
FB
1052 FROM profiles AS p
1053 INNER JOIN profile_display AS pd ON (p.pid = pd.pid)
1054 WHERE pd.promo = {?}', $promo);
1055 while (list($pid, $name, $death) = $res->next()) {
f198bf30 1056 $val = Env::v('death_' . $pid);
71497fb8 1057 if ($val == $death) {
e61326ed
VZ
1058 continue;
1059 }
1060
71497fb8
SJ
1061 if (empty($val)) {
1062 $val = null;
1063 }
dcefa8f7
FB
1064 XDB::execute('UPDATE profiles
1065 SET deathdate = {?}, deathdate_rec = NOW()
f198bf30 1066 WHERE pid = {?}', $val, $pid);
71497fb8
SJ
1067
1068 $page->trigSuccess('Édition du décès de ' . $name . ' (' . ($val ? $val : 'ressuscité') . ').');
1069 if ($val && ($death == '0000-00-00' || empty($death))) {
438b7a0c 1070 $profile = Profile::get($pid);
6150f591
SJ
1071 $profile->clear();
1072 $profile->owner()->clear(false);
e61326ed 1073 }
86f0a6af 1074 }
86f0a6af 1075 }
74c55fd6 1076
f198bf30 1077 $res = XDB::iterator('SELECT p.pid, pd.directory_name, p.deathdate
dcefa8f7
FB
1078 FROM profiles AS p
1079 INNER JOIN profile_display AS pd ON (p.pid = pd.pid)
1080 WHERE pd.promo = {?}
1081 ORDER BY pd.sort_name', $promo);
71497fb8 1082 $page->assign('profileList', $res);
86f0a6af 1083 }
74c55fd6 1084
26ba053e 1085 function handler_dead_but_active($page)
32b3ac78 1086 {
1c48c2a9 1087 $page->changeTpl('admin/dead_but_active.tpl');
46f272fe 1088 $page->setTitle('Administration - Décédés');
1c48c2a9
VZ
1089
1090 $res = XDB::iterator(
e46cf8c4 1091 "SELECT a.hruid, pd.promo, p.ax_id, pd.directory_name, p.deathdate, DATE(MAX(s.start)) AS last
fe13bc1d
FB
1092 FROM accounts AS a
1093 INNER JOIN account_profiles AS ap ON (ap.uid = a.uid AND FIND_IN_SET('owner', ap.perms))
1094 INNER JOIN profiles AS p ON (p.pid = ap.pid)
1095 INNER JOIN profile_display AS pd ON (pd.pid = p.pid)
6586a74f 1096 LEFT JOIN log_sessions AS s ON (s.uid = a.uid AND suid = 0)
e46cf8c4 1097 WHERE a.state = 'active' AND p.deathdate IS NOT NULL
dcefa8f7 1098 GROUP BY a.uid
e46cf8c4 1099 ORDER BY pd.promo, pd.sort_name");
1c48c2a9
VZ
1100 $page->assign('dead', $res);
1101 }
1102
26ba053e 1103 function handler_validate($page, $action = 'list', $id = null)
e654517d 1104 {
764b894d 1105 $page->changeTpl('admin/validation.tpl');
46f272fe 1106 $page->setTitle('Administration - Valider une demande');
84163d58 1107 $page->addCssLink('nl.Polytechnique.org.css');
e654517d 1108
5b8c317d 1109 if ($action == 'edit' && !is_null($id)) {
ed5b9703 1110 $page->assign('preview_id', $id);
5b8c317d
SJ
1111 } else {
1112 $page->assign('preview_id', null);
ed5b9703 1113 }
1114
86f0a6af 1115 if(Env::has('uid') && Env::has('type') && Env::has('stamp')) {
40d428d8
VZ
1116 S::assert_xsrf_token();
1117
20d7932b 1118 $req = Validate::get_typed_request(Env::v('uid'), Env::v('type'), Env::v('stamp'));
343e22c2
FB
1119 if ($req) {
1120 $req->handle_formu();
1121 } else {
1122 $page->trigWarning('La validation a déjà été effectuée.');
1123 }
86f0a6af 1124 }
74c55fd6 1125
cfb96867 1126 $r = XDB::iterator('SHOW COLUMNS FROM requests_answers');
1127 while (($a = $r->next()) && $a['Field'] != 'category');
1128 $page->assign('categories', $categories = explode(',', str_replace("'", '', substr($a['Type'], 5, -1))));
74c55fd6 1129
cfb96867 1130 $hidden = array();
257ae408
SJ
1131 $res = XDB::query('SELECT hidden_requests
1132 FROM requests_hidden
1133 WHERE uid = {?}', S::v('uid'));
e0d7c076 1134 $hide_requests = $res->fetchOneCell();
cfb96867 1135 if (Post::has('hide')) {
74c55fd6 1136 $hide = array();
1137 foreach ($categories as $cat)
cfb96867 1138 if (!Post::v($cat)) {
1139 $hidden[$cat] = 1;
1140 $hide[] = $cat;
1141 }
e0d7c076 1142 $hide_requests = join(',', $hide);
00ba8a74
SJ
1143 XDB::query('INSERT INTO requests_hidden (uid, hidden_requests)
1144 VALUES ({?}, {?})
1145 ON DUPLICATE KEY UPDATE hidden_requests = VALUES(hidden_requests)',
e0d7c076
SJ
1146 S::v('uid'), $hide_requests);
1147 } elseif ($hide_requests) {
1148 foreach (explode(',', $hide_requests) as $hide_type)
cfb96867 1149 $hidden[$hide_type] = true;
1150 }
1151 $page->assign('hide_requests', $hidden);
74c55fd6 1152
90df2530
FB
1153 // Update the count of item to validate here... useful in development configuration
1154 // where several copies of the site use the same DB, but not the same "dynamic configuration"
ebfdf077
FB
1155 global $globals;
1156 $globals->updateNbValid();
7b094a73 1157 $page->assign('vit', Validate::iterate());
e33b29e5 1158 $page->assign('isAdmin', S::admin());
86f0a6af 1159 }
e654517d 1160
26ba053e 1161 function handler_validate_answers($page, $action = 'list', $id = null)
32b3ac78 1162 {
46f272fe 1163 $page->setTitle('Administration - Réponses automatiques de validation');
a7de4ef7 1164 $page->assign('title', 'Gestion des réponses automatiques');
e18888f4 1165 $table_editor = new PLTableEditor('admin/validate/answers','requests_answers','id');
a7de4ef7 1166 $table_editor->describe('category','catégorie',true);
e18888f4 1167 $table_editor->describe('title','titre',true);
47f51789 1168 $table_editor->describe('answer','texte',false, true);
e18888f4 1169 $table_editor->apply($page, $action, $id);
1170 }
32b3ac78 1171
26ba053e 1172 function handler_skins($page, $action = 'list', $id = null)
32b3ac78 1173 {
46f272fe 1174 $page->setTitle('Administration - Skins');
e7ae7df9 1175 $page->assign('title', 'Gestion des skins');
1176 $table_editor = new PLTableEditor('admin/skins','skins','id');
1177 $table_editor->describe('name','nom',true);
1178 $table_editor->describe('skin_tpl','nom du template',true);
47f51789 1179 $table_editor->describe('auteur','auteur',false, true);
e7ae7df9 1180 $table_editor->describe('comment','commentaire',true);
47f51789
RB
1181 $table_editor->describe('date','date',false, true);
1182 $table_editor->describe('ext','extension du screenshot',false, true);
e7ae7df9 1183 $table_editor->apply($page, $action, $id);
74c55fd6 1184 }
669cb0e0 1185
26ba053e 1186 function handler_postfix_blacklist($page, $action = 'list', $id = null)
32b3ac78 1187 {
46f272fe 1188 $page->setTitle('Administration - Postfix : Blacklist');
e7ae7df9 1189 $page->assign('title', 'Blacklist de postfix');
1190 $table_editor = new PLTableEditor('admin/postfix/blacklist','postfix_blacklist','email', true);
1191 $table_editor->describe('reject_text','Texte de rejet',true);
1192 $table_editor->describe('email','email',true);
1193 $table_editor->apply($page, $action, $id);
74c55fd6 1194 }
32b3ac78 1195
26ba053e 1196 function handler_postfix_whitelist($page, $action = 'list', $id = null)
32b3ac78 1197 {
46f272fe 1198 $page->setTitle('Administration - Postfix : Whitelist');
e7ae7df9 1199 $page->assign('title', 'Whitelist de postfix');
1200 $table_editor = new PLTableEditor('admin/postfix/whitelist','postfix_whitelist','email', true);
1201 $table_editor->describe('email','email',true);
1202 $table_editor->apply($page, $action, $id);
74c55fd6 1203 }
32b3ac78 1204
26ba053e 1205 function handler_mx_broken($page, $action = 'list', $id = null)
32b3ac78 1206 {
46f272fe 1207 $page->setTitle('Administration - MX Défaillants');
a7de4ef7 1208 $page->assign('title', 'MX Défaillant');
ccdbc270 1209 $table_editor = new PLTableEditor('admin/mx/broken', 'mx_watch', 'host', true);
1210 $table_editor->describe('host', 'Masque', true);
1211 $table_editor->describe('state', 'Niveau', true);
47f51789 1212 $table_editor->describe('text', 'Description du problème', false, true);
ccdbc270 1213 $table_editor->apply($page, $action, $id);
1214 }
32b3ac78 1215
26ba053e 1216 function handler_logger_actions($page, $action = 'list', $id = null)
32b3ac78 1217 {
46f272fe 1218 $page->setTitle('Administration - Actions');
e7ae7df9 1219 $page->assign('title', 'Gestion des actions de logger');
6586a74f 1220 $table_editor = new PLTableEditor('admin/logger/actions','log_actions','id');
a7de4ef7 1221 $table_editor->describe('text','intitulé',true);
e7ae7df9 1222 $table_editor->describe('description','description',true);
1223 $table_editor->apply($page, $action, $id);
74c55fd6 1224 }
32b3ac78 1225
26ba053e 1226 function handler_downtime($page, $action = 'list', $id = null)
8f2104cb 1227 {
46f272fe 1228 $page->setTitle('Administration - Coupures');
e7ae7df9 1229 $page->assign('title', 'Gestion des coupures');
06f4daf9 1230 $table_editor = new PLTableEditor('admin/downtime','downtimes','id');
e7ae7df9 1231 $table_editor->describe('debut','date',true);
47f51789 1232 $table_editor->describe('duree','durée',false, true);
a7de4ef7 1233 $table_editor->describe('resume','résumé',true);
1234 $table_editor->describe('services','services affectés',true);
47f51789 1235 $table_editor->describe('description','description',false, true);
e7ae7df9 1236 $table_editor->apply($page, $action, $id);
74c55fd6 1237 }
bc0903c7 1238
a7fada4f
SJ
1239 private static function isCountryIncomplete(array &$item)
1240 {
1241 $warning = false;
1242 foreach (array('worldRegion', 'country', 'capital', 'phonePrefix', 'licensePlate', 'countryPlain') as $field) {
1243 if ($item[$field] == '') {
1244 $item[$field . '_warning'] = true;
1245 $warning = true;
1246 }
1247 }
1248 if (is_null($item['belongsTo'])) {
1249 foreach (array('nationality', 'nationalityEn') as $field) {
1250 if ($item[$field] == '') {
1251 $item[$field . '_warning'] = true;
1252 $warning = true;
1253 }
1254 }
1255 }
1256 return $warning;
1257 }
1258
846bfc83
SJ
1259 private static function updateCountry(array $item)
1260 {
1261 XDB::execute('UPDATE geoloc_countries
1262 SET countryPlain = {?}
1263 WHERE iso_3166_1_a2 = {?}',
1264 mb_strtoupper(replace_accent($item['country'])), $item['iso_3166_1_a2']);
1265 }
1266
a7fada4f
SJ
1267 private static function isLanguageIncomplete(array &$item)
1268 {
1269 if ($item['language'] == '') {
1270 $item['language_warning'] = true;
1271 return true;
1272 }
1273 return false;
1274 }
1275
846bfc83
SJ
1276 private static function updateLanguage(array $item) {}
1277
2a1cd4ab 1278 function handler_geocoding($page, $category = null, $action = null, $id = null)
a7fada4f
SJ
1279 {
1280 // Warning, this handler requires the following packages:
1281 // * pkg-isocodes
1282 // * isoquery
1283
1284 static $properties = array(
1285 'country' => array(
1286 'name' => 'pays',
1287 'isocode' => '3166',
1288 'table' => 'geoloc_countries',
1289 'id' => 'iso_3166_1_a2',
1290 'main_fields' => array('iso_3166_1_a3', 'iso_3166_1_num', 'countryEn'),
1291 'other_fields' => array('worldRegion', 'country', 'capital', 'nationality', 'nationalityEn',
846bfc83 1292 'phonePrefix', 'phoneFormat', 'licensePlate', 'belongsTo')
a7fada4f
SJ
1293 ),
1294 'language' => array(
1295 'name' => 'langages',
1296 'isocode' => '639',
1297 'table' => 'profile_langskill_enum',
1298 'id' => 'iso_639_2b',
1299 'main_fields' => array('iso_639_2t', 'iso_639_1', 'language_en'),
1300 'other_fields' => array('language')
1301
1302 )
1303 );
a7fada4f 1304
846bfc83 1305 if (is_null($category) || !array_key_exists($category, $properties)) {
a7fada4f
SJ
1306 pl_redirect('admin');
1307 }
1308
846bfc83
SJ
1309 $data = $properties[$category];
1310
1311 if ($action == 'edit' || $action == 'add') {
1312 $main_fields = array_merge(array($data['id']), $data['main_fields']);
1313 $all_fields = array_merge($main_fields, $data['other_fields']);
1314
1315 if (is_null($id)) {
1316 if (Post::has('new_id')) {
1317 $id = Post::v('new_id');
1318 } else {
1319 pl_redirect('admin/geocoding/' . $category);
1320 }
1321 }
1322
1323 $list = array();
1324 exec('isoquery --iso=' . $data['isocode'] . ' ' . $id, $list);
1325 if (count($list) == 1) {
1326 $array = explode("\t", $list[0]);
1327 foreach ($main_fields as $i => $field) {
1328 $iso[$field] = $array[$i];
1329 }
1330 } else {
1331 $iso = array();
1332 }
1333
1334 if ($action == 'add') {
1335 if (Post::has('new_id')) {
1336 S::assert_xsrf_token();
1337 }
1338
1339 if (count($iso)) {
1340 $item = $iso;
1341 } else {
1342 $item = array($data['id'] => $id);
1343 }
1344 XDB::execute('INSERT INTO ' . $data['table'] . '(' . implode(', ', array_keys($item)) . ')
1345 VALUES ' . XDB::formatArray($item));
1346 $page->trigSuccess($id . ' a bien été ajouté à la base.');
1347 } elseif ($action == 'edit') {
1348 if (Post::has('edit')) {
1349 S::assert_xsrf_token();
1350
1351 $item = array();
1352 $set = array();
1353 foreach ($all_fields as $field) {
1354 $item[$field] = Post::t($field);
1355 $set[] = $field . XDB::format(' = {?}', ($item[$field] ? $item[$field] : null));
1356 }
1357 XDB::execute('UPDATE ' . $data['table'] . '
1358 SET ' . implode(', ', $set) . '
1359 WHERE ' . $data['id'] . ' = {?}',
1360 $id);
1361 call_user_func_array(array('self', 'update' . ucfirst($category)), array($item));
1362 $page->trigSuccess($id . ' a bien été mis à jour.');
1363 } elseif (Post::has('del')) {
1364 S::assert_xsrf_token();
1365
1366 XDB::execute('DELETE FROM ' . $data['table'] . '
1367 WHERE ' . $data['id'] . ' = {?}',
1368 $id);
1369 $page->trigSuccessRedirect($id . ' a bien été supprimé.', 'admin/geocoding/' . $category);
1370 } else {
1371 $item = XDB::fetchOneAssoc('SELECT *
1372 FROM ' . $data['table'] . '
1373 WHERE ' . $data['id'] . ' = {?}',
1374 $id);
1375 }
1376 }
1377
1378 $page->changeTpl('admin/geocoding_edit.tpl');
1379 $page->setTitle('Administration - ' . ucfirst($data['name']));
1380 $page->assign('category', $category);
1381 $page->assign('name', $data['name']);
1382 $page->assign('all_fields', $all_fields);
1383 $page->assign('id', $id);
1384 $page->assign('iso', $iso);
1385 $page->assign('item', $item);
1386 return;
1387 }
a7fada4f
SJ
1388
1389 $page->changeTpl('admin/geocoding.tpl');
1390 $page->setTitle('Administration - ' . ucfirst($data['name']));
846bfc83 1391 $page->assign('category', $category);
a7fada4f
SJ
1392 $page->assign('name', $data['name']);
1393 $page->assign('id', $data['id']);
1394 $page->assign('main_fields', $data['main_fields']);
1395 $page->assign('all_fields', array_merge($data['main_fields'], $data['other_fields']));
1396
1397 // First build the list provided by the iso codes.
1398 $list = array();
1399 exec('isoquery --iso=' . $data['isocode'], $list);
1400
1401 foreach ($list as $key => $item) {
1402 $array = explode("\t", $item);
1403 unset($list[$key]);
1404 $list[$array[0]] = array();
1405 foreach ($data['main_fields'] as $i => $field) {
1406 $list[$array[0]][$field] = $array[$i + 1];
1407 }
1408 }
1409 ksort($list);
1410
1411 // Retrieve all data from the database.
1412 $db_list = XDB::rawFetchAllAssoc('SELECT *
1413 FROM ' . $data['table'] . '
1414 ORDER BY ' . $data['id'],
1415 $data['id']);
1416
1417 // Sort both iso and database data into 5 categories:
1418 // $missing: data from the iso list not in the database,
1419 // $non_existing: data from the database not in the iso list,
1420 // $erroneous: data that differ on main fields,
1421 // $incomplete: data with empty fields in the data base,
1422 // $remaining: remaining correct and complete data from the database.
1423
1424 $missing = $non_existing = $erroneous = $incomplete = $remaining = array();
1425 foreach (array_keys($list) as $id) {
1426 if (!array_key_exists($id, $db_list)) {
1427 $missing[$id] = $list[$id];
1428 }
1429 }
1430
1431 foreach ($db_list as $id => $item) {
1432 if (!array_key_exists($id, $list)) {
1433 $non_existing[$id] = $item;
1434 } else {
1435 $error = false;
1436 foreach ($data['main_fields'] as $field) {
1437 if ($item[$field] != $list[$id][$field]) {
1438 $item[$field . '_error'] = true;
1439 $error = true;
1440 }
1441 }
1442 if ($error == true) {
1443 $erroneous[$id] = $item;
846bfc83 1444 } elseif (call_user_func_array(array('self', 'is' . ucfirst($category) . 'Incomplete'), array(&$item))) {
a7fada4f
SJ
1445 $incomplete[$id] = $item;
1446 } else {
1447 $remaining[$id] = $item;
1448 }
1449 }
1450 }
1451
1452 $page->assign('lists', array(
1453 'manquant' => $missing,
1454 'disparu' => $non_existing,
1455 'erroné' => $erroneous,
1456 'incomplet' => $incomplete,
1457 'restant' => $remaining
1458 ));
1459 }
1460
8338711c
FB
1461 function handler_accounts(PlPage $page)
1462 {
1463 $page->changeTpl('admin/accounts.tpl');
1464 $page->setTitle('Administration - Comptes');
8338711c
FB
1465
1466 if (Post::has('create_account')) {
1467 S::assert_xsrf_token();
1468 $firstname = Post::t('firstname');
6b6e4ff2 1469 $lastname = mb_strtoupper(Post::t('lastname'));
e8c61abe 1470 $sex = Post::s('sex');
8338711c 1471 $email = Post::t('email');
67cff520
FB
1472 $type = Post::s('type');
1473 $login = PlUser::makeHrid($firstname, $lastname, $type);
8338711c
FB
1474 if (!isvalid_email($email)) {
1475 $page->trigError("Invalid email address: $email");
1476 } else if (strlen(Post::s('pwhash')) != 40) {
1477 $page->trigError("Invalid password hash");
1478 } else {
1479 $full_name = $firstname . ' ' . $lastname;
1480 $directory_name = $lastname . ' ' . $firstname;
1481 XDB::execute("INSERT INTO accounts (hruid, type, state, password,
1482 registration_date, email, full_name,
6b6e4ff2
SJ
1483 display_name, sex, directory_name,
1484 lastname, firstname)
1485 VALUES ({?}, {?}, 'active', {?}, NOW(), {?}, {?}, {?}, {?}, {?}, {?}, {?})",
67cff520 1486 $login, $type, Post::s('pwhash'), $email, $full_name, $full_name, $sex,
6b6e4ff2 1487 $directory_name, $lastname, $firstname);
8338711c
FB
1488 }
1489 }
1490
67cff520
FB
1491 $uf = new UserFilter(new UFC_AccountType('ax', 'school', 'fx'));
1492 $page->assign('users', $uf->iterUsers());
8338711c
FB
1493
1494 }
1495
26ba053e 1496 function handler_account_types($page, $action = 'list', $id = null)
8f2104cb
FB
1497 {
1498 $page->setTitle('Administration - Types de comptes');
1499 $page->assign('title', 'Gestion des types de comptes');
1500 $table_editor = new PLTableEditor('admin/account/types', 'account_types', 'type', true);
1501 $table_editor->describe('type', 'Catégorie', true);
1502 $table_editor->describe('perms', 'Permissions associées', true);
1503 $table_editor->apply($page, $action, $id);
1504 }
1505
26ba053e 1506 function handler_wiki($page, $action = 'list', $wikipage = null, $wikipage2 = null)
bc0903c7 1507 {
84fc72ff 1508 if (S::hasAuthToken()) {
a2b461ce 1509 $page->setRssLink('Changement Récents',
2ab3486b 1510 '/Site/AllRecentChanges?action=rss&user=' . S::v('hruid') . '&hash=' . S::user()->token);
a2b461ce 1511 }
e61326ed 1512
3aec1c21 1513 // update wiki perms
40d428d8
VZ
1514 if ($action == 'update') {
1515 S::assert_xsrf_token();
1516
3aec1c21 1517 $perms_read = Post::v('read');
8f201b69 1518 $perms_edit = Post::v('edit');
3aec1c21 1519 if ($perms_read || $perms_edit) {
8f201b69
FB
1520 foreach ($_POST as $wiki_page => $val) {
1521 if ($val == 'on') {
1522 $wp = new PlWikiPage(str_replace(array('_', '/'), '.', $wiki_page));
1523 if ($wp->setPerms($perms_read ? $perms_read : $wp->readPerms(),
1524 $perms_edit ? $perms_edit : $wp->writePerms())) {
1525 $page->trigSuccess("Permission de la page $wiki_page mises à jour");
1526 } else {
1527 $page->trigError("Impossible de mettre les permissions de la page $wiki_page à jour");
1528 }
1529 }
3aec1c21 1530 }
1531 }
8f201b69
FB
1532 } else if ($action != 'list' && !empty($wikipage)) {
1533 $wp = new PlWikiPage($wikipage);
40d428d8
VZ
1534 S::assert_xsrf_token();
1535
8f201b69
FB
1536 if ($action == 'delete') {
1537 if ($wp->delete()) {
1538 $page->trigSuccess("La page ".$wikipage." a été supprimée.");
1539 } else {
1540 $page->trigError("Impossible de supprimer la page ".$wikipage.".");
1541 }
1542 } else if ($action == 'rename' && !empty($wikipage2) && $wikipage != $wikipage2) {
1543 if ($changedLinks = $wp->rename($wikipage2)) {
1544 $s = 'La page <em>'.$wikipage.'</em> a été déplacée en <em>'.$wikipage2.'</em>.';
1545 if (is_numeric($changedLinks)) {
1546 $s .= $changedLinks.' lien'.(($changedLinks>1)?'s ont été modifiés.':' a été modifié.');
1547 }
1548 $page->trigSuccess($s);
1549 } else {
1550 $page->trigError("Impossible de déplacer la page ".$wikipage);
9162f4ed 1551 }
9162f4ed 1552 }
1553 }
74c55fd6 1554
8f201b69 1555 $perms = PlWikiPage::permOptions();
74c55fd6 1556
3aec1c21 1557 // list wiki pages and their perms
8f201b69 1558 $wiki_pages = PlWikiPage::listPages();
3aec1c21 1559 ksort($wiki_pages);
bc0903c7 1560 $wiki_tree = array();
1561 foreach ($wiki_pages as $file => $desc) {
1562 list($cat, $name) = explode('.', $file);
1563 if (!isset($wiki_tree[$cat])) {
1564 $wiki_tree[$cat] = array();
1565 }
1566 $wiki_tree[$cat][$name] = $desc;
1567 }
1568
3aec1c21 1569 $page->changeTpl('admin/wiki.tpl');
bc0903c7 1570 $page->assign('wiki_pages', $wiki_tree);
3aec1c21 1571 $page->assign('perms_opts', $perms);
1572 }
5480a216 1573
26ba053e 1574 function handler_ipwatch($page, $action = 'list', $ip = null)
eaf30d86 1575 {
5480a216 1576 $page->changeTpl('admin/ipwatcher.tpl');
eaf30d86 1577
5480a216 1578 $states = array('safe' => 'Ne pas surveiller',
c339246f 1579 'unsafe' => 'Surveiller les inscriptions',
a7de4ef7 1580 'dangerous' => 'Surveiller tous les accès',
5480a216 1581 'ban' => 'Bannir cette adresse');
1582 $page->assign('states', $states);
1583
1584 switch (Post::v('action')) {
e61326ed 1585 case 'create':
5480a216 1586 if (trim(Post::v('ipN')) != '') {
40d428d8 1587 S::assert_xsrf_token();
61c98f4b
FB
1588 Xdb::execute('INSERT IGNORE INTO ip_watch (ip, mask, state, detection, last, uid, description)
1589 VALUES ({?}, {?}, {?}, CURDATE(), NOW(), {?}, {?})',
1590 ip_to_uint(trim(Post::v('ipN'))), ip_to_uint(trim(Post::v('maskN'))),
1591 Post::v('stateN'), S::i('uid'), Post::v('descriptionN'));
eaf30d86
PH
1592 };
1593 break;
1594
e61326ed 1595 case 'edit':
40d428d8 1596 S::assert_xsrf_token();
eaf30d86 1597 Xdb::execute('UPDATE ip_watch
61c98f4b 1598 SET state = {?}, last = NOW(), uid = {?}, description = {?}, mask = {?}
9797734d 1599 WHERE ip = {?}', Post::v('stateN'), S::i('uid'), Post::v('descriptionN'),
61c98f4b 1600 ip_to_uint(Post::v('maskN')), ip_to_uint(Post::v('ipN')));
5480a216 1601 break;
eaf30d86 1602
e61326ed 1603 default:
5480a216 1604 if ($action == 'delete' && !is_null($ip)) {
40d428d8
VZ
1605 S::assert_xsrf_token();
1606 Xdb::execute('DELETE FROM ip_watch WHERE ip = {?}', ip_to_uint($ip));
5480a216 1607 }
1608 }
1609 if ($action != 'create' && $action != 'edit') {
1610 $action = 'list';
1611 }
1612 $page->assign('action', $action);
1613
1614 if ($action == 'list') {
9797734d
FB
1615 $sql = "SELECT w.ip, IF(s.ip IS NULL,
1616 IF(w.ip = s2.ip, s2.host, s2.forward_host),
1617 IF(w.ip = s.ip, s.host, s.forward_host)),
32b3ac78 1618 w.mask, w.detection, w.state, a.hruid
fe13bc1d 1619 FROM ip_watch AS w
6586a74f
FB
1620 LEFT JOIN log_sessions AS s ON (s.ip = w.ip)
1621 LEFT JOIN log_sessions AS s2 ON (s2.forward_ip = w.ip)
fe13bc1d 1622 LEFT JOIN accounts AS a ON (a.uid = s.uid)
32b3ac78
FB
1623 GROUP BY w.ip, a.hruid
1624 ORDER BY w.state, w.ip, a.hruid";
5480a216 1625 $it = Xdb::iterRow($sql);
1626
1627 $table = array();
1628 $props = array();
90c614cd 1629 while (list($ip, $host, $mask, $date, $state, $hruid) = $it->next()) {
9797734d 1630 $ip = uint_to_ip($ip);
61c98f4b 1631 $mask = uint_to_ip($mask);
5480a216 1632 if (count($props) == 0 || $props['ip'] != $ip) {
1633 if (count($props) > 0) {
1634 $table[] = $props;
1635 }
1636 $props = array('ip' => $ip,
61c98f4b 1637 'mask' => $mask,
5480a216 1638 'host' => $host,
1639 'detection' => $date,
1640 'state' => $state,
90c614cd 1641 'users' => array($hruid));
5480a216 1642 } else {
90c614cd 1643 $props['users'][] = $hruid;
5480a216 1644 }
1645 }
1646 if (count($props) > 0) {
1647 $table[] = $props;
1648 }
1649 $page->assign('table', $table);
1650 } elseif ($action == 'edit') {
61c98f4b 1651 $sql = "SELECT w.detection, w.state, w.last, w.description, w.mask,
32b3ac78 1652 a1.hruid AS edit, a2.hruid AS hruid, s.host
fe13bc1d
FB
1653 FROM ip_watch AS w
1654 LEFT JOIN accounts AS a1 ON (a1.uid = w.uid)
6586a74f 1655 LEFT JOIN log_sessions AS s ON (w.ip = s.ip)
fe13bc1d 1656 LEFT JOIN accounts AS a2 ON (a2.uid = s.uid)
5480a216 1657 WHERE w.ip = {?}
32b3ac78
FB
1658 GROUP BY a2.hruid
1659 ORDER BY a2.hruid";
9797734d 1660 $it = Xdb::iterRow($sql, ip_to_uint($ip));
5480a216 1661
1662 $props = array();
90c614cd 1663 while (list($detection, $state, $last, $description, $mask, $edit, $hruid, $host) = $it->next()) {
5480a216 1664 if (count($props) == 0) {
1665 $props = array('ip' => $ip,
61c98f4b 1666 'mask' => uint_to_ip($mask),
5480a216 1667 'host' => $host,
1668 'detection' => $detection,
1669 'state' => $state,
1670 'last' => $last,
1671 'description' => $description,
1672 'edit' => $edit,
90c614cd 1673 'users' => array($hruid));
5480a216 1674 } else {
90c614cd 1675 $props['users'][] = $hruid;
5480a216 1676 }
1677 }
1678 $page->assign('ip', $props);
1679 }
1680 }
eaf30d86 1681
26ba053e 1682 function handler_icons($page)
f141945d 1683 {
1684 $page->changeTpl('admin/icons.tpl');
1685 $dh = opendir('../htdocs/images/icons');
1686 if (!$dh) {
a7d35093 1687 $page->trigError('Dossier des icones introuvables.');
f141945d 1688 }
1689 $icons = array();
1690 while (($file = readdir($dh)) !== false) {
1691 if (strlen($file) > 4 && substr($file,-4) == '.gif') {
1692 array_push($icons, substr($file, 0, -4));
1693 }
1694 }
1695 sort($icons);
1696 $page->assign('icons', $icons);
04148a2c 1697 }
fd1ce8c5 1698
26ba053e 1699 function handler_account_watch($page)
fd1ce8c5
FB
1700 {
1701 $page->changeTpl('admin/accounts.tpl');
32b3ac78
FB
1702 $page->assign('disabled', XDB::iterator('SELECT a.hruid, FIND_IN_SET(\'watch\', a.flags) AS watch,
1703 a.state = \'disabled\' AS disabled, a.comment
1704 FROM accounts AS a
1705 WHERE a.state = \'disabled\' OR FIND_IN_SET(\'watch\', a.flags)
1706 ORDER BY a.hruid'));
1707 $page->assign('admins', XDB::iterator('SELECT a.hruid
1708 FROM accounts AS a
1709 WHERE a.is_admin
1710 ORDER BY a.hruid'));
fd1ce8c5 1711 }
4d336f59 1712
d6efb578
SJ
1713 function handler_xnet_without_group($page)
1714 {
1715 $page->changeTpl('admin/xnet_without_group.tpl');
1716 $page->assign('accounts', XDB::iterator('SELECT a.hruid, a.state
1717 FROM accounts AS a
1718 LEFT JOIN group_members AS m ON (a.uid = m.uid)
1719 WHERE a.type = \'xnet\' AND m.uid IS NULL
1720 ORDER BY a.state, a.hruid'));
1721 }
1722
26ba053e 1723 function handler_jobs($page, $id = -1)
4d336f59
SJ
1724 {
1725 $page->changeTpl('admin/jobs.tpl');
1726
1727 if (Env::has('search')) {
308bbdb0
SJ
1728 $res = XDB::query("SELECT id, name, acronym
1729 FROM profile_job_enum
1730 WHERE name LIKE CONCAT('%', {?}, '%') OR acronym LIKE CONCAT('%', {?}, '%')",
4d336f59
SJ
1731 Env::t('job'), Env::t('job'));
1732
1733 if ($res->numRows() <= 20) {
1734 $page->assign('jobs', $res->fetchAllAssoc());
1735 } else {
1736 $page->trigError("Il y a trop d'entreprises correspondant à ton choix. Affine-le !");
1737 }
1738
1739 $page->assign('askedJob', Env::v('job'));
1740 return;
1741 }
1742
1743 if (Env::has('edit')) {
1744 S::assert_xsrf_token();
1745 $selectedJob = Env::has('selectedJob');
1746
0b6c8b36 1747 Phone::deletePhones(0, Phone::LINK_COMPANY, $id);
781a24bc 1748 Address::deleteAddresses(null, Address::LINK_COMPANY, $id);
4d336f59 1749 if (Env::has('change')) {
e954a945
SJ
1750 if (Env::has('newJobId') && Env::i('newJobId') > 0) {
1751 XDB::execute('UPDATE profile_job
1752 SET jobid = {?}
1753 WHERE jobid = {?}',
1754 Env::i('newJobId'), $id);
1755 XDB::execute('DELETE FROM profile_job_enum
1756 WHERE id = {?}',
1757 $id);
1758
1759 $page->trigSuccess("L'entreprise a bien été remplacée.");
1760 } else {
1761 $page->trigError("L'entreprise n'a pas été remplacée car l'identifiant fourni n'est pas valide.");
1762 }
4d336f59
SJ
1763 } else {
1764 XDB::execute('UPDATE profile_job_enum
1765 SET name = {?}, acronym = {?}, url = {?}, email = {?},
1766 NAF_code = {?}, AX_code = {?}, holdingid = {?}
1767 WHERE id = {?}',
1768 Env::t('name'), Env::t('acronym'), Env::t('url'), Env::t('email'),
e4fb72eb
SJ
1769 (Env::t('NAF_code') == 0 ? null : Env::t('NAF_code')),
1770 (Env::i('AX_code') == 0 ? null : Env::t('AX_code')),
1771 (Env::i('holdingId') == 0 ? null : Env::t('holdingId')), $id);
4d336f59 1772
0b6c8b36
SJ
1773 $phone = new Phone(array('display' => Env::v('tel'), 'link_id' => $id, 'id' => 0, 'type' => 'fixed',
1774 'link_type' => Phone::LINK_COMPANY, 'pub' => 'public'));
1775 $fax = new Phone(array('display' => Env::v('fax'), 'link_id' => $id, 'id' => 1, 'type' => 'fax',
1776 'link_type' => Phone::LINK_COMPANY, 'pub' => 'public'));
c32bed90 1777 $address = new Address(array('jobid' => $id, 'type' => Address::LINK_COMPANY, 'text' => Env::t('address')));
0b6c8b36
SJ
1778 $phone->save();
1779 $fax->save();
a710dfd7 1780 $address->save();
63596a65 1781
4d336f59
SJ
1782 $page->trigSuccess("L'entreprise a bien été mise à jour.");
1783 }
1784 }
1785
1786 if (!Env::has('change') && $id != -1) {
63596a65
SJ
1787 $res = XDB::query("SELECT e.id, e.name, e.acronym, e.url, e.email, e.NAF_code, e.AX_code,
1788 h.id AS holdingId, h.name AS holdingName, h.acronym AS holdingAcronym,
1789 t.display_tel AS tel, f.display_tel AS fax, a.text AS address
1790 FROM profile_job_enum AS e
1791 LEFT JOIN profile_job_enum AS h ON (e.holdingid = h.id)
9483a7c7
SJ
1792 LEFT JOIN profile_phones AS t ON (t.pid = e.id AND t.link_type = 'hq' AND t.tel_id = 0)
1793 LEFT JOIN profile_phones AS f ON (f.pid = e.id AND f.link_type = 'hq' AND f.tel_id = 1)
63596a65
SJ
1794 LEFT JOIN profile_addresses AS a ON (a.jobid = e.id AND a.type = 'hq')
1795 WHERE e.id = {?}",
4d336f59
SJ
1796 $id);
1797
1798 if ($res->numRows() == 0) {
1799 $page->trigError('Auncune entreprise ne correspond à cet identifiant.');
1800 } else {
1801 $page->assign('selectedJob', $res->fetchOneAssoc());
1802 }
1803 }
1804 }
4d5946ac 1805
26ba053e 1806 function handler_profile($page)
4d5946ac
SJ
1807 {
1808 $page->changeTpl('admin/profile.tpl');
1809
1810 if (Post::has('checked')) {
1811 S::assert_xsrf_token();
1812 $res = XDB::iterator('SELECT DISTINCT(pm.pid), pd.public_name
1813 FROM profile_modifications AS pm
1814 INNER JOIN profile_display AS pd ON (pm.pid = pd.pid)
1815 WHERE pm.type = \'self\'');
1816
1817 while ($profile = $res->next()) {
1818 if (Post::has('checked_' . $profile['pid'])) {
1819 XDB::execute('DELETE FROM profile_modifications
1820 WHERE type = \'self\' AND pid = {?}', $profile['pid']);
1821
1822 $page->trigSuccess('Profil de ' . $profile['public_name'] . ' vérifié.');
1823 }
1824 }
1825 }
1826
1827 $res = XDB::iterator('SELECT p.hrpid, pm.pid, pd.directory_name, GROUP_CONCAT(pm.field SEPARATOR \', \') AS field
1828 FROM profile_modifications AS pm
1829 INNER JOIN profiles AS p ON (pm.pid = p.pid)
1830 INNER JOIN profile_display AS pd ON (pm.pid = pd.pid)
1831 WHERE pm.type = \'self\'
1832 GROUP BY pd.directory_name
1833 ORDER BY pd.directory_name');
1834 $page->assign('updates', $res);
1835 }
d60d2d1f
SJ
1836
1837 function handler_phd($page, $promo = null, $validate = false)
1838 {
1839 $page->changeTpl('admin/phd.tpl');
1840 $eduDegrees = DirEnum::getOptions(DirEnum::EDUDEGREES);
1841 $eduDegrees = array_flip($eduDegrees);
1842
1843 if (is_null($promo)) {
1844 $promo_list = XDB::fetchColumn('SELECT DISTINCT(grad_year)
1845 FROM profile_education
1846 WHERE FIND_IN_SET(\'primary\', flags) AND NOT FIND_IN_SET(\'completed\', flags) AND degreeid = {?}
1847 ORDER BY grad_year',
1848 $eduDegrees[Profile::DEGREE_D]);
1849 $page->assign('promo_list', $promo_list);
1850 $page->assign('nothing', count($promo_list) == 0);
1851 return;
1852 }
1853
1854 if ($validate) {
1855 S::assert_xsrf_token();
1856
1857 $list = XDB::iterator('SELECT pe.pid, pd.directory_name
1858 FROM profile_education AS pe
1859 INNER JOIN profile_display AS pd ON (pe.pid = pd.pid)
1860 WHERE FIND_IN_SET(\'primary\', pe.flags) AND NOT FIND_IN_SET(\'completed\', pe.flags)
1861 AND pe.degreeid = {?} AND pe.grad_year = {?}',
1862 $eduDegrees[Profile::DEGREE_D], $promo);
1863 while ($res = $list->next()) {
1864 $pid = $res['pid'];
1865 $name = $res['directory_name'];
1866 if (Post::b('completed_' . $pid)) {
1867 $grad_year = Post::t('grad_year_' . $pid);
1868 XDB::execute('UPDATE profile_education
1869 SET flags = \'primary,completed\', grad_year = {?}
1870 WHERE FIND_IN_SET(\'primary\', flags) AND pid = {?}',
1871 $grad_year, $pid);
1872 XDB::execute('UPDATE profile_display
1873 SET promo = {?}
1874 WHERE pid = {?}',
1875 'D' . $grad_year, $pid);
1876 $page->trigSuccess("Promotion de $name validée.");
1877 }
1878 }
1879 }
1880
1881 $list = XDB::iterator('SELECT pe.pid, pd.directory_name
1882 FROM profile_education AS pe
1883 INNER JOIN profile_display AS pd ON (pe.pid = pd.pid)
1884 WHERE FIND_IN_SET(\'primary\', pe.flags) AND NOT FIND_IN_SET(\'completed\', pe.flags)
1885 AND pe.degreeid = {?} AND pe.grad_year = {?}
1886 ORDER BY pd.directory_name',
1887 $eduDegrees[Profile::DEGREE_D], $promo);
1888 $page->assign('list', $list);
1889 $page->assign('promo', $promo);
1890 }
edc03014
SJ
1891
1892 function handler_add_secondary_edu($page)
1893 {
1894 $page->changeTpl('admin/add_secondary_edu.tpl');
1895
1896 if (!(Post::has('verify') || Post::has('add'))) {
1897 return;
1898 } elseif (!Post::has('people')) {
1899 $page->trigWarning("Aucune information n'a été fournie.");
1900 return;
1901 }
1902
1903 require_once 'name.func.inc.php';
1904 $lines = explode("\n", Post::t('people'));
1905 $separator = Post::t('separator');
1906 $degree = Post::v('degree');
1907 $promotion = Post::i('promotion');
1908 $schoolsList = array_flip(DirEnum::getOptions(DirEnum::EDUSCHOOLS));
1909 $degreesList = array_flip(DirEnum::getOptions(DirEnum::EDUDEGREES));
1910 $edu_id = $schoolsList[Profile::EDU_X];
1911 $degree_id = $degreesList[$degree];
1912
1913 $res = array(
1914 'incomplete' => array(),
1915 'empty' => array(),
1916 'multiple' => array(),
1917 'already' => array(),
1918 'new' => array()
1919 );
1920 $old_pids = array();
1921 $new_pids = array();
1922 foreach ($lines as $line) {
1923 $line = trim($line);
1924 $line_array = explode($separator, $line);
1925 array_walk($line_array, 'trim');
1926 if (count($line_array) != 3) {
1927 $page->trigError("La ligne « $line » est incomplète.");
1928 $res['incomplete'][] = $line;
1929 continue;
1930 }
1931 $cond = new PFC_And(new UFC_NameTokens(split_name_for_search($line_array[0]), array(), false, false, Profile::LASTNAME));
1932 $cond->addChild(new UFC_NameTokens(split_name_for_search($line_array[1]), array(), false, false, Profile::FIRSTNAME));
1933 $cond->addChild(new UFC_Promo('=', UserFilter::DISPLAY, $line_array[2]));
1934 $uf = new UserFilter($cond);
1935 $pid = $uf->getPIDs();
1936 $count = count($pid);
1937 if ($count == 0) {
1938 $page->trigError("La ligne « $line » ne correspond à aucun profil existant.");
1939 $res['empty'][] = $line;
1940 continue;
1941 } elseif ($count > 1) {
1942 $page->trigError("La ligne « $line » correspond à plusieurs profils existant.");
1943 $res['multiple'][] = $line;
1944 continue;
1945 } else {
1946 $count = XDB::fetchOneCell('SELECT COUNT(*) AS count
1947 FROM profile_education
1948 WHERE pid = {?} AND eduid = {?} AND degreeid = {?}',
1949 $pid, $edu_id, $degree_id);
1950 if ($count == 1) {
1951 $res['already'][] = $line;
1952 $old_pids[] = $pid[0];
1953 } else {
1954 $res['new'][] = $line;
1955 $new_pids[] = $pid[0];
1956 }
1957 }
1958 }
1959
1960 $display = array();
1961 foreach ($res as $type => $res_type) {
1962 if (count($res_type) > 0) {
1963 $display = array_merge($display, array('--------------------' . $type . ':'), $res_type);
1964 }
1965 }
1966 $page->assign('people', implode("\n", $display));
1967 $page->assign('promotion', $promotion);
1968 $page->assign('degree', $degree);
1969
1970 if (Post::has('add')) {
1971 $entry_year = $promotion - Profile::educationDuration($degree);
1972
1973 if (Post::b('force_addition')) {
1974 $pids = array_unique(array_merge($old_pids, $new_pids));
1975 } else {
1976 $pids = array_unique($new_pids);
1977
1978 // Updates years.
24b02786
SJ
1979 if (count($old_pids)) {
1980 XDB::execute('UPDATE profile_education
1981 SET entry_year = {?}, grad_year = {?}, promo_year = {?}
1982 WHERE pid IN {?} AND eduid = {?} AND degreeid = {?}',
1983 $entry_year, $promotion, $promotion, $old_pids, $edu_id, $degree_id);
1984 }
edc03014
SJ
1985 }
1986
1987 // Precomputes values common to all users.
1988 $select = XDB::format('MAX(id) + 1, pid, {?}, {?}, {?}, {?}, {?}, \'secondary\'',
1989 $edu_id, $degree_id, $entry_year, $promotion, $promotion );
1990 XDB::startTransaction();
1991 foreach ($pids as $pid) {
1992 XDB::execute('INSERT INTO profile_education (id, pid, eduid, degreeid, entry_year, grad_year, promo_year, flags)
1993 SELECT ' . $select . '
1994 FROM profile_education
e26ac9a3
SJ
1995 WHERE pid = {?}
1996 GROUP BY pid',
edc03014
SJ
1997 $pid);
1998 }
1999 XDB::commit();
2000 }
2001
2002 }
86f0a6af 2003}
2004
a7de4ef7 2005// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
86f0a6af 2006?>