| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fork permission bug fixes (#2534) | Jonas Franz | 2017-09-18 | 1 | -1/+1 |
* | Restructure markup & markdown to prepare for multiple markup language… (#2411) | Lunny Xiao | 2017-09-16 | 1 | -5/+5 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -0/+36 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -13/+2 |
* | Feature: Timetracking (#2211) | Jonas Franz | 2017-09-12 | 1 | -7/+17 |
* | Webhooks for repo creation/deletion (#1663) | Ethan Koenig | 2017-09-03 | 1 | -11/+31 |
* | Fix releases to be counted from database not tags (#2389) | Lauris BH | 2017-08-28 | 1 | -1/+1 |
* | Add UseCompatSSHURI setting (#2356) | Manuel | 2017-08-26 | 1 | -0/+3 |
* | EnableUnit() -> UnitEnabled() (#2242) | Ethan Koenig | 2017-08-02 | 1 | -3/+3 |
* | Remove unit types commits and settings (#2161) | Lauris BH | 2017-07-17 | 1 | -0/+4 |
* | Fix git hooks update to receive required arguments. Fixes #2090 (#2095) | Lauris BH | 2017-07-02 | 1 | -3/+7 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -6/+6 |
* | fix bu ong normal user visit public repo (#1984) | Lunny Xiao | 2017-06-17 | 1 | -1/+1 |
* | fix collborators lack of units on orgnization repositories (#1968) | Lunny Xiao | 2017-06-15 | 1 | -0/+7 |
* | Fix errors caused by force push (#1927) | Ethan Koenig | 2017-06-10 | 1 | -6/+7 |
* | Make `LocalCopyPath` a setting instead of a hard-coded path (#1881) | Phil Hopper | 2017-06-06 | 1 | -1/+4 |
* | Fix status table race condition (#1835) | Ethan Koenig | 2017-05-31 | 1 | -6/+3 |
* | Update code.gitea.io/git (#1824) | Ethan Koenig | 2017-05-30 | 1 | -1/+4 |
* | Fix deadlock in updateRepository (#1813) | Ethan Koenig | 2017-05-26 | 1 | -4/+8 |
* | Delete repo redirects on repo deletion (#1776) | Ethan Koenig | 2017-05-23 | 1 | -0/+1 |
* | Fix unloaded owner (#1770) | Ethan Koenig | 2017-05-21 | 1 | -2/+3 |
* | fix admin lost permission caused by #947 | Lunny Xiao | 2017-05-19 | 1 | -6/+6 |
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -2/+56 |
* | gofmt (#1710) | Ethan Koenig | 2017-05-12 | 1 | -1/+1 |
* | Added Parent property to the repo API (#1687) | guyzmo | 2017-05-12 | 1 | -0/+16 |
* | Exposes in API the Repo entity's Size and IsBare property (#1668) | guyzmo | 2017-05-05 | 1 | -0/+2 |
* | Sanitation fix from Gogs (#1461) | Kim "BKC" Carlbäcker | 2017-04-13 | 1 | -3/+3 |
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 1 | -0/+25 |
* | Mirror sync interval specified as duration string (#1407) | Jonas | 2017-04-08 | 1 | -1/+1 |
* | rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257) | Philippe Kueck | 2017-03-23 | 1 | -6/+7 |
* | feat: Only use issue and wiki on repo. (#1297) | Bo-Yi Wu | 2017-03-18 | 1 | -1/+1 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | bug fixed for delete repo failed (#1193) | Lunny Xiao | 2017-03-10 | 1 | -1/+1 |
* | feat: expose url field on issue api. (#982) | Bo-Yi Wu | 2017-03-03 | 1 | -0/+5 |
* | fix wrong num of user repos because of duplicated click delete button & perfo... | Lunny Xiao | 2017-03-01 | 1 | -20/+28 |
* | Fix unused Engine bugs (#1064) | Ethan Koenig | 2017-02-27 | 1 | -3/+3 |
* | move all repo list functions as a standalone file (#1061) | Lunny Xiao | 2017-02-27 | 1 | -259/+0 |
* | fix: Admin can see all private repositories on Explore page. (#1026) | Bo-Yi Wu | 2017-02-26 | 1 | -16/+32 |
* | Add "mirror" field to repo API | Andrey Nering | 2017-02-25 | 1 | -0/+1 |
* | refactor: repo counts for SearchRepositoryByName func (#1045) | Bo-Yi Wu | 2017-02-25 | 1 | -10/+16 |
* | fix delete repo will hang on postgres (#1044) | Lunny Xiao | 2017-02-24 | 1 | -9/+12 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -20/+55 |
* | Fix lint errors | Ethan Koenig | 2017-02-22 | 1 | -1/+1 |
* | fix: Wrong repo list on Explore page if user already loggin. (#1009) | Bo-Yi Wu | 2017-02-22 | 1 | -12/+25 |
* | Protected branches system (#339) | Denis Denisov | 2017-02-21 | 1 | -0/+6 |
* | Unit tests for repo watching (#963) | Ethan Koenig | 2017-02-17 | 1 | -103/+0 |
* | fix: 500 error on /explore/repos page. (#946) | Bo-Yi Wu | 2017-02-15 | 1 | -17/+14 |
* | refactor: small optimize for sql query (#940) | Bo-Yi Wu | 2017-02-15 | 1 | -16/+24 |
* | fix bug of multiple forks (#928) | Lunny Xiao | 2017-02-14 | 1 | -0/+24 |
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 1 | -5/+25 |