Unknwon
454688c7cd
Fix GitHub wrong repo language detection
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
258aeede2a
#3299 don’t pop up confirm box when leave on signin page
9 years ago
Unknwon
02339aa3c4
#3291 fix SQLite3 session read/update conflict on create new issue
9 years ago
Unknwon
3efd30608d
#3295 fix wrong logic judgement
9 years ago
Unknwon
35cb8cfca7
Update dep revision
9 years ago
lstahlman
b47159c4a4
Refresh repository mirror from database when the repository's name has changed. ( #3276 )
9 years ago
Unknwon
e5eff96d17
Update locales and .gopmfile
9 years ago
Unknwon
ca6a550cbc
Fix misselection of issues view type
9 years ago
lstahlman
6c76fe6bba
Updated Issues and Issues Stats functions to include table aliases. This addresses errors involving ambiguous column references when filtering issues by the view type "Mentioning you". ( #3269 )
9 years ago
Unknwon
9bdf738b7e
models/webhook: restrict deletion to be explicitly with repo and org ID
9 years ago
Dennis Chen
561a7f55e4
api: delete repository webhooks ( #3275 )
Allows the deletion of a webhook from a repository at the
/:user/:repo/hooks/:id endpoint.
Solves drone/drone issue #1603 .
Signed-off-by: Dennis Chen <barracks510@gmail.com>
9 years ago
Unknwon
2ad10bb4b0
templates/org/home: minor UI fix
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
849967607d
models/user_mail: refactor EmailAddress
9 years ago
Sandro Santilli
0a7b52deab
Return avatar link as absolute url ( #3235 )
Fixes relative urls coming from api/v1
See https://github.com/drone/drone/issues/1701
9 years ago
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