| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Only allow HighlightJS specific classes.
Reported by ChALkeR.
|
|
|
|
| |
Should not include count for inaccessible repositories.
|
|
|
|
| |
[CI SKIP]
|
|
|
|
|
|
|
|
| |
If user creates a protect branch for the first time (which has ID=0),
it generates invalid whitelist records with 'protect_branch_id=0'.
This prevents future updates of protect branch whitelist.
Migration: remove existing invalid protect branch whitelist records.
|
| |
|
| |
|
|
|
|
| |
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.
|