gnu-social/actions
Chimo 4ef05e35b8 backupaccount: Don't print page HTML in XML export
The current Atom/XML account backup contains the backupaccount HTML at the end
of the downloaded file. This change makes it so that only the XML is downloaded
by terminating the script before the HTML is served.
2017-04-23 19:03:40 +00:00
..
accessadminpanel.php Let an administrator set config public/localonly 2015-01-29 21:07:23 +01:00
addpeopletag.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
all.php TagCloud turned into plugin (performance issues on large installs) 2016-08-27 15:24:25 +02:00
allrss.php Consistent behaviour for ScopingNoticeStream $scoped 2016-03-01 14:51:47 +01:00
apiaccountratelimitstatus.php Another function not matching parent declaration 2015-06-07 09:26:12 +02:00
apiaccountregister.php Fullname and location are now text, not varchar, and can be >191|255 2016-01-28 19:12:30 +01:00
apiaccountupdatebackgroundcolor.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiaccountupdatedeliverydevice.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
apiaccountupdatelinkcolor.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apiaccountupdateprofile.php Suggested edits by hannes2peer 2015-09-03 18:04:13 +02:00
apiaccountupdateprofileimage.php Removed legacy OMB. Use OStatus for remote profiles. 2013-10-28 16:22:09 +01:00
apiaccountverifycredentials.php Merge branch 'nightly' of gitorious.org:social/mainline into nightly 2015-01-21 23:45:49 +01:00
apiatomservice.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00: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 Only check if a nickname exists if site is non-private 2015-01-21 22:08:21 +01:00
apiconversation.php Function declarations not matching their parents 2015-06-06 22:14:56 +02:00
apiexternalprofileshow.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apifriendshipscreate.php Subscription::ensureStart skips AlreadyFulfilledException 2015-03-04 11:38:04 +01:00
apifriendshipsdestroy.php apiauth action with ->user changed to ->scoped 2015-02-17 16:39:27 +01:00
apifriendshipsexists.php Various $this->scoped fixes and protected prepare/handle in API actions 2015-02-17 17:20:00 +01:00
apifriendshipsshow.php Various $this->scoped fixes and protected prepare/handle in API actions 2015-02-17 17:20:00 +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 Variable name updates in apigroupleave.php 2015-02-04 17:30:50 +01:00
apigrouplist.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigrouplistall.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
apigroupmembership.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apigroupprofileupdate.php By default, don't allow nick changes for profiles 2015-02-04 21:25:14 +01:00
apigroupshow.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apihelptest.php function declaration to match parent 2016-04-18 15:21:05 +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 Require Profile for Profile->getOtherTags 2016-01-06 00:07:15 +01:00
apilists.php Require Profile for Profile->getLists 2016-01-06 00:18:10 +01:00
apilistsubscriber.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00: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 Media files are accepted and uploaded via Twitter API now 2016-01-14 19:15:02 +01:00
apioauthaccesstoken.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
apioauthauthorize.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
apioauthpin.php OAuth related syntax fixes, nothing big 2013-10-06 12:43:18 +02:00
apioauthrequesttoken.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
apisearchatom.php Split up source and source_link. Never trust HTML! 2016-09-02 00:55:46 +02:00
apisearchjson.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
apistatusesdestroy.php Refactoring ApiStatusesDestroyAction 2016-02-28 19:35:03 +01:00
apistatusesshow.php $this->notice is never unset after prepare 2016-01-13 21:34:15 +01:00
apistatusesupdate.php Add support for Atom entry when posting status 2017-02-04 20:04:02 +11:00
apisubscriptions.php Protected function prepare with array $args defaulting to array() 2013-10-29 10:26:46 +01:00
apitimelinefriends.php Remove Google References 2016-03-20 13:06:58 +00: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
apitimelinenetworkpublic.php Network wide public feed auth check fix 2015-01-29 23:30:13 +01:00
apitimelinepublic.php ApiTimelineNetworkPublicAction available now 2015-01-29 23:01:53 +01:00
apitimelinetag.php API actions are not ManagedAction yet 2015-07-09 13:46:03 +02:00
apitimelineuser.php AtomPub should work now, at least for post/note 2015-10-09 16:19:26 +02:00
apitrends.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00: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 Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
approvesub.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
atompubmembershipfeed.php Simplified by adding an abstract AtompubAction 2015-01-12 03:15:41 +01:00
atompubshowmembership.php Those variables were set for a reason 2015-01-13 12:56:56 +01:00
atompubshowsubscription.php Those variables were set for a reason 2015-01-13 12:56:56 +01:00
atompubsubscriptionfeed.php Subscription::ensureStart skips AlreadyFulfilledException 2015-03-04 11:38:04 +01:00
attachment.php TagCloud turned into plugin (performance issues on large installs) 2016-08-27 15:24:25 +02:00
attachment_download.php Add /download action for attachments 2016-05-09 22:08:36 +02:00
attachment_thumbnail.php Relatively experimental change to store thumbnails in 'file/thumb/' (by default) 2016-03-07 22:33:34 +01:00
avatarbynickname.php GNU social is with a minor s. 2013-10-15 00:20:36 +02:00
avatarsettings.php WIP: Display error if wrong perms on 'avatar' dir 2016-06-04 11:08:32 -04:00
backupaccount.php backupaccount: Don't print page HTML in XML export 2017-04-23 19:03:40 +00:00
block.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
blockedfromgroup.php Add var type to newListItem() parameter 2017-03-16 22:57:16 -04:00
cancelgroup.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
cancelsubscription.php A bunch of FormAction and ManagedAction synchronization 2015-03-08 20:41:42 +01:00
confirmaddress.php Refactor some ConfirmaddressAction stuff 2016-03-02 15:31:48 +01:00
conversation.php Conversation IDs (again) no longer based on Notice ID 2016-01-06 13:58:46 +01: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 Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
deletegroup.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
deletenotice.php Returnto the previous page when deleting a notice. 2016-02-08 15:30:28 +01:00
deleteuser.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
doc.php Bring back title to DocAction 2015-09-15 14:26:33 +02:00
editapplication.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
editgroup.php By default, don't allow nick changes for profiles 2015-02-04 21:25:14 +01:00
editpeopletag.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
emailsettings.php Move mail_confirm_address out of mail.php 2016-03-06 17:27:40 +01:00
featured.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
foaf.php Don't publish mbox_sha1sum in FOAF by default. 2016-02-19 00:10:05 +01:00
foafgroup.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
geocode.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
getfile.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
grantrole.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
groupblock.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
groupbyid.php Make Group actions ManagedAction so groupbyid works 2016-08-28 09:34:31 +02:00
grouplogo.php Now we can delete a group logo. 2016-01-21 08:10:35 +09:00
groupmembers.php parenthesis fail 2016-09-02 01:07:09 +02:00
groupqueue.php Add var type to newListItem() parameter 2017-03-16 22:57:16 -04:00
grouprss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
groups.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
groupsearch.php * add/update translator documentation. 2011-01-31 18:16:55 +01:00
groupunblock.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
imsettings.php Refactor some ConfirmaddressAction stuff 2016-03-02 15:31:48 +01:00
invite.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00: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 FormAction wants getInstructions to be protected 2015-03-10 21:46:33 +01:00
logout.php StartpageAction essentially duplicated TopAction 2015-07-09 23:01:50 +02:00
makeadmin.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
networkpublic.php Move some last OpenID stuff into the OpenID plugin (XRDS) 2015-06-04 01:08:03 +02:00
newapplication.php OAuth stuff adapted for FormAction 2015-07-17 01:07:19 +02:00
newgroup.php A bunch of FormAction and ManagedAction synchronization 2015-03-08 20:41:42 +01:00
newnotice.php throw exception instead of clientError 2016-03-09 14:17:55 +01:00
noticesearch.php Add var type to newListItem() parameter 2017-03-16 22:57:16 -04:00
noticesearchrss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
nudge.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
oauthappssettings.php OAuth stuff adapted for FormAction 2015-07-17 01:07:19 +02:00
oauthconnectionssettings.php OAuth stuff adapted for FormAction 2015-07-17 01:07:19 +02:00
oldschoolsettings.php oldschool settings adapted to FormAction 2015-07-17 01:18:28 +02:00
opensearch.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
otp.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
passwordsettings.php setPassword now runs validate too 2015-12-30 17:51:57 +01:00
pathsadminpanel.php Either use or don't use HTTPS 2016-02-10 00:57:39 +01:00
peoplesearch.php * update translator documentation. 2011-02-17 20:58:22 +01:00
peopletag.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
peopletagautocomplete.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
peopletagged.php Add var type to newListItem() parameter 2017-03-16 22:57:16 -04:00
peopletagsbyuser.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
peopletagsforuser.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
peopletagsubscribers.php Add var type to newListItem() parameter 2017-03-16 22:57:16 -04:00
peopletagsubscriptions.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
plugindisable.php * update/add translator documentation. 2011-03-11 17:07:27 +01:00
pluginenable.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
pluginsadminpanel.php Documentation about plugins 2015-06-14 11:59:46 -04:00
profilecompletion.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
profilesettings.php By default, disallow users to set private_stream 2016-02-17 22:58:31 +01:00
profiletagbyid.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
public.php TagCloud turned into plugin (performance issues on large installs) 2016-08-27 15:24:25 +02:00
publicrss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
recoverpassword.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
redirect.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
redirecturl.php Our URLs are permanent redirects, mind you! 2016-01-06 20:06:14 +01:00
register.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
removepeopletag.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
replies.php ShowstreamAction fixes so it's not as horrible 2015-07-10 12:34:06 +02:00
repliesrss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
restoreaccount.php Change "stream" to "timeline" for consistency. 2011-08-15 15:57:36 +02:00
revokerole.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
robotstxt.php RobotstxtAction migrated to ManagedAction 2015-07-07 19:45:01 +02:00
rsd.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
sandbox.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
selftag.php Matching inherited function definition 2016-03-27 15:01:08 +02:00
sessionsadminpanel.php Update translator documentation. 2011-03-24 11:48:53 +01:00
showapplication.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
showgroup.php Make Group actions ManagedAction so groupbyid works 2016-08-28 09:34:31 +02:00
shownotice.php Show notice feed URLs (and author) 2016-02-17 23:32:56 +01:00
showprofiletag.php ShowprofiletagAction now extends ShowstreamAction 2015-09-27 23:46:30 +02:00
showstream.php Give remote Atom URL for remote profile view 2017-04-09 12:13:53 +02:00
silence.php Silence action can only be used on non-priviliged users 2016-02-12 14:22:25 +01:00
siteadminpanel.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
sitenoticeadminpanel.php Site Notice: common_purify instead of HTMLPurifier 2016-06-01 03:54:28 +00:00
smssettings.php Refactor some ConfirmaddressAction stuff 2016-03-02 15:31:48 +01:00
subedit.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
subqueue.php Pending subscription requests now work as they should 2016-01-03 20:27:53 +01:00
subscribe.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
subscribepeopletag.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
subscribers.php More listitems and lists into separate files + stronger typing 2016-01-06 01:36:46 +01:00
subscriptions.php Separating classes into files and stronger typing 2016-01-06 01:30:12 +01:00
sup.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
tag.php Don't redirect to tag cloud on /tag URL 2016-08-27 15:06:12 +02:00
tagprofile.php Only serve tagprofile HTML if we aren't POSTing via ajax 2015-06-06 00:22:14 -04:00
tagrss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
top.php StartpageAction essentially duplicated TopAction 2015-07-09 23:01:50 +02:00
unblock.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
unsandbox.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
unsilence.php Silence action can only be used on non-priviliged users 2016-02-12 14:22:25 +01:00
unsubscribe.php Update handle() method on Action subclasses. 2016-06-01 02:26:44 +00:00
unsubscribepeopletag.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
urlsettings.php Urlsettings now adapted to FormAction 2015-07-17 15:16:45 +02:00
useradminpanel.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
userbyid.php Allow showing profiles with UserbyidAction (/user/:id) 2015-06-05 21:24:41 +02:00
usergroups.php Drop dead variable 2015-07-26 11:10:57 +02:00
userrss.php userrss action didn't call parent preparation method 2015-07-11 19:48:18 +02:00
version.php Initial move towards microformats2 2014-06-22 17:11:04 +02:00