zhoupzh
d36c290754
fix issue
4 years ago
zhoupzh
79d3d24dab
fix issue #455 #453 #428
4 years ago
zhoupzh
197f0357f3
fix issue #427
4 years ago
OpenIhu
ad9c4c43e2
修正仅在explore下显示热门和活跃项目
4 years ago
OpenIhu
366878ea1e
在用户个人中心隐藏热门及活跃Tab
4 years ago
lewis
595ea65a5b
stay keyword when changing tab
4 years ago
OpenIhu
b403056834
修复项目广场领域选中状态及项目列表在移动端设备下的自适应
4 years ago
OpenIhu
b43b38a8fe
调整组织图片,增加左侧领域选中状态
4 years ago
Gitea
cd5d0cf61f
修改hot与active图标
4 years ago
OpenIhu
02fbafd766
增加热度及活跃度数据显示
4 years ago
lewis
c82c0c70b7
search
4 years ago
OpenIhu
359d704022
Merge branch 'repo_list' of https://git.openi.org.cn/OpenI/aiforge into repo_list
4 years ago
OpenIhu
d5ace0e1e6
增加项目广场左侧导航菜单及右侧百科链接
4 years ago
lewis
0e23cc422f
mod tab
4 years ago
lewis
d3379bf654
1
4 years ago
lewis
66092abcc1
add recommend_orgs
4 years ago
OpenIhu
35b4730376
更换推荐组织样式及组织logo
4 years ago
OpenIhu
f377363951
修正项目广场最新更新链接
4 years ago
OpenIhu
afba97834f
调整项目广场样式细节
4 years ago
OpenIhu
4bbf6f1343
新版项目广场版式
4 years ago
zhoupzh
930174d92d
completed the cloud image list
4 years ago
OpenIhu
371b294451
修改500页面及403页面提示文字
4 years ago
lewis
53ca3ca195
add type in explore dataset
4 years ago
lewis
e26d03fea3
explore_repo
4 years ago
lewis
fcd0e2aaf9
add tmpl
4 years ago
lewis
926912f8b9
mod dashboard
4 years ago
lewis
466555f6ca
1
4 years ago
colorfulberry
8653a7302f
feat: search for users and organations
5 years ago
yuyuanshifu
7cf30742b1
show dataset download_times
5 years ago
colorfulberry
c039325d70
feat: improve the navbar
5 years ago
colorfulberry
ae32360054
feat: add a new mailer to the pages and fix the double submenu problem
5 years ago
colorfulberry
23574a31f4
feat: improve the dataset
5 years ago
hujl@pcl.ac.cn
337e42407a
修改logo颜色及首页链接,修改页脚错别字
5 years ago
colorfulberry
0a47e13feb
user inbox replace
5 years ago
yuyuanshifu
72bb0475f1
sort by downloadtimes
5 years ago
colorfulberry
f01ea29c56
fix : #26 fix for the small bugs
5 years ago
colorfulberry
7e0311b551
feat: add repo link
5 years ago
colorfulberry
4ab5bb81b2
feat: migrate the report form custom explore
5 years ago
yan
2f4ff0fcc7
add explore dataset route
5 years ago
colorfulberry
9b42cd6450
feat: add the base custom html
5 years ago
Cirno the Strongest
b81677b2ff
Do not show lock icon on repo list for public repos in private org ( #11445 )
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
6 years ago
zeripath
2562ac5f2f
Ensure search action button coalesced to adjacent input ( #11385 )
Fomantic-ui's action button syntax requires that the button is
the next sibling of the input it is attached to and that they
are both children of a div.action.
Fix #11375
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
6 years ago
mrsdizzie
affced38a0
Remove last traces of has-emoji class ( #11263 )
Now that emojify.js has been removed, get rid of all instances of has-emoji class that was only used for that. Support for rendering shortcodes should remain in all of these places so it should still work the same.
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lauris@nix.lv>
6 years ago
赵智超
b2989b4340
ui: fix status label on branches list vertical alignment ( #11109 )
change status icon for merged PR to git-merge
Signed-off-by: a1012112796 <1012112796@qq.com>
6 years ago
silverwind
faa57f9d79
Fix language label vertical alignment ( #11061 )
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
6 years ago
Philipp A. Beckmann
e2383c1292
Fixed wrong AppSubUrl in multiple templates ( #10447 )
* Fixed wrong AppSubUrl in OAuth2 app edit page
* Replaced all other occurrences of $.AppSubURL for support of sub-paths
6 years ago
John Olheiser
21f1b60670
Fixes ( #10386 )
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
6 years ago
Lauris BH
6ce8f85da9
Add detected file language to code search ( #10256 )
Move langauge detection to separate module to be more reusable
Add option to disable vendored file exclusion from file search
Allways show all language stats for search
6 years ago
John Olheiser
dd3a8e419d
Add Octicon SVG spritemap ( #10107 )
* Add octicon SVG sprite
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Static prefix
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* SVG for all repo icons
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* make vendor
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swap out octicons
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move octicons to top of less imports
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix JS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Definitely not a search/replace
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Missed regex
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move to more generic calls and webpack
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* make svg -> make webpack
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove svg-sprite
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Missed a test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove svg from makefile
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Suggestions
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Attempt to fix test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert timetracking test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swap .octicon for .svg in less
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add aria-hidden
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Replace mega-octicon
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix webpack globbing on Windows
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert
Co-Authored-By: silverwind <me@silverwind.io>
* Fix octions from upstream
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix Vue and missed JS function
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add JS helper and PWA
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Preload SVG
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <matti@mdranta.net>
6 years ago
Lauris BH
416682f73d
Language statistics bar for repositories ( #8037 )
* Implementation for calculating language statistics
Impement saving code language statistics to database
Implement rendering langauge stats
Add primary laguage to show in repository list
Implement repository stats indexer queue
Add indexer test
Refactor to use queue module
* Do not timeout for queues
6 years ago