| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Related #4642
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(#4460)
|
| |
|
|
|
|
|
| |
After sync mirror, get latest commit date and compare to current
repository updated time, only update it if the commit date is newer.
|
| |
|
| |
|
|
|
|
| |
Response 404 not 500 for raw diff if object does not exist.
|
| |
|
| |
|
| |
|
|
|
|
| |
[CI SKIP]
|
|
|
|
| |
Added new config section '[log.xorm]'.
|
| |
|
|
|
|
| |
Added config option '[ui.user] COMMITS_PAGING_NUM'.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Previously, we load all releases of a repository which could hurt
performance when the repository has a lot of releases.
Now we're able to only load releases in current page view we need
to show by matching with 'tag_name'.
|
| |
|
|
|
|
| |
Also addresses #3485.
|
|
|
|
| |
Related to #4160
|
| |
|