Unknwon
779e285474
Update GitHub templates
9 years ago
마누엘
5aa1237e26
routers/repo/release: Use correct branch reference ( #3330 )
When calculating the current behind commit count the calculation should
use the current release target to get the total commit count. Should the
release target not exist anymore the calculation will return zero for
the newest release on that target. Older releases on that target will then
use that calculated commit count as reference.
The only use case that is now somehow invalid is when the release target
was merged / deleted after a tag on that release target:
master 1 - - - - - - - 6
\ /
branch 2 - 3 - 4 - 5
When `4` is the last tag on branch `branch` and the branch `branch` is not
yet deleted the calculated numbers would be:
1 commits to branch since this release
Now if the branch `branch` gets deleted the calculation function will not
find the branch and use the commit count of the newest release (`4`) as
reference resulting in:
0 commit to branch since this release
This fixes #3326
9 years ago
Richard Mahn
15f2b16568
Added Full Name to CreateUser api call ( #3333 )
9 years ago
Unknwon
40e6437873
routers/repo/issue: remove redundant format string
9 years ago
Unknwon
3d3fee66e6
#3327 fix wrong table name in Join
9 years ago
Unknwon
7f11372669
#3281 fix x.Iterate returns nothing inside session scope with SQLite3
9 years ago
Unknwon
600675304d
models/ssh_key: code cleaning
9 years ago
Unknwon
2343049b66
Fix issue event octicon CSS
9 years ago
Unknwon
d633b89ee9
#1601 support delete issue comment
9 years ago
Unknwon
2daca13477
repo/settings/options: take naming style examples out of locale string
9 years ago
Unknwon
b85aba0b67
Add org.getUserTeams to reduce redundant code
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
9835377f9c
Use struct for UI settings
9 years ago
Unknwon
372a341e17
#2790 fix not detect diff style in pull request file changes
9 years ago
Unknwon
ad03b5a528
Add some tutorial links [CI SKIP]
9 years ago
Unknwon
c8116aed7f
Minor HTML fix for delete repository notice
9 years ago
Unknwon
d61bcdc10b
Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
9 years ago
Unknwon
81df995234
conf: change default mirror checking interval to 10m
9 years ago
Unknwon
c831d5a003
#3186 fix wrong link for new pull request button of non-fork repository
9 years ago
Unknwon
767ae681cd
Update README [CI SKIP]
9 years ago
Unknwon
ed22b6b01b
#2903 use different reversed words and patterns for repository and user
9 years ago
Unknwon
2397e0dae9
#3181 detect situation when base branch is deleted in pull request
9 years ago
Unknwon
3b27731934
#3066 fix create organization ignores full name property
9 years ago
Unknwon
872cb8bb62
api: fix panic if anonymous user request admin API
Add sign in check before check user account level
9 years ago
Unknwon
a4afe68626
#3157 create user path before rename repository while transfer
os.Rename does not create parent directory automatically when not exist
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
Richard Mahn
79cf262f8f
Added coding style modes to SimpleMDE ( #3286 )
* Added coding style modes to SimpleMDE
* Moved the CodeMirror addon from simplemd to codemirror directory
9 years ago
Siarhei Navatski
5699e25718
add IsSubmodule field to DiffFile and hide view file button on diff page for submodules ( #3097 )
9 years ago
Unknwon
9342654bde
Update locales [CI SKIP]
9 years ago
Unknwon
19e34b9a9e
Bump version
9 years ago
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