X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapi.php;h=b25ba99f30cfcf44b56f6a477856b9c1c82e675c;hb=ebeb5f744cbfd5bfea0da1b350a3757865ec4b3b;hp=d2f0a2eff0f7a47c1038939970d1fe0fd9a2cd32;hpb=41b247ac1ac1f7752f5449d772307d78a6102964;p=quix0rs-gnu-social.git diff --git a/actions/api.php b/actions/api.php index d2f0a2eff0..b25ba99f30 100644 --- a/actions/api.php +++ b/actions/api.php @@ -67,6 +67,7 @@ class ApiAction extends Action $this->process_command(); } else { # basic authentication failed + common_log(LOG_WARNING, "Failed API auth attempt, nickname: $nickname."); $this->show_basic_auth_error(); } } @@ -130,6 +131,7 @@ class ApiAction extends Action 'statuses/friends_timeline', 'statuses/friends', 'statuses/replies', + 'statuses/mentions', 'statuses/followers', 'favorites/favorites');