liuzx
56bc38dc4b
update
3 years ago
liuzx
75ac38d338
Merge branch 'fix-2026' of https://git.openi.org.cn/OpenI/aiforge into fix-2026
3 years ago
zhoupzh
f3d2a2ebff
fix issue
3 years ago
ychao_1983
7279a21a81
模型评测后端代码
3 years ago
lewis
8967422d60
merge patch
3 years ago
liuzx
0d210ca9c2
fix-1960
3 years ago
ychao_1983
093ed5bfdc
fix-1898 1801 1761后端代码
3 years ago
liuzx
ac460c2e2c
fix-1923
3 years ago
liuzx
c485ca0331
update
4 years ago
liuzx
eef3978e1c
update
4 years ago
zouap
1acb67d85c
解决#1461
Signed-off-by: zouap <zouap@pcl.ac.cn>
4 years ago
ychao_1983
36e7f266f1
提交代码
4 years ago
ychao_1983
3845537517
提交代码
4 years ago
ychao_1983
c24e6f28c8
提交代码
4 years ago
ychao_1983
2be45b1f52
提交代码
4 years ago
lewis
b55ac12e05
opt
4 years ago
Gitea
c8a25a1524
Merge branch 'V20211213' into fix597
4 years ago
chenyifan01
1bf092295f
#999
fix bug
4 years ago
lewis
c971b893bf
mod default
4 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
ychao_1983
8383329b15
#282
4 years ago
ychao_1983
32d1580b36
#282 邮件地址已被使用,界面已经不能修改邮件地址,去掉邮件的检查
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
lewis
3e223566a1
revert dashboard
4 years ago
Gitea
2dcd50fb15
set activity tab style according to filter value
4 years ago
lewis
79c506feb0
add type for activity
4 years ago
lewis
11d6cb1b89
mod dashboard
4 years ago
yuyuanshifu
c1a7a1cda9
add cloudbrain login
5 years ago
palytoxin
69edf860b6
tidy go.mod, fix spelling mistakes, fix profile search dataset is empty
5 years ago
yan
9390b75232
improved search options
5 years ago
yan
1d940db545
improved dataset search
5 years ago
yan
a73a35e0b2
improved profile dataset
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
Sijmen Schoon
66a9ef9036
Fix ref links in issue overviews for tags ( #8742 )
* Properly generate ref URLs
Tags used to not generate correct URLs (src/branch/tags/1.0.0 instead of
src/tags/1.0.0).
Also cleans up some code around it with the created helper functions.
* Fix formatting and create migration
* Add copyright head to utils_test
* Use a raw query for the ref migration
* Remove semicolon
* Quote column and table names in migration SQL
* Change || to CONCAT, since MSSQL does not support ||
* Make migration engine aware
* Add missing import
* Move ref EndName and URL to the issue service
* Fix tests
* Add test for commit refs
* Update issue.go
* Use the right command for building JavaScript bundles
* Prepare for merge
* Check for refs/* before prepending in migration
* Update services/issue/issue_test.go
* Update modules/git/utils_test.go
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: techknowlogick <matti@mdranta.net>
5 years ago
6543
7257c39ddf
Refactor Milestone related ( #11225 )
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
6543
ab69b9b1a6
Refactor UpdateOAuth2Application ( #11034 )
Following on from #11008 refactor UpdateOAuth2Application
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