1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00
gitea/routers/web/user/setting
Sergey Dryabzhinsky 22a0636544
Add Visible modes function from Organisation to Users too (#16069)
You can limit or hide organisations. This pull make it also posible for users

- new strings to translte
- add checkbox to user profile form
- add checkbox to admin user.edit form
- filter explore page user search
- filter api admin and public user searches
- allow admins view "hidden" users
- add app option DEFAULT_USER_VISIBILITY
- rewrite many files to use Visibility field
- check for teams intersection
- fix context output
- right fake 404 if not visible

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
2021-06-26 20:53:14 +01:00
..
account_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
account.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
adopt.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
applications.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
keys.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
main_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
oauth2.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
profile.go Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
security_openid.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
security_twofa.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
security_u2f.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
security.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00