This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 03, 2015
-
-
Cam Saul authored
-
Cam Saül authored
Unit tests for Session API. new-sql-date -> new-sql-timestamp
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
Tighter Authentication
-
Cam Saül authored
Card API Tests
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
``` POST /api/card GET /api/card/:id DELETE /api/card/:id GET /api/card/:id/favorite POST /api/card/:id/favorite DELETE /api/card/:id/favorite ```
-
Allen Gilliland authored
merging frontend changes from django app. this also includes a couple tweaks like replacing $cookies with ipCookie to make sure we stay compatible with our new auth system.
-
Cam Saül authored
-
Cam Saul authored
-
Allen Gilliland authored
we need to remove the session cookie right when we get a 401 response from the api and know the session is no longer valid.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
upgrade authentication check middleware to validate that session user `is_active = true` and session age is less than max-session-age
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
flushing out little things here and there on Org and OrgPerm endpoints.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Mar 02, 2015
-
-
Allen Gilliland authored
check for valid emails
-
Allen Gilliland authored
-
Allen Gilliland authored
when user is updating their email address, check it's a valid email format and that it's not already taken by another account.
-
Allen Gilliland authored
-
Cam Saul authored
-
Cam Saül authored
unit test for GET /api/meta/table/:id/fields
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saül authored
unit test for POST /api/meta/dataset
-
Allen Gilliland authored
Password Reset
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-