forgejo/routers/web/user/setting
Gusted 2373c801ee
[MODERATION] add user blocking API
- Follow up for: #540, #802
- Add API routes for user blocking from user and organization
perspective.
- The new routes have integration testing.
- The new model functions have unit tests.
- Actually quite boring to write and to read this pull request.

(cherry picked from commit f3afaf15c7)
(cherry picked from commit 6d754db3e5)
(cherry picked from commit 2a89ddc0ac)
(cherry picked from commit 4a147bff7e)

Conflicts:
	routers/api/v1/api.go
	templates/swagger/v1_json.tmpl
(cherry picked from commit bb8c339185)
(cherry picked from commit 5a11569a01)
2023-07-17 00:21:29 +02:00
..
security Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
account.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
account_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
adopt.go Fix unclear IsRepositoryExist logic (#24374) 2023-04-28 14:14:26 -04:00
applications.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
blocked_users.go [MODERATION] add user blocking API 2023-07-17 00:21:29 +02:00
keys.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
oauth2.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
oauth2_common.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
packages.go Add Chef package registry (#22554) 2023-02-06 09:49:21 +08:00
profile.go Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
runner.go Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00
webhooks.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00