- 16 Jul, 2020 1 commit
-
-
Dan Staples authored
-
- 25 Jun, 2020 7 commits
-
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
If we're going to make this many calls repeatedly, it better be optimized.
-
amazon-meaisiah authored
-
- 22 Jun, 2020 8 commits
-
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
When starting from scratch, if you go to the admin panel, set the first API to display, and switch back to the APIs page, it's now out of date with what's server-side.
-
amazon-meaisiah authored
Swagger UI doesn't offer any facilities to clean up after itself, so we have to tolerate it.
-
amazon-meaisiah authored
This could be necessary in the future, so I want to lay the groundwork now. Also, it's a potentially common need in development.
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
- 19 Jun, 2020 2 commits
-
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
- 18 Jun, 2020 2 commits
-
-
amazon-meaisiah authored
`git checkout` removes all the files already tracked by Git, but it doesn't remove untracked files. That's what this change fixes.
-
amazon-meaisiah authored
-
- 17 Jun, 2020 1 commit
-
-
amazon-meaisiah authored
This gets the tests passing again. Also, make the handler strict mode.
-
- 12 Jun, 2020 3 commits
-
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
Prevent exposing the existence of users from the login page
-
- 11 Jun, 2020 3 commits
-
-
amazon-meaisiah authored
-
amazon-meaisiah authored
Revert a breaking change to user pools, retain them post-deletion
-
amazon-meaisiah authored
Instead of changing the schema, I'm enforcing it in the lambda, to avoid Cognito's limitation of not being able to modify existing attributes on user pools.
-
- 10 Jun, 2020 1 commit
-
-
amazon-meaisiah authored
It's been broken for a while, so it's pretty useless to try to keep around.
-
- 09 Jun, 2020 3 commits
-
-
Than Hutchins authored
- display if users are admins in the registered table - disable the promote button for existing admins - indicate in the table which user you are - disable the delete button if you're trying to delete yourself - add BIG RED warning indicator to the modal if you're deleting an admin
-
amazon-meaisiah authored
Offer a workaround in case an API has a usage plan added after it's displayed
-
amazon-meaisiah authored
-
- 08 Jun, 2020 9 commits
-
-
Than Hutchins authored
-
Than Hutchins authored
-
Than Hutchins authored
-
Than Hutchins authored
- also rename unused `cognitoUser` to `user` - clarified some of the auth functions use and when they happen
-
Than Hutchins authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
-
amazon-meaisiah authored
Fix admin promotion to actually be idempotent
-