-
Notifications
You must be signed in to change notification settings - Fork 306
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-java
base: main
head repository: majacQ/firebase-admin-java
compare: master
- 18 commits
- 94 files changed
- 22 contributors
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e4a9206 - Browse repository at this point
Copy the full SHA e4a9206View commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 99a7a26 - Browse repository at this point
Copy the full SHA 99a7a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa7f38 - Browse repository at this point
Copy the full SHA 2aa7f38View commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0e58c51 - Browse repository at this point
Copy the full SHA 0e58c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6943b90 - Browse repository at this point
Copy the full SHA 6943b90View commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fbdfd7 - Browse repository at this point
Copy the full SHA 7fbdfd7View commit details
Commits on Jun 2, 2021
-
fix(auth): Email_not_found (#1)
* fix(auth): adds missing EMAIL_NOT_FOUND error code Catch EMAIL_NOT_FOUND when /accounts:sendOobCode is called for password reset on a user that does not exist. * Adds additional test. * Fixes broken tests. Co-authored-by: Bassam Ojeil <bojeil@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5d05b5b - Browse repository at this point
Copy the full SHA 5d05b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fcd7c - Browse repository at this point
Copy the full SHA 55fcd7cView commit details
Commits on Jun 3, 2021
-
chore(deps): bump libraries-bom from 20.4.0 to 20.5.0 (#7)
Bumps [libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) from 20.4.0 to 20.5.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-opensource-java/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commits) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 76f6f70 - Browse repository at this point
Copy the full SHA 76f6f70View commit details -
chore(deps): bump maven-checkstyle-plugin from 2.17 to 3.1.2 (#3)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 2.17 to 3.1.2. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-2.17...maven-checkstyle-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2303f9a - Browse repository at this point
Copy the full SHA 2303f9aView commit details -
chore(deps-dev): bump mockito-core from 2.28.2 to 3.10.0 (#4)
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.28.2...v3.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b27ffe2 - Browse repository at this point
Copy the full SHA b27ffe2View commit details -
chore(deps): bump maven-source-plugin from 2.2.1 to 3.2.1 (#5)
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 2.2.1 to 3.2.1. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-2.2.1...maven-source-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d32268 - Browse repository at this point
Copy the full SHA 7d32268View commit details -
chore(deps): bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#6)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 451a1ce - Browse repository at this point
Copy the full SHA 451a1ceView commit details -
* Added core types for the error handling revamp (#350) * Added core types for the error handling revamp * Fixed copyright year * Added ErrorHandlingHttpClient API (#353) * Added core error handling abstractions * Added unit tests for the new functionality * Exposed getErrorCode as getErrorCodeNew * Enabled error code assertions * Error handling revamp for the FirebaseMessaging API (#357) * Added core error handling abstractions * Added unit tests for the new functionality * Exposed getErrorCode as getErrorCodeNew * Enabled error code assertions * Error handling revamp for FCM APIs * Cleaned up the FirebaseMessagingException * Cleaned up the AbstractHttpErrorHandler class * Updated tests * Error handling revamp for FirebaseInstanceId API (#359) * Delete instance ID API error handling revamp * Added tests for IO and parse errors * fix(auth): Migrated user management APIs to the new error handling scheme (#360) * Error handling revamp in FirebaseUserManager * Updated integration tests; Added documentation * Assigning the correct ErrorCode for auth errors * Moved AuthErrorHandler to a separate top-level class * Error handling revamp for token verification APIs (#362) * Error handling revamp for token verification APIs * Updated javadocs * Error handling revamp for the custom token creation API (#366) * Error handlign revamp for the custom token creation API * Using the correct authorized HTTP client for IAM requests * Error handling revamp for the project management API (#367) * Error handling revamp for the project management API * Minor code and test cleanup * Fixed some lint errors; Removed requestFactory reference from project mgt service impl * Renamed getErrorCodeNew() to getErrorCode() (#379) * Minor code and test cleanup * Renamed getErrorCodeNew() to getErrorCode() in FirebaseException * Fixing checkstyle error * Fixing some deprecation warnings (#380) * Handling IID error codes correctly (#381) * Removed old deprecated APIs (#383) * fix: Removed unused FirebaseAppStore abstraction (#427) * fix: Removed unused FirebaseAppStore abstraction * Using the keySet of App instances to populate the app names list * chore: Removing redundant test dependency (#441) * chore: Make user import hashing classes final (#425) * chore: Merged with v7 branch with master (#456) * fix(fcm): Replacing deprecated Batch API constructor (#460) * fix: Handling http method override in ErrorHandlingHttpClient (#459) * fix: Handling JSON serialization/response interception at ErrorHandlingHttpClient (#462) * fix: Handling JSON serialization and response interception at ErrorHandlingHttpClient * fix: Removing redundant method override header * feat: Added new error codes for IdP management and multitenancy (#458) * feat: Added new error codes for IdP management and multitenancy * fix: Updated integration tests * fix: Renamed helper method * fix: Removing some calls to deprecated APIs (#464) * chore: Support for specifying query parameters in HttpRequestInfo (#463) * chore: Support for specifying query parameters in HttpRequestInfo * fix: Removing redundant JsonObjectParser from HttpClient * fix: Fixing a series of javadoc warnings (#466) * fix: Made some APIs on AbstractFirebaseAuth.Builder package-protected for consistency * Apply suggestions from code review Co-authored-by: egilmorez <egilmore@google.com> Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com> * fix: Minor updates to API ref docs based on code review comments * fix: Fixing API doc wording Co-authored-by: Hiranya Jayathilaka <hiranya911@gmail.com> Co-authored-by: Horatiu Lazu <horatiulazu@gmail.com> Co-authored-by: egilmorez <egilmore@google.com> Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 625948b - Browse repository at this point
Copy the full SHA 625948bView commit details -
fix(auth): Redacted_passwords (#22)
* Remove (base64) 'REDACTED' passwords from user records. * fix(auth): Release_6_14_0 (#19) * Remove (base64) 'REDACTED' passwords from user records. (#314) * Minor fix to docs (broken link: GoogleCredentials) (#318) b/140244055 * Removed CHANGELOG file (#319) * fix(fcm): Increase the multicast request count limit to 500. (#321) * Increase the multicast request count limit to 500. * Update integration test * feat(fcm): Add 12 new android notification params support (#320) * Add 12 new parameter support for Android Notifications * Add LightSettings class * Add LightSettingsColor class * Fix a typo in AndroidNotification (#324) * Fix a common typo in AndroidNotification * Update text * Admin Java SDK Release 6.11.0 (#325) * [maven-release-plugin] prepare release v6.11.0 * [maven-release-plugin] prepare for next development iteration * Reject rounds=0 for SHA1 hashes (#326) Port of firebase/firebase-admin-node#677 * Fix Date test in another Locale (#327) * Add Locale.ROOT use SimpleDateFormat * Fix SimpleDateFormat locale use UK * Change default locale to US * feat(fcm): Updated code for setting Notification Count parameter in `AndroidNotification` class (#309) * Enforce positive integer for the notification count parameter * Update code comments * Upgrade Cloud Firestore dependency (#331) Will provide IN query features * Correctly handling FCM THIRD_PARTY_AUTH_ERROR error code (#333) * Fixing some failing RTDB tests (#334) * Fixing some failing RTDB tests * Using explicit options * Refactored options initialization * Staged Release 6.12.0 (#336) * [maven-release-plugin] prepare release v6.12.0 * [maven-release-plugin] prepare for next development iteration * fix(fcm): Fix issues in event_time timestamp parsing (#338) * fix issues in event_time timestamp conversion * fix the formatting issue in event_time timestamp * Update project.json to include the .NET SDK. (#339) The .NET SDK was missing from project.json, so this change simply adds it. * Setting up a CI pipeline based on GitHub Actions (#342) * Setting up a CI pipeline based on GitHub Actions * Renamed file * Removing Travis and GCB integrations (#347) * Removing Travis and GCB integrations * Updated CI badge * Staged Release 6.12.1 (#351) * [maven-release-plugin] prepare release v6.12.1 * [maven-release-plugin] prepare for next development iteration * Enabled automatic retries for FirebaseUserManager (#355) * fix: Enabled automatic HTTP retries for FirebaseProjectManagement (#356) * Enabled automatic HTTP retries for FirebaseProjectManagement * Added some test cases * Added helper function for disabling exponential backoff during tests * Added util class for simplifying retry tests * Simplified test cases * Removed unused method * Staged Release 6.12.2 (#364) * [maven-release-plugin] prepare release v6.12.2 * [maven-release-plugin] prepare for next development iteration * chore: Implementing GitHub Actions release workflow (#363) * Adding release workflow preliminaries * Fixed a syntax error * Uploading only the jar artifacts * Enabling integration tests * Using Maven lifecycle more effectively * Fixing indentation * Maven deployment configuration * Point the send tweet action to master * Setting all publish config as env variables * Fixed typo in tweet * chore: Updated CI workflow to run on all PRs (#390) * Testable BatchResponse (#389) * Testable BatchResponse - Converts batch response to an interface - Moves batch response implementation to BatchResponseImpl - Update FirebaseMessagingClientImpl to use BatchResponseImpl - Updated tests * Make BatchResponseImpl package private * Bump netty.version from 4.1.34.Final to 4.1.45.Final (#373) Bumps `netty.version` from 4.1.34.Final to 4.1.45.Final. Updates `netty-codec-http` from 4.1.34.Final to 4.1.45.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.45.Final) Updates `netty-handler` from 4.1.34.Final to 4.1.45.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.45.Final) Updates `netty-transport` from 4.1.34.Final to 4.1.45.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.45.Final) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(auth): Add bulk get/delete methods (#365) This PR allows callers to retrieve a list of users by unique identifier (uid, email, phone, federated provider uid) as well as to delete a list of users. RELEASE NOTE: Added getUsers() and deleteUsers() APIs for retrieving and deleting user accounts in bulk. * chore: Setting the version of the Maven Javadoc plugin (#412) * [chore] Release 6.13.0 (#413) * [chore] Release 6.13.0 take 2 (#414) * Upgated the gpg keys * Added temp verify script * Disabled tty for gpg import * Removing temp verification script * Updated publish commands * [chore] Release 6.13.0 take 3 (#415) * [chore] Release 6.13.0 take 4 (#416) * chore: Updated integration tests to use non-public rules (#417) * chore: Upgraded GCP and other util dependencies (#438) * Add FcmOptions on MulticastMessage (#439) * Support direct_boot_ok parameter (#329) * Fixed a flaky auth integration test by retrying the GetUser() API call a few times with a small delay (#442) * [chore] Release 6.14.0 * fix: Hkj_app_state (#16) * fix: Cleaning up FirebaseApp state management * Updated use after delete test case Co-authored-by: hiranya911 <hiranya911@gmail.com> Co-authored-by: nrsim <55852299+nrsim@users.noreply.github.com> Co-authored-by: rsgowman <rgowman@google.com> Co-authored-by: Hiranya Jayathilaka <hiranya911@gmail.com> Co-authored-by: chong-shao <31256040+chong-shao@users.noreply.github.com> Co-authored-by: Lahiru Maramba <llahiru@gmail.com> Co-authored-by: sakebook <sakebook@gmail.com> Co-authored-by: Adrian Regan <Adrian.Regan@gmail.com> Co-authored-by: Anthony Chuinard <tony@twansoftware.com> Co-authored-by: Micah Stairs <micah.stairs@gmail.com> Co-authored-by: Ian Thomas <toxicbakery@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rsgowman <rich@gowman.noip.me> Co-authored-by: Pavlos-Petros Tournaris <p.tournaris@gmail.com> Co-authored-by: MathBunny <horatiulazu@gmail.com> Co-authored-by: Narges Simjour <nsimjour@google.com> Co-authored-by: nrsim <55852299+nrsim@users.noreply.github.com> Co-authored-by: rsgowman <rgowman@google.com> Co-authored-by: Hiranya Jayathilaka <hiranya911@gmail.com> Co-authored-by: chong-shao <31256040+chong-shao@users.noreply.github.com> Co-authored-by: Lahiru Maramba <llahiru@gmail.com> Co-authored-by: sakebook <sakebook@gmail.com> Co-authored-by: Adrian Regan <Adrian.Regan@gmail.com> Co-authored-by: Anthony Chuinard <tony@twansoftware.com> Co-authored-by: Micah Stairs <micah.stairs@gmail.com> Co-authored-by: Ian Thomas <toxicbakery@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rsgowman <rich@gowman.noip.me> Co-authored-by: Pavlos-Petros Tournaris <p.tournaris@gmail.com> Co-authored-by: MathBunny <horatiulazu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3ee8940 - Browse repository at this point
Copy the full SHA 3ee8940View commit details -
Co-authored-by: Yue Yin <yueyin@yueyin.bej.corp.google.com>
Jacquelyn Vinson and Yue Yin authoredJun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 2dd0628 - Browse repository at this point
Copy the full SHA 2dd0628View commit details -
* Error handling revamp - A prototype * Test clean up * RTDB error handling test Co-authored-by: hiranya911 <hiranya911@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9b5d052 - Browse repository at this point
Copy the full SHA 9b5d052View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89f91ff - Browse repository at this point
Copy the full SHA 89f91ffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master