Unknwon
9266f28822
Fix GitHub wrong repo language detection
8 years ago
Dennis Chen
6488ee12be
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>
8 years ago
Unknwon
c2fb01a257
#3299 don’t pop up confirm box when leave on signin page
8 years ago
Unknwon
5761342f32
#3291 fix SQLite3 session read/update conflict on create new issue
8 years ago
Unknwon
57af7432fc
#3295 fix wrong logic judgement
8 years ago
Unknwon
1c7dcdd6b9
Update dep revision
8 years ago
lstahlman
25b3836418
Refresh repository mirror from database when the repository's name has changed. ( #3276 )
8 years ago
Unknwon
5aa2bf86f4
Update locales and .gopmfile
8 years ago
Unknwon
b0eb47cb1c
Fix misselection of issues view type
8 years ago
lstahlman
e7a4f96fb6
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 )
8 years ago
Unknwon
60110adc06
models/webhook: restrict deletion to be explicitly with repo and org ID
8 years ago
Dennis Chen
5ff2dfb23e
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>
8 years ago
Unknwon
eac32419fc
templates/org/home: minor UI fix
8 years ago
Unknwon
e3d3d424b2
Minor fix for go vet
8 years ago
Unknwon
971e2c3bd6
Upgrade octicon to 4.3.0
8 years ago
Unknwon
c083d76567
#2937 able to prohibit user login
8 years ago
Unknwon
52322ef624
models/user_mail: refactor EmailAddress
8 years ago
Sandro Santilli
a4ea3bd015
Return avatar link as absolute url ( #3235 )
...
Fixes relative urls coming from api/v1
See https://github.com/drone/drone/issues/1701
8 years ago
Unknwon
3d93532c87
#3274 fix can't get webhook detail of organization
8 years ago
Unknwon
fff615d5fc
Bump version
8 years ago
Unknwon
f1b8d52eb3
#2854 fix no mail notification when issue is closed/reopened
8 years ago
Unknwon
7ca5f8f119
models/repo: remove redundant info for some repo methods
...
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
8 years ago
Unknwon
194a742fb9
#2798 fix assign operation not take effect
8 years ago
Unknwon
160956dd31
Update Docker README
8 years ago
Unknwon
089bacd54e
Update bindata and CSS
8 years ago
Kim Carlbäcker
d950bf68e3
Ignore Response Body for Slack Hooks #3169 ( #3256 )
8 years ago
Richard Mahn
7796c9e122
Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui ( #3267 )
8 years ago
Laica Lunasys
528ec9bffd
Apply font for Japanese / Chinese (more) ( #3266 )
8 years ago
Atakan Goktepe
32ec4734f9
Changed Turkish language name to 'Türkçe' ( #3268 )
8 years ago
Andrey Arapov
6a98e7d914
docker: Support timezones ( #3262 )
8 years ago
Unknwon
a752f09055
#2709 validate username attribute fetched from LDAP
8 years ago
lstahlman
846bf2ca9f
Add timestamps to repository api response ( #3255 )
...
Additional properties: created_at, updated_at
8 years ago
Kim Carlbäcker
f4ab50501e
[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
8 years ago
Unknwon
de10387f41
#2586 bump git-module requirement
8 years ago
Unknwon
1faaaeb3d9
Update glide.lock
8 years ago
lstahlman
12cb84b97f
Extend the API to include more repository properties ( #3249 )
...
Adds description, stars_count, forks_count, watchers_count and
open_issues_count.
8 years ago
Unknwon
fdcca9292e
#2458 fix emoji been rendered inside raw content area
8 years ago
Unknwon
a1f717f65a
Update locale
8 years ago
Unknwon
70a281a39b
#2375 preserve cases for action content
8 years ago
Unknwon
9fcf66f0e0
Minor fix for #3246
8 years ago
Pablo Saavedra
98b152030d
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
8 years ago
Pheng Heong TAN
467d7dacb6
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.
8 years ago
Unknwon
d62ab49978
#3057 retrieve webhook with repo_id
...
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
8 years ago
Unknwon
e30c701386
#3229 disallow repository name . and ..
...
Since . and .. has browser automatical behaviors, we need to disallow those names.
8 years ago
Unknwon
401bf944ef
Use SecurityProtocol to replace UseSSL in LDAP config
...
Initially proposed by #2376 and fixes #3068 as well.
8 years ago
Unknwon
326c982660
Upgrade frontend assets
8 years ago
Unknwon
4b25bdfbc4
#3058 #3059 support correct page size and link header
8 years ago
Tom
528682a294
getEngine() not handles DB parameters ( #2972 ) ( #2974 )
8 years ago
Unknwon
6aa00f7bcf
#2968 use HTTP_ADDR to replace localhost
8 years ago
Unknwon
f485fcde96
#2947 fix inapproriate comment
8 years ago