Unknwon
8a3f4fc616
models: add config options for XORM logger ( #3183 )
...
Added new config section '[log.xorm]'.
8 years ago
Unknwon
aba8789542
vendor: update github.com/go-macaron/session ( #3363 )
8 years ago
Unknwon
bc630cc52b
repo/commit: able to config default commits page size ( #4230 )
...
Added config option '[ui.user] COMMITS_PAGING_NUM'.
8 years ago
Unknwon
9e8ffa14cb
webhook: add file status to push event ( #3897 )
8 years ago
Unknwon
bb19bb601e
repo: able to view size ( #1158 )
8 years ago
Unknwon
b615d670b3
webhook: add Release event ( #2387 )
8 years ago
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'.
8 years ago
Unknwon
89cc6aa430
webhook: add issue comment event
8 years ago
Unknwon
c93731339f
webhook: support Issues event ( #2319 )
...
Also addresses #3485 .
8 years ago
Unknwon
600f748cb0
vendor: update golang.org/x/crypto/ssh
...
Related to #4160
8 years ago
Unknwon
e08161a302
hook: fix can’t be executed while run as service on Windows ( #4207 )
8 years ago
Unknwon
b06f299748
webhook: add fork event
8 years ago
Unknwon
f0086e66ae
webhook: able to detect delete branch or tag ( #2315 )
8 years ago
Unknwon
6ec859f2b0
webhook: send secret with SHA256 HMAC hex digest ( #3692 )
8 years ago
Cyril Rohr
3c0d162961
packager: update files ( #4181 )
...
* Fix packaging
* Fix macaron vendor sha
Revision 8be5635c28f40a85ce8e8f65c6118b4ee4e548e9 does not exist
* Add build dependency for centos
8 years ago
Unknwon
0bef74d499
vendor: update github.com/go-macaron/toolbox ( #2857 )
...
Support HEAD requests of '/healthcheck' for service monitoring.
8 years ago
Unknwon
f3a228ed61
vendor: update gopkg.in/macaron.v1
8 years ago
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.
8 years ago
Unknwon
0a2f87f941
cron: add repository archive cleanup ( #4061 )
8 years ago
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'.
8 years ago
Unknwon
dbd9f05c06
vendor: update github.com/go-xorm/*
8 years ago
Unknwon
7bd6052efe
vendor: update gopkg.in/clog.v1
8 years ago
Unknwon
07801cbf09
repo/release: add pagination ( #2164 )
8 years ago
Unknwon
3b49a99b60
wiki: fix crash with blob name contains tab ( #3916 )
8 years ago
Unknwon
b9560ec9cb
vendor: update git-module ( #4128 )
8 years ago
Unknwon
94f91543b6
Fix compilation error
8 years ago
Unknwon
ec9c14c09d
vendor: update dependency
8 years ago
Unknwon
a0253cab62
vendor: update git-module
8 years ago
Unknwon
039dc33367
git: delegate all server-side Git hooks ( #1623 )
8 years ago
Unknwon
1381f0f28e
vendor: check in missing dependency
8 years ago
Unknwon
f967e9d021
vendor: add new dependency ( #3772 )
8 years ago
Unknwon
c37d3f6486
vendor: remove unnecessary sublime files
8 years ago
Unknwon
bd786b8ef0
auth: remove MD5 for secure cookie secret ( #4117 )
...
Update vendor accordingly
8 years ago
Unknwon
2fd69f13d9
vendor: check in vendors
...
Bye bye glide...
8 years ago