kinto-admin icon indicating copy to clipboard operation
kinto-admin copied to clipboard

Kinto Web Administration Console

Results 113 kinto-admin issues
Sort by recently updated
recently updated
newest added

``` 24Refused to load the font '' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'font-src' was not explicitly set, so 'default-src' is used as...

Add support for using GitLab as OpenID Connect identity provider. https://docs.gitlab.com/ee/integration/openid_connect_provider.html

User Bob visits the kinto-admin website to login, he gets presented with a few authentication options such as "Anonymous", "Basic auth" and "OpenID Connect". Bob gets confused, Bob have no...

enhancement
easy-pick
stale

When submitting a record creation form, I accidentally submitted the form twice, and two records were created. This should never happen. Submission should be disabled if an action is already...

bug
ux

The copy authentication header button is visible even when using anonymous authentication in which case there is nothing to copy.

bug
easy-pick
ux
stale

- Sign in - Go to the collection - Create a record - Remote it from the collection record list ![showcase](https://user-images.githubusercontent.com/229453/66117628-48948b00-e5d5-11e9-8188-927cb21c540f.gif)

bug

https://github.com/nodejs/node/commit/3e0709cf5e landed in Node v10.8.1. We pin to Node v10 but not with any more specificity than that. This broke a test. The fix is easy but it raises the...

question

- The collections list sidebar and the main collection data kept spinning, and there was an exception in the logs - it seemed like anytime I tried to look at...

bug

When editing an existing record, we get the following errors: ``` ['schema'] is an invalid additional property ['id'] is an invalid additional property ['last_modified'] is an invalid additional property ```...

bug

While trying to find a way to edit multiple records in batch, I've tried to open the edition form in as-many separate tabs as records I wanted to edit. But...

bug
easy-pick