Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vendor: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | vendor: update github.com/gogits/git-module | Unknwon | 2017-11-16 |
| | |||
* | vendor: update github.com/gogits/git-module (#4475) | Unknwon | 2017-06-08 |
| | |||
* | repo/pull: detect case when no merge base found (#4434) | Unknwon | 2017-06-05 |
| | |||
* | modes/mirror: make Updated unchanged if no new commits fetched (#4341) | Unknwon | 2017-04-06 |
| | | | | | After sync mirror, get latest commit date and compare to current repository updated time, only update it if the commit date is newer. | ||
* | models/repo_diff: move core functions to gogits/git-module | Unknwon | 2017-04-04 |
| | |||
* | webhook: add file status to push event (#3897) | Unknwon | 2017-03-16 |
| | |||
* | repo: able to view size (#1158) | Unknwon | 2017-03-12 |
| | |||
* | release: improve page load performance | Unknwon | 2017-03-10 |
| | | | | | | | | 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'. | ||
* | repo: several minor improvements | Unknwon | 2017-02-19 |
| | | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. | ||
* | commits: able to specify pageSize dynamically (#3965) | Unknwon | 2017-02-18 |
| | | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'. | ||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 |
| | |||
* | wiki: fix crash with blob name contains tab (#3916) | Unknwon | 2017-02-16 |
| | |||
* | vendor: update git-module (#4128) | Unknwon | 2017-02-15 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | vendor: check in vendors | Unknwon | 2017-02-09 |
Bye bye glide... |