mirror of
https://github.com/flarum/framework.git
synced 2025-03-10 20:31:24 +08:00

- Introduce the concept of "required permissions" - basically a permission dependency tree. In order for a group to be granted one permission, they must also have another. - Improve redraw performance by not building dropdown menu contents until dropdown is opened ref #904