friendica/src/Module
Hypolite Petovan 096dacf0fd Manually expand ACLs coming from non-permissionset tables
- Return early if parameter is empty in ACLFormatter->expand
- Address https://github.com/friendica/friendica/issues/10756#issuecomment-949049195
2021-10-21 18:56:43 -04:00
..
ActivityPub Rename method again 2021-10-18 23:32:46 +02:00
Admin Add new purge contact content option to admin contact blocklist 2021-10-16 19:29:38 -04:00
Api Rename setIgnore() to ignore() 2021-10-21 21:49:22 +02:00
Contact The media class moved 2021-10-02 19:31:27 +00:00
Conversation Remove most calls to date_default_timezone_* calls 2021-10-03 13:42:31 -04:00
DFRN Added missing app class (avoid fatal error) 2021-07-19 16:15:06 +00:00
Debug Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Diaspora Use the correct function is adviced ... 2021-09-03 04:20:32 +00:00
Events [frio] Fix event time display 2021-10-03 13:42:32 -04:00
Filer Completely removed argc/argv 2021-07-25 15:23:37 +00:00
HTTPException Update copyright 2021-03-29 08:40:20 +02:00
Item Simplify max_data parameter for Temporal::getDateTimeField 2021-09-15 15:56:44 -04:00
Notifications Rename setIgnore() to ignore() 2021-10-21 21:49:22 +02:00
OAuth Update src/Module/OAuth/Token.php 2021-06-16 22:19:26 +02:00
Profile Rename method again 2021-10-18 23:32:46 +02:00
Search Added missing "break" 2021-10-11 05:51:18 +00:00
Security "getUserId" is now "getLoggedInUserId" 2021-08-09 20:33:46 +00:00
Settings Fix: Use correct condition to update the avatar 2021-10-21 17:19:41 -04:00
Special Update copyright 2021-03-29 08:40:20 +02:00
Update The conversation functionality moved to a class 2021-09-23 21:18:36 +00:00
WellKnown Code Style: Replace "AS" with "as" 2021-10-03 10:34:41 +00:00
AccountManagementControlDocument.php Update copyright 2021-03-29 08:40:20 +02:00
Acctlink.php Update copyright 2021-03-29 08:40:20 +02:00
Apps.php Update copyright 2021-03-29 08:40:20 +02:00
Attach.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
BaseAdmin.php Extract Storage admin section to own page 2021-07-24 19:00:58 +02:00
BaseApi.php Get rid of App->user completely 2021-08-08 19:30:21 +00:00
BaseNotifications.php Move notify to the new paradigm 2021-10-02 18:15:42 -04:00
BaseProfile.php "Video" is replaced by a "Media" tab in contact and profile 2021-10-02 15:09:43 +00:00
BaseSearch.php Update copyright 2021-03-29 08:40:20 +02:00
BaseSettings.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
Bookmarklet.php The conversation functionality moved to a class 2021-09-23 21:18:36 +00:00
Contact.php Replace the legacy function 2021-10-11 04:33:10 +00:00
Credits.php Update copyright 2021-03-29 08:40:20 +02:00
Delegation.php Replace almost every Introduction places 2021-10-21 21:49:21 +02:00
Directory.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
Feed.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
FollowConfirm.php Delete the intro after confirming it ;-) 2021-10-21 22:18:32 +02:00
FriendSuggest.php Update copyright 2021-03-29 08:40:20 +02:00
Friendica.php Add Exception for empty User::getOwnerDataById(0 return case in Protocol\ActivityPub\Transmitter::getProfile() 2021-07-27 16:46:08 -04:00
Group.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
HCard.php Remove Profile::load from Module\HCard 2021-08-24 06:24:06 -04:00
Hashtag.php Update copyright 2021-03-29 08:40:20 +02:00
Help.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
Home.php "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
Install.php Update copyright 2021-03-29 08:40:20 +02:00
Invite.php "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
Magic.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Maintenance.php Update copyright 2021-03-29 08:40:20 +02:00
Manifest.php Update copyright 2021-03-29 08:40:20 +02:00
NoScrape.php Refactor User::getAvatarUrlForId into getAvatarUrl 2021-10-02 19:06:25 -04:00
NodeInfo110.php Update copyright 2021-03-29 08:40:20 +02:00
NodeInfo120.php Issue 10640: Use consistent settings to enable protocol support 2021-08-30 19:46:10 +00:00
NodeInfo210.php Issue 10640: Use consistent settings to enable protocol support 2021-08-30 19:46:10 +00:00
Oembed.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
OpenSearch.php Update copyright 2021-03-29 08:40:20 +02:00
Owa.php Update copyright 2021-03-29 08:40:20 +02:00
ParseUrl.php Update copyright 2021-03-29 08:40:20 +02:00
PermissionTooltip.php Manually expand ACLs coming from non-permissionset tables 2021-10-21 18:56:43 -04:00
Photo.php Update src/Module/Photo.php 2021-10-04 21:17:22 +02:00
Proxy.php Make the proxy functionality optional 2021-09-09 12:40:19 +00:00
PublicRSAKey.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
README.md fixing text 2019-05-01 20:17:15 +02:00
RandomProfile.php Update copyright 2021-03-29 08:40:20 +02:00
ReallySimpleDiscovery.php Update copyright 2021-03-29 08:40:20 +02:00
Register.php Replace "notification" call with new function, removing enotify.php 2021-10-19 19:45:36 +00:00
RemoteFollow.php Abort early if owner isn't found in Module\RemoteFollow 2021-08-17 09:38:35 -04:00
RobotsTxt.php Update copyright 2021-03-29 08:40:20 +02:00
Smilies.php Completely removed argc/argv 2021-07-25 15:23:37 +00:00
Statistics.php Update copyright 2021-03-29 08:40:20 +02:00
Theme.php Update copyright 2021-03-29 08:40:20 +02:00
ThemeDetails.php Update copyright 2021-03-29 08:40:20 +02:00
ToggleMobile.php Update copyright 2021-03-29 08:40:20 +02:00
Tos.php Update copyright 2021-03-29 08:40:20 +02:00
Welcome.php Update copyright 2021-03-29 08:40:20 +02:00
Xrd.php Refactor User::getAvatarUrlForId into getAvatarUrl 2021-10-02 19:06:25 -04:00

README.md

Friendica\Module

The Module namespace contains the different modules of Friendica. Each module is loaded through the App.

There are mainly two types of modules:

  • frontend modules to interact with users
  • backend modules to interact with machine requests

Frontend modules

This type of modules mainly needs a template, which are generally located at view/templates/.

A frontend module should extend the BaseModule, especially the content() method.

Backend modules

This type of modules mainly responds either with encoded XML or with JSON output. It isn't intended to respond with human readable text.

A frontend module should extend the BaseModule, especially the rawContent() method.

Routing

Every module needs to be accessed within a route. The routes are defined inside Router->collectRoutes().

Use the given routes as a pattern for further routes.

The routing library and further documentation can be found here.