gnu-social/actions
Alexei Sorokin d26aac77b3 [DATABASE] Always quote identifiers
The code used to operate under the assumption that MariaDB doesn't support
quoting identifiers. Not only is that not exactly true, but MariaDB has
reserved keywords that cannot be used as table or column names unquoted.
2021-07-16 19:44:35 +01:00
..
accessadminpanel.php Let an administrator set config public/localonly 2015-01-29 21:07:23 +01:00
addpeopletag.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01: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 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 2019-05-07 15:57:19 +01: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 [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01: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 [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01: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 [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +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 Fix broken user activitystreams feed due to deleted notices 2019-05-06 23:27:38 +01: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 [CORE] Added documentation and fixed typo in attachments action 2019-08-03 17:31:44 +01:00
attachment_download.php [CORE] Added documentation and fixed typo in attachments action 2019-08-03 17:31:44 +01:00
attachment_thumbnail.php [CORE] Added documentation and fixed typo in attachments action 2019-08-03 17:31:44 +01:00
attachment_view.php [CORE] Added documentation and fixed typo in attachments action 2019-08-03 17:31:44 +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 [CORE] Fix wrong Profile_list schema and set created in user_im_prefs properly - by XRevan86 2019-07-24 22:28:06 +01:00
conversation.php Extend Action with redirect after login logic, update some actions to use it 2019-06-07 15:02:07 +01:00
deleteaccount.php Various obvious bug fixes and better PHP 7 support 2019-04-26 00:34:17 +01: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 [CORE] Fix notice delete-form 2019-08-03 17:47:23 +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 Make group edit and logo great again by XRevan86 2019-04-27 17:39:42 +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 [DATABASE] Always quote identifiers 2021-07-16 19:44:35 +01: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
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 Make group edit and logo great again by XRevan86 2019-04-27 17:39:42 +01:00
groupmembers.php Group Members page: Fix typo in groupmembers.php 2018-08-12 18:32:16 -04:00
groupqueue.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
grouprss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
groups.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
groupsearch.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +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 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 2019-05-07 15:57:19 +01: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 Show what you're replying to in the web interface 2017-04-30 10:37:21 +02:00
noticesearch.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
noticesearchrss.php Introducing TargetedRss10Action for simplifying RSS 1.0 2015-07-10 00:28:36 +02:00
nudge.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01: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 Undefined user in passwordsettings by XRevan86 2019-04-27 15:15:11 +01:00
pathsadminpanel.php Either use or don't use HTTPS 2016-02-10 00:57:39 +01:00
peoplesearch.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
peopletag.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
peopletagautocomplete.php Update prepare() method on Action subclasses. 2016-06-01 02:26:44 +00:00
peopletagged.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
peopletagsbyuser.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
peopletagsforuser.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
peopletagsubscribers.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
peopletagsubscriptions.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
plugindelete.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
plugindisable.php [PLUGIN API] Bug fixes and improvements 2021-07-16 19:44:33 +01:00
pluginenable.php [MODULES] Allow to upload third party plugins 2021-07-16 19:44:34 +01:00
plugininstall.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
pluginsadminpanel.php [MODULES] Allow to upload third party plugins 2021-07-16 19:44:34 +01:00
profilecompletion.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01: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 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 2019-05-07 15:57:19 +01: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 [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01: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 Various obvious bug fixes and better PHP 7 support 2019-04-26 00:34:17 +01: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 Various obvious bug fixes and better PHP 7 support 2019-04-26 00:34:17 +01: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 [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
showprofiletag.php [CORE][ROUTER] Fix wrong parameter in all/:tag by XRevan86 2019-07-01 22:40:21 +01:00
showstream.php Another solution to merge request !146 2017-07-11 21:16:30 +02:00
silence.php Silence action can only be used on non-priviliged users 2016-02-12 14:22:25 +01:00
siteadminpanel.php [OverwriteThemeBackground] This new plugin will let the admin set a custom background theme independent 2021-07-16 19:44:34 +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 [CORE] Fix subscriptions and subscribers list (related to 44653d339d) 2019-06-24 14:06:43 +01:00
subscriptions.php [CORE] Fix subscriptions and subscribers list (related to 44653d339d) 2019-06-24 14:06:43 +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 [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
userrss.php userrss action didn't call parent preparation method 2015-07-11 19:48:18 +02:00
version.php [MODULES] List all available plugins and allow enabling them via UI 2021-07-16 19:44:34 +01:00