Remotely/Server/Auth
2024-02-20 16:15:03 -08:00
..
ApiAuthorizationFilter.cs Clean up errors and majority of warnings. 2023-07-25 14:05:59 -07:00
ExpiringTokenFilter.cs Refactor API controllers. 2023-07-25 11:34:35 -07:00
LocalOnlyFilter.cs Another pass of nullable refactoring. 2023-07-26 11:31:34 -07:00
OrganizationAdminRequirement.cs Create authorization policies for OrganizationAdmin and ServerAdmin. Use these within the routing system via Authorize attribute instead of directly checking on each page. 2023-06-14 15:06:13 -07:00
OrganizationAdminRequirementHandler.cs Make User nullable in AuthComponentBase. Add utility method to make sure it's populated. Refactor as necessary. 2023-08-01 15:52:08 -07:00
PolicyNames.cs Create authorization policies for OrganizationAdmin and ServerAdmin. Use these within the routing system via Authorize attribute instead of directly checking on each page. 2023-06-14 15:06:13 -07:00
ServerAdminRequirement.cs Create authorization policies for OrganizationAdmin and ServerAdmin. Use these within the routing system via Authorize attribute instead of directly checking on each page. 2023-06-14 15:06:13 -07:00
ServerAdminRequirementHandler.cs Make User nullable in AuthComponentBase. Add utility method to make sure it's populated. Refactor as necessary. 2023-08-01 15:52:08 -07:00
TwoFactorRequiredHandler.cs Move appsettings to DB. 2024-02-20 16:15:03 -08:00
TwoFactorRequiredRequirement.cs Convert to file-scoped namespaces. 2023-07-21 10:16:29 -07:00