gnu-social/lib
Alexei Sorokin 01093e3583 [DATABASE][MariaDB] Always use LONGBLOB for "blob"
"blob" is practically used with the expectation of unlimited length, which is
true with PostgreSQL's bytea, but not with MariaDB's BLOB, which is limited to
64KiB.
So instead use LONGBLOB, which has a maximum of 4GiB, effectively unlimited.
2021-07-16 19:44:40 +01:00
..
action Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
activitystreams [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
admin [MODULES] Make disable in admin panel effective 2021-07-16 19:44:35 +01:00
api [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
application [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
cache [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
database [DATABASE][MariaDB] Always use LONGBLOB for "blob" 2021-07-16 19:44:40 +01:00
exceptions [EXCEPTIONS] Inherit the Previous Exception parameter 2021-07-16 19:44:38 +01:00
feeds Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
groups [DATABASE] Fix remaining misuses of SQL's GROUP BY 2021-07-16 19:44:40 +01:00
im [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
media [MEDIA] fromUrl now supports using original file name 2021-07-16 19:44:38 +01:00
modules Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
notices Revert "[CORE] Avoid the old "reply" relation in inboxnoticestream" 2021-07-16 19:44:40 +01:00
portablecontacts [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
profile [DATABASE] Check SQL boolean values with "IS TRUE" 2021-07-16 19:44:37 +01:00
queue [PLUGINS] Added UnQueue, a new default plugin which does all actions immediately 2021-07-16 19:44:34 +01:00
search [DATABASE][PostgreSQL] Add fulltext search support 2021-07-16 19:44:40 +01:00
ui [DATABASE] Fix remaining misuses of SQL's GROUP BY 2021-07-16 19:44:40 +01:00
util [DATABASE] Enable fulltext search by default 2021-07-16 19:44:40 +01:00