Skip to content
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

feat: 邮箱验证码验证 #14

Merged
merged 62 commits into from
Jan 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
f537063
feat: add a status code
Macaku Jan 17, 2024
ae18955
EmailIdentifyingException.java
Macaku Jan 17, 2024
490f969
feat: add a definition of exception
Macaku Jan 17, 2024
e35bba2
feat: add a tool about email check
Macaku Jan 17, 2024
37a5c88
feat: add a email check service
Macaku Jan 17, 2024
297ff50
feat: add a Reposiroty class to exchange with Redis
Macaku Jan 17, 2024
549f8e1
feat: definition entity of model html
Macaku Jan 17, 2024
78338d9
feat: add email model html
Macaku Jan 17, 2024
c4e415f
feat: add two api
Macaku Jan 17, 2024
cd062a0
feat: add a default mail against error
Macaku Jan 17, 2024
55affde
feat: add a annotation
Macaku Jan 17, 2024
f0062c1
feat: add a validator
Macaku Jan 17, 2024
5d3e440
feat: add a dependencies
Macaku Jan 17, 2024
c7c77c3
fix: 修复 validate 使用上的一些问题
BanTanger Jan 17, 2024
1a0fdb6
feat: add a definition of exception
Macaku Jan 17, 2024
67b5e9c
feat: add predicate of email pattern
Macaku Jan 17, 2024
d6e7df9
feat: add some status code
Macaku Jan 17, 2024
f71a3b0
feat: close a worthless log property
Macaku Jan 17, 2024
022f027
feat: change some properties
Macaku Jan 17, 2024
6332f8d
Merge branch 'feat-email-validate' of github.com:AchoBeta/AchoBeta-Re…
Macaku Jan 17, 2024
2eef345
fix: adjust some code
Macaku Jan 17, 2024
f880b38
fix: 调整代码位置,更改代码逻辑,还有点待做明天搞
BanTanger Jan 17, 2024
2d5eaed
fix: delete some unrelated code
Macaku Jan 17, 2024
1c0067f
fix: modify the definition of status codes
Macaku Jan 17, 2024
0ebb03a
fix: delete some blank link
Macaku Jan 17, 2024
cf3ad64
fix: adjust the code to separate RedisCache
Macaku Jan 17, 2024
ca49738
fix: delete some sensitive properties
Macaku Jan 17, 2024
2b9e5d7
feat: add some methods
Macaku Jan 17, 2024
632be08
feat: change to a detail name
Macaku Jan 17, 2024
0a155ce
extract email verification service
Macaku Jan 17, 2024
8a19c94
fix: adjust some codes
Macaku Jan 17, 2024
4408398
Merge branch 'feat-email-validate' of github.com:AchoBeta/AchoBeta-Re…
Macaku Jan 17, 2024
19376dc
fix: fix a bug
Macaku Jan 17, 2024
1680de7
feat: add a check opportunities for users
Macaku Jan 17, 2024
76bc9e5
fix: code format and location
BanTanger Jan 18, 2024
287509c
fix: code reformat
BanTanger Jan 18, 2024
e1f1d9b
feat: delete a file
Macaku Jan 18, 2024
0378d43
fix: add timeout
Macaku Jan 18, 2024
b7293cb
Merge branch 'feat-email-validate' of github.com:AchoBeta/AchoBeta-Re…
Macaku Jan 18, 2024
e265237
improve email exception handling
Macaku Jan 18, 2024
385c3ea
fix: adjust some codes
Macaku Jan 18, 2024
98fa2dc
fix: adjust some codes
Macaku Jan 18, 2024
5e88432
feat: add a global exception
Macaku Jan 18, 2024
44a6476
fix: remove a file
Macaku Jan 18, 2024
4a49ba7
fix: adjust the code about handling exception
Macaku Jan 18, 2024
93cf8e5
feat: check email pattern because the annotation is invalid
Macaku Jan 18, 2024
a02f455
fix: adjust some code
Macaku Jan 18, 2024
445506c
feat: add some commom method
Macaku Jan 18, 2024
13e0f3b
fix: adjust som codes
Macaku Jan 18, 2024
63fbd39
fix: fix a bug
Macaku Jan 18, 2024
4bafd2a
fix: adjust some codes
Macaku Jan 18, 2024
35ef43f
feat: move two files
Macaku Jan 18, 2024
203a217
feat: add configuration to prevent errors
Macaku Jan 18, 2024
c40272b
fix: remove two files
Macaku Jan 18, 2024
1b71251
fix: adjust the overall logic of the code
Macaku Jan 18, 2024
de5d3ab
fix: rename some field and files
Macaku Jan 18, 2024
a7d0466
feat: add some method
Macaku Jan 18, 2024
4d65107
fix: move some files
Macaku Jan 19, 2024
4aaaf5a
fix: remove some files
Macaku Jan 19, 2024
fa13997
fix:
Macaku Jan 19, 2024
6a01c6d
feat: add a todo mask
Macaku Jan 19, 2024
bbb3a11
Merge branch 'master' into feat-email-validate
CarefreeState Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: delete some unrelated code
  • Loading branch information
Macaku committed Jan 17, 2024
commit 2d5eaedb59de7f5799cb31f1f53e3e0afd8d789f

This file was deleted.

CarefreeState marked this conversation as resolved.
Outdated
Show resolved Hide resolved

This file was deleted.

CarefreeState marked this conversation as resolved.
Outdated
Show resolved Hide resolved

This file was deleted.

44 changes: 0 additions & 44 deletions src/main/java/com/achobeta/domain/email/dto/EmailBatch.java

This file was deleted.

22 changes: 0 additions & 22 deletions src/main/java/com/achobeta/domain/email/dto/ValidatorUtils.java

This file was deleted.

CarefreeState marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.achobeta.domain.users.controller;/**
* Created with IntelliJ IDEA.
* Description:
* User: 马拉圈
* Date: 2024-01-18
* Time: 0:31
*/public class EmailController {
}
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@


@Data
public class EmailModelMessage {
public class EmailTemplate {

private String code; // 验证码