| Commit message (Expand) | Author | Age | Files | Lines |
* | Update heatmap fixtures to restore tests (#13224) | 6543 | 2020-10-20 | 1 | -1/+1 |
* | Add review request api (#11355) | a1012112796 | 2020-10-20 | 6 | -5/+112 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 2 | -4/+6 |
* | Avatars and Repo avatars support storing in minio (#12516) | Lunny Xiao | 2020-10-14 | 1 | -1/+2 |
* | Disable DSA ssh keys by default (#13056) | zeripath | 2020-10-09 | 2 | -5/+5 |
* | Disable Git Hooks by default (#13064) | techknowlogick | 2020-10-07 | 5 | -3/+8 |
* | Attachments: Add extension support, allow all types for releases (#12465) | silverwind | 2020-10-05 | 1 | -1/+1 |
* | Completely quote AppPath and CustomConf paths (#12955) | zeripath | 2020-09-28 | 1 | -2/+2 |
* | API: Get release by tags endpoint (#12932) | Johan Van de Wauw | 2020-09-25 | 1 | -0/+34 |
* | Add IsTemplate option in create repo ui and api (#12942) | 赵智超 | 2020-09-25 | 1 | -0/+1 |
* | Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1... | 6543 | 2020-09-18 | 1 | -6/+14 |
* | Fix pgsql migration test (#12844) | Lunny Xiao | 2020-09-18 | 1 | -0/+3 |
* | Convert User expose ID each time (#12855) | 6543 | 2020-09-17 | 2 | -2/+11 |
* | Don't keep running SetEngine in migration_test (#12860) | zeripath | 2020-09-15 | 1 | -9/+1 |
* | [API] Milestone endpoints accept names too (#12649) | 6543 | 2020-09-14 | 1 | -0/+5 |
* | Move all push update operations to a queue (#10133) | Lunny Xiao | 2020-09-11 | 5 | -3/+19 |
* | Add postgres schema to the search_path on database connection (#12634) | zeripath | 2020-09-11 | 1 | -10/+0 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 1 | -8/+8 |
* | Add a migrate service type switch page (#12697) | Lunny Xiao | 2020-09-09 | 1 | -3/+5 |
* | LFS support to be stored on minio (#12518) | Lunny Xiao | 2020-09-08 | 2 | -5/+18 |
* | Add queue for code indexer (#10332) | Lunny Xiao | 2020-09-07 | 6 | -11/+17 |
* | Add command to recreate tables (#12407) | zeripath | 2020-09-06 | 1 | -0/+24 |
* | Expose Attachemnt Settings by API (#12514) | 6543 | 2020-09-05 | 1 | -0/+12 |
* | API: Expose its limitation settings (#12714) | 6543 | 2020-09-04 | 2 | -14/+49 |
* | Test ignore migration rate limitation error (#12715) | 6543 | 2020-09-04 | 1 | -1/+10 |
* | [API] Delete Token accept names too (#12366) | 6543 | 2020-08-28 | 1 | -0/+13 |
* | Fix file table overflows (#12603) | silverwind | 2020-08-26 | 1 | -1/+1 |
* | Increase clickable area on files table links (#12553) | silverwind | 2020-08-23 | 1 | -1/+1 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 2 | -8/+12 |
* | Kanban board (#8346) | Lanre Adelowo | 2020-08-16 | 21 | -0/+742 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 8 | -27/+32 |
* | Add API to update pr headBranch (#12419) | 赵智超 | 2020-08-04 | 1 | -6/+8 |
* | Add name filter to API for GetMilestoneList (#12336) | 6543 | 2020-07-28 | 1 | -0/+12 |
* | Use a small size repo for migrate test (#12300) | 赵智超 | 2020-07-24 | 2 | -7/+7 |
* | prefer NoError/Error over Nil/NotNil (#12271) | Stephen Solka | 2020-07-19 | 2 | -7/+7 |
* | Update Octicons to v10 (#12240) | silverwind | 2020-07-17 | 1 | -1/+1 |
* | Extend Notifications API and return pinned notifications by default (#12164) | zeripath | 2020-07-12 | 2 | -5/+5 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 1 | -0/+5 |
* | API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s... | 6543 | 2020-06-22 | 1 | -6/+4 |
* | Fix commenting on non-utf8 encoded files (#11916) | zeripath | 2020-06-18 | 5 | -3/+10 |
* | upgrade to use testfixtures v3 (#11904) | techknowlogick | 2020-06-17 | 1 | -16/+0 |
* | Add automatic JS license generation (#11810) | silverwind | 2020-06-12 | 1 | -2/+0 |
* | Handle more pathological branch and tag names (#11843) | zeripath | 2020-06-11 | 1 | -8/+8 |
* | API allow to create closed milestones (#11745) | 6543 | 2020-06-09 | 1 | -0/+13 |
* | Honor DEFAULT_PAGING_NUM for API (#11805) | Cirno the Strongest | 2020-06-08 | 2 | -1/+15 |
* | give gitea time to calculate language stats (#11812) | 6543 | 2020-06-08 | 1 | -0/+4 |
* | Add option to API to update PullRequest base branch (#11666) | 6543 | 2020-06-07 | 1 | -3/+18 |
* | Add language statistics API endpoint (#11737) | Lauris BH | 2020-06-07 | 1 | -0/+46 |
* | Add hide activity option (#11353) | l-jonas | 2020-06-05 | 1 | -0/+414 |
* | [API] Expose allowed Reactions (#11735) | 6543 | 2020-06-04 | 1 | -0/+16 |