| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix API repository object format missed (#31118) (#31132) | Giteabot | 2024-05-28 | 1 | -0/+1 |
* | Make gitea webhooks openproject compatible (#28435) (#31081) | Giteabot | 2024-05-26 | 3 | -23/+44 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 1 | -2/+2 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 1 | -1/+1 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 3 | -8/+9 |
* | Fix branch_protection api shows users/teams who has no readAccess (#30291) | Edward Zhang | 2024-04-17 | 1 | -21/+35 |
* | Update API to return 'source_id' for users (#29718) | Tobias Balle-Petersen | 2024-04-16 | 1 | -0/+1 |
* | Fix missed doer (#30231) | Lunny Xiao | 2024-04-08 | 3 | -18/+18 |
* | Performance improvements for pull request list page (#29900) | Lunny Xiao | 2024-03-21 | 1 | -2/+3 |
* | Fix possible NPE in ToPullReviewList (#29759) | Lunny Xiao | 2024-03-13 | 2 | -1/+53 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 1 | -1/+5 |
* | Fix incorrect relative/absolute URL usages (#29531) | wxiaoguang | 2024-03-02 | 1 | -1/+1 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 1 | -0/+3 |
* | Show whether a PR is WIP inside popups (#28975) | Bram Hagens | 2024-02-04 | 1 | -1/+2 |
* | Fix an actions schedule bug (#28942) | Zettat123 | 2024-01-31 | 1 | -15/+0 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -4/+5 |
* | Add branch protection setting for ignoring stale approvals (#28498) | Jimmy Praet | 2024-01-15 | 1 | -0/+1 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -1/+6 |
* | Fix `convert.ToTeams` on empty input (#28426) | KN4CK3R | 2024-01-11 | 2 | -26/+26 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -5/+5 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -5/+5 |
* | Fix package webhook (#27839) | Lunny Xiao | 2023-10-31 | 1 | -0/+1 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -4/+3 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -1/+1 |
* | Fix attachment download bug (#27486) | Lunny Xiao | 2023-10-10 | 1 | -9/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 6 | -13/+15 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 3 | -22/+22 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -2/+1 |
* | Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) | Nabapadma-sarker | 2023-09-24 | 1 | -0/+1 |
* | Fix push mirror, wrong timestamp format (#27153) | Daniel Kilimnik | 2023-09-23 | 1 | -2/+2 |
* | Add `RemoteAddress` to mirrors (#26952) | KN4CK3R | 2023-09-16 | 1 | -16/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -4/+4 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | add Upload URL to release API (#26663) | Earl Warren | 2023-08-24 | 2 | -0/+29 |
* | feat: implement organization secret creation API (#26566) | Bo-Yi Wu | 2023-08-22 | 1 | -0/+18 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 1 | -0/+1 |
* | Fix API leaking Usermail if not logged in (#25097) | JakobDev | 2023-07-31 | 1 | -1/+1 |
* | refactor improve NoBetterThan (#26126) | caicandong | 2023-07-26 | 1 | -1/+1 |
* | Allow Organisations to have a E-Mail (#25082) | JakobDev | 2023-07-25 | 1 | -0/+1 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 2 | -7/+7 |
* | Remove commit status running and warning to align GitHub (#25839) | caicandong | 2023-07-21 | 1 | -0/+8 |
* | Add file status for API "Get a single commit from a repository" (#16205) (#25... | jeremiepozzigithub | 2023-07-20 | 1 | -1/+2 |
* | For API attachments, use API URL (#25639) | Lunny Xiao | 2023-07-10 | 5 | -15/+62 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -4/+4 |
* | Store and use seconds for timeline time comments (#25392) | 6543 | 2023-06-23 | 1 | -0/+12 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 6 | -14/+30 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 2 | -0/+2 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 1 | -0/+8 |