1
0
mirror of https://github.com/flarum/core.git synced 2025-07-09 11:03:06 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
a9470b463f Make two more tests compatible with PHPUnit 8 2020-05-07 09:18:04 +02:00
6e8884f190 Implement hidden permission groups (#2129)
Only users that have the new `viewHiddenGroups` permissions will be able to see these groups.

You might want this when you want to give certain users special permissions, but don't want to make your authorization scheme public to regular users.

Co-authored-by: luceos <daniel+github@klabbers.email>
2020-04-21 17:49:53 +02:00
e3f1e69748 Convert more controller tests to request tests 2020-03-27 13:21:10 +01:00