Ethan Koenig
|
57c91032f3
|
Fix user profile activity feed (#1848)
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
|
8 years ago |
Ethan Koenig
|
74f13ec07b
|
Commitless repos should be bare
|
8 years ago |
Ethan Koenig
|
ab3b136cce
|
Fix invalid reference in feeds template (#1820)
* Fix invalid reference in feeds template
* Comment for GetActAvatar
* Add integration test
|
8 years ago |
Ethan Koenig
|
66ee05fd53
|
Fix activity feed (#1779)
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
|
8 years ago |
agrn
|
ca68b6b276
|
Fix "Error: No issue number specified" when pushing (#1393)
* Fix "Error: No issue number specified" when pushing
* update pr
|
8 years ago |
Lunny Xiao
|
6e4413b23d
|
fix wrong log when push to a new branch (#1220)
|
8 years ago |
Ethan Koenig
|
6c8f6ede64
|
Fix FIXME and remove superfluous queries in models/org (#749)
|
8 years ago |
Andrey Nering
|
57b5bd07c9
|
Create missing database indexes (#596)
|
8 years ago |
Ethan Koenig
|
feb1506600
|
Fix typos in models/ (#576)
|
8 years ago |
Lunny Xiao
|
5e531a7e64
|
fix tag webhook 404 error (#420)
|
8 years ago |
Lunny Xiao
|
301dcd4876
|
update code.gitea.io/git (#450)
|
8 years ago |
Lunny Xiao
|
4f165ac458
|
bug fixed branch name for pushupdate (#380)
|
8 years ago |
Ethan Koenig
|
2872b66e89
|
Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
|
8 years ago |
Kim "BKC" Carlbäcker
|
6fb9644a74
|
CreateBranch-hook has shasum. Use the full ref for fetching shasum
|
8 years ago |
Kim "BKC" Carlbäcker
|
49af1343ab
|
Tag-webhooks are useless without shasums
|
8 years ago |
Lunny Xiao
|
b5a7692d63
|
Golint fixed for modules/setting (#262)
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
|
8 years ago |
Sandro Santilli
|
70a8e6cb35
|
Lint action.go
|
8 years ago |
Sandro Santilli
|
827c85ad85
|
Fix import path of go-sdk (#141)
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
|
8 years ago |
Thibault Meyer
|
b747797b29
|
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
# models/git_diff.go
# models/issue.go
# models/org.go
# models/pull.go
# models/repo.go
|
8 years ago |
Thibault Meyer
|
5d29fda874
|
Rewrite XORM queries
|
8 years ago |
Sandro Santilli
|
cb1b3cc148
|
Update import paths from github.com/go-gitea to code.gitea.io (#135)
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
|
8 years ago |
Sandro Santilli
|
8212aa70ba
|
Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
|
8 years ago |
Thomas Boerger
|
a2f2fa9326
|
Replaced go-gogs-client with go-sdk imports
|
8 years ago |
Sandro Santilli
|
3c9693defb
|
Replace gogits/git-module dependency with go-gitea/git (#94)
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
|
8 years ago |
Rémy Boulanouar
|
9712d5ee89
|
Change import reference to match gitea instead of gogs (#37)
|
8 years ago |
Unknwon
|
cc9a66db51
|
General code quality improvement
|
8 years ago |
Unknwon
|
38c02e6ece
|
#2246 add HTMLURL to webhook type
- Fill Milestone and Assignee field when available in webhook payload
|
8 years ago |
Unknwon
|
e3b20a093b
|
models/repo_editor: improve code quality
|
8 years ago |
Unknwon
|
559cbcdc6f
|
Fix empty repository panic on send test webhook
|
8 years ago |
Unknwon
|
6e37e3f3d7
|
Replace convert.To with APIFormat calls
|
9 years ago |
Unknwon
|
f60f4fc56e
|
#2246 fully support of webhooks for pull request
|
9 years ago |
lstahlman
|
3bc40ec99b
|
Add committer information to API and Webhooks. Also fixes #3271 (#3414)
|
9 years ago |
Unknwon
|
acc3afee64
|
#2907 Add commit timestamp to webhook
|
9 years ago |
Unknwon
|
ad3b586d6e
|
#3348 always use relative avatar link in the template
|
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
|
d61bcdc10b
|
Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
|
9 years ago |
Unknwon
|
bc2448daaa
|
models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
|
9 years ago |
Unknwon
|
7e6b50c2d4
|
#2375 preserve cases for action content
|
9 years ago |
SjonHortensius
|
7ca99a286b
|
Fix capitalisation of repo-name in news (#3203)
use 'official' repo.Name instead of incoming repoName; to enforce
correct capitalisation
|
9 years ago |
Unknwon
|
9f43369667
|
#2302 Replace time.Time with Unix Timestamp (int64)
|
9 years ago |
Unknwon
|
f66b1d34cd
|
#1597 fix activitity feeds for pull requests
|
9 years ago |
Unknwon
|
78c263351c
|
#2697 fix panic when close issue via commit message
|
9 years ago |
Unknwon
|
559a1282ed
|
#1821 add actions for close and reopen issues
|
9 years ago |
Unknwon
|
88484a73ec
|
#2630 fix wrong user avatar link in webhook
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
|
9 years ago |
Unknwon
|
184d76a5d4
|
Minor fix for #2567
|
9 years ago |
Florian Kaiser
|
1f7e7b39f2
|
Only show activities for repositories on dashboard, that the user has access to
|
9 years ago |
Unknwon
|
5b18638857
|
URL fix for #2287
|
9 years ago |
Unknwon
|
6e2051352e
|
#2287 Truncate repository name if too long
|
9 years ago |