| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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'.
|
| |
|
|
|
|
| |
If there is a misdetection, log shows everything.
|
|
|
|
| |
Stop using English phrases in case of Git localization.
|
| |
|
|
|
|
| |
Also addresses #3485.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Previously, if the user base directory somehow doesn't exist, the
application throws 500 for failure of rename.
Now it detects if the application should rename or just create a
new directory.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Not very robust, must execute under correct workdir.
Addresses #2072, #3708, #648
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
| |
This also solved MSSQL pagination query syntax problem reported in #4176.
|
| |
|
|
|
|
|
| |
List teams without write access to the repository cause confusion
to make users think members of team could push to the branch.
|
| |
|
| |
|
|
|
|
|
| |
Add options to add users and teams to whitelist of a protected
branch. This is only available for organizational repositories.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add new config option '[webhook] TYPES’.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|