aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/gogits
Commit message (Collapse)AuthorAge
* vendor: rename "gogits" to "gogs"Unknwon2018-05-27
|
* vendor: update github.com/gogits/git-moduleUnknwon2018-03-02
|
* vendor: update github.com/gogits/git-module (#4855)Unknwon2017-11-16
|
* vendor: update github.com/gogits/git-moduleUnknwon2017-11-16
|
* vendor: update github.com/gogits/git-module (#4475)Unknwon2017-06-08
|
* vendor: update github.com/gogits/git-moduleUnknwon2017-06-05
|
* repo/pull: detect case when no merge base found (#4434)Unknwon2017-06-05
|
* vendor: update github.com/gogits/go-gogs-clientUnknwon2017-06-02
|
* api/repo: add Mirror field (#4392)Unknwon2017-04-07
|
* modes/mirror: make Updated unchanged if no new commits fetched (#4341)Unknwon2017-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.
* repo/commit: improve error detectionUnknwon2017-04-04
| | | | Response 404 not 500 for raw diff if object does not exist.
* models/repo_diff: move core functions to gogits/git-moduleUnknwon2017-04-04
|
* vendor: update github.com/gogits/git-moduleUnknwon2017-04-03
|
* vendor: update github.com/gogits/git-moduleUnknwon2017-04-01
|
* repo/commit: able to config default commits page size (#4230)Unknwon2017-03-16
| | | | Added config option '[ui.user] COMMITS_PAGING_NUM'.
* webhook: add file status to push event (#3897)Unknwon2017-03-16
|
* repo: able to view size (#1158)Unknwon2017-03-12
|
* webhook: add Release event (#2387)Unknwon2017-03-11
|
* release: improve page load performanceUnknwon2017-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'.
* webhook: add issue comment eventUnknwon2017-03-09
|
* webhook: support Issues event (#2319)Unknwon2017-03-09
| | | | Also addresses #3485.
* hook: fix can’t be executed while run as service on Windows (#4207)Unknwon2017-02-28
|
* webhook: add fork eventUnknwon2017-02-27
|
* webhook: able to detect delete branch or tag (#2315)Unknwon2017-02-27
|
* webhook: send secret with SHA256 HMAC hex digest (#3692)Unknwon2017-02-24
|
* repo: several minor improvementsUnknwon2017-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.
* cron: add repository archive cleanup (#4061)Unknwon2017-02-18
|
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-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)Unknwon2017-02-17
|
* wiki: fix crash with blob name contains tab (#3916)Unknwon2017-02-16
|
* vendor: update git-module (#4128)Unknwon2017-02-15
|
* Fix compilation errorUnknwon2017-02-15
|
* vendor: update dependencyUnknwon2017-02-14
|
* vendor: update git-moduleUnknwon2017-02-14
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* vendor: check in vendorsUnknwon2017-02-09
Bye bye glide...