| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #4811
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Turns out mail service was not initialized at all, also mail must
be sent in sync in hook mode before program exits.
|
| |
|
|
|
|
| |
Should not load attributes if repository not found in HasForkedRepo.
|
| |
|
|
|
|
| |
Changed template file in order to make CSS work properly.
|
|
|
|
| |
Also handle error related to time parsing.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Get rid of responsive issue.
Also fixes #4527.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
After sync mirror, get latest commit date and compare to current
repository updated time, only update it if the commit date is newer.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Special characters such as '@', ';', '#' and ':' could occur in
password portion of credentials, which breaks the interpretation
and saves 'config' file in with extra characters that are not
recognized by Git (due to INI library).
|
|
|
|
|
|
|
|
| |
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Redirect user to sign in page when visit private repository with
public issues if user want to post comment or create new issue.
|
|
|
|
|
|
| |
Only allow HighlightJS specific classes.
Reported by ChALkeR.
|
|
|
|
| |
Should not include count for inaccessible repositories.
|