Commit a0d6525
Merge degroff/ENG-1/issue1 (#140)
* Normalize order for static final.
* Updates
* Client library updates from enums
* latest client updates
* latest client updates
* Updated version for fusionauth-java-client to 1.55.0
* java-client build
* Domain / Client Builder sync
* Domain sync
* domain sync
* Updated version for fusionauth-java-client to 1.56.0
* domain sync
* Latest updates from top level field
* Latest issue 1 updates
* Merge wied03/ENG-1/tenant-mode-internal-user-removal (#51)
* 1st pass of "fixes"
* Added our missing identity verify API from client builder
* Data was removed from real deal
* api version removal
* Updates from client builder
* Updates
* update without InternalUser
* Updates from app
* add top-level user.phoneNumber field ENG-2208
* regen client libraries ENG-2208
* merge develop into issue1
* Merge wied03/ENG-1/ENG-1757/phone_canon_wo_internal_user (#54)
* updates from app
* updates after merge from issue 1 branch
* updates after cleanup (#56)
* sync clients with latest degroff/ENG-1/issue1
* add LoginIdType of phoneNumber (#57)
* client builder/API updates (#58)
* missed updates
* generate for identity verification external id configuration
* external Id updates
* add phone verification complete template and unverified behavior
* default phone verification strategy to FormField
* Merge wied03/ENG-1963/phone_gating (#64)
* client updates and ignore internal TODOs and comments
* Catch up
* Separate verify start and complete
* update after verify request changes
* one more phone rename
* regen client libraries
ENG-2442
* update default phone verification strategy (#82)
* phone clickable updates (#81)
* add new login API response field (#83)
* new claim/phone_number_verified (#86)
* add application.registrationConfiguration.requirePassword boolean (#89)
* Managed field update (#90)
* new API field (#91)
* remove application requirePassword, add tenant passwordEnabled (#92)
* Merge wied03/ENG-1834/passwordless_start_api (#93)
* API change for passwordless start
* Updates
* Fix this
* ENG-2608 - New APIs/method overloads (#96)
* blank??
* with our overload
* spacing
* this should work
* add report method
* use lists when possible, order is significant here
* revert overloads
* client correct/optional
* now that this overload does not have opt params, remove defaults
* Merge spencer/eng-1807/change-password-phone (#95)
* forgot password via sms
* domain changes
* Merge spencer/eng-2281/admin-sms-reset (#97)
* forgot password via sms
* domain changes
* add Buildable interface to ForgotPasswordRequest
* Merge wied03/ENG-2546/phone_passwordless_formfield (#94)
* apply updates
* field rename
* remove unneeded field
* rename to PasswordlessLoginOneTimeCode
* Merge wied03/ENG-2002/sms-send-set-pass (#99)
* new API field
* more API field stuff
* Update (with defaults removed) from fusionauth-app
* ENG-2580 - Issue 1 TODO Sweep (#100)
* generated java client updates
* more removals
* add tenant phone verification and template configs (#101)
* updated tenant phone config (#102)
* refreshrequest update (#103)
* add phoneNumber to sort criteria (#104)
* Merge wied03/ENG-2455/identity_verif_api_status (#106)
* add state to verify complete response and start request
* add state to verify complete response and start request
* client builder sb build
* Merge spencer/eng-2577/admin-phone-verif (#107)
add /api/user/verify and request to clients
* Merge wied03/ENG-1677/rate_limiting (#108)
* rate limiting config change for pwless send phone
* client update
* wrong branch, another client update
* updated stuff from issue 1 branch
* restore java client method, mark deprecated
* Restore this
* Merge wied03/ENG-2349/rename_refactor (#110)
* move user.verify package to identity.verify
* import sorting
* remove VerifySendRequest.oneTimeCode. it is not used on that endpoint (#111)
* Merge spencer/eng-2717/app-phone-templates (#113)
add Application.phoneConfiguration for phone template overrides
* remove deprecation (#114)
* Merge wied03/ENG-1822/event_serializer_remove (#115)
* sb build updates
* remove more stuff
* Merge bhalsey/ENG-2388/send_user_events_sms (#118)
* add UserIdentityUpdateEvent
* really add UserIdentityUpdateEvent
* Merge bhalsey/ENG-2047/rename_identityverifiedevent (#124)
* identity verified to user identity verified
* identity verified to user identity verified
* Merge wied03/ENG-2790/password-toggle-resolution (#123)
* remove passwordEnabled field
* equality/etc removal too
* remove identities fields from java client (#125)
* TODO was removed, resulting in blank line removal (#131)
* Re-run sb build
* Setting this causes the this.sendSetPasswordEmail legacy field to get ignored
* Catch up to app
* Merge spencer/eng-2853/userState (#133)
mark `UserState.fromUserAndRegistration` method as deprecated
* Merge wied03/ENG-3045/import_verified (#135)
* verifiedReason updates
* ripple through comment updates
* re-ripple through changes
* client update from find/replace version (#136)
* use enums on api requests (#138)
* use PasswordlessStrategy enum for API request
* use VerificationStrategy enum for API request
* naming standards (#139)
* missing client commit
* client update from incorrect version
* remove need for this version
---------
Co-authored-by: Daniel DeGroff <[email protected]>
Co-authored-by: Spencer Witt <[email protected]>
Co-authored-by: Brent Halsey <[email protected]>
Co-authored-by: Spencer Witt <[email protected]>
Co-authored-by: Brent Halsey <[email protected]>1 parent abe9ce9 commit a0d6525
File tree
91 files changed
+2159
-198
lines changed- src/main/java/io/fusionauth
- client
- json
- domain
- api
- identityProvider
- identity/verify
- jwt
- passwordless
- twoFactor
- user
- connector
- event
- form
- oauth2
- search
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+2159
-198
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
| |||
260 | 267 | | |
261 | 268 | | |
262 | 269 | | |
263 | | - | |
| 270 | + | |
| 271 | + | |
264 | 272 | | |
265 | 273 | | |
266 | 274 | | |
| |||
578 | 586 | | |
579 | 587 | | |
580 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
581 | 603 | | |
582 | 604 | | |
583 | 605 | | |
| |||
4180 | 4202 | | |
4181 | 4203 | | |
4182 | 4204 | | |
| 4205 | + | |
| 4206 | + | |
| 4207 | + | |
| 4208 | + | |
| 4209 | + | |
| 4210 | + | |
| 4211 | + | |
| 4212 | + | |
| 4213 | + | |
| 4214 | + | |
| 4215 | + | |
| 4216 | + | |
| 4217 | + | |
| 4218 | + | |
| 4219 | + | |
| 4220 | + | |
4183 | 4221 | | |
4184 | 4222 | | |
4185 | 4223 | | |
| |||
4383 | 4421 | | |
4384 | 4422 | | |
4385 | 4423 | | |
| 4424 | + | |
| 4425 | + | |
| 4426 | + | |
| 4427 | + | |
| 4428 | + | |
| 4429 | + | |
| 4430 | + | |
| 4431 | + | |
| 4432 | + | |
| 4433 | + | |
| 4434 | + | |
| 4435 | + | |
| 4436 | + | |
| 4437 | + | |
| 4438 | + | |
| 4439 | + | |
| 4440 | + | |
| 4441 | + | |
| 4442 | + | |
| 4443 | + | |
| 4444 | + | |
| 4445 | + | |
| 4446 | + | |
4386 | 4447 | | |
4387 | 4448 | | |
4388 | 4449 | | |
| |||
5114 | 5175 | | |
5115 | 5176 | | |
5116 | 5177 | | |
| 5178 | + | |
| 5179 | + | |
| 5180 | + | |
| 5181 | + | |
| 5182 | + | |
| 5183 | + | |
| 5184 | + | |
| 5185 | + | |
| 5186 | + | |
| 5187 | + | |
| 5188 | + | |
| 5189 | + | |
| 5190 | + | |
| 5191 | + | |
5117 | 5192 | | |
5118 | 5193 | | |
5119 | 5194 | | |
| |||
5163 | 5238 | | |
5164 | 5239 | | |
5165 | 5240 | | |
| 5241 | + | |
| 5242 | + | |
| 5243 | + | |
| 5244 | + | |
| 5245 | + | |
| 5246 | + | |
| 5247 | + | |
| 5248 | + | |
| 5249 | + | |
| 5250 | + | |
| 5251 | + | |
| 5252 | + | |
| 5253 | + | |
| 5254 | + | |
| 5255 | + | |
5166 | 5256 | | |
5167 | 5257 | | |
5168 | 5258 | | |
| |||
5828 | 5918 | | |
5829 | 5919 | | |
5830 | 5920 | | |
| 5921 | + | |
| 5922 | + | |
| 5923 | + | |
| 5924 | + | |
| 5925 | + | |
| 5926 | + | |
| 5927 | + | |
| 5928 | + | |
| 5929 | + | |
| 5930 | + | |
| 5931 | + | |
| 5932 | + | |
| 5933 | + | |
| 5934 | + | |
5831 | 5935 | | |
5832 | 5936 | | |
5833 | 5937 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
0 commit comments