1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00
gitea/routers/api/v1
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
..
admin Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
misc Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
notify [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) 2021-06-17 16:02:34 +02:00
org Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
repo Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
settings Disable Stars config option (#14653) 2021-04-15 18:53:57 +02:00
swagger [API] GET / SET User Settings (#16169) 2021-06-23 15:58:44 -04:00
user Add Visible modes function from Organisation to Users too (#16069) 2021-06-26 20:53:14 +01:00
utils Fix some API bugs (#16184) 2021-06-18 01:24:55 +02:00
api.go [API] Add repoGetTag (#16166) 2021-06-23 17:08:47 -04:00