| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 23 | -74/+60 |
* | Wrong PR merge commit ID saved (#2007) | Lauris BH | 2017-06-19 | 1 | -1/+1 |
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 1 | -0/+2 |
* | Fix GPG email checking to be case insensitive (#1988) | Lauris BH | 2017-06-17 | 2 | -2/+41 |
* | fix bu ong normal user visit public repo (#1984) | Lunny Xiao | 2017-06-17 | 1 | -1/+1 |
* | Fix deleted milestone bug (#1942) | Ethan Koenig | 2017-06-17 | 1 | -10/+4 |
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -0/+2 |
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 2 | -46/+46 |
* | SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1... | Kim "BKC" Carlbäcker | 2017-06-15 | 1 | -1/+3 |
* | fix collborators lack of units on orgnization repositories (#1968) | Lunny Xiao | 2017-06-15 | 2 | -0/+47 |
* | Fix diff of renamed and modified file (#1967) | Ethan Koenig | 2017-06-14 | 1 | -7/+6 |
* | Switch to keybase go-crypto (for some elliptic curve key) + test (#1925) | Antoine GIRARD | 2017-06-14 | 2 | -13/+34 |
* | Fix bug in Action.loadRepo() (#1959) | Ethan Koenig | 2017-06-14 | 1 | -1/+1 |
* | Fix import order (#1951) | Ethan Koenig | 2017-06-12 | 3 | -3/+5 |
* | 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 engine bug in getIssueByID (#1934) | Ethan Koenig | 2017-06-11 | 1 | -1/+1 |
* | | Fix errors caused by force push (#1927) | Ethan Koenig | 2017-06-10 | 1 | -6/+7 |
* | | Gracefully handle bare repositories on API operations. (#1932) | Dennis Keitzel | 2017-06-10 | 1 | -1/+1 |
* | | Fix ghost user bug (#1913) | Ethan Koenig | 2017-06-09 | 1 | -0/+6 |
* | | Delete Public SSH Key tmp file after calculating fingerprint (#1855) | Dan Magnus Lindvall | 2017-06-08 | 1 | -0/+1 |
* | | Include formatting check to the `make test` (and thus also `check`) rule (#1366) | Sandro Santilli | 2017-06-06 | 1 | -1/+1 |
* | | Make `LocalCopyPath` a setting instead of a hard-coded path (#1881) | Phil Hopper | 2017-06-06 | 2 | -1/+26 |
* | | Migration to fix existing owner team units (#1873) | Ethan Koenig | 2017-06-05 | 2 | -0/+27 |
* | | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 1 | -1/+1 |
* | | Merge pull request #1874 from ethantkoenig/typo/issue_test | Andrey Nering | 2017-06-04 | 1 | -11/+8 |
|\ \ |
|
| * | | Fix misspelled variables | Ethan Koenig | 2017-06-04 | 1 | -11/+8 |
* | | | Run unused test | Ethan Koenig | 2017-06-04 | 2 | -6/+8 |
|/ / |
|
* | | Rename misnamed migration (#1867) | Ethan Koenig | 2017-06-04 | 1 | -12/+0 |
* | | Display draft releases (#1854) | Ethan Koenig | 2017-06-03 | 1 | -0/+8 |
* | | Fix bug in removeOrgRepo (#1858) | Ethan Koenig | 2017-06-02 | 1 | -1/+1 |
* | | Fix user profile activity feed (#1848) | Ethan Koenig | 2017-06-02 | 3 | -35/+62 |
* | | Don't ignore error in getMergeCommit (#1843) | Ethan Koenig | 2017-05-31 | 1 | -3/+9 |
* | | Fix locking bug in removeOrgRepo (#1842) | Ethan Koenig | 2017-06-01 | 1 | -1/+1 |
* | | Fix pull request compare link (#1832) | Ethan Koenig | 2017-05-31 | 1 | -1/+9 |
* | | Fix status table race condition (#1835) | Ethan Koenig | 2017-05-31 | 3 | -10/+5 |
* | | Update code.gitea.io/git (#1824) | Ethan Koenig | 2017-05-30 | 4 | -7/+28 |
* | | Use ghost users in issues/PRs (#1831) | Ethan Koenig | 2017-05-30 | 1 | -2/+8 |
* | | use writeTmpKeyFile in calcFingerprint (#1828) | Timo Myyrä | 2017-05-29 | 1 | -10/+2 |
* | | xxx_active_code_live setting in printed in hours and minutes instead … (#1814) | Jonas Östanbäck | 2017-05-29 | 1 | -3/+3 |
* | | Add Gitea Webhook (#1755) | Rémy Boulanouar | 2017-05-29 | 2 | -2/+12 |
|/ |
|
* | Fix invalid reference in feeds template (#1820) | Ethan Koenig | 2017-05-27 | 1 | -0/+6 |
* | Fix 500 for GET /teams/:id endpoints (#1811) | Ethan Koenig | 2017-05-26 | 1 | -24/+24 |
* | Give all units to owner team (#1812) | Ethan Koenig | 2017-05-26 | 1 | -0/+1 |
* | Fix deadlock in updateRepository (#1813) | Ethan Koenig | 2017-05-26 | 1 | -4/+8 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 9 | -147/+193 |
* | Adding #issuecomment to the URL in E-Mail notifications (#1674) | Jonas Franz | 2017-05-25 | 3 | -12/+19 |
* | fix bug not to trim space of login username (#1796) | Lunny Xiao | 2017-05-25 | 1 | -1/+6 |
* | Rename RepoCreationNum -> MaxCreationLimit (#1766) | Jonas Östanbäck | 2017-05-24 | 1 | -2/+2 |
* | Delete repo redirects on repo deletion (#1776) | Ethan Koenig | 2017-05-23 | 1 | -0/+1 |