gnu-social/lib
Alexei Sorokin 8bc714a2b1 [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.
2020-08-10 10:55:59 +03:00
..
action Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
activitystreams [LIB_REFACTOR] Fix requires 2019-09-03 03:33:13 +01:00
admin [MODULES] Make disable in admin panel effective 2019-09-12 04:50:46 +01:00
api [XML] Inscrease types strictness 2020-06-21 00:34:54 +01:00
application [LIB_REFACTOR] Fix requires 2019-09-03 03:33:13 +01:00
cache [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
database [DATABASE][MariaDB] Always use LONGBLOB for "blob" 2020-08-10 10:55:59 +03:00
exceptions [EXCEPTIONS] Inherit the Previous Exception parameter 2020-08-06 20:03:44 +03:00
feeds Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
groups [DATABASE] Fix remaining misuses of SQL's GROUP BY 2020-08-10 19:29:04 +03:00
im [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
media [MEDIA] fromUrl now supports using original file name 2020-08-05 17:53:31 +01:00
modules Set HTTP status codes with http_​response_​code() 2020-08-04 14:12:17 +03:00
notices Revert "[CORE] Avoid the old "reply" relation in inboxnoticestream" 2020-08-10 17:23:57 +03:00
portablecontacts [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
profile [DATABASE] Check SQL boolean values with "IS TRUE" 2020-07-21 18:06:39 +03:00
queue [PLUGINS] Added UnQueue, a new default plugin which does all actions immediately 2019-09-05 01:39:00 +02:00
search [DATABASE][PostgreSQL] Add fulltext search support 2020-08-08 16:56:20 +03:00
ui [DATABASE] Fix remaining misuses of SQL's GROUP BY 2020-08-10 19:29:04 +03:00
util [DATABASE] Enable fulltext search by default 2020-08-08 18:08:06 +03:00