Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | models/repo: remove redundant info for some repo methods | Unknwon | 2016-07-15 | 1 | -1/+1 | |
| | | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink | |||||
* | #2375 preserve cases for action content | Unknwon | 2016-07-09 | 1 | -1/+1 | |
| | ||||||
* | Fix capitalisation of repo-name in news (#3203) | SjonHortensius | 2016-06-27 | 1 | -1/+1 | |
| | | | | use 'official' repo.Name instead of incoming repoName; to enforce correct capitalisation | |||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -3/+8 | |
| | ||||||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 1 | -0/+2 | |
| | ||||||
* | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | 1 | -2/+2 | |
| | ||||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -19/+21 | |
| | ||||||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 1 | -1/+1 | |
| | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not. | |||||
* | Minor fix for #2567 | Unknwon | 2016-02-14 | 1 | -7/+7 | |
| | ||||||
* | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 | 1 | -3/+20 | |
| | ||||||
* | URL fix for #2287 | Unknwon | 2016-01-15 | 1 | -0/+4 | |
| | ||||||
* | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 1 | -14/+26 | |
| | ||||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 | 1 | -4/+0 | |
| | | | | commits | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -21/+25 | |
| | ||||||
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 | 1 | -1/+1 | |
| | ||||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -17/+2 | |
| | ||||||
* | fix api broken | Unknwon | 2015-11-15 | 1 | -0/+4 | |
| | ||||||
* | Show custom avatars in commits | Unknwon | 2015-11-13 | 1 | -3/+43 | |
| | ||||||
* | #1854 show issue content | Unknwon | 2015-11-13 | 1 | -1/+11 | |
| | ||||||
* | minor fix for #1935 and fix #1854 | Unknwon | 2015-11-13 | 1 | -4/+4 | |
| | ||||||
* | #1854 change issueId to issueIndex | Alexey Makhov | 2015-11-13 | 1 | -2/+2 | |
| | ||||||
* | #1854 improves | Alexey Makhov | 2015-11-13 | 1 | -1/+5 | |
| | ||||||
* | #1854 improves | Alexey Makhov | 2015-11-13 | 1 | -3/+3 | |
| | ||||||
* | #1854 issue title at dashboard | Alexey Makhov | 2015-11-12 | 1 | -0/+7 | |
| | ||||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -2/+2 | |
| | ||||||
* | #1900 last updatede time not update after push | Unknwon | 2015-11-05 | 1 | -5/+3 | |
| | ||||||
* | work on #1748 | Unknwon | 2015-10-31 | 1 | -6/+8 | |
| | ||||||
* | fix error detect when push commits | Unknwon | 2015-09-25 | 1 | -2/+10 | |
| | ||||||
* | #1602 Wrong commit order on issue page when pushing multiple commits | Unknwon | 2015-09-25 | 1 | -1/+9 | |
| | ||||||
* | #1595 pushing new branch will rereference issues in previous branch | Unknwon | 2015-09-10 | 1 | -1/+1 | |
| | ||||||
* | #1544 better tmp dir name for creating repo | Unknwon | 2015-09-03 | 1 | -2/+3 | |
| | ||||||
* | #1545 prevent duplicated refs of issues in single commit | Unknwon | 2015-09-03 | 1 | -78/+41 | |
| | ||||||
* | finish initial version of pull request | Unknwon | 2015-09-02 | 1 | -10/+30 | |
| | ||||||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 | 1 | -23/+24 | |
| | ||||||
* | #1377 add rename repo action | Unknwon | 2015-09-01 | 1 | -30/+52 | |
| | ||||||
* | new create webhook event | Unknwon | 2015-08-28 | 1 | -119/+106 | |
| | ||||||
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 1 | -2/+2 | |
| | ||||||
* | rename a user method | Unknwon | 2015-08-27 | 1 | -2/+3 | |
| | ||||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 1 | -3/+3 | |
| | ||||||
* | fix timezone! | Unknwon | 2015-08-20 | 1 | -2/+1 | |
| | ||||||
* | fix timezone | Unknwon | 2015-08-20 | 1 | -1/+2 | |
| | ||||||
* | work #1500 | Unknwon | 2015-08-20 | 1 | -0/+9 | |
| | ||||||
* | finish close/reopen issue | Unknwon | 2015-08-13 | 1 | -1/+1 | |
| | ||||||
* | finish view comments on issue page | Unknwon | 2015-08-13 | 1 | -22/+26 | |
| | ||||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -8/+8 | |
| | ||||||
* | finish new milestone page | Unknwon | 2015-08-05 | 1 | -3/+3 | |
| | ||||||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 | 1 | -10/+10 | |
| | ||||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -0/+2 | |
| | ||||||
* | UI: basic label list | Unknwon | 2015-07-24 | 1 | -5/+5 | |
| | | | | - create new label |