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/routers
Richard Nienaber 908136c557
add configuration option to restrict users by default (#16256)
* add configuration option to restrict users by default

* default IsRestricted permission only set on sign up

setting this in the model messes with other workflows (e.g. syncing LDAP users) where the IsRestricted permission needs to be explicitly set and not overridden by a config value

* fix formatting

* Apply suggestions from code review

* ensure newly created user is set to restricted

* ensure imports are in the correct order

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
api/v1 Check user instead of organization when creating a repo from a template via API (#16346) 3 years ago
common Support custom mime type mapping for text files (#16304) 3 years ago
install just add some unit tests (#16291) 3 years ago
private Add tag protection (#15629) 3 years ago
utils just add some unit tests (#16291) 3 years ago
web add configuration option to restrict users by default (#16256) 3 years ago
init.go Add LRU mem cache implementation (#16226) 3 years ago