X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fplatal.php;h=76d77ec1a1cd712e9b9bfd5e7a4fe34235149daa;hb=b9cf7e1be92d4a0ba4996c9e244d40b973847ab5;hp=1168552007802c608e5c5a1d1e32f616a469bbe4;hpb=31821494a692c035262a32493aef6cb3e1f61579;p=platal.git diff --git a/modules/platal.php b/modules/platal.php index 1168552..76d77ec 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -62,10 +62,15 @@ class PlatalModule extends PLModule function handler_index(&$page) { + // Include X-XRDS-Location response-header for Yadis discovery + global $globals; + header('X-XRDS-Location: ' . $globals->baseurl . '/openid/idp_xrds'); + + // Redirect to the suitable page if (S::logged()) { pl_redirect('events'); } else if (!@$GLOBALS['IS_XNET_SITE']) { - pl_redirect('review'); + $this->handler_review($page); } } @@ -82,93 +87,116 @@ class PlatalModule extends PLModule exit; } - function handler_changelog(&$page) + function handler_changelog(&$page, $core = null) { $page->changeTpl('platal/changeLog.tpl'); - $clog = pl_entities(file_get_contents(dirname(__FILE__).'/../ChangeLog')); - $clog = preg_replace('/=+\s*/', '
', $clog);
-        // url catch only (not all wiki syntax)
-        $clog = preg_replace(array(
-            '/((?:https?|ftp):\/\/(?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/ui',
-            '/(\s|^)www\.((?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/iu',
-            '/(?:mailto:)?([a-z0-9.\-+_]+@([\-.+_]?[a-z0-9])+)/i'),
-          array(
-            '\\0',
-            '\\1www.\\2',
-            '\\0'),
-          $clog);
-        $clog = preg_replace('!(#[0-9]+(,[0-9]+)*)!e', 'bugize("\1")', $clog);
-        $clog = preg_replace('!vim:.*$!', '', $clog);
-        $clog = preg_replace("!(
(\\s|\n)*)?
(\s|\n)*
((\\s|\n)*
)?!m", "", "
$clog
"); - $page->assign('ChangeLog', $clog); + function formatChangeLog($file) { + $clog = pl_entities(file_get_contents($file)); + $clog = preg_replace('/===+\s*/', '

', $clog);
+            // url catch only (not all wiki syntax)
+            $clog = preg_replace(array(
+                '/((?:https?|ftp):\/\/(?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/ui',
+                '/(\s|^)www\.((?:\.*,*[\w@~%$£µ&i#\-+=_\/\?;])*)/iu',
+                '/(?:mailto:)?([a-z0-9.\-+_]+@([\-.+_]?[a-z0-9])+)/i'),
+              array(
+                '\\0',
+                '\\1www.\\2',
+                '\\0'),
+              $clog);
+            $clog = preg_replace('!(#[0-9]+(,[0-9]+)*)!e', 'bugize("\1")', $clog);
+            $clog = preg_replace('!vim:.*$!', '', $clog);
+            return preg_replace("!(
(\\s|\n)*)?
(\s|\n)*
((\\s|\n)*
)?!m", "", "
$clog
"); + } + if ($core != 'core') { + $page->assign('core', false); + $page->assign('ChangeLog', formatChangeLog(dirname(__FILE__).'/../ChangeLog')); + } else { + $page->assign('core', true); + $page->assign('ChangeLog', formatChangeLog(dirname(__FILE__).'/../core/ChangeLog')); + } } function __set_rss_state($state) { if ($state) { - $_SESSION['core_rss_hash'] = rand_url_id(16); - XDB::execute('UPDATE auth_user_quick - SET core_rss_hash={?} WHERE user_id={?}', - S::v('core_rss_hash'), S::v('uid')); + S::set('token', rand_url_id(16)); + XDB::execute('UPDATE accounts + SET token = {?} + WHERE uid = {?}', S::s('token'), S::i('uid')); } else { - XDB::execute('UPDATE auth_user_quick - SET core_rss_hash="" WHERE user_id={?}', - S::v('uid')); - S::kill('core_rss_hash'); + S::kill('token'); + XDB::execute('UPDATE accounts + SET token = NULL + WHERE uid = {?}', S::i('uid')); } } function handler_prefs(&$page) { $page->changeTpl('platal/preferences.tpl'); - $page->setTitle('Polytechnique.org - Mes préférences'); - - if (Post::has('mail_fmt')) { - $fmt = Post::v('mail_fmt'); - if ($fmt != 'texte') $fmt = 'html'; - XDB::execute("UPDATE auth_user_quick - SET core_mail_fmt = '$fmt' - WHERE user_id = {?}", - S::v('uid')); - $_SESSION['mail_fmt'] = $fmt; + $page->setTitle('Mes préférences'); + + if (Post::has('email_format')) { + $fmt = Post::s('email_format'); + XDB::execute("UPDATE accounts + SET email_format = {?} + WHERE uid = {?}", + $fmt, S::v('uid')); + S::set('email_format', $fmt); } if (Post::has('rss')) { $this->__set_rss_state(Post::b('rss')); } + + # FIXME: this code is not multi-domain compatible. We should decide how + # carva will extend to users not in the main domain. + $res = XDB::query("SELECT alias + FROM aliases + WHERE id = {?} AND FIND_IN_SET('bestalias', flags)", + S::user()->id()); + $page->assign('bestalias', $res->fetchOneCell()); } function handler_webredir(&$page) { $page->changeTpl('platal/webredirect.tpl'); - $page->setTitle('Polytechnique.org - Redirection de page WEB'); + $page->setTitle('Redirection de page WEB'); $log =& S::v('log'); $url = Env::v('url'); if (Env::v('submit') == 'Valider' and Env::has('url')) { - XDB::execute('UPDATE auth_user_quick - SET redirecturl = {?} WHERE user_id = {?}', - $url, S::v('uid')); + XDB::execute('UPDATE auth_user_quick + SET redirecturl = {?} WHERE user_id = {?}', + $url, S::i('uid')); S::logger()->log('carva_add', 'http://'.Env::v('url')); $page->trigSuccess("Redirection activée vers $url"); } elseif (Env::v('submit') == "Supprimer") { - XDB::execute("UPDATE auth_user_quick - SET redirecturl = '' - WHERE user_id = {?}", - S::v('uid')); + XDB::execute("UPDATE auth_user_quick + SET redirecturl = '' + WHERE user_id = {?}", + S::i('uid')); S::logger()->log("carva_del", $url); Post::kill('url'); $page->trigSuccess('Redirection supprimée'); } - $res = XDB::query('SELECT redirecturl - FROM auth_user_quick - WHERE user_id = {?}', - S::v('uid')); + $res = XDB::query('SELECT redirecturl + FROM auth_user_quick + WHERE user_id = {?}', + S::i('uid')); $page->assign('carva', $res->fetchOneCell()); + + # FIXME: this code is not multi-domain compatible. We should decide how + # carva will extend to users not in the main domain. + $res = XDB::query("SELECT alias + FROM aliases + WHERE id = {?} AND FIND_IN_SET('bestalias', flags)", + S::user()->id()); + $page->assign('bestalias', $res->fetchOneCell()); } function handler_prefs_rss(&$page) @@ -188,32 +216,26 @@ class PlatalModule extends PLModule global $globals; if (Post::has('response2')) { - require_once 'secure_hash.inc.php'; S::assert_xsrf_token(); - $_SESSION['password'] = $password = Post::v('response2'); - - XDB::execute('UPDATE auth_user_md5 - SET password={?} - WHERE user_id={?}', $password, - S::v('uid')); + S::set('password', $password = Post::v('response2')); + XDB::execute('UPDATE accounts + SET password = {?} + WHERE uid={?}', $password, + S::i('uid')); // If GoogleApps is enabled, and the user did choose to use synchronized passwords, // updates the Google Apps password as well. if ($globals->mailstorage->googleapps_domain) { require_once 'googleapps.inc.php'; - $account = new GoogleAppsAccount(S::v('uid'), S::v('forlife')); + $account = new GoogleAppsAccount(S::user()); if ($account->active() && $account->sync_password) { $account->set_password($password); } } - $log =& S::v('log'); - S::logger()->log('passwd', ''); - - if (Cookie::v('ORGaccess')) { - setcookie('ORGaccess', hash_encrypt($password), (time()+25920000), '/', '' ,0); - } + S::logger()->log('passwd'); + Platal::session()->setAccessCookie(true); $page->changeTpl('platal/motdepasse.success.tpl'); $page->run(); @@ -221,32 +243,35 @@ class PlatalModule extends PLModule $page->changeTpl('platal/motdepasse.tpl'); $page->addJsLink('motdepasse.js'); - $page->setTitle('Polytechnique.org - Mon mot de passe'); + $page->setTitle('Mon mot de passe'); } function handler_smtppass(&$page) { $page->changeTpl('platal/acces_smtp.tpl'); - $page->setTitle('Polytechnique.org - Acces SMTP/NNTP'); + $page->setTitle('Acces SMTP/NNTP'); - require_once 'wiki.inc.php'; - wiki_require_page('Xorg.SMTPSécurisé'); - wiki_require_page('Xorg.NNTPSécurisé'); + $wp = new PlWikiPage('Xorg.SMTPSécurisé'); + $wp->buildCache(); + $wp = new PlWikiPage('Xorg.NNTPSécurisé'); + $wp->buildCache(); - $uid = S::v('uid'); + $uid = S::i('uid'); $pass = Env::v('smtppass1'); - $log = S::v('log'); if (Env::v('op') == "Valider" && strlen($pass) >= 6 - && Env::v('smtppass1') == Env::v('smtppass2')) - { - XDB::execute('UPDATE auth_user_md5 SET smtppass = {?} - WHERE user_id = {?}', $pass, $uid); + && Env::v('smtppass1') == Env::v('smtppass2')) { + // FIXME: Put smtppass somewhere + XDB::execute('UPDATE auth_user_md5 + SET smtppass = {?} + WHERE user_id = {?}', $pass, $uid); $page->trigSuccess('Mot de passe enregistré'); S::logger()->log("passwd_ssl"); } elseif (Env::v('op') == "Supprimer") { - XDB::execute('UPDATE auth_user_md5 SET smtppass = "" - WHERE user_id = {?}', $uid); + // FIXME: Put smtppass somewhere + XDB::execute('UPDATE auth_user_md5 + SET smtppass = "" + WHERE user_id = {?}', $uid); $page->trigSuccess('Compte SMTP et NNTP supprimé'); S::logger()->log("passwd_del"); } @@ -279,9 +304,7 @@ class PlatalModule extends PLModule $mailorg = strtok(Env::v('login'), '@'); - // paragraphe rajouté : si la date de naissance dans la base n'existe pas, on l'update - // avec celle fournie ici en espérant que c'est la bonne - + // XXX: recovery requires usage of profile data. $res = XDB::query( "SELECT user_id, naissance FROM auth_user_md5 AS u @@ -334,8 +357,7 @@ Adresse de secours : " . Post::v('email') : "")); $mymail->send(); // on cree un objet logger et on log l'evenement - $logger = $_SESSION['log'] = new PlLogger($uid); - S::logger()->log('recovery', $mails); + S::logger(uid)->log('recovery', $mails); } else { $page->trigError('Les informations que tu as rentrées ne permettent pas de récupérer ton mot de passe.
'. 'Si tu as un homonyme, utilise prenom.nom.promo comme login'); @@ -345,10 +367,12 @@ Adresse de secours : " . Post::v('email') : "")); function handler_tmpPWD(&$page, $certif = null) { global $globals; - XDB::execute('DELETE FROM perte_pass - WHERE DATE_SUB(NOW(), INTERVAL 380 MINUTE) > created'); + // XXX: recovery requires data from the profile + XDB::execute('DELETE FROM perte_pass + WHERE DATE_SUB(NOW(), INTERVAL 380 MINUTE) > created'); - $res = XDB::query('SELECT uid FROM perte_pass WHERE certificat={?}', $certif); + $res = XDB::query('SELECT uid + FROM perte_pass WHERE certificat={?}', $certif); $ligne = $res->fetchOneAssoc(); if (!$ligne) { $page->changeTpl('platal/index.tpl'); @@ -358,23 +382,24 @@ Adresse de secours : " . Post::v('email') : "")); $uid = $ligne["uid"]; if (Post::has('response2')) { $password = Post::v('response2'); - XDB::query('UPDATE auth_user_md5 SET password={?} - WHERE user_id={?} AND perms IN("admin","user")', - $password, $uid); - XDB::query('DELETE FROM perte_pass WHERE certificat={?}', $certif); + XDB::query('UPDATE accounts + SET password={?} + WHERE uid = {?} AND state = \'active\'', + $password, $uid); + XDB::query('DELETE FROM perte_pass + WHERE certificat={?}', $certif); // If GoogleApps is enabled, and the user did choose to use synchronized passwords, // updates the Google Apps password as well. if ($globals->mailstorage->googleapps_domain) { require_once 'googleapps.inc.php'; - $account = new GoogleAppsAccount($uid); + $account = new GoogleAppsAccount(User::getSilent($uid)); if ($account->active() && $account->sync_password) { $account->set_password($password); } } - $logger = new PlLogger($uid); - S::logger()->log("passwd",""); + S::logger($uid)->log("passwd", ""); $page->changeTpl('platal/tmpPWD.success.tpl'); } else { $page->changeTpl('platal/motdepasse.tpl'); @@ -387,56 +412,47 @@ Adresse de secours : " . Post::v('email') : "")); global $globals; $page->changeTpl('platal/skins.tpl'); - $page->setTitle('Polytechnique.org - Skins'); + $page->setTitle('Skins'); if (Env::has('newskin')) { // formulaire soumis, traitons les données envoyées - XDB::execute('UPDATE auth_user_quick - SET skin={?} WHERE user_id={?}', - Env::i('newskin'), S::v('uid')); + XDB::execute('UPDATE accounts + SET skin = {?} + WHERE uid = {?}', + Env::i('newskin'), S::i('uid')); S::kill('skin'); Platal::session()->setSkin(); } - $res = XDB::query('SELECT id FROM skins WHERE skin_tpl={?}', S::v('skin')); + $res = XDB::query('SELECT id + FROM skins + WHERE skin_tpl = {?}', S::v('skin')); $page->assign('skin_id', $res->fetchOneCell()); - $sql = "SELECT s.*,auteur,count(*) AS nb - FROM skins AS s - LEFT JOIN auth_user_quick AS a ON s.id=a.skin - WHERE skin_tpl != '' AND ext != '' - GROUP BY id ORDER BY s.date DESC"; + $sql = 'SELECT s.*, auteur, COUNT(*) AS nb + FROM skins AS s + LEFT JOIN accounts AS a ON (a.skin = s.id) + WHERE skin_tpl != \'\' AND ext != \'\' + GROUP BY id ORDER BY s.date DESC'; $page->assign('skins', XDB::iterator($sql)); } function handler_exit(&$page, $level = null) { - if (S::has('suid')) { - $a4l = S::v('forlife'); - $suid = S::v('suid'); - $log = S::v('log'); - S::logger()->log("suid_stop", S::v('forlife') . " by " . $suid['forlife']); + if (S::suid()) { + S::logger()->log('suid_stop', S::user()->login() . " by " . S::suid('hruid')); Platal::session()->stopSUID(); - pl_redirect('admin/user/' . $a4l); + pl_redirect('admin/user/' . S::user()->login()); } if ($level == 'forget' || $level == 'forgetall') { - setcookie('ORGaccess', '', time() - 3600, '/', '', 0); - Cookie::kill('ORGaccess'); - if (isset($_SESSION['log'])) - S::logger()->log("cookie_off"); + Platal::session()->killAccessCookie(); } if ($level == 'forgetuid' || $level == 'forgetall') { - setcookie('ORGuid', '', time() - 3600, '/', '', 0); - Cookie::kill('ORGuid'); - setcookie('ORGdomain', '', time() - 3600, '/', '', 0); - Cookie::kill('ORGdomain'); + Platal::session()->killLoginFormCookies(); } - if (isset($_SESSION['log'])) { - $ref = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; - S::logger()->log('deconnexion',$ref); - } + S::logger()->log('deconnexion', @$_SERVER['HTTP_REFERER']); Platal::session()->destroy(); if (Get::has('redirect')) { @@ -448,22 +464,18 @@ Adresse de secours : " . Post::v('email') : "")); function handler_review(&$page, $action = null, $mode = null) { - require_once 'wiki.inc.php'; - require_once dirname(__FILE__) . '/platal/review.inc.php'; - $dir = wiki_work_dir(); + // Include X-XRDS-Location response-header for Yadis discovery + global $globals; + header('X-XRDS-Location: ' . $globals->baseurl . '/openid/idp_xrds'); + + $this->load('review.inc.php'); $dom = 'Review'; if (@$GLOBALS['IS_XNET_SITE']) { $dom .= 'Xnet'; } - if (!is_dir($dir)) { - $page->kill("Impossible de trouver le wiki"); - } - if (!file_exists($dir . '/' . $dom . '.Admin')) { - $page->kill("Impossible de trouver la page d'administration"); - } - $conf = preg_grep('/^text=/', explode("\n", file_get_contents($dir . '/' . $dom . '.Admin'))); - $conf = preg_split('/(text\=|\%0a)/', array_shift($conf), -1, PREG_SPLIT_NO_EMPTY); - $wiz = new PlWizard('Tour d\'horizon', 'core/plwizard.tpl', true); + $wp = new PlWikiPage($dom . '.Admin'); + $conf = explode('%0a', $wp->getField('text')); + $wiz = new PlWizard('Tour d\'horizon', PlPage::getCoreTpl('plwizard.tpl'), true); foreach ($conf as $line) { $list = preg_split('/\s*[*|]\s*/', $line, -1, PREG_SPLIT_NO_EMPTY); $wiz->addPage('ReviewPage', $list[0], $list[1]);