| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * StatusNet, the distributed open-source microblogging tool | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2009-12-14 16:10:16 -05:00
										 |  |  |  * Show the home timeline | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * PHP version 5 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * LICENCE: This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation, either version 3 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU Affero General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |  * @category  API | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |  * @package   StatusNet | 
					
						
							| 
									
										
										
										
											2009-10-12 16:36:00 -07:00
										 |  |  |  * @author    Craig Andrews <candrews@integralblue.com> | 
					
						
							|  |  |  |  * @author    Evan Prodromou <evan@status.net> | 
					
						
							|  |  |  |  * @author    Jeffery To <jeffery.to@gmail.com> | 
					
						
							|  |  |  |  * @author    mac65 <mac65@mac65.com> | 
					
						
							|  |  |  |  * @author    Mike Cochrane <mikec@mikenz.geek.nz> | 
					
						
							|  |  |  |  * @author    Robin Millette <robin@millette.info> | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |  * @author    Zach Copley <zach@status.net> | 
					
						
							|  |  |  |  * @copyright 2009 StatusNet, Inc. | 
					
						
							| 
									
										
										
										
											2010-05-27 18:26:47 -04:00
										 |  |  |  * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 | 
					
						
							|  |  |  |  * @link      http://status.net/ | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if (!defined('STATUSNET')) { | 
					
						
							|  |  |  |     exit(1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * Returns the most recent notices (default 20) posted by the target user. | 
					
						
							|  |  |  |  * This is the equivalent of 'You and friends' page accessed via Web. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * @category API | 
					
						
							|  |  |  |  * @package  StatusNet | 
					
						
							| 
									
										
										
										
											2009-10-12 16:36:00 -07:00
										 |  |  |  * @author   Craig Andrews <candrews@integralblue.com> | 
					
						
							|  |  |  |  * @author   Evan Prodromou <evan@status.net> | 
					
						
							|  |  |  |  * @author   Jeffery To <jeffery.to@gmail.com> | 
					
						
							|  |  |  |  * @author   mac65 <mac65@mac65.com> | 
					
						
							|  |  |  |  * @author   Mike Cochrane <mikec@mikenz.geek.nz> | 
					
						
							|  |  |  |  * @author   Robin Millette <robin@millette.info> | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |  * @author   Zach Copley <zach@status.net> | 
					
						
							|  |  |  |  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 | 
					
						
							|  |  |  |  * @link     http://status.net/ | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2009-12-14 16:10:16 -05:00
										 |  |  | class ApiTimelineHomeAction extends ApiBareAuthAction | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-09-30 17:02:04 -07:00
										 |  |  |     var $notices  = null; | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Take arguments for running | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param array $args $_REQUEST args | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @return boolean success flag | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2013-10-29 10:26:46 +01:00
										 |  |  |     protected function prepare(array $args=array()) | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |     { | 
					
						
							|  |  |  |         parent::prepare($args); | 
					
						
							| 
									
										
										
										
											2010-03-12 03:15:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |         $this->target = $this->getTargetProfile($this->arg('id')); | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |         if (!($this->target instanceof Profile)) { | 
					
						
							| 
									
										
										
										
											2010-10-28 01:19:04 +02:00
										 |  |  |             // TRANS: Client error displayed when requesting most recent dents by user and friends for a non-existing user.
 | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |             $this->clientError(_('No such user.'), 404); | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-25 16:58:35 -07:00
										 |  |  |         $this->notices = $this->getNotices(); | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |         return true; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Handle the request | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * Just show the notices | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @return void | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |     protected function handle() | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |         parent::handle(); | 
					
						
							| 
									
										
										
										
											2009-09-25 16:58:35 -07:00
										 |  |  |         $this->showTimeline(); | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Show the timeline of notices | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @return void | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |     function showTimeline() | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |         $sitename   = common_config('site', 'name'); | 
					
						
							| 
									
										
										
										
											2010-10-28 01:19:04 +02:00
										 |  |  |         // TRANS: Timeline title for user and friends. %s is a user nickname.
 | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |         $title      = sprintf(_("%s and friends"), $this->target->nickname); | 
					
						
							| 
									
										
										
										
											2010-02-20 13:31:20 -05:00
										 |  |  |         $taguribase = TagURI::base(); | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |         $id         = "tag:$taguribase:HomeTimeline:" . $this->target->id; | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |         $subtitle   = sprintf( | 
					
						
							| 
									
										
										
										
											2010-04-10 01:48:16 +02:00
										 |  |  |             // TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name.
 | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |             _('Updates from %1$s and friends on %2$s!'), | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |             $this->target->nickname, $sitename | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |         ); | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |         $logo = $this->target->avatarUrl(AVATAR_PROFILE_SIZE); | 
					
						
							| 
									
										
										
										
											2013-10-01 11:37:59 +02:00
										 |  |  |         $link = common_local_url('all', | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |                     array('nickname' => $this->target->nickname)); | 
					
						
							| 
									
										
										
										
											2010-03-12 03:15:51 +00:00
										 |  |  |         $self = $this->getSelfUri(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-30 17:02:04 -07:00
										 |  |  |         switch($this->format) { | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |         case 'xml': | 
					
						
							| 
									
										
										
										
											2009-10-09 17:53:35 -07:00
										 |  |  |             $this->showXmlTimeline($this->notices); | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |             break; | 
					
						
							|  |  |  |         case 'rss': | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  |             $this->showRssTimeline( | 
					
						
							|  |  |  |                 $this->notices, | 
					
						
							|  |  |  |                 $title, | 
					
						
							|  |  |  |                 $link, | 
					
						
							|  |  |  |                 $subtitle, | 
					
						
							|  |  |  |                 null, | 
					
						
							| 
									
										
										
										
											2010-03-12 03:15:51 +00:00
										 |  |  |                 $logo, | 
					
						
							|  |  |  |                 $self | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  |             ); | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |             break; | 
					
						
							|  |  |  |         case 'atom': | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  |             header('Content-Type: application/atom+xml; charset=utf-8'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-05-27 13:49:23 -07:00
										 |  |  |             $atom = new AtomNoticeFeed($this->auth_user); | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  |             $atom->setId($id); | 
					
						
							|  |  |  |             $atom->setTitle($title); | 
					
						
							|  |  |  |             $atom->setSubtitle($subtitle); | 
					
						
							|  |  |  |             $atom->setLogo($logo); | 
					
						
							|  |  |  |             $atom->setUpdated('now'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-12 03:15:51 +00:00
										 |  |  |             $atom->addLink($link); | 
					
						
							|  |  |  |             $atom->setSelfLink($self); | 
					
						
							| 
									
										
										
										
											2010-02-11 13:54:40 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  |             $atom->addEntryFromNotices($this->notices); | 
					
						
							|  |  |  |             $this->raw($atom->getString()); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |             break; | 
					
						
							|  |  |  |         case 'json': | 
					
						
							| 
									
										
										
										
											2009-10-09 17:53:35 -07:00
										 |  |  |             $this->showJsonTimeline($this->notices); | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |             break; | 
					
						
							| 
									
										
										
										
											2011-02-18 15:43:40 -08:00
										 |  |  |         case 'as': | 
					
						
							| 
									
										
										
										
											2011-06-23 11:38:46 -04:00
										 |  |  |             header('Content-Type: ' . ActivityStreamJSONDocument::CONTENT_TYPE); | 
					
						
							| 
									
										
										
										
											2011-02-18 15:43:40 -08:00
										 |  |  |             $doc = new ActivityStreamJSONDocument($this->auth_user); | 
					
						
							|  |  |  |             $doc->setTitle($title); | 
					
						
							|  |  |  |             $doc->addLink($link, 'alternate', 'text/html'); | 
					
						
							|  |  |  |             $doc->addItemsFromNotices($this->notices); | 
					
						
							|  |  |  |             $this->raw($doc->asString()); | 
					
						
							|  |  |  |             break; | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |         default: | 
					
						
							| 
									
										
										
										
											2011-04-04 00:12:52 +02:00
										 |  |  |             // TRANS: Client error displayed when coming across a non-supported API method.
 | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |             $this->clientError(_('API method not found.'), 404); | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |         } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |     /** | 
					
						
							|  |  |  |      * Get notices | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @return array notices | 
					
						
							|  |  |  |      */ | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |     function getNotices() | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2009-09-25 16:58:35 -07:00
										 |  |  |         $notices = array(); | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-03-07 01:27:14 +01:00
										 |  |  |         $stream = new InboxNoticeStream($this->target, $this->scoped); | 
					
						
							| 
									
										
										
										
											2011-04-07 15:35:00 -04:00
										 |  |  |          | 
					
						
							|  |  |  |         $notice = $stream->getNotices(($this->page-1) * $this->count, | 
					
						
							|  |  |  |                                       $this->count, | 
					
						
							|  |  |  |                                       $this->since_id, | 
					
						
							|  |  |  |                                       $this->max_id); | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-25 16:58:35 -07:00
										 |  |  |         while ($notice->fetch()) { | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |             $notices[] = clone($notice); | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-25 16:58:35 -07:00
										 |  |  |         return $notices; | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |      * Is this action read only? | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @param array $args other arguments | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |      * | 
					
						
							|  |  |  |      * @return boolean true | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     function isReadOnly($args) | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         return true; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |      * When was this feed last modified? | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |      * | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |      * @return string datestamp of the latest notice in the stream | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |      */ | 
					
						
							|  |  |  |     function lastModified() | 
					
						
							|  |  |  |     { | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |         if (!empty($this->notices) && (count($this->notices) > 0)) { | 
					
						
							|  |  |  |             return strtotime($this->notices[0]->created); | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |         } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |         return null; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /** | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |      * An entity tag for this stream | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |      * | 
					
						
							|  |  |  |      * Returns an Etag based on the action name, language, user ID, and | 
					
						
							|  |  |  |      * timestamps of the first and last notice in the timeline | 
					
						
							|  |  |  |      * | 
					
						
							|  |  |  |      * @return string etag | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     function etag() | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         if (!empty($this->notices) && (count($this->notices) > 0)) { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             $last = count($this->notices) - 1; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-30 10:27:54 -07:00
										 |  |  |             return '"' . implode( | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |                 ':', | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |                 array($this->arg('action'), | 
					
						
							| 
									
										
										
										
											2010-09-20 13:42:58 -07:00
										 |  |  |                       common_user_cache_hash($this->auth_user), | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |                       common_language(), | 
					
						
							| 
									
										
										
										
											2013-10-15 02:54:10 +02:00
										 |  |  |                       $this->target->id, | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |                       strtotime($this->notices[0]->created), | 
					
						
							| 
									
										
										
										
											2009-09-27 15:33:46 -07:00
										 |  |  |                       strtotime($this->notices[$last]->created)) | 
					
						
							|  |  |  |             ) | 
					
						
							|  |  |  |             . '"'; | 
					
						
							| 
									
										
										
										
											2009-09-24 18:13:46 -07:00
										 |  |  |         } | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  |         return null; | 
					
						
							| 
									
										
										
										
											2009-09-23 13:45:51 -07:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2009-09-27 14:11:12 -07:00
										 |  |  | } |