Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yarden Shoham
542adf50d5
Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)
Enabled the organization loading flag.
- Fixes #20399
# Before
```json
{
...
"description": "",
"organization": null,
"includes_all_repositories": true,
"permission": "owner",
...
}
```
# After
```json
{
...
"description": "",
"organization": {
"id": 2,
"name": "bigorg",
"full_name": "",
"avatar_url": "https://3000-yardenshoham-gitea-3gfrlc9gn4h.ws-us96b.gitpod.io/avatars/e2649b0c016d9102664a7d4349503eb9",
"description": "",
"website": "",
"location": "",
"visibility": "public",
"repo_admin_change_team_access": true,
"username": "bigorg"
},
"includes_all_repositories": true,
"permission": "owner",
...
}
```
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
|
2 years ago |
.. |
activitypub
|
Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)
|
2 years ago |
admin
|
Improve template system and panic recovery (#24461)
|
2 years ago |
misc
|
Improve template system and panic recovery (#24461)
|
2 years ago |
notify
|
Move `convert` package to services (#22264)
|
2 years ago |
org
|
Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)
|
2 years ago |
packages
|
Add Alpine package registry (#23714)
|
2 years ago |
repo
|
Filter get single commit (#24613)
|
2 years ago |
settings
|
Implement FSFE REUSE for golang files (#21840)
|
2 years ago |
swagger
|
Add API for gitignore templates (#22783)
|
2 years ago |
user
|
Add activity feeds API (#23494)
|
2 years ago |
utils
|
Add user webhooks (#21563)
|
2 years ago |
api.go
|
Improve Gitea's web context, decouple "issue template" code into service package (#24590)
|
2 years ago |
auth.go
|
Implement FSFE REUSE for golang files (#21840)
|
2 years ago |
auth_windows.go
|
Implement FSFE REUSE for golang files (#21840)
|
2 years ago |