| Commit message (Expand) | Author | Age | Files | Lines |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -0/+2 |
* | fix: add search to reserved usernames (#9063) | Antoine GIRARD | 2019-11-18 | 1 | -0/+1 |
* | Move modules/gzip to gitea.com/macaron/gzip (#9058) | Lunny Xiao | 2019-11-18 | 1 | -1/+1 |
* | integrations: fix dropped errors in TestCreateOrUpdateRepoFileForUpdateWithFi... | Lars Lehtonen | 2019-11-16 | 2 | -0/+8 |
* | Fix intermittent GPG Git test failure (#8968) | zeripath | 2019-11-13 | 2 | -126/+209 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 8 | -0/+33 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 34 | -6/+785 |
* | Auto-subscribe user to repository when they commit/tag to it (#7657) | guillep2k | 2019-11-10 | 1 | -0/+24 |
* | Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) | zeripath | 2019-11-10 | 1 | -0/+137 |
* | Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module... | Lunny Xiao | 2019-11-10 | 2 | -2/+2 |
* | Fix password complexity check on registration (#8887) | guillep2k | 2019-11-09 | 1 | -2/+2 |
* | Fix bug when migrate from API (#8631) | Lunny Xiao | 2019-11-08 | 1 | -1/+1 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 1 | -16/+24 |
* | Hide some user information via API if user have no enough permission (#8655) | Lunny Xiao | 2019-10-24 | 1 | -1/+0 |
* | Update heatmap fixtures to restore tests (#8615) | zeripath | 2019-10-21 | 1 | -1/+1 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 11 | -5/+307 |
* | Rewrite reference processing code in preparation for opening/closing from com... | guillep2k | 2019-10-13 | 1 | -6/+7 |
* | Restore functionality for early gits (#7775) | zeripath | 2019-10-12 | 3 | -14/+84 |
* | Move change issue title from models to issue service package (#8456) | Lunny Xiao | 2019-10-11 | 1 | -1/+2 |
* | Fix lfs locks (#8361) | guillep2k | 2019-10-03 | 1 | -1/+1 |
* | Api: advanced settings for repository (external wiki, issue tracker etc.) (#7... | David Svantesson | 2019-10-02 | 1 | -1/+105 |
* | API endpoint for searching teams. (#8108) | David Svantesson | 2019-10-01 | 1 | -0/+29 |
* | Improve integration tests (#8276) | Lunny Xiao | 2019-09-25 | 7 | -27/+56 |
* | Test more reserved usernames (#8263) | Sandro Santilli | 2019-09-24 | 1 | -1/+14 |
* | Reference issues from pull requests and other issues (#8137) | guillep2k | 2019-09-20 | 1 | -1/+103 |
* | Fix data race (#8204) | Mura Li | 2019-09-17 | 1 | -3/+14 |
* | Fix team user api (#8172) | Lunny Xiao | 2019-09-15 | 1 | -0/+36 |
* | Restrict repository indexing by glob match (#7767) | guillep2k | 2019-09-11 | 28 | -11/+690 |
* | Add API endpoint for accessing repo topics (#7963) | David Svantesson | 2019-09-03 | 1 | -0/+124 |
* | Search Commits via Commit Hash (#7400) | Gary Kim | 2019-09-02 | 1 | -0/+6 |
* | Make CI work (#8057) | guillep2k | 2019-09-02 | 1 | -1/+1 |
* | API method to list all commits of a repository (#6408) | Mike Schwörer | 2019-08-26 | 1 | -0/+58 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 3 | -38/+38 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 15 | -16/+21 |
* | Fix pull creation with empty changes (#7920) | Mura Li | 2019-08-20 | 1 | -0/+26 |
* | Reduce quote usage to bypass bug in GIT_SSH_COMMAND (#7893) | guillep2k | 2019-08-16 | 1 | -1/+1 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 1 | -1/+2 |
* | lfs/lock: round locked_at timestamp to second (#7872) | Antoine GIRARD | 2019-08-15 | 1 | -1/+5 |
* | Fix local runs of ssh-requiring integration tests (#7855) | zeripath | 2019-08-14 | 1 | -7/+11 |
* | Fix duplicate call of webhook (#7821) | Antoine GIRARD | 2019-08-11 | 1 | -0/+34 |
* | api: fix multiple bugs with statuses endpoints (#7785) | Antoine GIRARD | 2019-08-09 | 1 | -0/+26 |
* | Fix dropTableColumns sqlite implementation (#7710) | zeripath | 2019-08-05 | 1 | -0/+0 |
* | integration tests: Use t.Helper() (#7654) | Antoine GIRARD | 2019-07-29 | 2 | -0/+18 |
* | Update to latest mssqldriver (#7613) | zeripath | 2019-07-26 | 1 | -1/+9 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 1 | -1/+1 |
* | Fixed ineffectual assignments in tests (#7553) | Christian Muehlhaeuser | 2019-07-22 | 2 | -10/+10 |
* | switch to use gliderlabs/ssh for builtin server (#7250) | techknowlogick | 2019-07-06 | 6 | -1/+6 |
* | fix pull view ui merge section (#7335) | Lunny Xiao | 2019-07-01 | 1 | -1/+1 |
* | Add commit statuses reports on pull request view (#6845) | Lunny Xiao | 2019-06-30 | 5 | -1/+2 |