friendica/src
Roland Häder 4bdce6948f
Changed:
- $publicContact['about'] can be NULL, causing following error:
--------------------------
Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of
the type string, null given, called in /.../src/Object/Api/Twitter/User.php
--------------------------
The "expensive" code there can be avoided being called by an empty string or
NULL to increase performance.
2022-06-26 23:28:48 +02:00
..
App Move documentation :-) 2022-06-23 23:23:36 +02: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 Changes: 2022-06-20 02:48:05 +02:00
Contact Update default value for LocalRelationship->priority to avoid null values 2022-06-25 05:06:22 -04:00
Content Merge pull request #11689 from Quix0r/rewrites/double-quotes-single 2022-06-25 12:02:01 -04:00
Core Convert potential spaces in Memcache(d) key names 2022-06-26 07:30:30 -04:00
Database Made @TODO more clear? 2022-06-25 17:58:27 +02:00
Factory Changes: 2022-06-20 21:22:46 +02:00
Model Merge pull request #11684 from MrPetovan/bug/11651-ap-fetch-queue 2022-06-26 13:36:19 +02:00
Module Merge pull request #11684 from MrPetovan/bug/11651-ap-fetch-queue 2022-06-26 13:36:19 +02:00
Navigation/Notifications Reformatted code 2022-06-23 17:30:17 +02:00
Network Changes: 2022-06-23 17:30:15 +02:00
Object Changed: 2022-06-26 23:28:48 +02:00
Profile/ProfileField Another incompatible method declaration fixed + type-hints added 2022-06-17 17:18:31 +02:00
Protocol Merge pull request #11684 from MrPetovan/bug/11651-ap-fetch-queue 2022-06-26 13:36:19 +02:00
Render So simple ... Ops! 2022-06-23 04:58:45 +02:00
Security Improve 2 factor usage 2022-06-25 23:04:00 +02:00
Util Changes: 2022-06-25 16:48:37 +02:00
Worker Changes: 2022-06-25 16:48:36 +02:00
App.php Changes: 2022-06-25 16:48:35 +02:00
BaseCollection.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02: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 Changes: 2022-06-22 16:14:14 +02:00
BaseRepository.php Update copyright 2022-01-02 08:27:47 +01:00
DI.php API: We can now display polls 2022-04-22 19:24:22 +00:00
LegacyModule.php Added more type-hints and documented a few methods 2022-06-17 17:18:31 +02:00