1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Module
2019-04-22 12:31:18 +02:00
..
Acctlink.php
Apps.php reduce code 2019-03-22 22:28:13 -04:00
Attach.php
Contact.php Remove unused code/use statements 2019-01-23 09:06:58 -05:00
Credits.php Moving mod/credits to src/Module/Credits 2019-03-22 22:55:46 -04:00
Feed.php
Feedtest.php removed debugging 2019-03-22 22:55:49 -04:00
Filer.php Change Module\Filer::content to rawContent to prevent full page to load in modal 2019-04-14 08:57:27 -04:00
Followers.php
Following.php
Group.php Merge /contactgroup module with Group module 2019-02-23 17:32:40 -05:00
Hashtag.php
Inbox.php Fix missing use statement in Module\Inbox 2019-01-23 21:22:39 -05:00
Install.php bugfix 2019-04-14 14:40:26 +02:00
Itemsource.php Add sample route for /itemsource 2019-04-03 23:36:37 -04:00
Localtime.php Move mod/localtime to src/Module/Localtime 2019-04-22 12:31:18 +02:00
Login.php Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
Logout.php
Magic.php
Objects.php Fetchting the original post at first, then the other way is dafer. 2019-01-26 12:09:38 +00:00
Oembed.php
Outbox.php
Owa.php
Photo.php Enable remote authentication with HTTP Signatures 2019-03-19 06:44:51 +00:00
Profile.php Move user tombstone activity data to ActivityPub\Transmitter 2019-04-04 07:38:40 -04:00
Proxy.php Use HTTP-Signature to authenticate when fetching photos. 2019-03-18 22:33:20 +00:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
Register.php Add Register module in src/ 2019-01-22 22:22:04 -05:00
Tos.php

Friendica\Module

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

Rules for Modules: