Commit Graph

48 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov 0570df3267 search for all words in mysql match 2017-04-28 01:43:59 +03:00
Vitaliy Filippov b1c98f2199 Fix search, add mysql fulltext search support 2017-04-28 01:15:59 +03:00
Vitaliy Filippov da61367c19 Fulltext search op (pgsql) 2017-04-23 21:49:23 +03:00
Vitaliy Filippov 43a14306dc Create fulltext index on commit.message 2017-04-23 21:49:23 +03:00
Vitaliy Filippov 2055178f3c Remove unreachable commits during update 2017-04-14 18:23:22 +03: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 8a3f4fc616
models: add config options for XORM logger (#3183)
Added new config section '[log.xorm]'.
2017-03-23 18:34:25 -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 600f748cb0
vendor: update golang.org/x/crypto/ssh
Related to #4160
2017-03-01 21:33:58 -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
Cyril Rohr 3c0d162961 packager: update files (#4181)
* Fix packaging

* Fix macaron vendor sha

Revision 8be5635c28f40a85ce8e8f65c6118b4ee4e548e9 does not exist

* Add build dependency for centos
2017-02-23 15:33:58 -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
Unknwon f3a228ed61
vendor: update gopkg.in/macaron.v1 2017-02-19 15:51:10 -05:00
Unknwon 7de71333c6
repo: several minor improvements
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.
2017-02-19 13:18:16 -05:00
Unknwon 0a2f87f941
cron: add repository archive cleanup (#4061) 2017-02-18 19:35:59 -05:00
Unknwon c69900325d
commits: able to specify pageSize dynamically (#3965)
Usage: <url>?page={page}&pageSize={pageSize}

Also avoid/removed getting total commits count for pagination,
users are only allowed navigation by 'newer' and 'older'.
2017-02-18 18:37:47 -05:00
Unknwon dbd9f05c06
vendor: update github.com/go-xorm/* 2017-02-18 11:22:44 -05:00
Unknwon 7bd6052efe
vendor: update gopkg.in/clog.v1 2017-02-17 18:05:41 -05:00
Unknwon 07801cbf09
repo/release: add pagination (#2164) 2017-02-17 17:41:55 -05:00
Unknwon 3b49a99b60
wiki: fix crash with blob name contains tab (#3916) 2017-02-16 11:47:54 -05:00
Unknwon b9560ec9cb
vendor: update git-module (#4128) 2017-02-15 18:34:02 -05:00
Unknwon 94f91543b6
Fix compilation error 2017-02-15 04:09:07 -05:00
Unknwon ec9c14c09d
vendor: update dependency 2017-02-14 18:47:09 -05:00
Unknwon a0253cab62
vendor: update git-module 2017-02-14 17:21:55 -05:00
Unknwon 039dc33367
git: delegate all server-side Git hooks (#1623) 2017-02-14 16:22:16 -05:00
Unknwon 1381f0f28e
vendor: check in missing dependency 2017-02-13 20:58:53 -05:00
Unknwon f967e9d021
vendor: add new dependency (#3772) 2017-02-13 20:52:35 -05:00
Unknwon c37d3f6486
vendor: remove unnecessary sublime files 2017-02-13 14:09:08 -05:00
Unknwon bd786b8ef0
auth: remove MD5 for secure cookie secret (#4117)
Update vendor accordingly
2017-02-13 14:05:49 -05:00
Unknwon 2fd69f13d9
vendor: check in vendors
Bye bye glide...
2017-02-09 19:48:13 -05:00