storj/satellite/admin
Egon Elbre a4c554f2ed satellite/admin: support user query by email
This adds new endpoint /api/user/{user-email} which allows to get the
projects where the user is a member.

It also moves existing endpoint:

    /project/{projectid}/limit -> /api/project/{projectid}/limit

To avoid future conflicts for displaying pages.

Change-Id: I5efe3e1c8f79894c136f92ed815f635a34ba6f98
2020-04-06 18:32:25 +00:00
..
common.go satellite/admin: administrative endpoint 2020-02-12 12:12:50 +02:00
project_test.go satellite/admin: support user query by email 2020-04-06 18:32:25 +00:00
project.go satellite/admin: support user query by email 2020-04-06 18:32:25 +00:00
server_test.go satellite/admin: add project limit modification and authorization token 2020-02-17 07:56:16 +00:00
server.go satellite/admin: support user query by email 2020-04-06 18:32:25 +00:00