* Initial work on reactions revamp and profile widgets
* Remove unneeded changes
* Remove unneeded change
* fix style
* Render emojis in reaction list StaffCP
* wip minecraft account profile widget, sticky widgets on profile page
* Add server name and IP to last seen
* remove
* rename to reaction score to match member list
* align reactions table contents center
* fix
* wip - nicer abstraction, widgets never query db, skin 3d viewer (undecided)
* wip - make reaction modals ajax, copy new reaction bar to profile posts
* wip reaction modals
* wip proper sorting
* wip modals
* wip get reaction submission working on profile wall posts
* add back helpful and creative default reactions
* reduce query amount on view topic
* remove debug statement
* wip
* wip
* simplify ProfileWidget pages
* Revert forum dropdown
* fix css syntax
* fix emoji title and alt being strange
* add back order input
* sort widgets by order in list
* fix settings link always showing
* phpdoc
* add widget name to exception
* insert default widget data if not found
* missing end if
* properly cache forum news per-group
* fix
* fix cache key, news permission check
* fix styling
* wip
* respect reaction ordering
* wip
* wip
* support custom reaction scores, update member list to properly calculate
* don't hardcode words
* wip
* allow multiple reactions
* redirect to post
* code style
* phpstan
* wip
* remove hardcoded terms + fix copy
* use npm for skinview3d
* create ReactionContext and refactor
* fix cache
* docblocks
* fix spelling
* pr amendments
* Support custom migration tables
* Allow specifying custom migrations directory
* PHP 7.4 fix
* Consistent parameters and add rollback function
* Update Phinx and fix migrations
* Tidy strtolower
* Phinx feature flags
* Make makeWhere function in DB class public
* Add new buildAssetPath function to URL class
---------
Co-authored-by: Robin Slot <robin+github@rkslot.nl>
* Add new queue system
* Amend creation of task from new
* Fix unused terms
* Prevent task returning error from running infinitely
* Run tasks in transactions
* Update gitignore and package-lock
* Use PDO helpers for transaction
* WIP convert forum post task
* Trigger forum post conversion during upgrade
* Fix task scheduling and increase forum posts converted to 50
* Rename ONE_OF to IN
* Remove code scheduled for removal in 2.1.0
* bring back the party function
* Use urlencode
* Remove `Queries.php` from backtrace check
---------
Co-authored-by: Tadhg Boyle <tadhgsmboyle@gmail.com>