Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vendor: update gopkg.in/clog.v1 | Unknwon | 2018-03-20 |
| | |||
* | vendor: update github.com/go-xorm/xorm (#4913) | Unknwon | 2018-03-09 |
| | |||
* | vendor: update github.com/go-xorm/core (#4913) | Unknwon | 2018-03-09 |
| | |||
* | vendor: update github.com/go-xorm/core | Unknwon | 2018-03-06 |
| | | | | Related #4642 | ||
* | vendor: update gopkg.in/macaron.v1 | Unknwon | 2018-03-06 |
| | |||
* | vendor: update github.com/gogits/git-module | Unknwon | 2018-03-02 |
| | |||
* | vendor: update github.com/gogits/git-module (#4855) | Unknwon | 2017-11-16 |
| | |||
* | vendor: update github.com/gogits/git-module | Unknwon | 2017-11-16 |
| | |||
* | vendor: update github.com/go-macaron/binding (#4428) | Unknwon | 2017-06-11 |
| | |||
* | vendor: update github.com/gogits/git-module (#4475) | Unknwon | 2017-06-08 |
| | |||
* | vendor: update github.com/go-xorm/* (#4419) | Unknwon | 2017-06-07 |
| | |||
* | vendor: update github.com/gogits/git-module | Unknwon | 2017-06-05 |
| | |||
* | repo/pull: detect case when no merge base found (#4434) | Unknwon | 2017-06-05 |
| | |||
* | vendor: update github.com/gogits/go-gogs-client | Unknwon | 2017-06-02 |
| | |||
* | vendor: update github.com/msteinert/pam (#4216) | Unknwon | 2017-05-29 |
| | |||
* | vendor: add github.com/chaseadamsio/goorgeous | Unknwon | 2017-05-17 |
| | |||
* | vendor: update xorm version for fix git clone error build with golang 1.8.1 ↵ | peter zhang | 2017-04-26 |
| | | | | (#4460) | ||
* | api/repo: add Mirror field (#4392) | Unknwon | 2017-04-07 |
| | |||
* | 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. | ||
* | vendor: add github.com/boombuler/barcode/utils | Unknwon | 2017-04-06 |
| | |||
* | vendor: add packages for 2fa | Unknwon | 2017-04-06 |
| | |||
* | repo/commit: improve error detection | Unknwon | 2017-04-04 |
| | | | | Response 404 not 500 for raw diff if object does not exist. | ||
* | models/repo_diff: move core functions to gogits/git-module | Unknwon | 2017-04-04 |
| | |||
* | vendor: update github.com/gogits/git-module | Unknwon | 2017-04-03 |
| | |||
* | vendor: update github.com/gogits/git-module | Unknwon | 2017-04-01 |
| | |||
* | vendor: update github.com/go-macaron/captcha | Unknwon | 2017-03-30 |
| | | | | [CI SKIP] | ||
* | models: add config options for XORM logger (#3183) | Unknwon | 2017-03-23 |
| | | | | Added new config section '[log.xorm]'. | ||
* | vendor: update github.com/go-macaron/session (#3363) | Unknwon | 2017-03-20 |
| | |||
* | repo/commit: able to config default commits page size (#4230) | Unknwon | 2017-03-16 |
| | | | | Added config option '[ui.user] COMMITS_PAGING_NUM'. | ||
* | webhook: add file status to push event (#3897) | Unknwon | 2017-03-16 |
| | |||
* | repo: able to view size (#1158) | Unknwon | 2017-03-12 |
| | |||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 |
| | |||
* | 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'. | ||
* | webhook: add issue comment event | Unknwon | 2017-03-09 |
| | |||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 |
| | | | | Also addresses #3485. | ||
* | vendor: update golang.org/x/crypto/ssh | Unknwon | 2017-03-01 |
| | | | | Related to #4160 | ||
* | hook: fix can’t be executed while run as service on Windows (#4207) | Unknwon | 2017-02-28 |
| | |||
* | webhook: add fork event | Unknwon | 2017-02-27 |
| | |||
* | webhook: able to detect delete branch or tag (#2315) | Unknwon | 2017-02-27 |
| | |||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | packager: update files (#4181) | Cyril Rohr | 2017-02-23 |
| | | | | | | | | | | * Fix packaging * Fix macaron vendor sha Revision 8be5635c28f40a85ce8e8f65c6118b4ee4e548e9 does not exist * Add build dependency for centos | ||
* | vendor: update github.com/go-macaron/toolbox (#2857) | Unknwon | 2017-02-20 |
| | | | | Support HEAD requests of '/healthcheck' for service monitoring. | ||
* | vendor: update gopkg.in/macaron.v1 | Unknwon | 2017-02-19 |
| | |||
* | 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. | ||
* | cron: add repository archive cleanup (#4061) | Unknwon | 2017-02-18 |
| | |||
* | 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'. | ||
* | vendor: update github.com/go-xorm/* | Unknwon | 2017-02-18 |
| | |||
* | vendor: update gopkg.in/clog.v1 | Unknwon | 2017-02-17 |
| | |||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 |
| | |||
* | wiki: fix crash with blob name contains tab (#3916) | Unknwon | 2017-02-16 |
| |