Yang Luo
5a852bfd1d
Use new providerItem.
2021-06-14 22:42:34 +08:00
Yang Luo
9fe310f2b7
Add provider table.
2021-06-14 19:09:04 +08:00
wasabi
d14ba476b9
feat: add gitee provider ( #104 )
...
* feat: add gitee provider
Signed-off-by: wasabi <690898835@qq.com>
* Update gitee.go
Signed-off-by: wasabi <690898835@qq.com>
2021-06-14 12:53:07 +08:00
Yang Luo
00ba783fc4
Use static resources.
2021-06-12 12:29:07 +08:00
wasabi
3d3a331784
feat: add weibo provider
...
Signed-off-by: wasabi <690898835@qq.com>
2021-06-10 16:55:36 +08:00
Yang Luo
8e5f3c18e1
Add UpdateUserInternal().
2021-06-09 21:41:27 +08:00
Yang Luo
f672045b45
Allow to sign up with OAuth.
2021-06-09 21:28:33 +08:00
Yang Luo
440aad2369
Only show some providers in signup page.
2021-06-09 20:42:23 +08:00
wasabi
4162ab4984
feat: add dingtalk provider ( #94 )
...
* feat: add dingtalk provider
Signed-off-by: zKen <690898835@qq.com>
* fix: amend the comment
Signed-off-by: zKen <690898835@qq.com>
2021-06-09 19:53:22 +08:00
Yang Luo
98ec187019
Fix RedirectUris null bug.
2021-06-06 22:17:47 +08:00
Kininaru
56be5f9a51
feat: authorize via clientId and clientSecret
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-06-06 17:27:03 +08:00
WindSpiritSR
6142ca52ca
feat: add facebook provider ( #79 )
...
* feat: add facebook provider
Signed-off-by: WindSpirit <simon343riley@gmail.com>
* fix: set fb id to username and reformat
Signed-off-by: WindSpirit <simon343riley@gmail.com>
2021-06-06 10:06:54 +08:00
Yang Luo
eb658ad8ee
Support affiliation sync.
2021-06-04 23:26:30 +08:00
Yang Luo
081da18403
Add address to user.
2021-06-04 20:54:17 +08:00
Yang Luo
58c7a60220
Show error in AccessToken.
2021-06-01 22:03:04 +08:00
Yang Luo
2e7ef69f07
Add some fields to User.
2021-06-01 20:37:00 +08:00
Yang Luo
11f1f8f440
Show properties in user page.
2021-05-30 18:35:05 +08:00
Yang Luo
dc89f2b0f6
Add Properties to user.
2021-05-30 18:24:22 +08:00
Yang Luo
badd75b894
Refactor out user_util.go
2021-05-30 13:37:34 +08:00
Yang Luo
215b96c881
Let SendEmail() return string.
2021-05-29 15:25:41 +08:00
Yang Luo
0f8a46fe0b
Fix args in initBuiltInApplication().
2021-05-28 22:38:12 +08:00
Yang Luo
089ff6c6eb
Add AffiliationUrl.
2021-05-24 21:27:00 +08:00
Yang Luo
2fff5f79ce
Can set email title and content now.
2021-05-24 20:21:41 +08:00
Yang Luo
705c0159d4
Add id to VerificationRecord.
2021-05-24 19:25:35 +08:00
Yang Luo
290c5aac9e
Add user to VerificationRecord.
2021-05-24 01:18:21 +08:00
Yang Luo
dbf11d61a7
Add sms and email providers to app.
2021-05-24 01:02:38 +08:00
Yang Luo
31d981baf1
Fix small issues.
2021-05-23 23:38:38 +08:00
Kininaru
f39378562f
feat: turing test before send code
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
i18n
i18n
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-22 21:03:49 +08:00
Kininaru
66d953a6c1
feat: check user email and phone when signing up
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
phone prefix error
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fix i18n
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fix i18n error
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed useless file
Signed-off-by: Kininaru <shiftregister233@outlook.com>
move timeout to app.conf
Signed-off-by: Kininaru <shiftregister233@outlook.com>
i18n
Signed-off-by: Kininaru <shiftregister233@outlook.com>
made verification code reusable
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-18 22:20:26 +08:00
Kininaru
9bc29e25ef
fix: add primary key Type to table verification_record
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-18 19:42:03 +08:00
Yang Luo
85c76e2ed1
Fix SetUserField()'s affected bug.
2021-05-16 23:08:55 +08:00
Yang Luo
b103683fea
Refactor GetDefaultApplication().
2021-05-16 23:07:45 +08:00
Yang Luo
6508d96162
Remove GetOrganizationByName().
2021-05-16 22:58:30 +08:00
Yang Luo
e6862713bb
Improve password length check.
2021-05-16 22:01:22 +08:00
Yang Luo
45bd3b316b
Fix hash update.
2021-05-16 21:22:20 +08:00
Yang Luo
4b9ce5f401
Fix add/update salted password.
2021-05-16 21:04:26 +08:00
Yang Luo
18806f07a8
Support cred auto-login.
2021-05-16 18:18:55 +08:00
Yang Luo
2ea5e7ec78
Remove user's PhonePrefix.
2021-05-15 13:54:23 +08:00
Yang Luo
43db2de8d8
Add phone provider.
2021-05-15 13:43:21 +08:00
Yang Luo
162c7261a3
Add getDefaultEmailProvider().
2021-05-15 10:13:12 +08:00
Yang Luo
fb9f18af2c
Add Email provider.
2021-05-14 23:45:20 +08:00
Yang Luo
b7cbc0e015
Return sms error message.
2021-05-14 18:19:47 +08:00
Yang Luo
db5ecddd3f
Remove /get-default-providers API.
2021-05-14 16:07:39 +08:00
Kininaru
1589da0a62
fix: check cn phone regex bug and add check to verification code
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-13 09:55:37 +08:00
Kininaru
892cb39e3e
feat: move User.PhonePrefix to Organization.PhonePrefix
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-13 09:39:07 +08:00
Kininaru
827930a020
feat: add reset phone by verification code
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed client bug
Signed-off-by: Kininaru <shiftregister233@outlook.com>
feat: add i18n
Signed-off-by: Kininaru <shiftregister233@outlook.com>
add Casbin License
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed port from remoteaddr
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-12 22:59:42 +08:00
Kininaru
400e335e68
feat: add reset email by verification code
...
Signed-off-by: Kininaru <shiftregister233@outlook.com>
2021-05-12 21:38:31 +08:00
Yang Luo
19c1ef1b68
Fix bug in update column names.
2021-05-09 16:14:05 +08:00
Yang Luo
6e5aa2bc40
Finish db update sync.
2021-05-09 15:44:12 +08:00
Yang Luo
e2f6efd1ab
Add user.PreHash
2021-05-09 14:54:17 +08:00