Maiyannah Bishop cd3a9ec6a9 [API] Security hotfix for source, picked from postActive 7 år sedan
..
accessadminpanel.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
addpeopletag.php 81711a18d9 [LIB_REFACTOR] Fix minor issues 2 år sedan
all.php a32bfe7d87 TagCloud turned into plugin (performance issues on large installs) 7 år sedan
allrss.php 63c087a255 Consistent behaviour for ScopingNoticeStream $scoped 8 år sedan
apiaccountratelimitstatus.php 1536d3ef29 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 5 år sedan
apiaccountregister.php a6898b033d Fullname and location are now text, not varchar, and can be >191|255 8 år sedan
apiaccountupdatebackgroundcolor.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apiaccountupdatedeliverydevice.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apiaccountupdatelinkcolor.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apiaccountupdateprofile.php e06553b15b Suggested edits by hannes2peer 8 år sedan
apiaccountupdateprofileimage.php fcba540a14 Removed legacy OMB. Use OStatus for remote profiles. 10 år sedan
apiaccountverifycredentials.php fac9f4e545 Merge branch 'nightly' of gitorious.org:social/mainline into nightly 9 år sedan
apiatomservice.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apiattachment.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apiblockcreate.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apiblockdestroy.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apicheckhub.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apichecknickname.php ce9d18c29d Only check if a nickname exists if site is non-private 9 år sedan
apiconversation.php d76d37340a Function declarations not matching their parents 9 år sedan
apiexternalprofileshow.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apifriendshipscreate.php ec4e432d55 Subscription::ensureStart skips AlreadyFulfilledException 9 år sedan
apifriendshipsdestroy.php 75f35bcfe7 apiauth action with ->user changed to ->scoped 9 år sedan
apifriendshipsexists.php 282f4d6a89 Various $this->scoped fixes and protected prepare/handle in API actions 9 år sedan
apifriendshipsshow.php 282f4d6a89 Various $this->scoped fixes and protected prepare/handle in API actions 9 år sedan
apignusocialconfig.php 29d0871e5a Making many of the API actions more consistent with coding style 10 år sedan
apignusocialversion.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION 10 år sedan
apigroupadmins.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apigroupcreate.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apigroupismember.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apigroupjoin.php fc047bd6e6 Minor code cleanup with group related actions (thanks brw12) 10 år sedan
apigroupleave.php 33beb83e86 Variable name updates in apigroupleave.php 9 år sedan
apigrouplist.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apigrouplistall.php a0f72fe5c6 Avoid ordering just by a timestamp 2 år sedan
apigroupmembership.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apigroupprofileupdate.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
apigroupshow.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apihelptest.php 5ccf3ed714 function declaration to match parent 8 år sedan
apilist.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apilistmember.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apilistmembers.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
apilistmemberships.php 3d66d960a1 Require Profile for Profile->getOtherTags 8 år sedan
apilists.php 792b62874e Require Profile for Profile->getLists 8 år sedan
apilistsubscriber.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apilistsubscribers.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
apilistsubscriptions.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apimediaupload.php 7fa4d56f05 Implement a class for automatic temporary file handling 2 år sedan
apioauthaccesstoken.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
apioauthauthorize.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apioauthpin.php cc34bb48c7 OAuth related syntax fixes, nothing big 10 år sedan
apioauthrequesttoken.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apisearchatom.php 59b93b23e2 Split up source and source_link. Never trust HTML! 7 år sedan
apisearchjson.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apistatusesdestroy.php 2696e13b19 Refactoring ApiStatusesDestroyAction 8 år sedan
apistatusesshow.php 1667d727b4 Set HTTP status codes with http_​response_​code() 2 år sedan
apistatusesupdate.php cd3a9ec6a9 [API] Security hotfix for source, picked from postActive 2 år sedan
apisubscriptions.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apitimelinefriends.php 11c57e7aee Remove Google References 8 år sedan
apitimelinegroup.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apitimelinehome.php 0bc7d9c6c6 We sent a User object instead of Profile to InboxNoticeStream (thanks postblue) 10 år sedan
apitimelinelist.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
apitimelinementions.php 4ab56f34dd Previous edit made translation notes incompatible 10 år sedan
apitimelinenetworkpublic.php 95751331de Network wide public feed auth check fix 9 år sedan
apitimelinepublic.php 4c14794cae ApiTimelineNetworkPublicAction available now 9 år sedan
apitimelinetag.php 43cec8eaac API actions are not ManagedAction yet 8 år sedan
apitimelineuser.php 1667d727b4 Set HTTP status codes with http_​response_​code() 2 år sedan
apitrends.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
apiuserfollowers.php 29d0871e5a Making many of the API actions more consistent with coding style 10 år sedan
apiuserfriends.php 29d0871e5a Making many of the API actions more consistent with coding style 10 år sedan
apiuserprofileimage.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
apiusershow.php f8b49e69d0 Protected function prepare with array $args defaulting to array() 10 år sedan
approvegroup.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
approvesub.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
atompubmembershipfeed.php c7df5594d0 Simplified by adding an abstract AtompubAction 9 år sedan
atompubshowmembership.php bc51c6b64f Those variables were set for a reason 9 år sedan
atompubshowsubscription.php bc51c6b64f Those variables were set for a reason 9 år sedan
atompubsubscriptionfeed.php ec4e432d55 Subscription::ensureStart skips AlreadyFulfilledException 9 år sedan
attachment.php 5077b65d71 [Media] Fix several issues 2 år sedan
attachment_download.php 5077b65d71 [Media] Fix several issues 2 år sedan
attachment_thumbnail.php 422b82d3be [MEDIA] Allow thumbnail only entries 2 år sedan
attachment_view.php 5077b65d71 [Media] Fix several issues 2 år sedan
avatar.php f93d8694c3 [AVATAR] Ensure this Action stays secure 2 år sedan
avatarbynickname.php f46d675a20 GNU social is with a minor s. 10 år sedan
avatarsettings.php 02055dee49 [AVATAR] Temporary ImageFile wasn't 2 år sedan
backupaccount.php 4ef05e35b8 backupaccount: Don't print page HTML in XML export 7 år sedan
block.php 50dd216f44 [BLOCK] Increase type strictness 2 år sedan
blockedfromgroup.php dc7c64592b Add var type to newListItem() parameter 7 år sedan
cancelgroup.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
cancelsubscription.php 1ea876296d A bunch of FormAction and ManagedAction synchronization 9 år sedan
confirmaddress.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
conversation.php 43df2d201c Extend Action with redirect after login logic, update some actions to use it 4 år sedan
deleteaccount.php 7967db6ff5 Various obvious bug fixes and better PHP 7 support 5 år sedan
deleteapplication.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
deletegroup.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
deletenotice.php 0b58465fb9 [CORE] Fix notice delete-form 4 år sedan
deleteuser.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
doc.php 0bd0c65b87 Bring back title to DocAction 8 år sedan
editapplication.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
editgroup.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
editpeopletag.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
emailsettings.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
featured.php d26aac77b3 [DATABASE] Always quote identifiers 2 år sedan
foaf.php 434f07430d [DATABASE] Use "<>" as an SQL non-equality sign in more cases 2 år sedan
foafgroup.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
geocode.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
grantrole.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
groupblock.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
groupbyid.php af6a3aa456 Make Group actions ManagedAction so groupbyid works 7 år sedan
grouplogo.php d75b5d2f4a Make group edit and logo great again by XRevan86 5 år sedan
groupmembers.php aa2f09fa3c [UI] Fix group member pages showing up twice 2 år sedan
groupqueue.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
grouprss.php e46b2803a7 Introducing TargetedRss10Action for simplifying RSS 1.0 8 år sedan
groups.php a0f72fe5c6 Avoid ordering just by a timestamp 2 år sedan
groupsearch.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
groupunblock.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
imsettings.php 9efbef720d Avoid use of assignments bare inside statements 2 år sedan
invite.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
joingroup.php 418b3c3c53 Some files got updated coding style 10 år sedan
leavegroup.php 418b3c3c53 Some files got updated coding style 10 år sedan
licenseadminpanel.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
login.php 0a2c51510c FormAction wants getInstructions to be protected 9 år sedan
logout.php 06f60b57c1 StartpageAction essentially duplicated TopAction 8 år sedan
makeadmin.php 3f17a0efea [DATABASE] Introduce a bool type in schema 2 år sedan
networkpublic.php 1536d3ef29 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 5 år sedan
newapplication.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
newgroup.php 1ea876296d A bunch of FormAction and ManagedAction synchronization 9 år sedan
newnotice.php 5077b65d71 [Media] Fix several issues 2 år sedan
noticesearch.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
noticesearchrss.php e46b2803a7 Introducing TargetedRss10Action for simplifying RSS 1.0 8 år sedan
nudge.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
oauthappssettings.php a0f72fe5c6 Avoid ordering just by a timestamp 2 år sedan
oauthconnectionssettings.php a6e299a2fc OAuth stuff adapted for FormAction 8 år sedan
oldschoolsettings.php 47ef917f62 oldschool settings adapted to FormAction 8 år sedan
opensearch.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
otp.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
passwordsettings.php f6dbf66983 Undefined user in passwordsettings by XRevan86 5 år sedan
pathsadminpanel.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
peoplesearch.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
peopletag.php a0f72fe5c6 Avoid ordering just by a timestamp 2 år sedan
peopletagautocomplete.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
peopletagged.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
peopletagsbyuser.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
peopletagsforuser.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
peopletagsubscribers.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
peopletagsubscriptions.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
plugindelete.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
plugindisable.php ee405df000 [MODULES] Make disable in admin panel effective 2 år sedan
pluginenable.php 0d7c0069f2 [MODULES] Allow to upload third party plugins 2 år sedan
plugininstall.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
pluginsadminpanel.php 0d7c0069f2 [MODULES] Allow to upload third party plugins 2 år sedan
profilecompletion.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
profilesettings.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
profiletagbyid.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
public.php 1536d3ef29 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes 5 år sedan
publicrss.php e46b2803a7 Introducing TargetedRss10Action for simplifying RSS 1.0 8 år sedan
recoverpassword.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
redirect.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
redirecturl.php 8bbbb890e3 [Media] Fix issues with database file storage 2 år sedan
register.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
removepeopletag.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
replies.php 50c297bcbe ShowstreamAction fixes so it's not as horrible 8 år sedan
repliesrss.php e46b2803a7 Introducing TargetedRss10Action for simplifying RSS 1.0 8 år sedan
restoreaccount.php 7967db6ff5 Various obvious bug fixes and better PHP 7 support 5 år sedan
revokerole.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
robotstxt.php 6919dda958 RobotstxtAction migrated to ManagedAction 8 år sedan
rsd.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
sandbox.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
selftag.php a0f72fe5c6 Avoid ordering just by a timestamp 2 år sedan
sessionsadminpanel.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
showapplication.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
showgroup.php af6a3aa456 Make Group actions ManagedAction so groupbyid works 7 år sedan
shownotice.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
showprofiletag.php 0a4eeb89da [CORE][ROUTER] Fix wrong parameter in all/:tag by XRevan86 4 år sedan
showstream.php 7c727e2969 [SHOWSTREAM] Add "noindex" robots meta-tag for silenced profiles 2 år sedan
silence.php e5ad98e601 Silence action can only be used on non-priviliged users 8 år sedan
siteadminpanel.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
sitenoticeadminpanel.php e98d5d0c0c Site Notice: common_purify instead of HTMLPurifier 8 år sedan
smssettings.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
subedit.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
subqueue.php c19964094b Pending subscription requests now work as they should 8 år sedan
subscribe.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
subscribepeopletag.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
subscribers.php 83a05724b8 [CORE] Fix subscriptions and subscribers list (related to 44653d339d) 4 år sedan
subscriptions.php 83a05724b8 [CORE] Fix subscriptions and subscribers list (related to 44653d339d) 4 år sedan
sup.php d01f44ee99 [DATABASE] Some query improvements 2 år sedan
tag.php 5a008c3738 Don't redirect to tag cloud on /tag URL 7 år sedan
tagprofile.php 47c83f4c49 Only serve tagprofile HTML if we aren't POSTing via ajax 9 år sedan
tagrss.php e46b2803a7 Introducing TargetedRss10Action for simplifying RSS 1.0 8 år sedan
top.php 06f60b57c1 StartpageAction essentially duplicated TopAction 8 år sedan
unblock.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
unsandbox.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
unsilence.php e5ad98e601 Silence action can only be used on non-priviliged users 8 år sedan
unsubscribe.php ba2975aac8 Update handle() method on Action subclasses. 8 år sedan
unsubscribepeopletag.php 9de79f0a36 Update prepare() method on Action subclasses. 8 år sedan
urlsettings.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
useradminpanel.php 9ac632ca2d [DATABASE] Start transactions with START TRANSACTION 2 år sedan
userbyid.php 684a1a4143 [FORMAT] Ran php-cs-fixer on the handlers of notice items and streams 2 år sedan
usergroups.php ab3e8ce21d [LIB_REFACTOR] Fix requires 2 år sedan
userrss.php e868ac41cd userrss action didn't call parent preparation method 8 år sedan
version.php ca22279797 [MODULES] List all available plugins and allow enabling them via UI 2 år sedan