gitforge/models/organization
Gusted 691dd023ff chore: unify the usage of CryptoRandomString (#10110)
- Similair spirit of forgejo/forgejo!7453.
- Refactor the code in such a way that it always succeeds.
- To avoid doing mathematics if you use this function, define three security level (64, 128 and 256 bits) that correspond to a specific length which has that a security guarantee. I picked them as they fit the need for the existing usages of the code.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10110
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Lucas <sclu1034@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-11-15 13:24:53 +01:00
..
TestFindOrgs
TestInconsistentOwnerTeam
main_test.go
org.go
org_list.go
org_list_test.go
org_repo.go
org_test.go
org_user.go
org_user_test.go
team.go
team_invite.go chore: unify the usage of CryptoRandomString (#10110) 2025-11-15 13:24:53 +01:00
team_invite_test.go
team_list.go
team_repo.go
team_test.go
team_unit.go
team_user.go