Commit Graph

132 Commits (a0cd59bd0e3fe1e67314c0562274778802d3383d)

Author SHA1 Message Date
Unknwon 129638117f fix panic when close issue via commit message
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon 2765b5c7cf 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.
Unknwon a1d97e8f5c Minor fix for
Florian Kaiser 45db167f7a Only show activities for repositories on dashboard, that the user has access to
Unknwon c631a4a9b9 URL fix for
Unknwon f43cc90841 Truncate repository name if too long
Unknwon 19423957b1 rename import path
Unknwon 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits
Unknwon 9a2e43bff2 move out git module and send push hook
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL
Unknwon 404867f206 fix and fix
Unknwon e030109b5a fix api broken
Unknwon 1d57f0d64f Show custom avatars in commits
Unknwon 6a664e88c7 show issue content
Unknwon a6c7716742 minor fix for and fix
Alexey Makhov ee645af107 change issueId to issueIndex
Alexey Makhov 3e7695ae91 improves
Alexey Makhov 1bfebdcdf6 improves
Alexey Makhov 588a0db218 issue title at dashboard
Unknwon b55499d039 go vet and fix
Unknwon 2bd64621fc last updatede time not update after push
Unknwon fad31ca302 work on
Unknwon 2dde2a8ad3 fix error detect when push commits
Unknwon 6dfee30bf0 Wrong commit order on issue page when pushing multiple commits
Unknwon c8d92fad30 pushing new branch will rereference issues in previous branch
Unknwon a7ee654646 better tmp dir name for creating repo
Unknwon b6131793da prevent duplicated refs of issues in single commit
Unknwon 83dc2468f5 finish initial version of pull request
Unknwon 398569f6f8 Forked repo unavailable after deleting original repo
Unknwon 8af094967f add rename repo action
Unknwon f509c59ac1 new create webhook event
Unknwon 23f42d92c9 add webhook recent deliveries
Unknwon b900863d60 rename a user method
Unknwon 2881456421 new webhooks list UI
Unknwon f114f78743 fix timezone!
Unknwon 6c2536b89c fix timezone
Unknwon b846f195c1 work
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon 0705f55ce0 finish new milestone page
Unknwon 686dd59916 fix with migration and update locale
Unknwon fa298a2c30 : Realtime webhooks
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 82f7a01ded : X-Gogs-Event header is empty
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon fc6db829b2 fix read access team visibility of private repo
Unknwon 0720d3988f : GetRepoLink already contains AppSubUrl
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev