| Commit message (Expand) | Author | Age | Files | Lines |
* | API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562) | 6543 | 2020-11-19 | 1 | -0/+30 |
* | Use mount but not register for chi routes (#13555) | Lunny Xiao | 2020-11-16 | 2 | -3/+6 |
* | CSS color variables, less bold font weight and more (#13567) | silverwind | 2020-11-15 | 2 | -3/+3 |
* | Add email validity check (#13475) | Chris Shyi | 2020-11-14 | 2 | -0/+57 |
* | Introduce go chi web framework as frontend of macaron, so that we can move ro... | Lunny Xiao | 2020-11-13 | 4 | -11/+23 |
* | Make TestCreateBranch and TestRepoCommitsSearch less noisy (#13471) | zeripath | 2020-11-08 | 2 | -4/+2 |
* | 2nd attempt at re-request APIMergePullRequest (#13468) | zeripath | 2020-11-08 | 1 | -0/+4 |
* | [RFC] Make archival asynchronous (#11296) | Kyle Evans | 2020-11-07 | 32 | -3/+710 |
* | Add the tag list page to the release page (#12096) | a1012112796 | 2020-11-02 | 1 | -4/+4 |
* | Storage configuration support `[storage]` (#13314) | Lunny Xiao | 2020-10-31 | 3 | -26/+32 |
* | Delete tag API (#13358) | John Olheiser | 2020-10-30 | 3 | -4/+27 |
* | Remove obsolete change of email on profile page (#13341) | zeripath | 2020-10-28 | 2 | -1/+8 |
* | Attempt to handle unready PR in tests (#13305) | zeripath | 2020-10-25 | 1 | -4/+21 |
* | 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 |