| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix repo-transfer-and-team-repo-count bug (#3241) | Ethan Koenig | 2017-12-19 | 2 | -14/+23 |
* | Check ignored errors for issue and milestone count (#3213) | Ethan Koenig | 2017-12-18 | 2 | -20/+52 |
* | Remove unnecessary updates to issue indexer (#3212) | Ethan Koenig | 2017-12-17 | 3 | -2/+22 |
* | Unit tests for routers/repo/issue_label (#3198) | Ethan Koenig | 2017-12-15 | 1 | -1/+18 |
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 3 | -19/+14 |
* | Reorder migrations, skip errors if running migration again (#3160) | Lauris BH | 2017-12-13 | 13 | -292/+301 |
* | fix org owner cannot be removed if there is not in owner team (#3164) | Lunny Xiao | 2017-12-13 | 1 | -1/+6 |
* | Fix Uninitialized variable in ParsePatch (#3156) | Kim "BKC" Carlbäcker | 2017-12-12 | 1 | -1/+1 |
* | simple usage of x (#3144) | Lunny Xiao | 2017-12-11 | 1 | -4/+1 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 31 | -407/+185 |
* | Fixtures for public_key table (#3140) | Ethan Koenig | 2017-12-11 | 1 | -0/+1 |
* | Fix integration tests (#3141) | Ethan Koenig | 2017-12-11 | 1 | -4/+9 |
* | Fix compile failed without gcc (#3130) | Lunny Xiao | 2017-12-10 | 1 | -1/+0 |
* | Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092) | Antoine GIRARD | 2017-12-08 | 1 | -3/+3 |
* | Fix repo indexer and submodule bug (#3107) | Ethan Koenig | 2017-12-07 | 1 | -4/+4 |
* | Add 'mark all read' option to notifications (#3097) | Sasha Varlamov | 2017-12-07 | 3 | -4/+56 |
* | Delete a user's public key via admin api (closes #3014) (#3059) | Vlad Temian | 2017-12-06 | 1 | -4/+1 |
* | Tests for reactions (#3083) | Lauris BH | 2017-12-05 | 2 | -2/+168 |
* | Sort repos in issues dashboard sidebar (#3072) | Ethan Koenig | 2017-12-04 | 1 | -0/+12 |
* | Fix error message sanitiziation (#3082) | Ethan Koenig | 2017-12-04 | 1 | -26/+7 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 9 | -2/+354 |
* | Fix avatar URLs (#3069) | Ethan Koenig | 2017-12-03 | 1 | -5/+11 |
* | Sanitize logs for mirror sync (#3057) | Ethan Koenig | 2017-12-03 | 2 | -8/+46 |
* | Fix ref parsing in commit messages (#3067) | Ethan Koenig | 2017-12-03 | 3 | -102/+87 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 3 | -22/+28 |
* | Unit tests for wiki routers (#3022) | Ethan Koenig | 2017-11-30 | 4 | -33/+65 |
* | Fix git lfs path (#3016) | Antoine GIRARD | 2017-11-29 | 2 | -1/+34 |
* | Improve memory usage when reaching diff limits (#2990) | Duncan Ogilvie | 2017-11-29 | 1 | -12/+20 |
* | Git LFS lock api (#2938) | Antoine GIRARD | 2017-11-28 | 3 | -0/+204 |
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 4 | -58/+208 |
* | Don't print SQL in unit tests (#2995) | Ethan Koenig | 2017-11-27 | 1 | -1/+4 |
* | Enable admin to search by email (#2888) | Ethan Koenig | 2017-11-26 | 1 | -8/+13 |
* | Remove unnecessary IssueList attribute loads (#2936) | Ethan Koenig | 2017-11-21 | 2 | -9/+16 |
* | Add dingtalk webhook (#2777) | Lunny Xiao | 2017-11-21 | 2 | -4/+210 |
* | Disable add key button if SSH is disabled (#2873) | Michael Kuhn | 2017-11-21 | 2 | -1/+15 |
* | Add deleted_branch table fixture (#2832) | Lauris BH | 2017-11-04 | 2 | -23/+29 |
* | Issue content should not be updated when closing with comment (#2833) | Lauris BH | 2017-11-03 | 3 | -18/+18 |
* | Set session and indexers' data files rel to AppDataPath (#2192) | Guillaume Dube | 2017-11-03 | 1 | -14/+9 |
* | Fix order of comments (#2835) | Morlinest | 2017-11-03 | 1 | -0/+1 |
* | Use api.TrackedTime in API (#2807) | Ethan Koenig | 2017-11-01 | 1 | -0/+13 |
* | Use RelAvatarLink() in GetActAvatar() (#2800) | cstyles | 2017-10-31 | 1 | -1/+1 |
* | Fix Git LFS object/repo link storage in database and small refactoring (#2803) | Lauris BH | 2017-10-30 | 1 | -5/+4 |
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -6/+15 |
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 8 | -10/+367 |
* | Add search mode option to /api/repo/search (#2756) | Morlinest | 2017-10-27 | 11 | -106/+354 |
* | Add checks for commits with missing author and time (#2771) | Lauris BH | 2017-10-26 | 2 | -10/+33 |
* | don't check minimum key size when disabled (#1754) | Gibheer | 2017-10-26 | 1 | -5/+5 |
* | Add commit count caching (#2774) | Lauris BH | 2017-10-26 | 2 | -3/+21 |
* | Add branch overiew page (#2108) | Bwko | 2017-10-26 | 5 | -0/+228 |
* | fix discord hook bug (#2778) | Lunny Xiao | 2017-10-25 | 1 | -0/+4 |