1
0
Fork 0
friendica_2020-09-1_sharedH.../src
Hypolite Petovan 35d222f95d Move admin/federation to src/Module
- Add Module\Admin\Federation class
- Add missing abstract keyword in Module\BaseAdminModule
- Add route for admin/federation
- Remove admin_page_federation()  from mod/admin.php
2019-05-02 09:52:42 -04:00
..
App Move admin/federation to src/Module 2019-05-02 09:52:42 -04:00
Content
Core remove extraneous space 2019-04-21 12:45:50 +02:00
Database Adding basepath, urlpath, hostname and ssl_policy to installation 2019-04-14 14:23:06 +02:00
Factory Support for APCu caching 2019-04-21 12:45:19 +02:00
Model Move .well-known, webfinger, xrd to src/Module/ 2019-05-01 18:25:04 +02:00
Module Move admin/federation to src/Module 2019-05-02 09:52:42 -04:00
Network Create own base URL class which holds the whole base url business logic 2019-04-09 08:31:16 +02:00
Object Moving Model call outside Object Namespace 2019-04-05 07:53:54 +02:00
Protocol Preparation for switching the connect mechanism from DFRN to AP 2019-04-30 20:07:20 +02:00
Render
Util AP: Parsing of messages from Pleroma should work now again 2019-04-26 06:17:37 +00:00
Worker Remove failing require to non-existent file in Worker\CronJobs 2019-04-24 18:30:51 -04:00
App.php AP endpoints are added to the list of backend processes 2019-04-29 17:51:38 +02:00
BaseModule.php Update BaseModule::rawContent to add sample implementation 2019-04-14 08:57:55 -04:00
BaseObject.php Adding basepath, urlpath, hostname and ssl_policy to installation 2019-04-14 14:23:06 +02:00
LegacyModule.php