-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Realm JS and Realm Web types #2950
Commits on Jul 8, 2020
-
Updating package locks from release
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for e99f4fb - Browse repository at this point
Copy the full SHA e99f4fbView commit details -
Merging types and adjusting configs
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 9cfbf1c - Browse repository at this point
Copy the full SHA 9cfbf1cView commit details -
Kræn Hansen committed
Jul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for d1a6271 - Browse repository at this point
Copy the full SHA d1a6271View commit details -
Merged the auth provider types
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for d50dfeb - Browse repository at this point
Copy the full SHA d50dfebView commit details -
Fixing the functions factory types
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 6fb981b - Browse repository at this point
Copy the full SHA 6fb981bView commit details -
Fixed integration tests based on updated types
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 62337cf - Browse repository at this point
Copy the full SHA 62337cfView commit details -
Made options optional when using the HTTP service
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 384a36a - Browse repository at this point
Copy the full SHA 384a36aView commit details -
Updated types related to auth providers
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 093ba49 - Browse repository at this point
Copy the full SHA 093ba49View commit details -
Delete the commented App class declaration
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for dedd8f6 - Browse repository at this point
Copy the full SHA dedd8f6View commit details -
Merge types and update code accordingly
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 60777ae - Browse repository at this point
Copy the full SHA 60777aeView commit details -
Kræn Hansen committed
Jul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f237a33 - Browse repository at this point
Copy the full SHA f237a33View commit details -
Fixed logging out a logged out user
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 52e20b9 - Browse repository at this point
Copy the full SHA 52e20b9View commit details -
Commented out the App#logOut method
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for c595141 - Browse repository at this point
Copy the full SHA c595141View commit details -
Adding removeUser to the tests
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 66f28d9 - Browse repository at this point
Copy the full SHA 66f28d9View commit details -
Co-authored-by: Kenneth Geisshirt <kenneth.geisshirt@mongodb.com>
Configuration menu - View commit details
-
Copy full SHA for 3900e59 - Browse repository at this point
Copy the full SHA 3900e59View commit details -
Kræn Hansen committed
Jul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 5e42271 - Browse repository at this point
Copy the full SHA 5e42271View commit details -
resendConfirmation → resendConfirmationEmail
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3d64511 - Browse repository at this point
Copy the full SHA 3d64511View commit details -
Removed logOut method from the
App
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 211462a - Browse repository at this point
Copy the full SHA 211462aView commit details -
Kræn Hansen committed
Jul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 17faa28 - Browse repository at this point
Copy the full SHA 17faa28View commit details -
Using unshift instead of splice where applicable
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for ae2b635 - Browse repository at this point
Copy the full SHA ae2b635View commit details -
Adopted API to the latest proposal
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 25698f5 - Browse repository at this point
Copy the full SHA 25698f5View commit details -
Fixed the realm-network-transport types
Kræn Hansen committedJul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a2919e - Browse repository at this point
Copy the full SHA 9a2919eView commit details -
Kræn Hansen committed
Jul 8, 2020 Configuration menu - View commit details
-
Copy full SHA for de28eb4 - Browse repository at this point
Copy the full SHA de28eb4View commit details
Commits on Jul 10, 2020
-
* Renamed UserAPIKeyProvider to ApiKeyAuth * Renaming instance methods * Moved from user.auth.apiKeys to user.apiKeys * Renamed js_user_apikey_provider.hpp to js_api_key_auth.hpp * Updated the jsdocs * Adding apiKeys to the browser proxy * Adding a note in the changelog
Configuration menu - View commit details
-
Copy full SHA for 9fdb825 - Browse repository at this point
Copy the full SHA 9fdb825View commit details -
Merge branch 'v10' into kh/v10-merged-types
Kræn Hansen committedJul 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 615ec13 - Browse repository at this point
Copy the full SHA 615ec13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a65b534 - Browse repository at this point
Copy the full SHA a65b534View commit details -
EmailPasswordAuth renames (#3048)
* Renamed to js_email_password_auth.hpp, email-password-auth-methods.js and api-key-auth-methods.js * Adding a note in the changelog * Updated docs * Renamed to EmailPasswordAuth
Kræn Hansen committedJul 10, 2020 Configuration menu - View commit details
-
Copy full SHA for e267fc6 - Browse repository at this point
Copy the full SHA e267fc6View commit details -
Moved push service to a seperate interface
Kræn Hansen committedJul 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 25778b4 - Browse repository at this point
Copy the full SHA 25778b4View commit details -
Implemented a throwing push for a user
Kræn Hansen committedJul 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 21dcc72 - Browse repository at this point
Copy the full SHA 21dcc72View commit details -
Kræn Hansen committed
Jul 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 28ccaa8 - Browse repository at this point
Copy the full SHA 28ccaa8View commit details -
* registerEmail -> registerUser * Realm.User.identity -> Realm.User.id. Realm.User.token -> Realm.User.accessToken. Add Realm.User.refreshToken. * Turn Realm.App.{currentUser, allUsers} to an instance property * Add Realm.Auth.EmailPassword.callResetPasswordFunction * Wrongly merged
Configuration menu - View commit details
-
Copy full SHA for e98771d - Browse repository at this point
Copy the full SHA e98771dView commit details -
Removed UserProfile from index.d.ts and updated pictureUrl
Kræn Hansen committedJul 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ff57ac - Browse repository at this point
Copy the full SHA 4ff57acView commit details