mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* download endpoint has to use 302 redirect * fake blob download used if direct download not possible * downloading v3 artifacts not possible New repo apis based on GitHub Rest V3 - GET /runs/{run}/artifacts (Cannot use run index of url due to not being unique) - GET /artifacts - GET + DELETE /artifacts/{artifact_id} - GET /artifacts/{artifact_id}/zip - (GET /artifacts/{artifact_id}/zip/raw this is a workaround for a http 302 assertion in actions/toolkit) - api docs removed this is protected by a signed url like the internal artifacts api and no longer usable with any token or swagger - returns http 401 if the signature is invalid - or change the artifact id - or expired after 1 hour Closes #33353 Closes #32124 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
1 week ago | |
---|---|---|
.. | ||
actions.go | 1 year ago | |
admin.go | 1 year ago | |
admin_auth.go | 10 months ago | |
admin_auth_ldap.go | 4 months ago | |
admin_auth_ldap_test.go | 1 year ago | |
admin_auth_oauth.go | 10 months ago | |
admin_auth_stmp.go | 10 months ago | |
admin_regenerate.go | 12 months ago | |
admin_user.go | 2 years ago | |
admin_user_change_password.go | 10 months ago | |
admin_user_create.go | 2 weeks ago | |
admin_user_create_test.go | 2 weeks ago | |
admin_user_delete.go | 10 months ago | |
admin_user_generate_access_token.go | 10 months ago | |
admin_user_list.go | 1 year ago | |
admin_user_must_change_password.go | 2 years ago | |
cert.go | 2 years ago | |
cmd.go | 2 years ago | |
docs.go | 2 years ago | |
doctor.go | 1 year ago | |
doctor_convert.go | 1 year ago | |
doctor_test.go | 1 year ago | |
dump.go | 10 months ago | |
dump_repo.go | 2 years ago | |
embedded.go | 10 months ago | |
generate.go | 1 year ago | |
hook.go | 5 months ago | |
hook_test.go | 2 years ago | |
keys.go | 1 year ago | |
mailer.go | 1 year ago | |
main.go | 2 months ago | |
main_test.go | 2 months ago | |
manager.go | 2 years ago | |
manager_logging.go | 10 months ago | |
migrate.go | 2 months ago | |
migrate_storage.go | 1 week ago | |
migrate_storage_test.go | 1 year ago | |
restore_repo.go | 2 years ago | |
serv.go | 4 weeks ago | |
web.go | 1 month ago | |
web_acme.go | 2 months ago | |
web_graceful.go | 2 years ago | |
web_https.go | 2 years ago |