1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 00:45:46 +00:00
gitea/routers/web
zeripath 81b29d6263
Update assignees check to include any writing team and change org sidebar (#18680) (#18873)
Backport #18680

Following the merging of #17811 teams can now have differing write and readonly permissions, however the assignee list will not include teams which have mixed perms.

Further the org sidebar is no longer helpful as it can't describe these mixed permissions situations.

Fix #18572

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-24 09:22:46 +08:00
..
admin Fix OAuth Source Edit Page (#18495) (#18503) 2022-01-31 23:36:34 +02:00
auth Prevent panic on prohibited user login with oauth2 (#18562) (#18563) 2022-02-03 21:36:42 +08:00
dev Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
events Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
explore Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
feed Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
org Update assignees check to include any writing team and change org sidebar (#18680) (#18873) 2022-02-24 09:22:46 +08:00
repo Show fullname on issue edits and gpg/ssh signing info (#18828) 2022-02-20 21:47:17 +00:00
user Webauthn nits (#18284) 2022-01-15 17:52:56 +01:00
base.go Fix nil checking on typed interface (#17598) 2021-11-15 21:16:11 +08:00
goget.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
home.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
metrics.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
web.go Ensure that blob-excerpt links work for wiki (#18587) (#18624) 2022-02-06 04:22:20 +00:00