gnu-social/modules
Alexei Sorokin 11ebb98919 [DATABASE] Fix use of ORDER BY with DISTINCT
statuses/retweets_of_me has performance fixed, so it is also stripped of its
"bad query" status.
2020-08-27 11:15:39 +03:00
..
Activity [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
ActivityModeration [MODULES] Fix VERSION constant to MODULE_VERSION in various modules 2019-10-30 23:52:14 +00:00
ActivityVerb [MODULES] Fix VERSION constant to MODULE_VERSION in various modules 2019-10-30 23:52:14 +00:00
ActivityVerbPost [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
AuthCrypt [AuthCrypt] Password storage and comparison improvements 2020-07-25 20:16:21 +03:00
Favorite [Favorite] Fix "Properly trigger DisfavorNotice on profile deletion" 2020-08-04 13:23:31 +03:00
HTMLPurifierSchemes [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
Share [DATABASE] Fix use of ORDER BY with DISTINCT 2020-08-27 11:15:39 +03:00
TheFreeNetwork [TheFreeNetwork] Do not allow lower priority protocols to handle remote actors already handled by the higher ones 2020-08-27 01:32:15 +01:00
README.md [CORE] Move core plugins to a new modules directory 2019-08-22 03:13:58 +01:00

README.md

GNU social modules are like plugins but cannot be disabled. Having "mandatory plugins" allows to aggregate together, more logically, some of the core functionality, which makes it easier to find where a particular component was defined.