| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Relates to #649 and #2157
|
| |
|
|
|
|
| |
Related to #4329.
|
| |
|
| |
|
|
|
|
| |
Added new config section '[log.xorm]'.
|
| |
|
|
|
|
|
|
|
| |
* Add Repositories panel to user settings
issue #4277
* modified personal repo settings format
|
| |
|
|
|
|
| |
Add an empty space to make <span> have width.
|
| |
|
|
|
|
| |
Also highlight 'Files' tab when use editor.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added new config section '[release.attachment]’.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added new config section '[smartypants]', and disabled by default.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Move 'Commits' and 'Releases' tabs down to body.
This patch also reduces page load time for pages that do not need
to use commits count anywhere. Get commits count can hurt
performance badly for huge repositories that has tens of thousands
commits like Linux Kernel.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by João Arnaut.
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit eaab01fa4993d2c9c9141b7526747deb4f21ba2e.
|
|
|
|
|
|
|
|
|
| |
Sometimes user could simply request wrong URL, but if that wrong URL
has nothing related Git HTTP operations, HTTP Basic Authentication
should not prompted. Instead, clean 404 page should be presented.
The patch also supports Git HTTP operations without '.git' suffix
to the repository name, which addresses #4226 and #4189.
|