Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Unknwon
88640fafd6
fix wrong slack webhook payload URL
10 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
10 years ago
Unknwon
d35b3a94f2
fix api broken
10 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
10 years ago
Unknwon
d1c691cb33
#1854 show issue content
10 years ago
Unknwon
a9141327f8
minor fix for #1935 and fix #1854
10 years ago
Alexey Makhov
79430ad8e1
#1854 change issueId to issueIndex
10 years ago
Alexey Makhov
25f96b15d6
#1854 improves
10 years ago
Alexey Makhov
270a20ea2f
#1854 improves
10 years ago
Alexey Makhov
7af2e973a4
#1854 issue title at dashboard
10 years ago
Unknwon
2e68e18401
go vet and fix #1890
10 years ago
Unknwon
d501981dc9
#1900 last updatede time not update after push
10 years ago
Unknwon
aa5c5db1ac
work on #1748
10 years ago
Unknwon
327be28045
fix error detect when push commits
10 years ago
Unknwon
634cd6da36
#1602 Wrong commit order on issue page when pushing multiple commits
10 years ago
Unknwon
4e90eee629
#1595 pushing new branch will rereference issues in previous branch
10 years ago
Unknwon
253bc439dd
#1544 better tmp dir name for creating repo
10 years ago
Unknwon
8542c1d32a
#1545 prevent duplicated refs of issues in single commit
10 years ago
Unknwon
f5bd9aaf0a
finish initial version of pull request
10 years ago
Unknwon
3a0c2096ac
#1021 Forked repo unavailable after deleting original repo
10 years ago
Unknwon
27b337a78d
#1377 add rename repo action
10 years ago
Unknwon
50cf8ca2e0
new create webhook event
10 years ago
Unknwon
eafb87f1d4
add webhook recent deliveries
10 years ago
Unknwon
c80357f892
rename a user method
10 years ago
Unknwon
b95ad93e04
new webhooks list UI
10 years ago
Unknwon
b1a28d7787
fix timezone!
10 years ago
Unknwon
fc708d9592
fix timezone
10 years ago
Unknwon
d5f06b7bec
work #1500
10 years ago
Unknwon
88a779662f
finish close/reopen issue
10 years ago
Unknwon
0162859657
finish view comments on issue page
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
04f1db0139
finish new milestone page
10 years ago
Unknwon
456de7a400
fix #864 with migration and update locale
10 years ago
Unknwon
d286033e38
#835 : Realtime webhooks
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
ca0b8b7cc5
#1064 : X-Gogs-Event header is empty
11 years ago
Unknwon
4ec2e465f9
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
11 years ago
Unknwon
ed7f1ae592
fix read access team visibility of private repo
11 years ago
Unknwon
c3e009ad21
#988 : GetRepoLink already contains AppSubUrl
11 years ago
Unknwon
164ed7fe1e
Merge branch 'access' of github.com:gogits/gogs into dev
11 years ago
Raphael Randschau
64ca6513c2
Properly calculate the number of open issues per label
11 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
11 years ago
Unknwon
7ae5b92db8
code fix #941 caution: undertest
11 years ago
Unknwon
bc9746281f
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)
11 years ago
Unknwon
235271d50a
able to disable SSH for #883
11 years ago
Unknwon
be2991163c
models/action.go: add action reopen for #462
- models/issue.go: format comment type names
11 years ago
Unknwon
58c91218ab
models/action.go: mirror fix on #892
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
11 years ago
Etienne Bruines
cedc1822dc
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 .
11 years ago