This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 28, 2018
-
-
Ryan Senior authored
Change the Pulse API to accept a CardRef or HybridPulseCard
-
Ryan Senior authored
We should not be storing/update passwords for LDAP users
-
Ryan Senior authored
-
Ryan Senior authored
Previously when an LDAP-based account was first created, the password was encrypted and stored. Also the password was updated after each successful LDAP login. This commit no longer does that and just stores a randomly generated password (similar to what we do for Google auth). Fixes #7635
-
- Jun 27, 2018
- Jun 26, 2018
-
-
Cam Saul authored
-
- Jun 25, 2018
-
-
Tom Robinson authored
Multistage Dockerfile
-
Ryan Senior authored
Add missing LDAP special chars to escape function
-
- Jun 22, 2018
-
-
Tom Robinson authored
Fix virtualized list and drag and drop scroll issues
-
- Jun 21, 2018
-
-
Ryan Senior authored
The pulse GET responses include a PulseCard that isn't exactly a PulseCard. It includes some extra information from the underlying card useful for the FE to include in the display. When adding a card to an existing pulse that has one or more cards already, the PUT include a mixture of these HybridPulseCards (the existing cards for the pulse) and CardRefs (for newly added cards). This commit changes the schema to allow either and updates the tests accordingly. This also adds similar flexibility to the POST so that it is consistent with the PUT. Fixes #7789
-
- Jun 20, 2018
-
-
Tom Robinson authored
Enabled a few more lint rules
-
Ryan Senior authored
Add collection position reconcilliation to card/dashboard/pulse updates
-
Ryan Senior authored
Split `/collection/:id` and `/collection/:id/items` tests
-
Tom Robinson authored
-
Ryan Senior authored
Recently the `/collection/:id` endpoint was updated to only return collection metadata and separately (via the `/collection/:id/items` endpoint) return the children of the collection. This updates the test to follow that same split.
-
Ryan Senior authored
-
- Jun 19, 2018
-
-
Tom Robinson authored
Fix 'TypeError: _this2._input.focus is not a function' error
-
Tom Robinson authored
-
Ryan Senior authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Use CollectionMoveModal in query builder
-
Tom Robinson authored
-
Tom Robinson authored
Refactor LDAP/Email settings pages
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
Drag and drop collection actions + split up /api/collections/:id endpoint
-
Tom Robinson authored
Fix RecipientPicker not committing email address on input blur
-
Tom Robinson authored
Possible fix for "Cannot read property '_location' of null" CI errors
-
Simon Belak authored
X-rays: parse query filters on the FE
-
Simon Belak authored
Remove ComputationJob and ComputationJobResult models
-