gnu-social/lib/util
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
..
arraywrapper.php
callableleftcurry.php
command.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
commandinterpreter.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
common.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
daemon.php [DAEMONS] Move resetDb to the Daemon class 2021-07-16 19:44:35 +01:00
default.php [DATABASE] Disable 'NULL' strings evaluation as SQL NULLs 2021-07-16 19:44:35 +01:00
deletetree.php
docfile.php
event.php
form.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
formaction.php
framework.php [CORE][AUTOLOAD] Fix class OAuthRequest not found 2021-07-16 19:44:34 +01:00
gnusocial.php [MODULES] Make disable in admin panel effective 2021-07-16 19:44:35 +01:00
htmloutputter.php
httpclient.php
infoaction.php
installer.php [DATABASE] Re-introduce PostgreSQL support 2021-07-16 19:44:35 +01:00
internalsessionhandler.php [DATABASE] Only use single quotation marks for SQL strings 2021-07-16 19:44:35 +01:00
iomanager.php
iomaster.php
language.php
location.php
mail.php [DATABASE] Introduce a bool type in schema 2021-07-16 19:44:35 +01:00
mailhandler.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
managedaction.php
oauthclient.php
parallelizingdaemon.php
ping.php
processmanager.php
redirectingaction.php
right.php
router.php
spawningdaemon.php [DAEMONS] Move resetDb to the Daemon class 2021-07-16 19:44:35 +01:00
taguri.php
themeuploader.php
urlmapper.php
util.php [CORE] Update common_user_uri 2021-07-16 19:44:35 +01:00
uuid.php
webcolor.php
xmloutputter.php
xmlstringer.php