forgejo/services/convert
JakobDev 1bce2dc5c5 [FEAT]Add Option to hide Release Archive links (#3139)
This adds a new options to releases to hide the links to the automatically generated archives. This is useful, when the automatically generated Archives are broken e.g. because of Submodules.

![grafik](/attachments/5686edf6-f318-4175-8459-89c33973b181)
![grafik](/attachments/74a8bf92-2abb-47a0-876d-d41024770d0b)

Note:
This juts hides the Archives from the UI. Users can still download 5the Archive if they know t correct URL.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3139
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: JakobDev <jakobdev@gmx.de>
Co-committed-by: JakobDev <jakobdev@gmx.de>
2024-04-24 15:15:55 +00:00
..
activity.go
attachment.go
convert.go Fix branch_protection api shows users/teams who has no readAccess (#30291) 2024-04-21 16:28:16 +02:00
git_commit.go
git_commit_test.go
issue.go Fix missed doer (#30231) 2024-04-15 20:01:35 +02:00
issue_comment.go Fix missed doer (#30231) 2024-04-15 20:01:35 +02:00
issue_test.go
main_test.go
mirror.go
notification.go Performance improvements for pull request list page (#29900) 2024-03-26 19:04:26 +01:00
package.go
pull.go Fix missed doer (#30231) 2024-04-15 20:01:35 +02:00
pull_review.go
pull_test.go
release.go [FEAT]Add Option to hide Release Archive links (#3139) 2024-04-24 15:15:55 +00:00
release_test.go
repository.go Allow changing global wiki editability via the API 2024-04-16 22:51:36 +02:00
secret.go
status.go
user.go Update API to return 'source_id' for users (#29718) 2024-04-21 12:04:18 +02:00
user_test.go
utils.go
utils_test.go
wiki.go