Text View, View & Filter All Annotations, and More OPDS Love (#4062)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2025-09-28 14:28:21 -05:00
committed by GitHub
parent becb3d8c3b
commit 5290fd8959
139 changed files with 12399 additions and 2516 deletions
+11 -1
View File
@@ -50,7 +50,7 @@ public class LicenseController(
}
/// <summary>
/// Has any license registered with the instance. Does not check Kavita+ API
/// Has any license registered with the instance. Does not validate against Kavita+ API
/// </summary>
/// <returns></returns>
[Authorize("RequireAdminRole")]
@@ -117,6 +117,16 @@ public class LicenseController(
return BadRequest(localizationService.Translate(User.GetUserId(), "unable-to-reset-k+"));
}
/// <summary>
/// Resend the welcome email to the user
/// </summary>
/// <returns></returns>
[HttpPost("resend-license")]
public async Task<ActionResult<bool>> ResendWelcomeEmail()
{
return Ok(await licenseService.ResendWelcomeEmail());
}
/// <summary>
/// Updates server license
/// </summary>