| Commit message (Expand) | Author | Age | Files | Lines |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 2 | -1/+2 |
* | Add name filter to API for GetMilestoneList (#12336) | 6543 | 2020-07-28 | 2 | -27/+52 |
* | Refactor: Remove Dependencies from Migration v111 (#11646) | 6543 | 2020-07-26 | 1 | -15/+344 |
* | Fix ipv6 parsing (#12321) | Wim | 2020-07-26 | 1 | -3/+13 |
* | Migrations (v82,v96,v99,v136) remove dependencies (#12286) | 6543 | 2020-07-22 | 4 | -11/+35 |
* | Support use nvarchar for all varchar columns when using mssql (#12269) | Lunny Xiao | 2020-07-21 | 1 | -0/+2 |
* | Update Octicons to v10 (#12240) | silverwind | 2020-07-17 | 2 | -4/+4 |
* | Set NoAutoTime when updating is_archived (#12266) | zeripath | 2020-07-16 | 1 | -1/+1 |
* | models: fix xorm variable clobber (#12231) | Lars Lehtonen | 2020-07-13 | 1 | -1/+1 |
* | When starting new stopwatch stop previous if it is still running (#10533) | bobemoe | 2020-07-12 | 1 | -0/+15 |
* | Extend Notifications API and return pinned notifications by default (#12164) | zeripath | 2020-07-12 | 1 | -3/+3 |
* | Trim to 255 runes instead of bytes (#12150) | Jürgen Hötzel | 2020-07-08 | 1 | -4/+5 |
* | Decrease the num_stars when deleting a repo (#11954) | 赵智超 | 2020-07-07 | 4 | -0/+99 |
* | Ensure Subkeys are verified (#12155) | zeripath | 2020-07-06 | 1 | -1/+41 |
* | models: break out of loops (#12159) | Lars Lehtonen | 2020-07-06 | 1 | -3/+6 |
* | Provide option to unlink a fork (#11858) | zeripath | 2020-07-02 | 1 | -11/+1 |
* | fix bug about can't skip commits base on base branch (#11555) | 赵智超 | 2020-06-24 | 1 | -11/+87 |
* | Fix typo (#12013) | successgo | 2020-06-22 | 1 | -1/+1 |
* | Add serviceworker.js to KnownPublicEntries (#11992) | silverwind | 2020-06-20 | 1 | -7/+4 |
* | Fix commenting on non-utf8 encoded files (#11916) | zeripath | 2020-06-18 | 1 | -1/+31 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 5 | -10/+10 |
* | upgrade to use testfixtures v3 (#11904) | techknowlogick | 2020-06-17 | 2 | -7/+36 |
* | Use ID or Where to instead directly use Get when load object from database (#... | Lunny Xiao | 2020-06-17 | 9 | -28/+25 |
* | Upgrade xorm to v1.0.2 (#11900) | Lunny Xiao | 2020-06-15 | 1 | -1/+1 |
* | Invalidate comments when file is shortened (#11882) | zeripath | 2020-06-14 | 1 | -1/+4 |
* | Rework api/user/repos for pagination (#11827) | Cirno the Strongest | 2020-06-13 | 2 | -8/+15 |
* | Add migration to set IsArchived false if it is null (#11853) | zeripath | 2020-06-11 | 3 | -1/+39 |
* | Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831) | Cirno the Strongest | 2020-06-10 | 1 | -1/+4 |
* | Refactor: Remove Dependencys from Migration v112-v119 (#11811) | 6543 | 2020-06-09 | 3 | -8/+18 |
* | Fix visibility of forked public repos from private orgs (#11717) | Cirno the Strongest | 2020-06-06 | 1 | -1/+1 |
* | Increase maximum SQLite variables count to 32766 (#11696) | Cirno the Strongest | 2020-06-05 | 1 | -10/+0 |
* | Add hide activity option (#11353) | l-jonas | 2020-06-05 | 5 | -2/+38 |
* | Add internal-repo octicon for public repos of private org (#11529) | Cirno the Strongest | 2020-06-05 | 1 | -0/+1 |
* | Fix verification of subkeys of default gpg key (#11713) | zeripath | 2020-06-03 | 1 | -0/+15 |
* | models: include LFS when calculating repo size (#11060) | Cuong Manh Le | 2020-05-31 | 1 | -0/+8 |
* | Fix language stat calculation (#11692) | Cirno the Strongest | 2020-05-31 | 1 | -34/+1 |
* | Change language statistics to save size instead of percentage (#11681) | Lauris BH | 2020-05-30 | 3 | -18/+140 |
* | Add logging to long migrations (#11647) | zeripath | 2020-05-29 | 4 | -13/+154 |
* | Add API Endpoint for Branch Creation (#11607) | Terence Le Huu Phuong | 2020-05-29 | 1 | -0/+15 |
* | Doctor check & fix db consistency (#11111) | 6543 | 2020-05-29 | 4 | -62/+190 |
* | Handle expected errors in AddGPGkey API (#11644) | 6543 | 2020-05-28 | 1 | -1/+1 |
* | Fix wrong milestone in webhook message (#11596) | Gary Kim | 2020-05-24 | 1 | -1/+1 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 1 | -4/+19 |
* | Properly handle and return empty string for dangling commits in GetBranchName... | Cirno the Strongest | 2020-05-23 | 1 | -1/+1 |
* | Fix repo-list private and total count bugs (#11500) | zeripath | 2020-05-20 | 1 | -10/+6 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 2 | -0/+159 |
* | Ensure public repositories in private organizations are visible and fix admin... | zeripath | 2020-05-18 | 1 | -4/+25 |
* | Allow all members of private orgs to see public repos (#11442) | zeripath | 2020-05-17 | 1 | -10/+15 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 5 | -52/+106 |
* | Make API EditIssue and EditPullRequest issue notifications (#11123) | zeripath | 2020-05-17 | 1 | -16/+51 |