ǩR6*=H kx2R2({1eѸi=}R)5jJ~JE YQ:Fnrn•N6d:/'VSs]uqLarŦ> ܗg /_kmxU0jv o8.Zs{7Po> SRF)Gז]#h&nr9ؔc3ݓ+6ȯj.{ RS [jX5b4NNdYloȂW{ݣOl?0 y SթJme4E@':N{gI,}_+Ec|ؽ!9n:r}9Q*DPpR?8fEW-fH2VoxR v*T8yy8sDAP_5^ J1+1mi^Ǐ>xoyH5_XT BBΈFSs9Aj!`'m \O+uyo. |%S|.NyWlw 'c9Q/IqYj`8I>ѶpԤv8[EeZcj-F4\{ف2zF(BWW=Lhr焛HY#&n#SE~YV9[ro Lp#Dy%HlAt)x"xW@=/N#qE9h7"gpټdN 䮶ւi .trW_=䊂 =a%C]Pj޵WU!xf MB 8y;~ }zư? zZ.Kwwkw:\E8)83(CMҶ'a}5 =i={noʴXl_-ˆ:?EXނ!p牶QSxR_U 崐N6[:Q#GӚ5Mp1/bAK8`G!j<5õ!=0?Z 䳁(X|CO>O:눔A*] p)0\*k( 5(rQ?=#(%8SPfff }bX.E/@e{3E"{;f [$6uUf0Q/( 7{ ⏛u4a_)82UԸ )d1Ҍ$S \/V,UGrk#i%b HeXl1I¶1c{1 s2GOBIU.8;(ٹbazG}}UW׫ӕVaߧQ/M՜UjPD?GJ㩬]麛#A#fQ6CO~lkh!봀W#*S.y1V؄!%nWcH(|_2 #K|yɒF/U+IťW}\`e ߁fhj+Ś0RS-9{o:/ҵg-{v{%sWg_/"P@V_]%Tn?ν[ ^L` {K0`1ƂnP08~O'󙱵S x>32ܜC+HѹYڿCO;f|pPԧ֑Oee9ia$jjJ0Sp230 U.<4;"ɕ'3م@lA/D}ږҙɋK/i;5ABGOb/[t C.>@n6|y$pu7*il(^Y m08RǶ[` n/5an f^za,>PW@_[DTTW O0|6(bs!GXO+:h R38M̩@' siG ]D'YIt4#,{̓,n!iYGaI2c>LffA;gYGm"{9lV1g"G‡u#g(o3%43kQoE@tt fc IrƒspлX ljN v'b{%M(:WGnV?$ω겙Ыifd/皾Z18Jq34njAVod+yhRQTͮ}'-*ml悅Rv SılP5HͶ((d Qt;|lwgFN5K]OΙ5\.IROwgFN5K]O<,Nt#h Ĝ#WҸswED7#U }qwgFN5K]O,.v{q$ה#U9*jz?m}H 1 C`tz+g2E_m|C̈́>>g!aQwgFN5K]OJu插&@Üa0ہ!B7&|b[Xdh<`FG9tT#Fce˔J9,?~j1!z+Xο m vCI=w"?Q0ʣc@FI@-dఐ#5x2UԷq\9F^LT#aD/B $T,k :(gp Nd0Lp4|=BOsm_GYG˲D]{3ʷG<&I?Tz5ʆA}B̓,n!iYGaI\{ k+ A@6J#&u/~d |NvV}/^ay+&] .f~f7P8^+žTNJƒspлX lj 3v?+|j!U+?T.(J_Xdh<`FG9tp Nd0Lp4\j+e>u1tǀLЬMA aAX~|ޯ%yarlvi0w~K wgFN5K]ODQ`Tm+}yDq:(K{QBWZ \ {^GsB // sort users index asort($keys, SORT_LOCALE_STRING); // re-sort users according to index foreach ($keys as $idx => $val) { $keys[$idx] = $users[$idx]; } $users = array_values($keys); } $this->rc->output->command('ksearch_query_results', $users, $search, $reqid); $this->rc->output->send(); } /** * Handler for 'folder_form' hook * * @param array $args Hook arguments array (form data) * * @return array Hook arguments array */ function folder_form($args) { $mbox_imap = $args['options']['name'] ?? ''; $myrights = $args['options']['rights'] ?? ''; // Edited folder name (empty in create-folder mode) if (!strlen($mbox_imap)) { return $args; } /* // Do nothing on protected folders (?) if (!empty($args['options']['protected'])) { return $args; } */ // Get MYRIGHTS if (empty($myrights)) { return $args; } // Load localization and include scripts $this->load_config(); $this->specials = $this->rc->config->get('acl_specials', $this->specials); $this->add_texts('localization/', ['deleteconfirm', 'norights', 'nouser', 'deleting', 'saving', 'newuser', 'editperms']); $this->rc->output->add_label('save', 'cancel'); $this->include_script('acl.js'); $this->rc->output->include_script('list.js'); $this->include_stylesheet($this->local_skin_path() . '/acl.css'); // add Info fieldset if it doesn't exist if (!isset($args['form']['props']['fieldsets']['info'])) $args['form']['props']['fieldsets']['info'] = [ 'name' => $this->rc->gettext('info'), 'content' => [] ]; // Display folder rights to 'Info' fieldset $args['form']['props']['fieldsets']['info']['content']['myrights'] = [ 'label' => rcube::Q($this->gettext('myrights')), 'value' => $this->acl2text($myrights) ]; // Return if not folder admin if (!in_array('a', $myrights)) { return $args; } // The 'Sharing' tab $this->mbox = $mbox_imap; $this->rc->output->set_env('acl_users_source', (bool) $this->rc->config->get('acl_users_source')); $this->rc->output->set_env('mailbox', $mbox_imap); $this->rc->output->add_handlers([ 'acltable' => [$this, 'templ_table'], 'acluser' => [$this, 'templ_user'], 'aclrights' => [$this, 'templ_rights'], ]); $this->rc->output->set_env('autocomplete_max', (int) $this->rc->config->get('autocomplete_max', 15)); $this->rc->output->set_env('autocomplete_min_length', $this->rc->config->get('autocomplete_min_length')); $this->rc->output->add_label('autocompletechars', 'autocompletemore'); $args['form']['sharing'] = [ 'name' => rcube::Q($this->gettext('sharing')), 'content' => $this->rc->output->parse('acl.table', false, false), ]; return $args; } /** * Creates ACL rights table * * @param array $attrib Template object attributes * * @return string HTML Content */ function templ_table($attrib) { if (empty($attrib['id'])) { $attrib['id'] = 'acl-table'; } $out = $this->list_rights($attrib); $this->rc->output->add_gui_object('acltable', $attrib['id']); return $out; } /** * Creates ACL rights form (rights list part) * * @param array $attrib Template object attributes * * @return string HTML Content */ function templ_rights($attrib) { // Get supported rights $supported = $this->rights_supported(); // give plugins the opportunity to adjust this list $data = $this->rc->plugins->exec_hook('acl_rights_supported', ['rights' => $supported, 'folder' => $this->mbox, 'labels' => []] ); $supported = $data['rights']; // depending on server capability either use 'te' or 'd' for deleting msgs $deleteright = implode(array_intersect(str_split('ted'), $supported)); $out = ''; $ul = ''; $input = new html_checkbox(); // Advanced rights $attrib['id'] = 'advancedrights'; foreach ($supported as $key => $val) { $id = "acl$val"; $ul .= html::tag('li', null, $input->show('', ['name' => "acl[$val]", 'value' => $val, 'id' => $id]) . html::label(['for' => $id, 'title' => $this->gettext('longacl'.$val)], $this->gettext('acl'.$val)) ); } $out = html::tag('ul', $attrib, $ul, html::$common_attrib); // Simple rights $ul = ''; $attrib['id'] = 'simplerights'; $items = [ 'read' => 'lrs', 'write' => 'wi', 'delete' => $deleteright, 'other' => preg_replace('/[lrswi'.$deleteright.']/', '', implode($supported)), ]; // give plugins the opportunity to adjust this list $data = $this->rc->plugins->exec_hook('acl_rights_simple', ['rights' => $items, 'folder' => $this->mbox, 'labels' => [], 'titles' => []] ); foreach ($data['rights'] as $key => $val) { $id = "acl$key"; $title = !empty($data['titles'][$key]) ? $data['titles'][$key] : $this->gettext('longacl'.$key); $label = !empty($data['labels'][$key]) ? $data['labels'][$key] : $this->gettext('acl'.$key); $ul .= html::tag('li', null, $input->show('', ['name' => "acl[$val]", 'value' => $val, 'id' => $id]) . html::label(['for' => $id, 'title' => $title], $label) ); } $out .= "\n" . html::tag('ul', $attrib, $ul, html::$common_attrib); $this->rc->output->set_env('acl_items', $data['rights']); return $out; } /** * Creates ACL rights form (user part) * * @param array $attrib Template object attributes * * @return string HTML Content */ function templ_user($attrib) { // Create username input $class = !empty($attrib['class']) ? $attrib['class'] : ''; $attrib['name'] = 'acluser'; $attrib['class'] = 'form-control'; $textfield = new html_inputfield($attrib); $label = html::label(['for' => $attrib['id'], 'class' => 'input-group-text'], $this->gettext('username')); $fields['user'] = html::div('input-group', html::span('input-group-prepend', $label) . ' ' . $textfield->show() ); // Add special entries if (!empty($this->specials)) { foreach ($this->specials as $key) { $fields[$key] = html::label(['for' => 'id' . $key], $this->gettext($key)); } } $this->rc->output->set_env('acl_specials', $this->specials); // Create list with radio buttons if (count($fields) > 1) { $ul = ''; foreach ($fields as $key => $val) { $radio = new html_radiobutton(['name' => 'usertype']); $radio = $radio->show($key == 'user' ? 'user' : '', ['value' => $key, 'id' => 'id' . $key]); $ul .= html::tag('li', null, $radio . $val); } $out = html::tag('ul', ['id' => 'usertype', 'class' => $class], $ul, html::$common_attrib); } // Display text input alone else { $out = html::div($class, $fields['user']); } return $out; } /** * Creates ACL rights table * * @param array $attrib Template object attributes * * @return string HTML Content */ private function list_rights($attrib = []) { // Get ACL for the folder $acl = $this->rc->storage->get_acl($this->mbox); if (!is_array($acl)) { $acl = []; } // Keep special entries (anyone/anonymous) on top of the list if (!empty($this->specials) && !empty($acl)) { foreach ($this->specials as $key) { if (isset($acl[$key])) { $acl_special[$key] = $acl[$key]; unset($acl[$key]); } } } // Sort the list by username uksort($acl, 'strnatcasecmp'); if (!empty($acl_special)) { $acl = array_merge($acl_special, $acl); } // Get supported rights and build column names $supported = $this->rights_supported(); // give plugins the opportunity to adjust this list $data = $this->rc->plugins->exec_hook('acl_rights_supported', ['rights' => $supported, 'folder' => $this->mbox, 'labels' => []] ); $supported = $data['rights']; // depending on server capability either use 'te' or 'd' for deleting msgs $deleteright = implode(array_intersect(str_split('ted'), $supported)); // Use advanced or simple (grouped) rights $advanced = $this->rc->config->get('acl_advanced_mode'); if ($advanced) { $items = []; foreach ($supported as $sup) { $items[$sup] = $sup; } } else { $items = [ 'read' => 'lrs', 'write' => 'wi', 'delete' => $deleteright, 'other' => preg_replace('/[lrswi'.$deleteright.']/', '', implode($supported)), ]; // give plugins the opportunity to adjust this list $data = $this->rc->plugins->exec_hook('acl_rights_simple', ['rights' => $items, 'folder' => $this->mbox, 'labels' => []] ); $items = $data['rights']; } // Create the table $attrib['noheader'] = true; $table = new html_table($attrib); $self = $this->rc->get_user_name(); $js_table = []; // Create table header $table->add_header('user', $this->gettext('identifier')); foreach (array_keys($items) as $key) { $label = !empty($data['labels'][$key]) ? $data['labels'][$key] : $this->gettext('shortacl' . $key); $table->add_header(['class' => 'acl' . $key, 'title' => $label], $label); } foreach ($acl as $user => $rights) { if ($user === $self) { continue; } // filter out virtual rights (c or d) the server may return $userrights = array_intersect($rights, $supported); $userid = rcube_utils::html_identifier($user); $title = null; if (!empty($this->specials) && in_array($user, $this->specials)) { $username = $this->gettext($user); } else { $username = $this->resolve_acl_identifier($user, $title); } $table->add_row(['id' => 'rcmrow' . $userid, 'data-userid' => $user]); $table->add(['class' => 'user text-nowrap', 'title' => $title], html::a(['id' => 'rcmlinkrow' . $userid], rcube::Q($username)) ); foreach ($items as $key => $right) { $in = $this->acl_compare($userrights, $right); switch ($in) { case 2: $class = 'enabled'; break; case 1: $class = 'partial'; break; default: $class = 'disabled'; break; } $table->add('acl' . $key . ' ' . $class, ''); } $js_table[$userid] = implode($userrights); } $this->rc->output->set_env('acl', $js_table); $this->rc->output->set_env('acl_advanced', $advanced); $out = $table->show(); return $out; } /** * Handler for ACL update/create action */ private function action_save() { $mbox = trim(rcube_utils::get_input_string('_mbox', rcube_utils::INPUT_POST, true)); // UTF7-IMAP $user = trim(rcube_utils::get_input_string('_user', rcube_utils::INPUT_POST)); $acl = trim(rcube_utils::get_input_string('_acl', rcube_utils::INPUT_POST)); $oldid = trim(rcube_utils::get_input_string('_old', rcube_utils::INPUT_POST)); $acl = array_intersect(str_split($acl), $this->rights_supported()); $users = $oldid ? [$user] : explode(',', $user); $result = 0; $self = $this->rc->get_user_name(); foreach ($users as $user) { $user = trim($user); $username = ''; $prefix = $this->rc->config->get('acl_groups') ? $this->rc->config->get('acl_group_prefix') : ''; if ($prefix && strpos($user, $prefix) === 0) { $username = $user; } else if (!empty($this->specials) && in_array($user, $this->specials)) { $username = $this->gettext($user); } else if (!empty($user)) { if (!strpos($user, '@') && ($realm = $this->get_realm())) { $user .= '@' . rcube_utils::idn_to_ascii(preg_replace('/^@/', '', $realm)); } // Make sure it's valid email address to prevent from "disappearing folder" // issue in Cyrus IMAP e.g. when the acl user identifier contains spaces inside. if (strpos($user, '@') && !rcube_utils::check_email($user, false)) { $user = null; } $username = $user; } if (!$acl || !$user || !strlen($mbox)) { continue; } $user = $this->mod_login($user); $username = $this->mod_login($username); if ($user != $self && $username != $self) { if ($this->rc->storage->set_acl($mbox, $user, $acl)) { $display = $this->resolve_acl_identifier($username, $title); $this->rc->output->command('acl_update', [ 'id' => rcube_utils::html_identifier($user), 'username' => $username, 'title' => $title, 'display' => $display, 'acl' => implode($acl), 'old' => $oldid ]); $result++; } } } if ($result) { $this->rc->output->show_message($oldid ? 'acl.updatesuccess' : 'acl.createsuccess', 'confirmation'); } else { $this->rc->output->show_message($oldid ? 'acl.updateerror' : 'acl.createerror', 'error'); } } /** * Handler for ACL delete action */ private function action_delete() { $mbox = trim(rcube_utils::get_input_string('_mbox', rcube_utils::INPUT_POST, true)); //UTF7-IMAP $user = trim(rcube_utils::get_input_string('_user', rcube_utils::INPUT_POST)); $user = explode(',', $user); foreach ($user as $u) { $u = trim($u); if ($this->rc->storage->delete_acl($mbox, $u)) { $this->rc->output->command('acl_remove_row', rcube_utils::html_identifier($u)); } else { $error = true; } } if (empty($error)) { $this->rc->output->show_message('acl.deletesuccess', 'confirmation'); } else { $this->rc->output->show_message('acl.deleteerror', 'error'); } } /** * Handler for ACL list update action (with display mode change) */ private function action_list() { if (in_array('acl_advanced_mode', (array)$this->rc->config->get('dont_override'))) { return; } $this->mbox = trim(rcube_utils::get_input_string('_mbox', rcube_utils::INPUT_GPC, true)); // UTF7-IMAP $advanced = trim(rcube_utils::get_input_string('_mode', rcube_utils::INPUT_GPC)); $advanced = $advanced == 'advanced'; // Save state in user preferences $this->rc->user->save_prefs(['acl_advanced_mode' => $advanced]); $out = $this->list_rights(); $out = preg_replace(['/^]+>/', '/<\/table>$/'], '', $out); $this->rc->output->command('acl_list_update', $out); } /** * Creates