friendica/src
Hypolite Petovan d4bb5223a4 Use guid from shared post in Protocol\Diaspora::getReshareDetails
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1321194769
2022-11-20 13:01:37 -05:00
..
App Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator 2022-11-19 19:30:48 -05:00
Capabilities Fix App routing 2022-01-04 20:59:28 +01:00
Collection/Api Add missing copyright text 2022-01-02 10:49:50 +01:00
Console Legacy "include" fragments have been removed 2022-10-20 04:21:00 +00:00
Contact The quote functionality is simplified 2022-10-09 21:16:36 +00:00
Content Merge pull request #12221 from MrPetovan/bug/warnings 2022-11-20 08:21:06 +01:00
Core Reverted some changes that won't work with PHP7.3 2022-11-18 19:41:56 +01:00
Database Fix database connection with sockets 2022-11-19 19:15:43 -05:00
Factory Fix warning: Undefined array key "public" 2022-11-09 06:31:05 +00:00
Model Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator 2022-11-19 19:30:48 -05:00
Moderation Add new Moderation\Report domain classes 2022-11-14 12:22:52 -05:00
Module Merge pull request #12221 from MrPetovan/bug/warnings 2022-11-20 08:21:06 +01:00
Navigation Fix wrong user table field name in Repository\Notify 2022-11-15 09:03:43 -05:00
Network Fix various PHP 8 deprecations 2022-11-19 19:15:47 -05:00
Object Ensure IEMail::getMessage returns a string 2022-11-19 19:15:47 -05:00
Profile/ProfileField Another incompatible method declaration fixed + type-hints added 2022-06-17 17:18:31 +02:00
Protocol Use guid from shared post in Protocol\Diaspora::getReshareDetails 2022-11-20 13:01:37 -05:00
Render Fix various PHP 8 deprecations 2022-11-19 19:15:47 -05:00
Security Extend `IHandleUserSessions` from `IHandleSessions` and adapt classes 2022-10-23 20:41:17 +02:00
Util mail() requires additional headers to be separated by CRLF 2022-11-13 02:28:06 -05:00
Worker Fix various PHP 8 deprecations 2022-11-19 19:15:47 -05:00
App.php Centralize config.admin_email management in Model\User 2022-11-14 17:02:42 -05:00
BaseCollection.php Reverted some changes that won't work with PHP7.3 2022-11-18 19:41:56 +01:00
BaseDataTransferObject.php Update copyright 2022-01-02 08:27:47 +01:00
BaseEntity.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00
BaseFactory.php Update copyright 2022-01-02 08:27:47 +01:00
BaseModel.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00
BaseModule.php The user related functions moved to the session class 2022-10-17 21:11:00 +00:00
BaseRepository.php Update copyright 2022-01-02 08:27:47 +01:00
DI.php Extend `IHandleUserSessions` from `IHandleSessions` and adapt classes 2022-10-23 20:41:17 +02:00
LegacyModule.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00