mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
This adds the date a repo is archived to Gitea and shows it in the UI and API. A feature, that GitHub has been [introduced recently](https://github.blog/changelog/2022-11-23-repository-archive-date-now-shown-in-ui/). I currently don't know how to correctly deal with the Date in the template, as different languages have different ways of writing a date.  --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> |
||
|---|---|---|
| .. | ||
| activity.go | ||
| attachment.go | ||
| convert.go | ||
| git_commit_test.go | ||
| git_commit.go | ||
| issue_comment.go | ||
| issue_test.go | ||
| issue.go | ||
| main_test.go | ||
| mirror.go | ||
| notification.go | ||
| package.go | ||
| pull_review.go | ||
| pull_test.go | ||
| pull.go | ||
| release.go | ||
| repository.go | ||
| status.go | ||
| user_test.go | ||
| user.go | ||
| utils_test.go | ||
| utils.go | ||
| wiki.go | ||