You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/organization
Yarden Shoham 0a3c4d4a59
Fix team members API endpoint pagination (#24754)
Now it's 1-based instead of 0-based

- Fixes #24747

### Before

![image](https://github.com/go-gitea/gitea/assets/20454870/9b58ecfa-666c-4b78-bd0f-93233efeecbd)

### After

![image](https://github.com/go-gitea/gitea/assets/20454870/103b767a-e02e-4473-9f9f-5a676a61c174)

## ⚠️ BREAKING ⚠️
Previous API consumers may have relied on the 0-based pagination of this
endpoint. The page numbering now starts at 1, as documented.

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
1 year ago
..
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
mini_org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org.go Add owner team permission check test (#24096) 1 year ago
org_repo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org_test.go Improve permission check of packages (#23879) 1 year ago
org_user.go Allow repo admins too to delete the repo (#23940) 1 year ago
org_user_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
team.go Rename `GetUnits` to `LoadUnits` (#22970) 1 year ago
team_invite.go Implement FSFE REUSE for golang files (#21840) 2 years ago
team_invite_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
team_list.go Rename `GetUnits` to `LoadUnits` (#22970) 1 year ago
team_repo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
team_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
team_unit.go Implement FSFE REUSE for golang files (#21840) 2 years ago
team_user.go Fix team members API endpoint pagination (#24754) 1 year ago