-
- 下载
Merge branch 'el-add-phone-verification-endpoints-delay' into 'master'
Add increasing wait time between phone verification code sends Closes gitlab-org/modelops/anti-abuse/team-tasks#539 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/137850 Merged-by:Smriti Garg <sgarg@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Ross Byrne <robyrne@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Aakriti Gupta <agupta@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Reviewed-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Eugie Limpin <elimpin@gitlab.com>
显示
- app/assets/javascripts/vue_shared/components/gl_countdown.vue 5 个添加, 0 个删除...assets/javascripts/vue_shared/components/gl_countdown.vue
- app/models/users/phone_number_validation.rb 18 个添加, 0 个删除app/models/users/phone_number_validation.rb
- config/feature_flags/development/sms_send_wait_time.yml 8 个添加, 0 个删除config/feature_flags/development/sms_send_wait_time.yml
- db/migrate/20231124022520_add_sms_sent_at_and_sms_send_count_to_phone_number_validations.rb 16 个添加, 0 个删除...sent_at_and_sms_send_count_to_phone_number_validations.rb
- db/schema_migrations/20231124022520 1 个添加, 0 个删除db/schema_migrations/20231124022520
- db/structure.sql 2 个添加, 0 个删除db/structure.sql
- ee/app/assets/javascripts/users/identity_verification/components/international_phone_input.vue 32 个添加, 3 个删除...ity_verification/components/international_phone_input.vue
- ee/app/assets/javascripts/users/identity_verification/components/phone_verification.vue 28 个添加, 1 个删除...s/identity_verification/components/phone_verification.vue
- ee/app/assets/javascripts/users/identity_verification/components/verify_phone_verification_code.vue 29 个添加, 3 个删除...erification/components/verify_phone_verification_code.vue
- ee/app/controllers/users/identity_verification_controller.rb 2 个添加, 1 个删除ee/app/controllers/users/identity_verification_controller.rb
- ee/app/helpers/users/identity_verification_helper.rb 8 个添加, 7 个删除ee/app/helpers/users/identity_verification_helper.rb
- ee/app/services/phone_verification/users/send_verification_code_service.rb 31 个添加, 2 个删除...hone_verification/users/send_verification_code_service.rb
- ee/spec/frontend/users/identity_verification/components/international_phone_input_spec.js 78 个添加, 21 个删除...verification/components/international_phone_input_spec.js
- ee/spec/frontend/users/identity_verification/components/phone_verification_spec.js 106 个添加, 6 个删除...entity_verification/components/phone_verification_spec.js
- ee/spec/frontend/users/identity_verification/components/verify_phone_verification_code_spec.js 74 个添加, 5 个删除...ication/components/verify_phone_verification_code_spec.js
- ee/spec/helpers/users/identity_verification_helper_spec.rb 5 个添加, 4 个删除ee/spec/helpers/users/identity_verification_helper_spec.rb
- ee/spec/requests/users/identity_verification_controller_spec.rb 3 个添加, 2 个删除...c/requests/users/identity_verification_controller_spec.rb
- ee/spec/services/phone_verification/users/send_verification_code_service_spec.rb 84 个添加, 14 个删除...verification/users/send_verification_code_service_spec.rb
- locale/gitlab.pot 6 个添加, 0 个删除locale/gitlab.pot
- spec/frontend/vue_shared/components/gl_countdown_spec.js 4 个添加, 0 个删除spec/frontend/vue_shared/components/gl_countdown_spec.js
加载中
想要评论请 注册 或 登录