index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
action.go
Commit message (
Expand
)
Author
Age
*
internal: move packages under this directory (#5836)
Unknwon
2019-10-24
*
Enable Go modules (#5835)
Unknwon
2019-10-23
*
Include the Sha in webhook create payloads. (#5689)
Robin van Boven
2019-07-09
*
models/action: skip issue index parsing while using external issue tracker (#...
Unknwon
2018-12-17
*
*: use jsoniter to replace encoding/json
Unknwon
2018-06-09
*
models: skip JSON for fields skipped by XORM
Unknwon
2018-06-09
*
models/mirror: shot push webhook after synced commits (#4528)
Unknwon
2018-06-03
*
mirror: show sync feeds on dashboard (#2017)
Unknwon
2018-05-30
*
*: rename "gogits" to "gogs"
Unknwon
2018-05-27
*
hook: fix email not sent after push (#4430)
Unknwon
2017-07-27
*
pkg/process: fix potential race condition
Unknwon
2017-06-11
*
random: some code simplify
Unknwon
2017-06-11
*
repo: change action visibility when repository visibility changed (#4414)
Unknwon
2017-06-11
*
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Unknwon
2017-04-06
*
Refactoring: rename pkg/base -> pkg/tool
Unknwon
2017-04-05
*
Refactoring: rename modules -> pkg
Unknwon
2017-04-04
*
issue: fix redirect to random issue if index does not exist (#4315)
Unknwon
2017-03-22
*
dashboard/feeds: able to load more history (#2511)
Unknwon
2017-03-16
*
setting: able to config dashboard news feed paging number (#4247)
Unknwon
2017-03-16
*
webhook: add file status to push event (#3897)
Unknwon
2017-03-16
*
models: rename ErrUserNotExist -> errors.UserNotExist
Unknwon
2017-03-16
*
webhook: add fork event
Unknwon
2017-02-27
*
dashboard: add delete branch and tag news feeds
Unknwon
2017-02-27
*
webhook: able to detect delete branch or tag (#2315)
Unknwon
2017-02-27
*
repo: able to perform initial commit on behave of actual user
Unknwon
2017-02-27
*
comment: only show title of commit message from a commit ref (#3206)
Unknwon
2017-02-22
*
webhook: add native Discord support
Unknwon
2017-02-18
*
Initial version of protected branches (#776)
Unknwon
2017-02-17
*
refactoring: SSH and HTTP push procees is now unified
Unknwon
2017-02-16
*
git: delegate all server-side Git hooks (#1623)
Unknwon
2017-02-14
*
log: start using gopkg.in/clog.v1
Unknwon
2017-02-09
*
Fix Typo Errors (#3885)
SeongAhJo
2016-12-21
*
General code quality improvement
Unknwon
2016-08-16
*
#2246 add HTMLURL to webhook type
Unknwon
2016-08-16
*
models/repo_editor: improve code quality
Unknwon
2016-08-15
*
Fix empty repository panic on send test webhook
Unknwon
2016-08-15
*
Replace convert.To with APIFormat calls
Unknwon
2016-08-14
*
#2246 fully support of webhooks for pull request
Unknwon
2016-08-14
*
Add committer information to API and Webhooks. Also fixes #3271 (#3414)
lstahlman
2016-08-09
*
#2907 Add commit timestamp to webhook
Unknwon
2016-08-09
*
#3348 always use relative avatar link in the template
Unknwon
2016-08-05
*
#1384 add pagination for repositories
Unknwon
2016-07-24
*
Refactor User.Id to User.ID
Unknwon
2016-07-24
*
Use struct for UI settings
Unknwon
2016-07-24
*
Remove redundant Unix timestamp method call
Unknwon
2016-07-23
*
models/repo: remove redundant info for some repo methods
Unknwon
2016-07-15
*
#2375 preserve cases for action content
Unknwon
2016-07-09
*
Fix capitalisation of repo-name in news (#3203)
SjonHortensius
2016-06-27
*
#2302 Replace time.Time with Unix Timestamp (int64)
Unknwon
2016-03-09
*
#1597 fix activitity feeds for pull requests
Unknwon
2016-03-05
[next]