Skip to content

require_staff

Stuart Fisher requested to merge resource_require_staff into master

resources can now @require_staff to ensure only staff members can use the resource, 405s are now jsonified

  • schemas are filtered based on require_staff
  • [breaking] /schema/all is now schema to be consistent with rest guidelines
  • [breaking] /schema now requires a token so it can filter on user
  • requires_staff -> require_staff for hardware objects and layouts to be consistent with other @require decorators
Edited by Stuart Fisher

Merge request reports