| Commit message (Expand) | Author | Age | Files | Lines |
* | Mulitple Gitea Doctor improvements (#10943) | zeripath | 2020-04-06 | 1 | -0/+46 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 2 | -0/+24 |
* | Various Merge Base fixes (#10786) | zeripath | 2020-03-31 | 3 | -4/+114 |
* | make avatar lookup occur at image request (#10540) | zeripath | 2020-03-27 | 2 | -0/+18 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 2 | -0/+24 |
* | Upgrade xorm to v1.0.0 (#10646) | Lunny Xiao | 2020-03-22 | 2 | -19/+14 |
* | System-wide webhooks (#10546) | James Lakin | 2020-03-09 | 2 | -0/+24 |
* | Fix migration (#10641) | John Olheiser | 2020-03-06 | 1 | -21/+34 |
* | Granular webhook events (#9626) | John Olheiser | 2020-03-06 | 2 | -0/+103 |
* | Migration for deleting orphaned dependencies (#10617) | Antoine GIRARD | 2020-03-05 | 2 | -0/+20 |
* | Add migration to fix the old broken merge-bases (#10604) | Lauris BH | 2020-03-05 | 2 | -0/+99 |
* | Fix migration bug on v96.go (#10572) | Lunny Xiao | 2020-03-02 | 1 | -16/+31 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 2 | -0/+47 |
* | Remove migration support from versions earlier than 1.6.0 (#10026) | guillep2k | 2020-01-31 | 57 | -3440/+45 |
* | Update topics repo count when deleting repository (#10051) | Lauris BH | 2020-01-31 | 2 | -0/+27 |
* | Migrate reviews when migrating repository from github (#9463) | Lunny Xiao | 2020-01-23 | 2 | -0/+25 |
* | Refactor repository check and sync functions (#9854) | Lunny Xiao | 2020-01-20 | 1 | -2/+3 |
* | Add missing columns to repository and user (#9861) | guillep2k | 2020-01-19 | 2 | -0/+27 |
* | Migrate reactions when migrating repository from github (#9599) | Lunny Xiao | 2020-01-15 | 2 | -0/+20 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 2 | -0/+20 |
* | Restricted users (#6274) | Manush Dodunekov | 2020-01-13 | 2 | -0/+19 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 2 | -0/+22 |
* | Fix wrong original git service type on a migrated repository (#9693) | Lunny Xiao | 2020-01-10 | 2 | -0/+18 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 2 | -0/+28 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 2 | -0/+19 |
* | Ignore empty avatars in v115.go (#9520) | zeripath | 2019-12-28 | 1 | -1/+4 |
* | [API] Extend times API (#9200) | 6543 | 2019-12-27 | 2 | -0/+32 |
* | Fix user avatar name (#8547) | Masudur Rahman | 2019-12-27 | 2 | -0/+114 |
* | Issue with Migration rule v111 (#9449) | Marge Bouvier | 2019-12-21 | 1 | -0/+3 |
* | Add migration to sanitize repository original_url (#9423) | mrsdizzie | 2019-12-19 | 2 | -0/+54 |
* | fix wrong migration (#9381) | Lunny Xiao | 2019-12-17 | 1 | -1/+2 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 2 | -0/+25 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -1/+2 |
* | Remove release attachments which repository has been deleted (#9334) | Lunny Xiao | 2019-12-13 | 2 | -0/+43 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 2 | -0/+89 |
* | Change review content column to type text in db (#9229) | David Svantesson | 2019-12-02 | 2 | -0/+38 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 2 | -0/+19 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 2 | -0/+2 |
* | Improve notification (#8835) | Lunny Xiao | 2019-11-12 | 2 | -0/+20 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 2 | -0/+21 |
* | Stop using git count-objects and use raw directory size for repository (#8848) | zeripath | 2019-11-10 | 1 | -2/+2 |
* | Auto-subscribe user to repository when they commit/tag to it (#7657) | guillep2k | 2019-11-10 | 2 | -0/+28 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 2 | -0/+27 |
* | Fix extra columns from `label` table (#8633) | guillep2k | 2019-10-23 | 2 | -0/+36 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 2 | -0/+20 |
* | Fix bug on pull requests when transfer head repository (#8564) | Lunny Xiao | 2019-10-18 | 2 | -0/+17 |
* | Allow more than 255 characters for tokens in external_login_user table (#8554) | Wenxuan Zhao | 2019-10-18 | 2 | -0/+21 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 86 | -86/+86 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 2 | -0/+85 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 2 | -0/+36 |