| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Unused Functions (#10516) | 6543 | 2020-03-02 | 1 | -14/+0 |
* | Move PushUpdateAddDeleteTags to repository module from models (#10106) | Lunny Xiao | 2020-02-03 | 1 | -153/+5 |
* | Move push commits from models to modules/repository (#9370) | Lunny Xiao | 2020-01-10 | 1 | -88/+10 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 1 | -0/+1 |
* | Fix SetExpr failed (#9506) | Lunny Xiao | 2019-12-27 | 1 | -4/+4 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 1 | -0/+179 |
* | Move PushUpdateOptions from models to repofiles (#9124) | Lunny Xiao | 2019-11-29 | 1 | -11/+0 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -0/+2 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -3/+3 |
* | Move models.PushUpdate to repofiles.PushUpdate (#7485) | Lunny Xiao | 2019-07-24 | 1 | -115/+4 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -4/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -2/+2 |
* | Move PushUpdate dependency from models to repofiles (#6763) | Lunny Xiao | 2019-06-10 | 1 | -4/+0 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -1/+1 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 1 | -1/+1 |
* | env var GITEA_PUSHER_EMAIL (#4516) | Lukas Treyer | 2018-07-26 | 1 | -0/+1 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -4/+3 |
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 1 | -0/+4 |
* | Add checks for commits with missing author and time (#2771) | Lauris BH | 2017-10-26 | 1 | -6/+22 |
* | Add commit count caching (#2774) | Lauris BH | 2017-10-26 | 1 | -3/+10 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -3/+3 |
* | Complete push webhooks (#2530) | David Schneiderbauer | 2017-09-21 | 1 | -44/+33 |
* | Sync releases table with tags on push and for mirrors (#2459) | Lauris BH | 2017-09-20 | 1 | -5/+100 |
* | Trigger sync webhooks on UI commit (#2302) | Ethan Koenig | 2017-08-17 | 1 | -1/+18 |
* | Remove env user salt since no need to use (#1515) | Lunny Xiao | 2017-05-06 | 1 | -1/+0 |
* | Drop db operations from hook commands (#1514) | Lunny Xiao | 2017-05-04 | 1 | -21/+21 |
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 1 | -0/+4 |
* | Move push update to post-receive and protected branch check to pre-receive (#... | Lunny Xiao | 2017-02-25 | 1 | -34/+9 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -1/+1 |
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -4/+4 |
* | Fix string format verbs (#3637) | Alexander Lunegov | 2016-12-22 | 1 | -1/+1 |
* | Fixed linting errors for variable definitions | Thomas Boerger | 2016-11-29 | 1 | -1/+1 |
* | Lint models/update.go & webhook_slack.go | Bwko | 2016-11-25 | 1 | -0/+5 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -34/+29 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -10/+14 |
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 | 1 | -5/+7 |
* | #2907 Add commit timestamp to webhook | Unknwon | 2016-08-09 | 1 | -4/+6 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
* | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -40/+50 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
* | fix bool check for repo max limit and fix hang when push repo with tons of co... | Unknwon | 2015-12-10 | 1 | -2/+2 |
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -19/+22 |
* | Show custom avatars in commits | Unknwon | 2015-11-13 | 1 | -5/+4 |
* | #1900 last updatede time not update after push | Unknwon | 2015-11-05 | 1 | -15/+15 |
* | #1896 fatal when no needed update task | Unknwon | 2015-11-04 | 1 | -1/+2 |
* | rename fields | Unknwon | 2015-11-03 | 1 | -1/+1 |