| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -7/+3 |
* | Complete push webhooks (#2530) | David Schneiderbauer | 2017-09-21 | 1 | -16/+41 |
* | Use named ActionType constants in template helper (#2545) | Ethan Koenig | 2017-09-20 | 1 | -3/+2 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -7/+1 |
* | fix duplicated feed (#2370) | Lunny Xiao | 2017-08-28 | 1 | -8/+1 |
* | Add more test for login links and fix a bug on action retrieve (#2361) | Lunny Xiao | 2017-08-23 | 1 | -1/+1 |
* | Fix SQL condition bug in GetFeeds(..) (#2360) | Ethan Koenig | 2017-08-23 | 1 | -4/+5 |
* | Add collaborative repositories to the dashboard (#2205) | Bwko | 2017-08-23 | 1 | -12/+18 |
* | Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) | Lauris BH | 2017-07-12 | 1 | -3/+3 |
* | Fix "Dashboard shows deleted comments" (#1995) | Jonas Franz | 2017-06-25 | 1 | -0/+40 |
* | Fix bug in Action.loadRepo() (#1959) | Ethan Koenig | 2017-06-14 | 1 | -1/+1 |
* | Merge pull request #1829 from ethantkoenig/no_branches | Andrey Nering | 2017-06-12 | 1 | -1/+1 |
|\ |
|
| * | Commitless repos should be bare | Ethan Koenig | 2017-05-28 | 1 | -1/+1 |
* | | Fix user profile activity feed (#1848) | Ethan Koenig | 2017-06-02 | 1 | -22/+28 |
|/ |
|
* | Fix invalid reference in feeds template (#1820) | Ethan Koenig | 2017-05-27 | 1 | -0/+6 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -61/+83 |
* | Fix "Error: No issue number specified" when pushing (#1393) | agrn | 2017-03-31 | 1 | -2/+2 |
* | fix wrong log when push to a new branch (#1220) | Lunny Xiao | 2017-03-17 | 1 | -1/+1 |
* | Fix FIXME and remove superfluous queries in models/org (#749) | Ethan Koenig | 2017-01-25 | 1 | -8/+5 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -5/+5 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -2/+2 |
* | fix tag webhook 404 error (#420) | Lunny Xiao | 2016-12-22 | 1 | -1/+1 |
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -2/+2 |
* | bug fixed branch name for pushupdate (#380) | Lunny Xiao | 2016-12-13 | 1 | -1/+1 |
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 1 | -1/+1 |
* | CreateBranch-hook has shasum. Use the full ref for fetching shasum | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+19 |
* | Tag-webhooks are useless without shasums | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -0/+2 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -3/+3 |
* | Lint action.go | Sandro Santilli | 2016-11-24 | 1 | -21/+59 |
* | 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 | -5/+5 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -13/+18 |
|/ |
|
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -26/+26 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -77/+64 |
* | #2246 add HTMLURL to webhook type | Unknwon | 2016-08-16 | 1 | -1/+1 |
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 1 | -0/+1 |
* | Fix empty repository panic on send test webhook | Unknwon | 2016-08-15 | 1 | -5/+0 |
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -28/+16 |
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -10/+9 |
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 | 1 | -5/+18 |
* | #2907 Add commit timestamp to webhook | Unknwon | 2016-08-09 | 1 | -10/+12 |
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 1 | -1/+1 |
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -10/+11 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -10/+10 |
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -2/+2 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 |