| Commit message (Collapse) | Author | Age |
|
|
|
| |
Relates to #649 and #2157
|
| |
|
| |
|
|
|
|
| |
Added new config section '[log.xorm]'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added new config section '[release.attachment]’.
|
| |
|
| |
|
| |
|
|
|
|
| |
Added new config section '[smartypants]', and disabled by default.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
This also addresses #4231. It is now ignoring nonexistent
organizations returned from 'org_user' table.
This was a bug caused in older version that didn't cleanup
'org_user' table when delete an organization.
|
| |
|
|
|
|
| |
Related to #4160
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add options to add users and teams to whitelist of a protected
branch. This is only available for organizational repositories.
|
| |
|
| |
|
|
|
|
| |
Add new config option '[session] CSRF_COOKIE_NAME'.
|
| |
|
|
|
|
| |
Add new config option '[webhook] TYPES’.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
E.g. atomi.github.io
|
| |
|