| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 3 | -7/+7 |
* | Fix admin team access mode value in team_unit table (#24012) | yp05327 | 2023-04-13 | 1 | -0/+19 |
* | Fix protected branch for API (#24013) | Lunny Xiao | 2023-04-09 | 1 | -4/+8 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 1 | -1/+1 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 6 | -0/+254 |
* | Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) | wxiaoguang | 2023-04-04 | 2 | -9/+16 |
* | Improve LoadUnitConfig to handle invalid or duplicate units (#23736) | Jason Song | 2023-04-03 | 1 | -1/+1 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 3 | -0/+71 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 3 | -0/+608 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 4 | -80/+119 |
* | Match api migration behavior to web behavior (#23552) | Andrew Tomaka | 2023-03-19 | 1 | -1/+1 |
* | Add absent repounits to create/edit repo API (#23500) | James Cleverley-Prance | 2023-03-16 | 1 | -0/+33 |
* | Add login name and source id for admin user searching API (#23376) | Lunny Xiao | 2023-03-15 | 2 | -6/+17 |
* | add admin API email endpoints (#22792) | techknowlogick | 2023-03-14 | 2 | -0/+91 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 3 | -0/+62 |
* | Handle missing `README` in create repos API (#23387) | Zettat123 | 2023-03-13 | 2 | -0/+13 |
* | Add Swift package registry (#22404) | KN4CK3R | 2023-03-13 | 1 | -1/+1 |
* | Purge API comment (#23451) | John Olheiser | 2023-03-13 | 1 | -0/+4 |
* | Use context for `RepositoryList.LoadAttributes` (#23435) | yp05327 | 2023-03-13 | 1 | -1/+1 |
* | Preserve file size when creating attachments (#23406) | Peter | 2023-03-12 | 3 | -3/+3 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 6 | -86/+254 |
* | Fix panic when getting notes by ref (#23372) | Zettat123 | 2023-03-08 | 1 | -1/+11 |
* | Make Ctrl+Enter submit a pending comment (starting review) instead of submitt... | wxiaoguang | 2023-03-04 | 1 | -2/+2 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 3 | -47/+41 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 4 | -9/+9 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 1 | -0/+7 |
* | Add force_merge to merge request and fix checking mergable (#23010) | Jason Song | 2023-02-21 | 1 | -4/+11 |
* | Add scopes to API to create token and display them (#22989) | zeripath | 2023-02-20 | 1 | -2/+11 |
* | Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921) | sillyguodong | 2023-02-20 | 1 | -2/+4 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -2/+2 |
* | Rename `GetUnits` to `LoadUnits` (#22970) | yp05327 | 2023-02-19 | 1 | -1/+1 |
* | Provide the ability to set password hash algorithm parameters (#22942) | zeripath | 2023-02-19 | 1 | -1/+1 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 2 | -0/+8 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 2 | -3/+3 |
* | Allow custom "created" timestamps in user creation API (#22549) | Sybren | 2023-02-16 | 1 | -0/+9 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 27 | -70/+71 |
* | Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2... | Brecht Van Lommel | 2023-02-13 | 1 | -0/+4 |
* | Map OIDC groups to Orgs/Teams (#21441) | KN4CK3R | 2023-02-08 | 3 | -4/+4 |
* | Add Chef package registry (#22554) | KN4CK3R | 2023-02-06 | 1 | -1/+1 |
* | Add Cargo package registry (#21888) | KN4CK3R | 2023-02-05 | 1 | -1/+1 |
* | Add Conda package registry (#22262) | KN4CK3R | 2023-02-01 | 1 | -1/+1 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -4/+39 |
* | Support system hook API (#14537) | Lunny Xiao | 2023-01-28 | 3 | -0/+219 |
* | Add API endpoint to get latest release (#21267) | JakobDev | 2023-01-26 | 2 | -0/+42 |
* | Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) | Brecht Van Lommel | 2023-01-24 | 2 | -3/+3 |
* | Support scoped access tokens (#20908) | Chongyi Zheng | 2023-01-17 | 1 | -194/+228 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 2 | -27/+101 |
* | Prevent panic on looking at api "git" endpoints for empty repos (#22457) | zeripath | 2023-01-15 | 1 | -1/+1 |
* | Improve utils of slices (#22379) | Jason Song | 2023-01-11 | 1 | -17/+17 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 3 | -4/+4 |