mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-10 10:12:19 -06:00
311 B
311 B
Conventions
Service Methods
- Various service methods will not check permissions, except for those with subject param
- User param of service methods are used to indicate who performs the action, instead of requiring permission check
- Service methods will not audit changes, unless stated explicitly