| Commit message (Expand) | Author | Age | Files | Lines |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Copyedit docs (#6275) | Aidan Fitzgerald | 2019-03-09 | 1 | -1/+1 |
* | Add option to close issues via commit on a non master branch (#5992) | Lanre Adelowo | 2019-02-10 | 1 | -1/+2 |
* | Automatically clear stopwatch on merging a PR (#4327) | Lanre Adelowo | 2019-02-05 | 1 | -2/+14 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 1 | -4/+4 |
* | Don't close issues via commits on non-default branch. (#5622) | Harshit Bansal | 2019-01-04 | 1 | -39/+35 |
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 1 | -13/+53 |
* | Fix bug when repo remained bare if multiple branches pushed (#4923) | SagePtr | 2018-09-13 | 1 | -2/+4 |
* | Add push webhook support for mirrored repositories (#4127) | Lauris BH | 2018-09-06 | 1 | -0/+68 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 1 | -0/+4 |
* | Implemented hover text showing user FullName (#4261) | Guido Diepen | 2018-07-05 | 1 | -0/+6 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -0/+20 |
* | Set default branchname on first push (#3715) | Bwko | 2018-03-25 | 1 | -1/+5 |
* | refactor: reduce sql query in retrieveFeeds (#3547) | Bo-Yi Wu | 2018-02-21 | 1 | -1/+10 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -10/+5 |
* | Fix ref parsing in commit messages (#3067) | Ethan Koenig | 2017-12-03 | 1 | -70/+57 |
* | 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 |
* | Complete push webhooks (#2530) | David Schneiderbauer | 2017-09-21 | 1 | -16/+41 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | Ethan Koenig | 2017-05-28 | 1 | -1/+1 |
* | | Fix user profile activity feed (#1848) | Ethan Koenig | 2017-06-02 | 1 | -22/+28 |
|/ |
|
* | Fix invalid reference in feeds template (#1820) | Ethan Koenig | 2017-05-27 | 1 | -0/+6 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -61/+83 |
* | Fix "Error: No issue number specified" when pushing (#1393) | agrn | 2017-03-31 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | 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 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -5/+5 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -13/+18 |
|/ |
|