* refactor
* fix: bug in previous refactor
* chore: exclude phpcompat sniff due to bug in phpcompat
* fix: do not leak absolute paths
* refactor/fix: batch extensions checking, fix DOS issue
* docs: Do not use constant names when referring to config options
The options are customizable using a config file and no longer hardcoded in index.php since 8ac8e08abf
* Do not use constants for configuration
Since <8ac8e08abf>, they are just set to the configuration object values.
* Use ActivityPub outbox for Mastodon (et al.) feed
closes#2754
* Better description for Mastodon bridge
I mean I could rename it to ActivityPub bridge if the maintainer so pleases
* [Mastodon] Please the lint
* [Mastodon] address feedback
* [Mastodon] fix link, address spelling case bug
* refactor
* [Mastodon] add username cache, fix try-catch, rename
* [Mastodon] shorten description to satisfy the lint
* [Mastodon] address feedback
* [Mastodon] support Secure Mode instances
* [Mastodon] add config documentation
* [Mastodon] update docs
Co-authored-by: Dag <me@dvikan.no>
* docs: update composer support links
* docs: update link from wiki to docs for github issue template
* docs: update link pointing to wiki to point to new documentation
* docs: replace wiki links by documentation links in README and
CONTRIBUTING files
* New Bridge for Twitter using v2 API
* Top comment block, tweaks to match contributing guide
* [TwitterV2Bridge] new Bridge (sort of)
* Discovered the point of, and re-added, no image scaling option
* Fix the phpcs sniff violations (I hope)
* More linter fixes, I figured out how to use phpcs locally
* Removed unnecessary custom version of getContents function
* Limit query to 100 tweets, valid example query, improved error handling
* Added config doc (correctly, I hope) with link from DESCRIPTION
* little tweak to doc