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/modules/convert
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>
3 years ago
..
convert.go [API] Add repoCreateTag (#16165) 3 years ago
git_commit.go [refactor] Unify the export of user data via API (#15144) 3 years ago
git_commit_test.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
issue.go [refactor] Unify the export of user data via API (#15144) 3 years ago
issue_comment.go [refactor] Unify the export of user data via API (#15144) 3 years ago
issue_test.go Add Created & Updated to Milestone (#12662) 4 years ago
main_test.go Move pull request api convert to convert package (#9664) 5 years ago
notification.go [API] pull notification subject status: add "merged" (#15344) 3 years ago
pull.go [refactor] Unify the export of user data via API (#15144) 3 years ago
pull_review.go Expose resolver via API (#15167) 3 years ago
pull_test.go Move Repo APIFormat to convert package (#13787) 4 years ago
release.go [refactor] Unify the export of user data via API (#15144) 3 years ago
repository.go Fix some API bugs (#16184) 3 years ago
status.go [refactor] Unify the export of user data via API (#15144) 3 years ago
user.go Add Visible modes function from Organisation to Users too (#16069) 3 years ago
user_test.go Add Visible modes function from Organisation to Users too (#16069) 3 years ago
utils.go [API] Migration: Change ServiceType String (#12672) 4 years ago
utils_test.go Add some Unit-Tests (#14500) 3 years ago