gnu-social/plugins/OStatus/classes
Alexei Sorokin eab5725698 [DATABASE] Disable 'NULL' strings evaluation as SQL NULLs
Use $object->sqlValue('NULL') (identical to DataObject_Cast'ing) instead and
fix related issues like (email|sms)settings considering these NULLs as a
false positive for the E-Mail address still being set when it's been removed.

There could also be security implications to the now-disabled approach of
considering 'NULL' strings as SQL NULLs.
2021-07-16 19:44:35 +01:00
..
FeedSub.php [DATABASE] Disable 'NULL' strings evaluation as SQL NULLs 2021-07-16 19:44:35 +01:00
HubSub.php [DATABASE] Various table schema related fixes 2021-07-16 19:44:35 +01:00
Magicsig.php [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +01:00
Ostatus_profile.php [OStatus] Add script for profile deduplication and URI fixing 2021-07-16 19:44:35 +01:00