64 Commits

Author SHA1 Message Date
Unknwon
a1098384c0
vendor: update github.com/gogs/git-module 2018-10-23 07:02:13 -04:00
Unknwon
7a7e07a57c
vendor: add dependencies of Prometheus client 2018-09-14 22:38:06 -04:00
Unknwon
ba7b2cc1f6
vendor: update github.com/gogs/git-module 2018-08-17 23:15:26 +08:00
Unknwon
33434a40d7
vendor: update github.com/gogs/git-module 2018-08-17 20:03:00 +08:00
Unknwon
f4f4edf276
vendor: update github.com/gogs/git-module 2018-06-25 19:58:40 +08:00
Unknwon
93f3a7f96a
vendor: update github.com/go-sql-driver/mysql 2018-06-15 13:33:08 +08:00
Unknwon
5e158b51db
vendor: add new dependencies 2018-06-09 17:34:38 +08:00
Unknwon
694208865b
vendor: add github.com/json-iterator/go 2018-06-09 17:20:38 +08:00
Unknwon
a75c435245
vendor: update github.com/go-xorm/… 2018-06-09 16:28:52 +08:00
Unknwon
078549518d
vendor: update github.com/gogs/git-module 2018-06-09 10:00:45 +08:00
Unknwon
8d091ec062
vendor: update github.com/gogs/git-module 2018-06-03 20:26:29 +08:00
Unknwon
702acc06d8
vendor: update github.com/gogs/git-module 2018-05-29 06:43:19 +08:00
Unknwon
e33d9e77f4
vendor: rename "gogits" to "gogs" 2018-05-27 09:07:15 +08:00
Unknwon
28f74cf1c6
vendor: update github.com/go-xorm/xorm (#4913) 2018-03-09 00:26:47 -05:00
Unknwon
83655d5c00
vendor: update github.com/go-xorm/core (#4913) 2018-03-09 00:25:05 -05:00
Unknwon
f274f76607
vendor: update github.com/go-xorm/core
Related #4642
2018-03-06 05:27:04 -05:00
Unknwon
17d2a9c435
vendor: update github.com/gogits/git-module 2018-03-02 02:17:04 -05:00
Unknwon
ae40bb00b3
vendor: update github.com/gogits/git-module (#4855) 2017-11-16 13:13:28 -05:00
Unknwon
3dd93f5533
vendor: update github.com/gogits/git-module 2017-11-16 00:04:07 -05:00
Unknwon
e1f01305d8
vendor: update github.com/go-macaron/binding (#4428) 2017-06-11 02:59:49 -04:00
Unknwon
7b85ee4954
vendor: update github.com/gogits/git-module (#4475) 2017-06-08 16:56:09 -04:00
Unknwon
b40dc550ed
vendor: update github.com/go-xorm/* (#4419) 2017-06-07 01:19:32 -04:00
Unknwon
3359b942b3
vendor: update github.com/gogits/git-module 2017-06-05 13:35:13 -04:00
Unknwon
36d6450977
repo/pull: detect case when no merge base found (#4434) 2017-06-05 00:10:53 -04:00
Unknwon
a1411c36de
vendor: update github.com/gogits/go-gogs-client 2017-06-02 14:26:43 -04:00
Unknwon
0778d7de80
vendor: update github.com/msteinert/pam (#4216) 2017-05-29 23:43:40 -04:00
Unknwon
5202b7da48
vendor: add github.com/chaseadamsio/goorgeous 2017-05-17 18:46:23 -04:00
peter zhang
10ee2e0dad vendor: update xorm version for fix git clone error build with golang 1.8.1 (#4460) 2017-04-26 19:47:16 -04:00
Unknwon
65277e47c5
api/repo: add Mirror field (#4392) 2017-04-07 18:15:23 -04:00
Unknwon
8d0417497b
modes/mirror: make Updated unchanged if no new commits fetched (#4341)
After sync mirror, get latest commit date and compare to current
repository updated time, only update it if the commit date is newer.
2017-04-06 20:58:57 -04:00
Unknwon
1a04da864f
vendor: add github.com/boombuler/barcode/utils 2017-04-06 00:15:39 -04:00
Unknwon
c8c975c99b
vendor: add packages for 2fa 2017-04-06 00:14:39 -04:00
Unknwon
41c8e87be8
repo/commit: improve error detection
Response 404 not 500 for raw diff if object does not exist.
2017-04-04 02:01:29 -04:00
Unknwon
55afc1ad21
models/repo_diff: move core functions to gogits/git-module 2017-04-04 01:45:57 -04:00
Unknwon
c07899701a
vendor: update github.com/gogits/git-module 2017-04-03 15:09:53 -04:00
Unknwon
b3ac33cbcf
vendor: update github.com/gogits/git-module 2017-04-01 17:50:11 -04:00
Unknwon
aff55ff105
vendor: update github.com/go-macaron/captcha
[CI SKIP]
2017-03-30 12:35:43 -04:00
Unknwon
aba8789542
vendor: update github.com/go-macaron/session (#3363) 2017-03-20 14:06:41 -04:00
Unknwon
bc630cc52b
repo/commit: able to config default commits page size (#4230)
Added config option '[ui.user] COMMITS_PAGING_NUM'.
2017-03-16 22:28:32 -04:00
Unknwon
9e8ffa14cb
webhook: add file status to push event (#3897) 2017-03-16 17:33:04 -04:00
Unknwon
bb19bb601e
repo: able to view size (#1158) 2017-03-12 01:59:48 -05:00
Unknwon
b615d670b3
webhook: add Release event (#2387) 2017-03-11 18:41:32 -05:00
Unknwon
451aef7a1c
release: improve page load performance
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'.
2017-03-10 14:12:46 -05:00
Unknwon
89cc6aa430
webhook: add issue comment event 2017-03-09 04:11:23 -05:00
Unknwon
c93731339f
webhook: support Issues event (#2319)
Also addresses #3485.
2017-03-09 00:03:29 -05:00
Unknwon
e08161a302
hook: fix can’t be executed while run as service on Windows (#4207) 2017-02-28 22:58:52 -05:00
Unknwon
b06f299748
webhook: add fork event 2017-02-27 22:48:18 -05:00
Unknwon
f0086e66ae
webhook: able to detect delete branch or tag (#2315) 2017-02-27 22:47:21 -05:00
Unknwon
6ec859f2b0
webhook: send secret with SHA256 HMAC hex digest (#3692) 2017-02-24 12:23:19 -05:00
Unknwon
0bef74d499
vendor: update github.com/go-macaron/toolbox (#2857)
Support HEAD requests of '/healthcheck' for service monitoring.
2017-02-20 13:39:46 -05:00