Unknwon
cb5bfbcc5f
#3274 fix can't get webhook detail of organization
9 years ago
Unknwon
b40ab466ae
Bump version
9 years ago
Unknwon
7b4e810eb5
#2854 fix no mail notification when issue is closed/reopened
9 years ago
Unknwon
bc2448daaa
models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
9 years ago
Unknwon
871bfa0bf7
#2798 fix assign operation not take effect
9 years ago
Unknwon
0902c489a5
Update Docker README
9 years ago
Unknwon
de12af234e
Update bindata and CSS
9 years ago
Kim Carlbäcker
6364f982ce
Ignore Response Body for Slack Hooks #3169 ( #3256 )
9 years ago
Richard Mahn
e0a1e59ada
Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui ( #3267 )
9 years ago
Laica Lunasys
4403b4181b
Apply font for Japanese / Chinese (more) ( #3266 )
9 years ago
Atakan Goktepe
f02bc2d61b
Changed Turkish language name to 'Türkçe' ( #3268 )
9 years ago
Andrey Arapov
8a6c87023d
docker: Support timezones ( #3262 )
9 years ago
Unknwon
36c957b4a7
#2709 validate username attribute fetched from LDAP
9 years ago
lstahlman
ccdc54584e
Add timestamps to repository api response ( #3255 )
Additional properties: created_at, updated_at
9 years ago
Kim Carlbäcker
a60155f637
[Fix] Don't display way too large files #1513 ( #3253 )
* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge
9 years ago
Unknwon
c7bbd3048f
#2586 bump git-module requirement
9 years ago
Unknwon
bd7242fbd6
Update glide.lock
9 years ago
lstahlman
ab5f52860a
Extend the API to include more repository properties ( #3249 )
Adds description, stars_count, forks_count, watchers_count and
open_issues_count.
9 years ago
Unknwon
d6fbbb3384
#2458 fix emoji been rendered inside raw content area
9 years ago
Unknwon
88a3fbf8de
Update locale
9 years ago
Unknwon
7e6b50c2d4
#2375 preserve cases for action content
9 years ago
Unknwon
d3505ff984
Minor fix for #3246
9 years ago
Pablo Saavedra
5a99c23938
The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )
Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
9 years ago
Pheng Heong TAN
18c2e0e559
Modify behaviour of repo-delete. ( #3232 )
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
9 years ago
Unknwon
7270678853
#3057 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
9 years ago
Unknwon
28d6ecec66
#3229 disallow repository name . and ..
Since . and .. has browser automatical behaviors, we need to disallow those names.
9 years ago
Unknwon
126c84acc4
Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon
daa6b962e3
Upgrade frontend assets
9 years ago
Unknwon
abc82c3f25
#3058 #3059 support correct page size and link header
9 years ago
Tom
8ff5668806
getEngine() not handles DB parameters ( #2972 ) ( #2974 )
9 years ago
Unknwon
ca8355c6e4
#2968 use HTTP_ADDR to replace localhost
9 years ago
Unknwon
d05d43a4e4
#2947 fix inapproriate comment
9 years ago
Unknwon
f0cddadfd0
#3078 update default app.ini
9 years ago
j.yao.SUSE
c40436adcd
change setting.go -> LocalUrl default value to ( #3078 )
9 years ago
Vasily Mikhaylichenko
7d87af2d1b
Add an OpenBSD daemon control script ( #3060 )
9 years ago
Unknwon
9877453b1c
Do not show filename not have suffifx .md
9 years ago
Unknwon
1a9bda1fd6
Fix wiki vulnerabilities
- Arbitrary file creation leading to command execution
- .md file creation/deletion
Reported by Gabriel Campana.
9 years ago
Unknwon
1ef690459c
#2959 update README version description
9 years ago
wanglinzhizhi
f245ffe7c2
port 25 do not work, and port 465 is right ( #3145 )
QQ STMP host port is 465
host = smtp.qq.com:465
and need the Authorized
9 years ago
Unknwon
5817905391
#518 update git-module require version
9 years ago
Unknwon
58b350e67f
#3174 genetate bindata
9 years ago
Andrey Nering
cdc7a8c613
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Cosmin Stroe
765b190dab
Stricter parsing of issue URLs and commit URLs. ( #3121 )
9 years ago
Unknwon
2ceed19550
Update locale bindata
9 years ago
Sandro Santilli
eca61aa942
Fix typo in english/US message ( #2938 )
"is activate" -> "is activated"
9 years ago
Andrey Nering
f4454c375e
Localize collaboration settings. ( #3100 )
Closes #2764
9 years ago
Unknwon
389c3c8ac9
Update glide.yaml
9 years ago
Sandro Santilli
8d9b96a411
Use a gopher as default avatar (rather than the gravatar logo) ( #3208 )
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.
Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).
In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)
9 years ago
Franz Schmidt
602d1f4200
Fixes #3110 ( #3136 )
9 years ago
Robin Lambertz
0d03259fdd
Fix #3154 ( #3155 )
9 years ago