2
0
Commit Graph

1176 Commits

Author SHA1 Message Date
Unknwon
6bff2e63c2 Update locales [CI SKIP] 2016-08-03 12:24:53 -07:00
Unknwon
818df278ff #2162 improve repository advance options UI display
Enable/disable input based on user chosen options for wiki and issue tracker.
2016-07-31 01:26:43 +08:00
Unknwon
1db9d97a39 Update locales 2016-07-30 22:28:23 +08:00
Unknwon
3f60d71e08 #1601 support delete issue comment 2016-07-26 02:48:17 +08:00
Unknwon
34661bcdc8 repo/settings/options: take naming style examples out of locale string 2016-07-25 16:55:51 +08:00
Unknwon
7307a2c557 Add org.getUserTeams to reduce redundant code 2016-07-24 18:09:45 +08:00
Unknwon
631af92670 #1384 add pagination for repositories 2016-07-24 14:32:46 +08:00
Unknwon
48b0d21673 Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
Unknwon
11e7ac2a93 Use struct for UI settings 2016-07-24 00:23:54 +08:00
Unknwon
0615474a72 conf: change default mirror checking interval to 10m 2016-07-23 20:20:09 +08:00
Unknwon
21530f0437 #3107 fix mention regex does not include dash 2016-07-23 17:29:34 +08:00
Unknwon
f62068102d #3076 detect invalid tag name git error 2016-07-23 15:59:19 +08:00
Unknwon
0a9bb4de20 Update locales [CI SKIP] 2016-07-22 22:21:26 +08:00
Dennis Chen
ade2b40c6b 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>
2016-07-21 15:31:14 +08:00
Unknwon
aaf133c4c1 Update locales and .gopmfile 2016-07-17 09:25:30 +08:00
Unknwon
1712b3418d Minor fix for go vet 2016-07-16 15:15:00 +08:00
Unknwon
916a896f01 Upgrade octicon to 4.3.0 2016-07-16 12:45:13 +08:00
Unknwon
27778760b9 #2937 able to prohibit user login 2016-07-16 10:22:16 +08:00
Unknwon
dcb0a41e41 #2854 fix no mail notification when issue is closed/reopened 2016-07-16 00:36:39 +08:00
Unknwon
3816d7b42a models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
2016-07-15 21:53:43 +08:00
Unknwon
63b3db9ad1 #2798 fix assign operation not take effect 2016-07-15 17:06:17 +08:00
Unknwon
ef9f1463e1 Update bindata and CSS 2016-07-15 14:13:30 +08:00
Unknwon
bb71191be5 #2709 validate username attribute fetched from LDAP 2016-07-12 07:07:57 +08:00
Kim Carlbäcker
ba622c22cd [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
2016-07-12 06:21:26 +08:00
Unknwon
7628a21d5d Update locale 2016-07-09 23:59:13 +08:00
Unknwon
6ccc2f3acb Minor fix for #3246 2016-07-09 13:42:05 +08:00
Pablo Saavedra
ca10c06350 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
2016-07-09 13:22:28 +08:00
Pheng Heong TAN
e7d4650541 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.
2016-07-09 13:13:57 +08:00
Unknwon
da9ed19994 Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
2016-07-08 07:25:09 +08:00
Unknwon
631defa243 #3058 #3059 support correct page size and link header 2016-07-04 17:27:06 +08:00
Unknwon
3dc8fb6862 #2968 use HTTP_ADDR to replace localhost 2016-07-02 18:54:48 +08:00
Unknwon
cc827ff310 #3078 update default app.ini 2016-07-01 22:27:52 +08:00
j.yao.SUSE
bd31471a2e change setting.go -> LocalUrl default value to (#3078) 2016-07-01 22:26:15 +08:00
Unknwon
faf8b4e49e Do not show filename not have suffifx .md 2016-07-01 15:34:03 +08:00
Unknwon
de14bdcc2f #3174 genetate bindata 2016-06-29 23:25:41 +08:00
Andrey Nering
e87fcdf88e Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) 2016-06-29 23:11:00 +08:00
Cosmin Stroe
1ccdc52dde Stricter parsing of issue URLs and commit URLs. (#3121) 2016-06-29 23:07:39 +08:00
Unknwon
60cf5595d9 Update locale bindata 2016-06-28 00:26:18 +08:00
Sandro Santilli
f213268f7e 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)
2016-06-27 18:12:30 +08:00
Franz Schmidt
a208d227f6 Fixes #3110 (#3136) 2016-06-27 17:02:39 +08:00
Unknwon
210c86e6d2 Minor fix for #3194
- Update locale bindata
2016-06-27 16:38:35 +08:00
Unknwon
6a6dcb1542 Update locale 2016-06-12 18:03:51 +08:00
Paul Tötterman
263267d911 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.
2016-06-01 01:11:28 -07:00
Unknwon
21f84bdef4 #2954 minor fix for when to set HTML alternative 2016-05-30 01:50:20 -07:00
Unknwon
8470f67eb6 #2954 use text/plain as default email content format 2016-05-30 01:32:01 -07:00
Sandro Santilli
8bd7fe8431 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)
2016-05-30 01:18:49 -07:00
Unknwon
6330503f8c locale: update Czech 2016-05-12 14:31:06 -04:00
Unknwon
b189f804f1 bindata: follow up data clean 2016-05-11 12:17:52 -04:00
Unknwon
8e4ee6dba2 Add Czech support 2016-05-11 12:00:47 -04:00
Kim Carlbäcker
b251031230 PDF-Previews in file-lists now working (#3000) 2016-04-26 21:48:44 -04:00