Sandro Santilli
dd9d0f3732
Lint action.go
8 years ago
Sandro Santilli
a1c5f02444
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
b0ddced2b5
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
a4454f5d0f
Rewrite XORM queries
8 years ago
Sandro Santilli
4247304f5a
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
80eea77953
Use MixedCase constant names
...
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
8 years ago
Thomas Boerger
4c6c16f358
Replaced go-gogs-client with go-sdk imports
8 years ago
Sandro Santilli
6e4252dad4
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
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
a00c932bbc
General code quality improvement
9 years ago
Unknwon
6f9a95f830
#2246 add HTMLURL to webhook type
...
- Fill Milestone and Assignee field when available in webhook payload
9 years ago
Unknwon
2625193a48
models/repo_editor: improve code quality
9 years ago
Unknwon
94392a7af3
Fix empty repository panic on send test webhook
9 years ago
Unknwon
dccb0c15b9
Replace convert.To with APIFormat calls
9 years ago
Unknwon
3f7f4852ef
#2246 fully support of webhooks for pull request
9 years ago
lstahlman
89f71b44f7
Add committer information to API and Webhooks. Also fixes #3271 ( #3414 )
9 years ago
Unknwon
c5d4a9e046
#2907 Add commit timestamp to webhook
9 years ago
Unknwon
50422f1fc2
#3348 always use relative avatar link in the template
9 years ago
Unknwon
e74630ae3b
#1384 add pagination for repositories
9 years ago
Unknwon
1f2e173a74
Refactor User.Id to User.ID
9 years ago
Unknwon
46e96c008c
Use struct for UI settings
9 years ago
Unknwon
250be011c7
Remove redundant Unix timestamp method call
...
Unix() already uses UTC as timezone
9 years ago
Unknwon
7ca5f8f119
models/repo: remove redundant info for some repo methods
...
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
9 years ago
Unknwon
70a281a39b
#2375 preserve cases for action content
9 years ago
SjonHortensius
17a4d8a5e5
Fix capitalisation of repo-name in news ( #3203 )
...
use 'official' repo.Name instead of incoming repoName; to enforce
correct capitalisation
9 years ago
Unknwon
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
414eb22ef9
#1597 fix activitity feeds for pull requests
9 years ago
Unknwon
129638117f
#2697 fix panic when close issue via commit message
9 years ago
Unknwon
912f7b51e9
#1821 add actions for close and reopen issues
9 years ago
Unknwon
2765b5c7cf
#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
a1d97e8f5c
Minor fix for #2567
9 years ago
Florian Kaiser
45db167f7a
Only show activities for repositories on dashboard, that the user has access to
9 years ago
Unknwon
c631a4a9b9
URL fix for #2287
9 years ago
Unknwon
f43cc90841
#2287 Truncate repository name if too long
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon
9a2e43bff2
move out git module and #1573 send push hook
9 years ago
Unknwon
dce2a9e7e1
fix wrong slack webhook payload URL
9 years ago
Unknwon
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
e030109b5a
fix api broken
9 years ago
Unknwon
1d57f0d64f
Show custom avatars in commits
9 years ago
Unknwon
6a664e88c7
#1854 show issue content
9 years ago
Unknwon
a6c7716742
minor fix for #1935 and fix #1854
9 years ago
Alexey Makhov
ee645af107
#1854 change issueId to issueIndex
9 years ago
Alexey Makhov
3e7695ae91
#1854 improves
9 years ago
Alexey Makhov
1bfebdcdf6
#1854 improves
9 years ago
Alexey Makhov
588a0db218
#1854 issue title at dashboard
9 years ago
Unknwon
b55499d039
go vet and fix #1890
9 years ago
Unknwon
2bd64621fc
#1900 last updatede time not update after push
9 years ago
Unknwon
fad31ca302
work on #1748
9 years ago
Unknwon
2dde2a8ad3
fix error detect when push commits
9 years ago
Unknwon
6dfee30bf0
#1602 Wrong commit order on issue page when pushing multiple commits
9 years ago
Unknwon
c8d92fad30
#1595 pushing new branch will rereference issues in previous branch
10 years ago
Unknwon
a7ee654646
#1544 better tmp dir name for creating repo
10 years ago
Unknwon
b6131793da
#1545 prevent duplicated refs of issues in single commit
10 years ago
Unknwon
83dc2468f5
finish initial version of pull request
10 years ago
Unknwon
398569f6f8
#1021 Forked repo unavailable after deleting original repo
10 years ago
Unknwon
8af094967f
#1377 add rename repo action
10 years ago
Unknwon
f509c59ac1
new create webhook event
10 years ago
Unknwon
23f42d92c9
add webhook recent deliveries
10 years ago
Unknwon
b900863d60
rename a user method
10 years ago
Unknwon
2881456421
new webhooks list UI
10 years ago
Unknwon
f114f78743
fix timezone!
10 years ago
Unknwon
6c2536b89c
fix timezone
10 years ago
Unknwon
b846f195c1
work #1500
10 years ago
Unknwon
1fb53067f4
finish close/reopen issue
10 years ago
Unknwon
133b19d0c5
finish view comments on issue page
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
0705f55ce0
finish new milestone page
10 years ago
Unknwon
686dd59916
fix #864 with migration and update locale
10 years ago
Unknwon
fa298a2c30
#835 : Realtime webhooks
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
82f7a01ded
#1064 : X-Gogs-Event header is empty
10 years ago
Unknwon
466facc009
#1067 : Deleting users should remove them from collaborator lists
...
- fix delete user but repository watches are not decreased
10 years ago
Unknwon
fc6db829b2
fix read access team visibility of private repo
10 years ago
Unknwon
0720d3988f
#988 : GetRepoLink already contains AppSubUrl
10 years ago
Unknwon
b0b11fd7b1
Merge branch 'access' of github.com:gogits/gogs into dev
10 years ago
Raphael Randschau
1f61340fa3
Properly calculate the number of open issues per label
10 years ago
Unknwon
ee68a826a5
v4 migration, merge 'dev', clean code and mirror fix
10 years ago
Unknwon
6d0f3a07d4
code fix #941 caution: undertest
10 years ago
Unknwon
f15fa9167a
cmd: code fix for #905
...
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
10 years ago
Unknwon
2a2596fe61
able to disable SSH for #883
10 years ago
Unknwon
5a99e9a37b
models/action.go: add action reopen for #462
...
- models/issue.go: format comment type names
10 years ago
Unknwon
afccd0a3ee
models/action.go: mirror fix on #892
...
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
10 years ago
Etienne Bruines
5c4b85c029
Referencing issues from commit messages is now possible.
...
Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before.
Fixes #462 , #668 , #732 .
10 years ago
Unknwon
bb26285a12
fix #827
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago
Tony Tsang
e0f945959e
Replace white spaces with tab for format consistency
10 years ago
Tony Tsang
91127d9016
Fixes #562
10 years ago
Unknwon
b2632dec09
Page: Compare 2 commits
10 years ago
Unknwon
86eac0842b
Fix feeds display issue
10 years ago
Unknwon
10673417dc
Mirror fix on transfer repo
11 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
11 years ago
Unknwon
f69761563b
Fix bug on transfer repo
11 years ago
lunnyxiao
089d934547
add action repousername for transfer
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
...
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
11 years ago
Christopher Brickley
f94d7c3f51
clarify name/username/owner/pusher for webhook
11 years ago
Christopher Brickley
52d15ddec8
deliver hooks immediately after commit
11 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
11 years ago
Christopher Brickley
af0741da07
handle initial commit for compareUrl
11 years ago
Christopher Brickley
00a864e693
add commit compare functionality
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
无闻
da0240aacd
Merge pull request #307 from nuss-justin/feature/attachments
...
Feature: Ability to attach files to issues (attachments)
11 years ago
Justin Nuß
70b0023b82
Fix double decrement of issue counter
11 years ago
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
...
Conflicts:
models/issue.go
routers/repo/issue.go
11 years ago
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
11 years ago
Justin Nuß
c850c01007
Update closed issues stats for repository
11 years ago
Justin Nuß
469cbc8813
Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
11 years ago
Unknown
8644c571db
Mirror bug fix on create repo action
11 years ago
Unknown
43b33440b5
Work on create organization repo and #257
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
8bfa7ae745
Remove qiniu/log
11 years ago
Unknown
302c863cda
Fix #242
11 years ago
Unknown
688ec6ecbd
Fixed #209
11 years ago
jiangjianxiao
501f70e248
fix news feed repo link
11 years ago
Unknown
914ffa496f
Show private repository activities in dashboard if has access
11 years ago
Unknown
23a857d107
Add repo info to web hook post
11 years ago
Unknown
7cb5a15c9b
Batch of mirror fixes
11 years ago
Unknown
e573855a4f
Fix #98 , support web hook
11 years ago
Unknown
7b60756f2c
Fix Collaborators cannot commit
11 years ago
Unknown
cd2020429a
Fix #153
11 years ago
Unknown
ff9872104e
Fix #153
11 years ago
Unknown
480a4ae8c5
Fix #150
11 years ago
Unknown
a2333d95d5
Fix #148
11 years ago
Unknown
190b83e05e
push tag support
11 years ago
Unknown
d2b53dd43b
Add weibo oauth
11 years ago
Unknown
eb803ec5eb
Add transfer repository
11 years ago
Lunny Xiao
ec1b801732
bug fixed
11 years ago
Unknown
8282828820
Fix action email bug
11 years ago
Unknown
3144fac03c
IP: RC Code Review
11 years ago
Unknown
f470c241d6
IP: RC Code Review
11 years ago
Unknown
d3b8e9daa1
Add notify watcher action
11 years ago
Unknown
197c4d4a5b
Fix wrong serve command log location and commit repo action
11 years ago
Unknown
8aec5e16c4
Locating issue of git push not update repo last updated time
11 years ago
Unknown
ae92f92dee
Locating issue
11 years ago
Unknown
1eb078d0a8
Fix action
11 years ago
Lunny Xiao
24630e0c9b
improved activity
11 years ago
Lunny Xiao
0119675480
bug fixed
11 years ago
Unknown
59ffdbf6f8
Add create, list, view issue
11 years ago
Unknown
61e2922601
Working on issues
11 years ago
Unknown
e3f55ca0fb
Need a field to specify if repository is bare
11 years ago
Unknown
76cd448e79
Add admin delete user
11 years ago
Unknown
932f717adb
Fixing bug
11 years ago
Unknown
369ddf76a8
Batch fix
11 years ago
Unknown
59ea3c0413
Finish watch backend
11 years ago
shengxiang[skyblue]
ccd43b09b2
add some comment
11 years ago