aboutsummaryrefslogtreecommitdiff
path: root/models/action.go
Commit message (Expand)AuthorAge
* webhook: add fork eventUnknwon2017-02-27
* dashboard: add delete branch and tag news feedsUnknwon2017-02-27
* webhook: able to detect delete branch or tag (#2315)Unknwon2017-02-27
* repo: able to perform initial commit on behave of actual userUnknwon2017-02-27
* comment: only show title of commit message from a commit ref (#3206)Unknwon2017-02-22
* webhook: add native Discord supportUnknwon2017-02-18
* Initial version of protected branches (#776)Unknwon2017-02-17
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* Fix Typo Errors (#3885)SeongAhJo2016-12-21
* General code quality improvementUnknwon2016-08-16
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
* models/repo_editor: improve code qualityUnknwon2016-08-15
* Fix empty repository panic on send test webhookUnknwon2016-08-15
* Replace convert.To with APIFormat callsUnknwon2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-09
* #2907 Add commit timestamp to webhookUnknwon2016-08-09
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
* #1384 add pagination for repositoriesUnknwon2016-07-24
* Refactor User.Id to User.IDUnknwon2016-07-24
* Use struct for UI settingsUnknwon2016-07-24
* Remove redundant Unix timestamp method callUnknwon2016-07-23
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
* #2375 preserve cases for action contentUnknwon2016-07-09
* Fix capitalisation of repo-name in news (#3203)SjonHortensius2016-06-27
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
* #2697 fix panic when close issue via commit messageUnknwon2016-02-25
* #1821 add actions for close and reopen issuesUnknwon2016-02-22
* #2630 fix wrong user avatar link in webhookUnknwon2016-02-15
* Minor fix for #2567Unknwon2016-02-14
* Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
* URL fix for #2287Unknwon2016-01-15
* #2287 Truncate repository name if too longUnknwon2016-01-11
* rename import pathUnknwon2015-12-15
* fix bool check for repo max limit and fix hang when push repo with tons of co...Unknwon2015-12-10
* move out git module and #1573 send push hookUnknwon2015-12-09
* fix wrong slack webhook payload URLUnknwon2015-12-06
* fix #2105 and fix #1857Unknwon2015-12-05
* fix api brokenUnknwon2015-11-15
* Show custom avatars in commitsUnknwon2015-11-13
* #1854 show issue contentUnknwon2015-11-13
* minor fix for #1935 and fix #1854Unknwon2015-11-13
* #1854 change issueId to issueIndexAlexey Makhov2015-11-13
* #1854 improvesAlexey Makhov2015-11-13
* #1854 improvesAlexey Makhov2015-11-13
* #1854 issue title at dashboardAlexey Makhov2015-11-12
* go vet and fix #1890Unknwon2015-11-08