Allow Features to disable web API resources

Review Request #8470 — Created Oct. 17, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
bb2dddd...

Reviewers

Review Board web API resources now have a required_features attribute
which indicates which features must be enabled for the feature to be
available. If any of the listed features are disabled, the resource will
return a 403 Forbidden error for any of the resource's methods. When all
features are enabled, the resource will behave as normal.

Ran unit tests.

    Loading...