friendica/src/Module
Philipp Holzer 8237e73e26 Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
..
Acctlink.php Split goaway to System::externalRedirectTo() and App->internalRedirect() 2018-10-22 22:13:35 +02:00
Apps.php reduce code 2019-03-22 22:28:13 -04:00
Attach.php Small fixes 2019-01-21 10:08:09 -05:00
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 Fix feed display in browser when using emojis 2018-12-16 22:58:43 -05:00
Feedtest.php removed debugging 2019-03-22 22:55:49 -04:00
Filer.php refactoring 2019-03-22 22:55:47 -04:00
Followers.php AP class will be split in processor, receiver and transmitter 2018-10-03 06:15:07 +00:00
Following.php AP class will be split in processor, receiver and transmitter 2018-10-03 06:15:07 +00:00
Group.php Merge /contactgroup module with Group module 2019-02-23 17:32:40 -05:00
Hashtag.php Remove include/ requires that are now done directly from Composer 2018-12-24 09:56:25 -05:00
Inbox.php Fix missing use statement in Module\Inbox 2019-01-23 21:22:39 -05:00
Install.php Only check once 2019-02-23 22:27:03 +00:00
Itemsource.php Improve /itemsource display 2019-02-23 17:32:10 -05:00
Login.php Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
Logout.php Replace deprecated Addon::callHooks with Hook::callAll 2019-01-21 09:50:56 -05:00
Magic.php Issue 6149: Making OWA (hopefully) compatible with Hubzilla 2019-01-08 11:17:05 +00:00
Objects.php Fetchting the original post at first, then the other way is dafer. 2019-01-26 12:09:38 +00:00
Oembed.php Remove/replace killme() with *exit() 2019-01-21 09:49:17 -05:00
Outbox.php Avoid a notice in HTTP signature check, preparation for authentication 2019-01-15 06:31:12 +00:00
Owa.php Issue 6149: Making OWA (hopefully) compatible with Hubzilla 2019-01-08 11:17:05 +00:00
Photo.php Enable remote authentication with HTTP Signatures 2019-03-19 06:44:51 +00:00
Profile.php Add missing EOF newline in Module\Profile 2019-01-30 11:11:23 -05: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 Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00

README.md

Friendica\Module

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

Rules for Modules: