Commit Graph

4 Commits

Author SHA1 Message Date
R. Tyler Croy c6ce54ee87
Add support for restricting access via grants
Fixes #4
2018-09-20 17:06:42 -07:00
R. Tyler Croy 4900aafca9
Missed an API compatibility issue between the bulk service and export controller 2018-09-20 15:42:11 -07:00
R. Tyler Croy 997fb0610e
Incorporate some basic access control based off of GitHub username
This ensures that only those in the `grants` table can access specific pages.

For now this only supports wildcard grants, `*`, but in the future I expect to
restrict queries based on the type of grants made to the given user.
2018-09-12 08:42:06 -07:00
R. Tyler Croy 5260c44037
Add support for exporting all of the events based on a type
This is certain to crush the node app for big queries, but we'll see what
happens
2018-09-11 16:02:02 -07:00