| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ReverseProxy authentication from the API (#22219) (#22252) | Lunny Xiao | 2022-12-30 | 1 | -9/+3 |
* | Use complete SHA to create and query commit status (#22244) (#22258) | Jason Song | 2022-12-28 | 2 | -1/+29 |
* | Allow empty assignees on pull request edit (#22150) (#22213) | KN4CK3R | 2022-12-22 | 1 | -0/+5 |
* | Fix ListBranches to handle empty case (#21921) (#22025) | Lunny Xiao | 2022-12-04 | 1 | -26/+34 |
* | Load GitRepo in API before deleting issue (#21720) (#21795) | Jason Song | 2022-11-12 | 1 | -1/+1 |
* | Display total commit count in hook message (#21400) (#21481) | KN4CK3R | 2022-10-17 | 1 | -9/+10 |
* | Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) | wxiaoguang | 2022-09-22 | 5 | -60/+53 |
* | Fix hard-coded timeout and error panic in API archive download endpoint (#209... | zeripath | 2022-09-06 | 1 | -2/+49 |
* | Fill the specified ref in webhook test payload (#20961) (#21055) | Jason Song | 2022-09-04 | 1 | -4/+12 |
* | Add more checks in migration code (#21011) (#21050) | zeripath | 2022-09-04 | 2 | -4/+2 |
* | Return 404 NotFound if requested attachment does not exist (#20886) (#20941) | zeripath | 2022-08-25 | 1 | -0/+20 |
* | Pad GPG Key ID with preceding zeroes (#20878) (#20885) | zeripath | 2022-08-22 | 1 | -0/+7 |
* | Fix owners cannot create organization repos bug (#20841) (#20854) | zeripath | 2022-08-18 | 1 | -1/+1 |
* | Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407) | 6543 | 2022-07-19 | 1 | -4/+4 |
* | Add missing return for when topic isn't found (#20351) (#20395) | zeripath | 2022-07-18 | 1 | -0/+1 |
* | Set target on create release with existing tag (#20381) (#20382) | Gusted | 2022-07-15 | 1 | -0/+1 |
* | Add write check for creating Commit status (#20332) (#20333) | Gusted | 2022-07-12 | 1 | -1/+1 |
* | Only show Followers that current user can access (#20220) (#20252) | zeripath | 2022-07-06 | 1 | -4/+4 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-07-01 | 1 | -1/+1 |
* | fix permission check for delete tag (#19985) | a1012112796 | 2022-06-16 | 3 | -0/+27 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 15 | -246/+246 |
* | fix: some typos (#19956) | yutotnh | 2022-06-13 | 1 | -1/+1 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 3 | -20/+22 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 4 | -14/+15 |
* | Implement http signatures support for the API (#17565) | Wim | 2022-06-05 | 1 | -0/+1 |
* | Add API to serve blob or LFS file content (#19689) | qwerty287 | 2022-06-04 | 2 | -0/+143 |
* | improvement some release related code (#19867) | Lunny Xiao | 2022-06-03 | 2 | -11/+12 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 34 | -104/+104 |
* | Fix nodeinfo caching and prevent NPE if cache non-existent (#19721) | zeripath | 2022-05-16 | 1 | -7/+11 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 2 | -55/+36 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 13 | -29/+38 |
* | Set the LastModified header for raw files (#18356) | zeripath | 2022-05-09 | 1 | -4/+39 |
* | Admin should not delete himself (#19423) | Lunny Xiao | 2022-05-08 | 1 | -0/+6 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 3 | -4/+6 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -6/+18 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 2 | -1/+92 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 1 | -2/+13 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 1 | -0/+2 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -15/+13 |
* | Fix sending empty notifications (#19589) | Gusted | 2022-05-02 | 1 | -1/+1 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 1 | -1/+0 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -4/+38 |
* | Add API to check if team has repo access (#19540) | qwerty287 | 2022-05-01 | 2 | -1/+51 |
* | Simplify loops to copy (#19569) | Gusted | 2022-05-01 | 1 | -3/+1 |
* | Use middleware to open gitRepo (#19559) | 6543 | 2022-04-30 | 2 | -7/+3 |
* | Respect DefaultUserIsRestricted system default when creating new user (#19310) | Jimmy Praet | 2022-04-29 | 1 | -5/+11 |
* | Add API to query collaborators permission for a repository (#18761) | Florin Hillebrand | 2022-04-29 | 3 | -3/+68 |
* | Don't error when branch's commit doesn't exist (#19547) | Gusted | 2022-04-29 | 1 | -2/+8 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 4 | -9/+32 |
* | Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#... | Gusted | 2022-04-28 | 1 | -1/+1 |