]> git.mxchange.org Git - friendica.git/blob - mod/crepair.php
Merge pull request #6046 from zeroadam/CoreLogger
[friendica.git] / mod / crepair.php
1 <?php
2 /**
3  * @file mod/crepair.php
4  */
5
6 use Friendica\App;
7 use Friendica\Core\Config;
8 use Friendica\Core\L10n;
9 use Friendica\Core\Logger;
10 use Friendica\Core\Protocol;
11 use Friendica\Database\DBA;
12 use Friendica\Model;
13 use Friendica\Module;
14
15 function crepair_init(App $a)
16 {
17         if (!local_user()) {
18                 return;
19         }
20
21         $contact = null;
22         if (($a->argc == 2) && intval($a->argv[1])) {
23                 $contact = DBA::selectFirst('contact', [], ['uid' => local_user(), 'id' => $a->argv[1]]);
24         }
25
26         if (!x($a->page, 'aside')) {
27                 $a->page['aside'] = '';
28         }
29
30         if (DBA::isResult($contact)) {
31                 $a->data['contact'] = $contact;
32                 Model\Profile::load($a, "", 0, Model\Contact::getDetailsByURL($contact["url"]));
33         }
34 }
35
36 function crepair_post(App $a)
37 {
38         if (!local_user()) {
39                 return;
40         }
41
42         $cid = (($a->argc > 1) ? intval($a->argv[1]) : 0);
43
44         $contact = null;
45         if ($cid) {
46                 $contact = DBA::selectFirst('contact', [], ['id' => $cid, 'uid' => local_user()]);
47         }
48
49         if (!DBA::isResult($contact)) {
50                 return;
51         }
52
53         $name        = defaults($_POST, 'name'       , $contact['name']);
54         $nick        = defaults($_POST, 'nick'       , '');
55         $url         = defaults($_POST, 'url'        , '');
56         $request     = defaults($_POST, 'request'    , '');
57         $confirm     = defaults($_POST, 'confirm'    , '');
58         $notify      = defaults($_POST, 'notify'     , '');
59         $poll        = defaults($_POST, 'poll'       , '');
60         $attag       = defaults($_POST, 'attag'      , '');
61         $photo       = defaults($_POST, 'photo'      , '');
62         $remote_self = defaults($_POST, 'remote_self', false);
63         $nurl        = normalise_link($url);
64
65         $r = q("UPDATE `contact` SET `name` = '%s', `nick` = '%s', `url` = '%s', `nurl` = '%s', `request` = '%s', `confirm` = '%s', `notify` = '%s', `poll` = '%s', `attag` = '%s' , `remote_self` = %d
66                 WHERE `id` = %d AND `uid` = %d",
67                 DBA::escape($name),
68                 DBA::escape($nick),
69                 DBA::escape($url),
70                 DBA::escape($nurl),
71                 DBA::escape($request),
72                 DBA::escape($confirm),
73                 DBA::escape($notify),
74                 DBA::escape($poll),
75                 DBA::escape($attag),
76                 intval($remote_self),
77                 intval($contact['id']),
78                 local_user()
79         );
80
81         if ($photo) {
82                 Logger::log('mod-crepair: updating photo from ' . $photo);
83
84                 Model\Contact::updateAvatar($photo, local_user(), $contact['id']);
85         }
86
87         if ($r) {
88                 info(L10n::t('Contact settings applied.') . EOL);
89         } else {
90                 notice(L10n::t('Contact update failed.') . EOL);
91         }
92
93         return;
94 }
95
96 function crepair_content(App $a)
97 {
98         if (!local_user()) {
99                 notice(L10n::t('Permission denied.') . EOL);
100                 return;
101         }
102
103         $cid = (($a->argc > 1) ? intval($a->argv[1]) : 0);
104
105         $contact = null;
106         if ($cid) {
107                 $contact = DBA::selectFirst('contact', [], ['id' => $cid, 'uid' => local_user()]);
108         }
109
110         if (!DBA::isResult($contact)) {
111                 notice(L10n::t('Contact not found.') . EOL);
112                 return;
113         }
114
115         $warning = L10n::t('<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working.');
116         $info = L10n::t('Please use your browser \'Back\' button <strong>now</strong> if you are uncertain what to do on this page.');
117
118         $returnaddr = "contact/$cid";
119
120         $allow_remote_self = Config::get('system', 'allow_users_remote_self');
121
122         // Disable remote self for everything except feeds.
123         // There is an issue when you repeat an item from maybe twitter and you got comments from friendica and twitter
124         // Problem is, you couldn't reply to both networks.
125         if (!in_array($contact['network'], [Protocol::FEED, Protocol::DFRN, Protocol::DIASPORA, Protocol::TWITTER])) {
126                 $allow_remote_self = false;
127         }
128
129         if ($contact['network'] == Protocol::FEED) {
130                 $remote_self_options = ['0' => L10n::t('No mirroring'), '1' => L10n::t('Mirror as forwarded posting'), '2' => L10n::t('Mirror as my own posting')];
131         } else {
132                 $remote_self_options = ['0' => L10n::t('No mirroring'), '2' => L10n::t('Mirror as my own posting')];
133         }
134
135         $update_profile = in_array($contact['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]);
136
137         $tab_str = Module\Contact::getTabsHTML($a, $contact, 5);
138
139         $tpl = get_markup_template('crepair.tpl');
140         $o = replace_macros($tpl, [
141                 '$tab_str'        => $tab_str,
142                 '$warning'        => $warning,
143                 '$info'           => $info,
144                 '$returnaddr'     => $returnaddr,
145                 '$return'         => L10n::t('Return to contact editor'),
146                 '$update_profile' => $update_profile,
147                 '$udprofilenow'   => L10n::t('Refetch contact data'),
148                 '$contact_id'     => $contact['id'],
149                 '$lbl_submit'     => L10n::t('Submit'),
150                 '$label_remote_self' => L10n::t('Remote Self'),
151                 '$allow_remote_self' => $allow_remote_self,
152                 '$remote_self' => ['remote_self',
153                         L10n::t('Mirror postings from this contact'),
154                         $contact['remote_self'],
155                         L10n::t('Mark this contact as remote_self, this will cause friendica to repost new entries from this contact.'),
156                         $remote_self_options
157                 ],
158
159                 '$name'         => ['name', L10n::t('Name') , htmlentities($contact['name'])],
160                 '$nick'         => ['nick', L10n::t('Account Nickname'), htmlentities($contact['nick'])],
161                 '$attag'        => ['attag', L10n::t('@Tagname - overrides Name/Nickname'), $contact['attag']],
162                 '$url'          => ['url', L10n::t('Account URL'), $contact['url']],
163                 '$request'      => ['request', L10n::t('Friend Request URL'), $contact['request']],
164                 'confirm'       => ['confirm', L10n::t('Friend Confirm URL'), $contact['confirm']],
165                 'notify'        => ['notify', L10n::t('Notification Endpoint URL'), $contact['notify']],
166                 'poll'          => ['poll', L10n::t('Poll/Feed URL'), $contact['poll']],
167                 'photo'         => ['photo', L10n::t('New photo from this URL'), ''],
168         ]);
169
170         return $o;
171 }