No files found.
+1 −0
.gitignore
.gitignore
+1 −1
go.mod
go.mod
+2 −2
go.sum
go.sum
+6 −6
repo_test.go
integrations/repo_test.go
+1 −1
tool.go
modules/base/tool.go
+3 −0
helper.go
modules/templates/helper.go
+620 −12
package-lock.json
package-lock.json
+4 −0
package.json
package.json
+0 −21
LICENSE
public/vendor/assets/octicons/LICENSE
BIN
octicons.eot
public/vendor/assets/octicons/octicons.eot
+0 −1
octicons.min.css
public/vendor/assets/octicons/octicons.min.css
+0 −429
octicons.svg
public/vendor/assets/octicons/octicons.svg
BIN
octicons.ttf
public/vendor/assets/octicons/octicons.ttf
BIN
octicons.woff
public/vendor/assets/octicons/octicons.woff
BIN
octicons.woff2
public/vendor/assets/octicons/octicons.woff2
+1 −1
list.tmpl
templates/admin/org/list.tmpl
+1 −1
list.tmpl
templates/admin/repo/list.tmpl
+2 −2
head.tmpl
templates/base/head.tmpl
+14 −14
head_navbar.tmpl
templates/base/head_navbar.tmpl
+4 −4
navbar.tmpl
templates/explore/navbar.tmpl
+9 −9
organizations.tmpl
templates/explore/organizations.tmpl
+6 −6
repo_list.tmpl
templates/explore/repo_list.tmpl
+8 −8
users.tmpl
templates/explore/users.tmpl
+4 −4
home.tmpl
templates/home.tmpl
+2 −2
header.tmpl
templates/org/header.tmpl
+6 −6
home.tmpl
templates/org/home.tmpl
+8 −2
members.tmpl
templates/org/member/members.tmpl
+1 −1
delete.tmpl
templates/org/settings/delete.tmpl
+3 −3
navbar.tmpl
templates/org/team/navbar.tmpl
+9 −1
repositories.tmpl
templates/org/team/repositories.tmpl
+1 −1
sidebar.tmpl
templates/org/team/sidebar.tmpl
+1 −1
teams.tmpl
templates/org/team/teams.tmpl
+3 −0
serviceworker_js.tmpl
templates/pwa/serviceworker_js.tmpl
+10 −10
activity.tmpl
templates/repo/activity.tmpl
+4 −4
blame.tmpl
templates/repo/blame.tmpl
+13 −13
list.tmpl
templates/repo/branch/list.tmpl
+3 −3
branch_dropdown.tmpl
templates/repo/branch_dropdown.tmpl
+1 −1
commit_page.tmpl
templates/repo/commit_page.tmpl
+1 −1
commits.tmpl
templates/repo/commits.tmpl
+2 −2
commits_table.tmpl
templates/repo/commits_table.tmpl
+3 −3
blob_excerpt.tmpl
templates/repo/diff/blob_excerpt.tmpl
+1 −1
box.tmpl
templates/repo/diff/box.tmpl
+1 −1
comment_form.tmpl
templates/repo/diff/comment_form.tmpl
+1 −1
compare.tmpl
templates/repo/diff/compare.tmpl
+1 −1
section_unified.tmpl
templates/repo/diff/section_unified.tmpl
+3 −3
commit_form.tmpl
templates/repo/editor/commit_form.tmpl
+4 −4
edit.tmpl
templates/repo/editor/edit.tmpl
+1 −1
upload.tmpl
templates/repo/editor/upload.tmpl
+1 −1
empty.tmpl
templates/repo/empty.tmpl
+44 −13
header.tmpl
templates/repo/header.tmpl
+3 −3
home.tmpl
templates/repo/home.tmpl
+2 −2
branch_selector_field.tmpl
templates/repo/issue/branch_selector_field.tmpl
+4 −4
labels.tmpl
templates/repo/issue/labels.tmpl
+13 −13
list.tmpl
templates/repo/issue/list.tmpl
+15 −15
milestone_issues.tmpl
templates/repo/issue/milestone_issues.tmpl
+12 −12
milestones.tmpl
templates/repo/issue/milestones.tmpl
+7 −7
new_form.tmpl
templates/repo/issue/new_form.tmpl
+2 −2
add_reaction.tmpl
templates/repo/issue/view_content/add_reaction.tmpl
+1 −1
attachments.tmpl
templates/repo/issue/view_content/attachments.tmpl
+32 −32
comments.tmpl
templates/repo/issue/view_content/comments.tmpl
+23 −23
pull.tmpl
templates/repo/issue/view_content/pull.tmpl
+17 −15
sidebar.tmpl
templates/repo/issue/view_content/sidebar.tmpl
+5 −5
view_title.tmpl
templates/repo/issue/view_title.tmpl
+3 −3
tab_menu.tmpl
templates/repo/pulls/tab_menu.tmpl
+6 −6
list.tmpl
templates/repo/release/list.tmpl
+1 −1
new.tmpl
templates/repo/release/new.tmpl
+2 −2
collaboration.tmpl
templates/repo/settings/collaboration.tmpl
+2 −2
deploy_keys.tmpl
templates/repo/settings/deploy_keys.tmpl
+1 −1
githooks.tmpl
templates/repo/settings/githooks.tmpl
+3 −3
lfs.tmpl
templates/repo/settings/lfs.tmpl
+2 −2
lfs_file_find.tmpl
templates/repo/settings/lfs_file_find.tmpl
+4 −4
lfs_locks.tmpl
templates/repo/settings/lfs_locks.tmpl
+3 −3
protected_branch.tmpl
templates/repo/settings/protected_branch.tmpl
+2 −2
history.tmpl
templates/repo/settings/webhook/history.tmpl
+3 −3
list.tmpl
templates/repo/settings/webhook/list.tmpl
+3 −3
sub_menu.tmpl
templates/repo/sub_menu.tmpl
+3 −3
user_cards.tmpl
templates/repo/user_cards.tmpl
+4 −4
view_file.tmpl
templates/repo/view_file.tmpl
+4 −4
view_list.tmpl
templates/repo/view_list.tmpl
+1 −1
pages.tmpl
templates/repo/wiki/pages.tmpl
+1 −1
revision.tmpl
templates/repo/wiki/revision.tmpl
+1 −1
start.tmpl
templates/repo/wiki/start.tmpl
+1 −1
view.tmpl
templates/repo/wiki/view.tmpl
+4 −4
dashboard.tmpl
templates/user/dashboard/dashboard.tmpl
+1 −1
feeds.tmpl
templates/user/dashboard/feeds.tmpl
+9 −9
issues.tmpl
templates/user/dashboard/issues.tmpl
+12 −12
milestones.tmpl
templates/user/dashboard/milestones.tmpl
+5 −5
navbar.tmpl
templates/user/dashboard/navbar.tmpl
+10 −10
notification.tmpl
templates/user/notification/notification.tmpl
+12 −12
profile.tmpl
templates/user/profile.tmpl
+1 −1
account.tmpl
templates/user/settings/account.tmpl
+1 −1
applications.tmpl
templates/user/settings/applications.tmpl
+1 −1
keys_gpg.tmpl
templates/user/settings/keys_gpg.tmpl
+2 −2
keys_ssh.tmpl
templates/user/settings/keys_ssh.tmpl
+53 −53
repos.tmpl
templates/user/settings/repos.tmpl
+0 −1
const.go
vendor/golang.org/x/net/html/const.go
+0 −1
foreign.go
vendor/golang.org/x/net/html/foreign.go
+153 −145
parse.go
vendor/golang.org/x/net/html/parse.go
+15 −16
render.go
vendor/golang.org/x/net/html/render.go
+1 −2
token.go
vendor/golang.org/x/net/html/token.go
+1 −1
modules.txt
vendor/modules.txt
+17 −10
index.js
web_src/js/index.js
+12 −8
_base.less
web_src/less/_base.less
+1 −1
_dashboard.less
web_src/less/_dashboard.less
+2 −2
_explore.less
web_src/less/_explore.less
+3 −2
_home.less
web_src/less/_home.less
+22 −28
_repository.less
web_src/less/_repository.less
+9 −0
_svg.less
web_src/less/_svg.less
+2 −2
_user.less
web_src/less/_user.less
+1 −0
index.less
web_src/less/index.less
+4 −4
theme-arc-green.less
web_src/less/themes/theme-arc-green.less
+32 −2
webpack.config.js
webpack.config.js