Commit Graph

4052 Commits (87b408a2e516bb992ff6a4c19da27fbdbc95ceb9)
 

Author SHA1 Message Date
Unknwon f1b8d52eb3 fix no mail notification when issue is closed/reopened
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
Unknwon 194a742fb9 fix assign operation not take effect
Unknwon 160956dd31 Update Docker README
Unknwon 089bacd54e Update bindata and CSS
Kim Carlbäcker d950bf68e3 Ignore Response Body for Slack Hooks ()
Richard Mahn 7796c9e122 Fixes - Change for Fontawesome icons to not conflict withs semantic-ui ()
Laica Lunasys 528ec9bffd Apply font for Japanese / Chinese (more) ()
Atakan Goktepe 32ec4734f9 Changed Turkish language name to 'Türkçe' ()
Andrey Arapov 6a98e7d914 docker: Support timezones ()
Unknwon a752f09055 validate username attribute fetched from LDAP
lstahlman 846bf2ca9f Add timestamps to repository api response ()
Additional properties: created_at, updated_at
Kim Carlbäcker f4ab50501e [Fix] Don't display way too large files ()
* Add MaxDisplayFileSize setting

* Don't show files that are too large

* Localized FileTooLarge

* Change IsFileTooBig => IsFileTooLarge
Unknwon de10387f41 bump git-module requirement
Unknwon 1faaaeb3d9 Update glide.lock
lstahlman 12cb84b97f Extend the API to include more repository properties ()
Adds description, stars_count, forks_count, watchers_count and
open_issues_count.
Unknwon fdcca9292e fix emoji been rendered inside raw content area
Unknwon a1f717f65a Update locale
Unknwon 70a281a39b preserve cases for action content
Unknwon 9fcf66f0e0 Minor fix for
Pablo Saavedra 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ()
Executed go fmt

getEngine() not handles DB parameters () ()

Uses .AllCols() for Update in updateMirror()

Spanish traslation removed

Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
Pheng Heong TAN 467d7dacb6 Modify behaviour of repo-delete. ()
Re: issues  and 

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.
Unknwon d62ab49978 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
Unknwon e30c701386 disallow repository name . and ..
Since . and .. has browser automatical behaviors, we need to disallow those names.
Unknwon 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by  and fixes  as well.
Unknwon 326c982660 Upgrade frontend assets
Unknwon 4b25bdfbc4 support correct page size and link header
Tom 528682a294 getEngine() not handles DB parameters () ()
Unknwon 6aa00f7bcf use HTTP_ADDR to replace localhost
Unknwon f485fcde96 fix inapproriate comment
Unknwon 6f6b37f148 update default app.ini
j.yao.SUSE 99c3a9390f change setting.go -> LocalUrl default value to ()
Vasily Mikhaylichenko f0df46c88a Add an OpenBSD daemon control script ()
Unknwon e84ac64964 Do not show filename not have suffifx .md
Unknwon 3a30c06345 Fix wiki vulnerabilities
- Arbitrary file creation leading to command execution
- .md file creation/deletion

Reported by Gabriel Campana.
Unknwon a10ca2c5f6 update README version description
wanglinzhizhi 927d9f092b port 25 do not work, and port 465 is right ()
QQ STMP host port is 465

host = smtp.qq.com:465

and need the Authorized
Unknwon 7938506e07 update git-module require version
Unknwon 6f7276278d genetate bindata
Andrey Nering 743d22669a Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ()
Cosmin Stroe 84841c8c4b Stricter parsing of issue URLs and commit URLs. ()
Unknwon 274a2ca528 Update locale bindata
Sandro Santilli d4aaef90e6 Fix typo in english/US message ()
"is activate" -> "is activated"
Andrey Nering 6efb1e5626 Localize collaboration settings. ()
Closes 
Unknwon 73b4acbb63 Update glide.yaml
Sandro Santilli 8a248696e9 Use a gopher as default avatar (rather than the gravatar logo) ()
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)
Franz Schmidt 8b35c194ec Fixes ()
Robin Lambertz ac05f88641 Fix ()
Unknwon 4bbb878d20 Minor fix for
- Update locale bindata
Sandro Santilli 2ce60ff314 Include repository owner name and description in html title ()
Closes