Unknwon
9835377f9c
Use struct for UI settings
9 years ago
Unknwon
81df995234
conf: change default mirror checking interval to 10m
9 years ago
Unknwon
932015bafb
#3107 fix mention regex does not include dash
9 years ago
Unknwon
41c8e6c524
#3076 detect invalid tag name git error
9 years ago
Unknwon
9342654bde
Update locales [CI SKIP]
9 years ago
Dennis Chen
96170ee291
avatar: make custom and generated avatars equal ( #3301 )
Sets all avatars to use PNG image format.
Keeps avatars consistent at 290x290px resolution.
Signed-off-by: Dennis Chen <barracks510@gmail.com>
9 years ago
Unknwon
e5eff96d17
Update locales and .gopmfile
9 years ago
Unknwon
3708eaa9e9
Minor fix for go vet
9 years ago
Unknwon
98aaf604c5
Upgrade octicon to 4.3.0
9 years ago
Unknwon
607de5e909
#2937 able to prohibit user login
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
de12af234e
Update bindata and CSS
9 years ago
Unknwon
36c957b4a7
#2709 validate username attribute fetched from LDAP
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
88a3fbf8de
Update locale
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
126c84acc4
Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon
abc82c3f25
#3058 #3059 support correct page size and link header
9 years ago
Unknwon
ca8355c6e4
#2968 use HTTP_ADDR to replace localhost
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
Unknwon
9877453b1c
Do not show filename not have suffifx .md
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
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
Unknwon
f28a20be20
Minor fix for #3194
- Update locale bindata
9 years ago
Unknwon
8fda485b58
Update locale
9 years ago
Paul Tötterman
f22b66b03d
Add ServerName to tls.Config in LDAP auth ( #3104 )
From https://godoc.org/crypto/tls#Config
ServerName is used to verify the hostname on the returned
certificates unless InsecureSkipVerify is given. It is also included
in the client's handshake to support virtual hosting unless it is
an IP address.
This is needed for certificate validation without InsecureSkipVerify.
9 years ago
Unknwon
dcef6a4c25
#2954 minor fix for when to set HTML alternative
9 years ago
Unknwon
ede3242712
#2954 use text/plain as default email content format
9 years ago
Sandro Santilli
1383edfba2
Do not write HTML in text/plain mail part ( #2954 )
* Do not write HTML in text/plain mail part
Fixes #2928
* Pass text/plain first, text/html second
* Do not send plain/text email if html2text failed (untested)
9 years ago
Unknwon
edb0185af8
locale: update Czech
9 years ago
Unknwon
4a3f302e05
bindata: follow up data clean
9 years ago
Unknwon
10332ef7cc
Add Czech support
9 years ago
Kim Carlbäcker
346d734eff
PDF-Previews in file-lists now working ( #3000 )
9 years ago
Unknwon
f34f5ee273
Add new language support
- Update language choose dropdown to fit more languages
9 years ago
Unknwon
1bedc83fef
#2992 set default style name when empty in AfterSet
9 years ago
Cosmin Stroe
561a81df44
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
9 years ago
Kim Carlbäcker
36073d6951
Fixed #2909 ( #2979 )
9 years ago
Unknwon
0248b05674
Update locales
9 years ago
Unknwon
6ba31f0be3
#2878 print error of JSON unmarshal and always returns a valid object
9 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
9 years ago
Nikko Miu
a92890a5fa
Changed EscapePound function with string replace function
9 years ago