| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bug fixed for issue count (#881) | Lunny Xiao | 2017-02-09 | 1 | -1/+1 |
* | Unit tests for issue_milestone (#878) | Ethan Koenig | 2017-02-09 | 1 | -366/+0 |
* | Fix bug in Issue.GetIsRead (#876) | Ethan Koenig | 2017-02-09 | 1 | -1/+2 |
* | track issue title changes (#841) | Lunny Xiao | 2017-02-05 | 1 | -3/+17 |
* | Move IssueUser code to separate file (#836) | Ethan Koenig | 2017-02-04 | 1 | -125/+0 |
* | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 1 | -0/+21 |
* | Drop redundant columns from issue_user table (#638) | Ethan Koenig | 2017-02-03 | 1 | -88/+15 |
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -8/+21 |
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 1 | -2/+2 |
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -26/+101 |
* | Fix color: closed PR was showing as purple instead of red | Andrey Nering | 2017-01-28 | 1 | -3/+12 |
* | bug fixed issues 500 resolved #754 (#756) | Lunny Xiao | 2017-01-25 | 1 | -4/+4 |
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -14/+60 |
* | Spun attachments into seperate go file (#701) | Philip Couling | 2017-01-20 | 1 | -160/+0 |
* | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 1 | -1/+1 |
* | Merge pull request #555 from ethantkoenig/tests/pull | Andrey Nering | 2017-01-06 | 1 | -16/+22 |
|\ |
|
| * | Unit tests for models/pull.go | Ethan Koenig | 2017-01-06 | 1 | -16/+22 |
* | | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -15/+15 |
|/ |
|
* | fix gofmt error | Bo-Yi Wu | 2016-12-30 | 1 | -2/+2 |
* | Notification - Step 1 (#523) | Andrey Nering | 2016-12-31 | 1 | -2/+10 |
* | Added sorting to the labels & milestones page (#199) | Bwko | 2016-12-24 | 1 | -1/+17 |
* | Bug fixes for Issues filters (#413) | Ethan Koenig | 2016-12-24 | 1 | -50/+29 |
* | UpdateIssueUsersByMentions was calling database write operations while (#443) | Lunny Xiao | 2016-12-22 | 1 | -7/+7 |
* | Bug fixes and tests for modules/base (#442) | Ethan Koenig | 2016-12-22 | 1 | -5/+9 |
* | fixed vulnerabilities labels (#409) | Lunny Xiao | 2016-12-17 | 1 | -1/+28 |
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 1 | -6/+6 |
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+16 |
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -5/+5 |
* | Merge pull request #246 from Bwko/fix/typo | Thomas Boerger | 2016-11-25 | 1 | -1/+1 |
|\ |
|
| * | Fix typos | Bwko | 2016-11-21 | 1 | -1/+1 |
* | | Actually document the missing bits | Sandro Santilli | 2016-11-24 | 1 | -28/+26 |
* | | Lint issue.go | Sandro Santilli | 2016-11-24 | 1 | -43/+70 |
|/ |
|
* | Bug fixed for issues (#156) | Lunny Xiao | 2016-11-12 | 1 | -14/+6 |
* | use in instead string join (#155) | Lunny Xiao | 2016-11-12 | 1 | -1/+1 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -4/+4 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -4/+4 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -14/+41 |
|/ |
|
* | Merge pull request #18 from LefsFlarey/issue/3675 | Lunny Xiao | 2016-11-09 | 1 | -4/+4 |
|\ |
|
| * | Fix err not being nil | Flare | 2016-11-09 | 1 | -0/+1 |
| * | Still print error if user does not exist | Flare | 2016-11-05 | 1 | -0/+4 |
| * | Fix 500 error caused by deleted users on issues (#3675) | Flare | 2016-09-20 | 1 | -7/+2 |
* | | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -13/+13 |
* | | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
* | | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -15/+15 |
* | | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
|/ |
|
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -10/+5 |
* | #2966 code cleanup | Unknwon | 2016-08-26 | 1 | -49/+72 |