Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RelAvatarLink() in GetActAvatar() (#2800) | cstyles | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -7/+3 |
| | | | | | | | | * use AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad | ||||
* | Complete push webhooks (#2530) | David Schneiderbauer | 2017-09-21 | 1 | -16/+41 |
| | | | | | | | | | | | | | | | | | * implemented missing 'delete' push webhooks moreover created ActionDeleteBranch and ActionDeleteTag * add CommitRepoAction tests for tag/branch creation/deletion * fixed error where push webhook not called if is new branch or tag removed unnecessary code * moved prepare unit test environment into separate method to be used across unit tests * add missing if clause in pushUpdate Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | ||||
* | 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 |
| | | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config | ||||
* | 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 |
| | | | | * add more test for login links and fix a bug on action retrieve | ||||
* | 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 |
| | | | | | | | | | | * Add collaborative repositories to the dashboard Remove some unused code from the Dashboard func * fix some bug and some refactor * fix tests | ||||
* | 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 | ||||
| * | 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 user profile activity feed * gofmt, and avoid overlapping database connections | ||||
* | Fix invalid reference in feeds template (#1820) | Ethan Koenig | 2017-05-27 | 1 | -0/+6 |
| | | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test | ||||
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -61/+83 |
| | | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests | ||||
* | Fix "Error: No issue number specified" when pushing (#1393) | agrn | 2017-03-31 | 1 | -2/+2 |
| | | | | | | * Fix "Error: No issue number specified" when pushing * update pr | ||||
* | 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 |
| | | | | Also move duplicated code into repo.APIFormat(..) | ||||
* | 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 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | 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 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | ||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -13/+18 |
|/ | |||||
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -26/+26 |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | 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 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | 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 |
| | | | | - Fill Milestone and Assignee field when available in webhook payload | ||||
* | 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 |
| |