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