gnu-social/actions
Mikael Nordfeldth ce23c68d1c FileAction removed (we have AttachmentAction).
It seems it was only used to get a _single_ file attachment from
the posted notice, with no possibility to get multiple attachments.

If one fetches metadata about attachments for the notice, we have
enough data there to fulfill anyone's fetching dreams.
2014-05-10 12:29:34 +02:00
..
accessadminpanel.php Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
addpeopletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
all.php New mechanism for "all" feed (InboxNoticeStream) 2014-03-06 04:18:54 +01:00
allrss.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apiaccountratelimitstatus.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apiaccountregister.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiaccountupdatebackgroundcolor.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiaccountupdatedeliverydevice.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apiaccountupdatelinkcolor.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiaccountupdateprofile.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apiaccountupdateprofileimage.php Removed legacy OMB. Use OStatus for remote profiles. 2013-10-28 16:22:09 +01:00
apiaccountverifycredentials.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apiatomservice.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apiattachment.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiblockcreate.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiblockdestroy.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apicheckhub.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apichecknickname.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiconversation.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apidirectmessage.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apidirectmessagenew.php Fix Direct Message functionality. 2014-04-29 20:37:58 +02:00
apiexternalprofileshow.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apifavoritecreate.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apifavoritedestroy.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apifriendshipscreate.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apifriendshipsdestroy.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apifriendshipsexists.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apifriendshipsshow.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apignusocialconfig.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apignusocialversion.php Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 2013-11-01 13:51:41 +01:00
apigroupadmins.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigroupcreate.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigroupismember.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigroupjoin.php Minor code cleanup with group related actions (thanks brw12) 2014-03-01 12:01:17 +01:00
apigroupleave.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigrouplist.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigrouplistall.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apigroupmembership.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigroupprofileupdate.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigroupshow.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apihelptest.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apilist.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apilistmember.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apilistmembers.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apilistmemberships.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apilists.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apilistsubscriber.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apilistsubscribers.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apilistsubscriptions.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apimediaupload.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apioauthaccesstoken.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apioauthauthorize.php GNU social is with a minor s. 2013-10-15 00:20:36 +02:00
apioauthpin.php OAuth related syntax fixes, nothing big 2013-10-06 12:43:18 +02:00
apioauthrequesttoken.php apparently not only regex 'https?' urls are sent 2014-01-01 19:47:49 +01:00
apisearchatom.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apisearchjson.php GNU social is with a minor s. 2013-10-15 00:20:36 +02:00
apistatusesdestroy.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apistatusesfavs.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apistatusesretweet.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apistatusesretweets.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apistatusesshow.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
apistatusesupdate.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apisubscriptions.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apitimelinefavorites.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apitimelinefriends.php New mechanism for "all" feed (InboxNoticeStream) 2014-03-06 04:18:54 +01:00
apitimelinegroup.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apitimelinehome.php We sent a User object instead of Profile to InboxNoticeStream (thanks postblue) 2014-03-07 01:27:14 +01:00
apitimelinelist.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apitimelinementions.php Previous edit made translation notes incompatible 2014-01-01 20:09:11 +01:00
apitimelinepublic.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apitimelineretweetedbyme.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apitimelineretweetedtome.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apitimelineretweetsofme.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
apitimelinetag.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apitimelineuser.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apitrends.php Qvitter API changes (thanks hannes2peer) 2013-10-06 21:51:50 +02:00
apiuserfollowers.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apiuserfriends.php Making many of the API actions more consistent with coding style 2013-10-15 03:07:40 +02:00
apiuserprofileimage.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiusershow.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
approvegroup.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
approvesub.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
atompubfavoritefeed.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
atompubmembershipfeed.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
atompubshowfavorite.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
atompubshowmembership.php Removing unnecessary require_once lines (autoload!) 2013-09-09 23:06:56 +02:00
atompubshowsubscription.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
atompubsubscriptionfeed.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
attachment_ajax.php Some files got updated coding style 2014-04-15 10:49:20 +02:00
attachment_thumbnail.php Redirect from Attachment_thumbnailAction 2014-04-21 21:19:45 +02:00
attachment.php Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00
avatarbynickname.php GNU social is with a minor s. 2013-10-15 00:20:36 +02:00
avatarsettings.php use intval() instead of floor() for int return type 2014-04-21 19:32:08 +02:00
backupaccount.php Merge branch 'master' into 0.9.x 2011-02-25 12:24:18 -08:00
block.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
blockedfromgroup.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
cancelgroup.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
cancelsubscription.php parent::handlePost() in CancelsubscriptionAction 2014-05-06 13:26:30 +02:00
confirmaddress.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
conversation.php optional conversation tree view 2011-09-24 09:29:12 -04:00
conversationreplies.php PHP5.5 fix: Better use of startXML for Action classes (mostly AJAX) 2013-09-24 01:18:33 +02:00
deleteaccount.php Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
deleteapplication.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
deletegroup.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
deletenotice.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
deleteuser.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
disfavor.php GNU social is with a minor s. 2013-10-15 00:20:36 +02:00
doc.php Move docs menu to site primary menu 2011-09-30 14:24:27 -04:00
editapplication.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
editgroup.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
editpeopletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
emailsettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
favor.php Cleaning up FavorAction 2014-05-05 22:49:34 +02:00
favorited.php Squashed commit of the following: 2011-10-20 10:40:39 -04:00
favoritesrss.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
featured.php default local nav in featured user list 2011-03-01 16:11:59 -05:00
foaf.php Code cleanup and enabling User object's etc. getUri() 2014-04-28 14:08:42 +02:00
foafgroup.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
geocode.php Update translator documentation. 2011-04-03 23:47:46 +02:00
getfile.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
grantrole.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
groupblock.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
groupbyid.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
grouplogo.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
groupmembers.php Minor code cleanup with group related actions (thanks brw12) 2014-03-01 12:01:17 +01:00
groupqueue.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
grouprss.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
groups.php defaultlocalnav in groups 2011-03-01 16:18:33 -05:00
groupsearch.php * add/update translator documentation. 2011-01-31 18:16:55 +01:00
groupunblock.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
imsettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
inbox.php * improve L10n consistency for English. For example proper punctuation for all button and label titles. 2011-02-17 00:40:47 +01:00
invite.php Make better use of Subscription class 2013-09-19 17:29:05 +02:00
joingroup.php Some files got updated coding style 2014-04-15 10:49:20 +02:00
leavegroup.php Some files got updated coding style 2014-04-15 10:49:20 +02:00
licenseadminpanel.php Validate::uri replaced with filter_var for HTTP[S] URL checks 2013-10-07 14:46:09 +02:00
login.php LoginAction somewhat converted to FormAction 2013-10-30 12:23:10 +01:00
logout.php use correct redirect on logout of single-user site 2011-09-17 15:08:04 -04:00
makeadmin.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
microsummary.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
newapplication.php Validate::uri replaced with filter_var for HTTP[S] URL checks 2013-10-07 14:46:09 +02:00
newgroup.php Local_group and User are now assumed to be in same namespace 2013-10-17 01:27:01 +02:00
newmessage.php Fix Direct Message functionality. 2014-04-29 20:37:58 +02:00
newnotice.php Moved shareLocation preference check to Profile class 2013-10-06 13:38:09 +02:00
noticesearch.php Show both empty and full notice search results inside event wrapper 2011-04-12 14:29:12 -04:00
noticesearchrss.php * update translator documentation. 2011-02-17 20:58:22 +01:00
nudge.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
oauthappssettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
oauthconnectionssettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
oldschoolsettings.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
opensearch.php * translator documntation updated 2011-03-05 00:13:04 +01:00
otp.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
outbox.php * improve L10n consistency for English. For example proper punctuation for all button and label titles. 2011-02-17 00:40:47 +01:00
passwordsettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
pathsadminpanel.php Remove old background validation stuff from paths admin panel 2011-08-27 19:22:02 -07:00
peoplesearch.php * update translator documentation. 2011-02-17 20:58:22 +01:00
peopletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
peopletagautocomplete.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
peopletagged.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
peopletagsbyuser.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
peopletagsforuser.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
peopletagsubscribers.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
peopletagsubscriptions.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
plugindisable.php * update/add translator documentation. 2011-03-11 17:07:27 +01:00
pluginenable.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
pluginsadminpanel.php * update/add translator documentation. 2011-03-11 17:07:27 +01:00
profilecompletion.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
profilesettings.php Removed legacy OMB. Use OStatus for remote profiles. 2013-10-28 16:22:09 +01:00
profiletagbyid.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
public.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
publicrss.php * update translator documentation. 2011-02-17 20:58:22 +01:00
publictagcloud.php Mass replacement of #-comments with //-comments 2011-03-22 11:54:23 -04:00
publicxrds.php * update/add translator documentation. 2011-03-11 17:07:27 +01:00
recoverpassword.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
redirect.php Add a doc page that links to the StatusNet wiki API page 2010-10-12 23:38:16 -04:00
redirecturl.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
register.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
removepeopletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
repeat.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
replies.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
repliesrss.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
restoreaccount.php Change "stream" to "timeline" for consistency. 2011-08-15 15:57:36 +02:00
revokerole.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
robotstxt.php * update translator documentation. 2011-02-17 21:10:48 +01:00
rsd.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
sandbox.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
selftag.php Complete "people tag" to "list" in UI messages. 2011-04-17 20:08:03 +02:00
sessionsadminpanel.php Update translator documentation. 2011-03-24 11:48:53 +01:00
showapplication.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
showfavorites.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
showgroup.php Minor code cleanup with group related actions (thanks brw12) 2014-03-01 12:01:17 +01:00
showmessage.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
shownotice.php Moved oEmbed stuff out to a plugin (Oembed). 2014-05-06 23:32:13 +02:00
showprofiletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
showstream.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
silence.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
siteadminpanel.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
sitenoticeadminpanel.php Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK. 2011-08-18 15:11:10 +02:00
smssettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
subedit.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
subqueue.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
subscribe.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
subscribepeopletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
subscribers.php hide subscriber tag sections 2011-04-14 15:51:00 -04:00
subscriptions.php Subscription "get by" functions now don't use ArrayWrappers 2013-09-21 18:38:14 +02:00
sup.php Mass replacement of #-comments with //-comments 2011-03-22 11:54:23 -04:00
tag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
tagprofile.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
tagrss.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
top.php Add a dummy 'top' action to take you to the main page of the site 2011-09-30 09:45:17 -04:00
unblock.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
unsandbox.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
unsilence.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
unsubscribe.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
unsubscribepeopletag.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
urlsettings.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
useradminpanel.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
userbyid.php protected handle function without args for Action 2013-10-14 14:00:12 +02:00
usergroups.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
userrss.php common_redirect and clientError exits, so refactor 2014-03-10 00:24:32 +01:00
version.php Version name strings updated, StatusNet only retained for copyright 2013-10-30 16:37:13 +01:00