summaryrefslogtreecommitdiffstats
path: root/models/action.go
Commit message (Expand)AuthorAgeFilesLines
* fix tag webhook 404 error (#420)Lunny Xiao2016-12-221-1/+1
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-2/+2
* bug fixed branch name for pushupdate (#380)Lunny Xiao2016-12-131-1/+1
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-1/+1
* CreateBranch-hook has shasum. Use the full ref for fetching shasumKim "BKC" Carlbäcker2016-11-291-1/+19
* Tag-webhooks are useless without shasumsKim "BKC" Carlbäcker2016-11-291-0/+2
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-3/+3
* Lint action.goSandro Santilli2016-11-241-21/+59
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-5/+5
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-5/+5
* | Rewrite XORM queriesThibault Meyer2016-11-101-13/+18
|/
* Use MixedCase constant namesSandro Santilli2016-11-071-26/+26
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* General code quality improvementUnknwon2016-08-161-77/+64
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-1/+1
* models/repo_editor: improve code qualityUnknwon2016-08-151-0/+1
* Fix empty repository panic on send test webhookUnknwon2016-08-151-5/+0
* Replace convert.To with APIFormat callsUnknwon2016-08-141-28/+16
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-10/+9
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-5/+18
* #2907 Add commit timestamp to webhookUnknwon2016-08-091-10/+12
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-1/+1
* #1384 add pagination for repositoriesUnknwon2016-07-241-10/+11
* Refactor User.Id to User.IDUnknwon2016-07-241-10/+10
* Use struct for UI settingsUnknwon2016-07-241-2/+2
* Remove redundant Unix timestamp method callUnknwon2016-07-231-1/+1
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
* #2375 preserve cases for action contentUnknwon2016-07-091-1/+1
* Fix capitalisation of repo-name in news (#3203)SjonHortensius2016-06-271-1/+1
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-3/+8
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-051-0/+2
* #2697 fix panic when close issue via commit messageUnknwon2016-02-251-2/+2
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-19/+21
* #2630 fix wrong user avatar link in webhookUnknwon2016-02-151-1/+1
* Minor fix for #2567Unknwon2016-02-141-7/+7
* Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-061-3/+20
* URL fix for #2287Unknwon2016-01-151-0/+4
* #2287 Truncate repository name if too longUnknwon2016-01-111-14/+26
* rename import pathUnknwon2015-12-151-1/+1
* fix bool check for repo max limit and fix hang when push repo with tons of co...Unknwon2015-12-101-4/+0
* move out git module and #1573 send push hookUnknwon2015-12-091-21/+25
* fix wrong slack webhook payload URLUnknwon2015-12-061-1/+1
* fix #2105 and fix #1857Unknwon2015-12-051-17/+2
* fix api brokenUnknwon2015-11-151-0/+4
* Show custom avatars in commitsUnknwon2015-11-131-3/+43
* #1854 show issue contentUnknwon2015-11-131-1/+11
* minor fix for #1935 and fix #1854Unknwon2015-11-131-4/+4