chenshihai
c14d828b34
Merge remote-tracking branch 'origin/V20221214' into fix-csh
2 years ago
chenshihai
14607910e2
#3314 注册和登录页面,增加开发者大会的活动链接
2 years ago
zouap
de0402e2e4
提交代码,修改权限控制。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
liuzx
7060613444
update
3 years ago
liuzx
104a44748a
fix-2775
3 years ago
liuzx
c52642750f
fix-2775
3 years ago
liuzx
215a6665a7
fix-2775
3 years ago
zouap
21e4d03065
修改手机号的逻辑。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
3bc06f7b6c
提交代码,老拉新活动。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
ychao_1983
e43085ca2e
提交代码
3 years ago
ychao_1983
dba50ff136
提交代码
3 years ago
chenshihai
e19b70fc71
注册时加同意相关协议限制
3 years ago
ychao_1983
744b4fd1ae
merge 0630
3 years ago
ychao_1983
fcaea00817
提交代码
3 years ago
ychao_1983
406614f0fc
提交代码
3 years ago
ychao_1983
0a190ca543
提交代码
3 years ago
ychao_1983
70bf85df61
提交代码
3 years ago
ychao_1983
a5acac468d
提交代码
3 years ago
ychao_1983
49157ddb5b
提交代码
3 years ago
ychao_1983
8dd77eec2f
提交代码
3 years ago
ychao_1983
cac37dd21d
提交代码
3 years ago
ychao_1983
01901a3e28
忘记密码邮箱检查优化
3 years ago
ychao_1983
453616bcf5
提交代码
3 years ago
liuzx
56bc38dc4b
update
3 years ago
zhoupzh
f3d2a2ebff
fix issue
3 years ago
ychao_1983
36e7f266f1
提交代码
3 years ago
ychao_1983
3845537517
提交代码
3 years ago
ychao_1983
c24e6f28c8
提交代码
3 years ago
ychao_1983
2be45b1f52
提交代码
3 years ago
lewis
06715a7a7b
add ai index
4 years ago
zouap
c1b3feaed8
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
4 years ago
zouap
bac11fc653
修改代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
4 years ago
zouap
e52e09cfd5
增加用户登录日志信息
Signed-off-by: zouap <zouap@pcl.ac.cn>
4 years ago
ychao_1983
363af3f037
删除账号也停止云脑任务
4 years ago
ychao_1983
5a7904fe3b
修复#333
4 years ago
lewis
db6cf3ee40
fix left problem of 186
4 years ago
lewis
43e65fce26
fix-186
4 years ago
lewis
f8ac785e4f
add
4 years ago
lewis
ae106cbd11
fix-177
4 years ago
lewis
521c62649e
fix 140
4 years ago
yuyuanshifu
c1a7a1cda9
add cloudbrain login
5 years ago
zeripath
76053ac31a
Whenever the ctx.Session is updated, release it to save it before sending the redirect ( #11456 )
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
zeripath
a0d35fb6ad
Forcibly clean and destroy the session on logout ( #11447 )
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
赵智超
b00e62c12b
ui: Replenish the missing ‘PageIsSignUp’ in sign up view ( #11390 )
Signed-off-by: a1012112796 <1012112796@qq.com>
5 years ago
zeripath
791353c03b
Add EventSource support ( #11235 )
If the browser supports EventSource switch to use this instead of
polling notifications.
Signed-off-by: Andrew Thornton art27@cantab.net
5 years ago
n0emis
33738ff91b
Don't allow registration via the web form, when AllowOnlyExternalRegistration is True ( #11248 )
* Don't allow registration via the web form, when AllowOnlyExternalRegistration is True
* Show Disabled Registration message if DisableRegistration or AllowOnlyExternalRegistration options are true
5 years ago
colorfulberry
f1f56da4d1
On logout redirect to start page and clear redirect cookie ( #11202 )
when one user logout should clear redirect to value, otherwise switch the account will occur error.
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
zeripath
e74c4e1be9
Add option to increase provided OAuth2 token maximum size ( #11180 )
Some OAuth2 providers return quite large structured tokens >32767 bytes.
Gitea currently has a fixed maximum of 32767 bytes for these and
unfortunately due to the convoluted nature of the dependent libraries the
error returned is rather opaque.
Here we manage the error a little better - detecting the rather opaque
github.com/gorilla/securecookie.errEncodedValueTooLong and converting
it to a more readable error.
Further we provide a configurable option to increase the maximum size of
the provided OAuth2 tokens.
Fix #9907
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
guillep2k
5e1438ba92
Admin page for managing user e-mail activation ( #10557 )
* Implement mail activation admin panel
* Add export comments
* Fix another export comment
* again...
* And again!
* Apply suggestions by @lunny
* Add UI for user activated emails
* Make new activation UI work
* Fix lint
* Prevent admin from self-deactivate; add modal
Co-authored-by: zeripath <art27@cantab.net>
5 years ago
Andreas Shimokawa
14f3593f20
Fix 404 after activating secondary email ( #10547 )
5 years ago