- Missing translation for the reason flag (#30).
- Created flags show user as "deleted" until a page refresh (#42)
No changes.
- Compatibility with Flarum v1.0.0.
- Improvements to performance by eager loading relations (#38)
- Incorrectly esolving the deprecated Symfony translator implementation instead of the contract
- Created and Deleting events (#35)
- Updated admin category from moderation to feature (#36)
- Moved locale files from translation pack to extension (#32)
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Flags cache was instantiated prematurely causing incorrect flags count (#31)
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead
- Larger flag modal, disallow users to flag their own posts, increase flag message size, allow comment on more reasons, disabled submit on other without comment (5292e6c)
- Guests visiting
api/flags
trigger an exception (d4680a0)
- Replace event subscribers (that resolve services too early) with listeners (2f3417b)
- Compatibility with Laravel 5.7 (bd00270)
- API serialization failed when posts for a discussion were not loaded and needed (9803914)
- Fix dropping foreign keys in
down
migrations (e17bd03)