gnu-social/lib
Alexei Sorokin 9a515b9234 [SCHEMA] Improve timestamp storage
Avoid the use of deprecated MariaDB "zero dates" globally. If they're present
as attribute defaults somewhere, they will be replaced with NULL implicitly.
The existing "zero dates" in MariaDB storage will be left intact and this
should not present any issues.

The "timestamp" type in table definitions now corresponds to DATETIME in
MariaDB with "DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP", which
should be close enough to the original behaviour for compatibility purposes.
It is now the recommended type for "modified" attributes, because of the
update trigger on MariaDB. But there is no such trigger implemented on
PostgreSQL as of this moment.
2020-06-29 01:41:46 +03:00
..
action [XML] Inscrease types strictness 2020-06-21 00:34:54 +01: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 [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
exceptions [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
feeds [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
groups [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax 2019-09-11 10:12:49 +03:00
im [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
media [AVATAR] Temporary ImageFile wasn't 2020-06-21 00:34:27 +01:00
modules [NOTICES] Add data-nosnippet attribute for notices by remote profiles 2020-01-09 19:49:49 +00:00
notices [CORE][DATABASE] Another approach to semi-join in the inboxnoticestream query 2020-06-10 14:21:47 +03:00
portablecontacts [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00
profile [LIB_REFACTOR] Fix minor issues 2019-10-19 00:51:52 +01:00
queue [PLUGINS] Added UnQueue, a new default plugin which does all actions immediately 2019-09-05 01:39:00 +02:00
search [DATABASE] Re-introduce PostgreSQL support 2019-09-11 14:14:40 +03:00
ui [DATABASE] Some query improvements 2020-06-10 16:52:00 +03:00
util [MEDIA] Move AttachmentAction::sendFile to common_send_file 2020-06-27 23:23:10 +01:00