forgejo/modules
wxiaoguang d4c789dfc1
Refactor repo clone button and repo clone links, fix JS error on empty repo page ()
The last PR about clone buttons introduced an JS error when visiting an empty repo page:
* https://github.com/go-gitea/gitea/pull/19028
* `Uncaught ReferenceError: isSSH is not defined`, because the variables are scoped and doesn't share between sub templates.

This:
1. Simplify `templates/repo/clone_buttons.tmpl` and make code clear
2. Move most JS code into `initRepoCloneLink`
3. Remove unused `CloneLink.Git`
4. Remove `ctx.Data["DisableSSH"] / ctx.Data["ExposeAnonSSH"] / ctx.Data["DisableHTTP"]`, and only set them when is is needed (eg: deploy keys / ssh keys)
5. Introduce `Data["CloneButton*"]` to provide data for clone buttons and links
6. Introduce `Data["RepoCloneLink"]` for the repo clone link (not the wiki)
7. Remove most `ctx.Data["PageIsWiki"]` because it has been set in the `/wiki` middleware
8. Remove incorrect `quickstart` class in `migrating.tmpl`
2022-03-29 05:21:30 +02:00
..
activitypub format with gofumpt () 2022-01-20 18:46:10 +01:00
analyze Use git attributes to determine generated and vendored status for language stats and diffs () 2021-09-09 21:13:36 +01:00
appstate format with gofumpt () 2022-01-20 18:46:10 +01:00
auth RSS/Atom support for Repos () 2022-03-13 17:40:47 +01:00
avatar format with gofumpt () 2022-01-20 18:46:10 +01:00
base format with gofumpt () 2022-01-20 18:46:10 +01:00
cache format with gofumpt () 2022-01-20 18:46:10 +01:00
charset Don't treat BOM escape sequence as hidden character. () 2022-02-26 16:48:23 +00:00
context Refactor repo clone button and repo clone links, fix JS error on empty repo page () 2022-03-29 05:21:30 +02:00
convert API: Return primary language and repository language stats API URL () 2022-01-25 08:33:40 +02:00
csv format with gofumpt () 2022-01-20 18:46:10 +01:00
doctor Use ctx instead of db.DefaultContext in some packages(routers/services/modules) () 2022-03-22 16:22:54 +01:00
emoji format with gofumpt () 2022-01-20 18:46:10 +01:00
eventsource Simplify parameter types () 2021-12-20 04:41:31 +00:00
generate Use base32 for 2FA scratch token () 2022-01-26 12:10:10 +08:00
git Hide sensitive content on admin panel progress monitor () 2022-03-27 12:54:09 +01:00
gitgraph Change git.cmd to RunWithContext () 2022-02-11 13:47:22 +01:00
graceful Add pprof labels in processes and for lifecycles () 2022-03-25 12:47:12 +00:00
hcaptcha hCaptcha Support () 2020-10-02 23:37:53 -04:00
highlight format with gofumpt () 2022-01-20 18:46:10 +01:00
hostmatcher remove not needed () 2022-03-18 20:17:57 +01:00
httpcache format with gofumpt () 2022-01-20 18:46:10 +01:00
httplib refactor httplib () 2022-01-19 19:31:39 -05:00
indexer Prevent intermittent failures in RepoIndexerTest (2) () 2022-03-27 17:54:51 -04:00
json Make gitea, gitea-vet future-proof () 2022-01-22 21:59:34 +00:00
lfs Update HTTP status codes to modern codes () 2022-03-23 12:54:07 +08:00
log Add auto logging of goroutine pid label () 2022-03-26 20:04:36 +00:00
markup Bump goldmark to v1.4.11 () 2022-03-24 11:47:37 -04:00
metrics format with gofumpt () 2022-01-20 18:46:10 +01:00
migration Store the foreign ID of issues during migration () 2022-03-17 18:08:35 +01:00
nosql [API] Allow removing issues () 2022-03-01 01:20:15 +01:00
notification [API] Allow removing issues () 2022-03-01 01:20:15 +01:00
options format with gofumpt () 2022-01-20 18:46:10 +01:00
password Fixed assert statements. () 2021-06-07 07:27:09 +02:00
pprof refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
private Update HTTP status codes to modern codes () 2022-03-23 12:54:07 +08:00
process Add pprof labels in processes and for lifecycles () 2022-03-25 12:47:12 +00:00
proxy Return nil proxy function if proxy not enabled () 2021-08-19 16:41:20 -04:00
public Fix mime-type detection for HTTP server () 2022-01-23 20:19:49 +08:00
queue Add number in queue status to monitor page () 2022-02-12 13:31:26 +08:00
recaptcha refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
references format with gofumpt () 2022-01-20 18:46:10 +01:00
repository Set the default branch for repositories generated from templates () 2022-03-27 03:56:28 +01:00
secret Use CryptoRandomBytes instead of CryptoRandomString () 2022-02-04 18:03:15 +01:00
session format with gofumpt () 2022-01-20 18:46:10 +01:00
setting Ensure that setting.LocalURL always has a trailing slash () 2022-03-22 16:59:57 +00:00
ssh Update golang.org/x/crypto () 2022-03-16 02:59:53 +01:00
storage Clean paths when looking in Storage () 2022-03-22 17:02:26 -04:00
structs Set the default branch for repositories generated from templates () 2022-03-27 03:56:28 +01:00
svg refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
sync Fix missing unlock in uniquequeue () 2020-01-15 23:58:33 +02:00
templates Prevent start panic due to missing DotEscape function 2022-03-23 16:08:27 +00:00
test Use ctx instead of db.DefaultContext in some packages(routers/services/modules) () 2022-03-22 16:22:54 +01:00
timeutil format with gofumpt () 2022-01-20 18:46:10 +01:00
translation Refactor i18n, use Locale to provide i18n/translation related functions () 2022-02-08 11:02:30 +08:00
typesniffer format with gofumpt () 2022-01-20 18:46:10 +01:00
updatechecker format with gofumpt () 2022-01-20 18:46:10 +01:00
upload Simplify parameter types () 2021-12-20 04:41:31 +00:00
uri Prevent NPE if gitea uploader fails to open url () 2021-12-23 16:27:33 +00:00
user Add gitea-vet () 2020-04-05 07:20:50 +01:00
util Cleanup protected branches when deleting users & teams () 2022-03-22 09:09:45 +08:00
validation format with gofumpt () 2022-01-20 18:46:10 +01:00
web Update HTTP status codes to modern codes () 2022-03-23 12:54:07 +08:00