aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/NotificationsController.cs
AgeCommit message (Expand)Author
2021-03-11Fix third part integrationcrobibero
2020-08-18remove unused directivescrobibero
2020-08-07Remove extra Requiredcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-07-20changes from mergecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-24remove unused parameterscrobibero
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-19Convert pragma to supresswarningcrobibero
2020-06-18Remove nullable, add async taskcrobibero
2020-06-14fix merge conflictcrobibero
2020-06-12Use Http status code 204 instead of 200David
2020-05-03Fix xml docscrobibero
2020-04-29Update to return IEnumerable directly where possibleZadenRB
2020-04-28Revise documentation based on discussion in #2872ZadenRB
2020-04-24Add back in return type documentationZadenRB
2020-04-22Use ActionResult return type for all endpointsZadenRB
2020-04-22Update documentation of startIndexZadenRB
2020-04-21Make documentation of parameters clearerZadenRB
2020-04-21Remove documentation of void return typeZadenRB
2020-04-20Remove more unnecessary IActionResultZadenRB
2020-04-20Remove error handlers, to be implemented at a global level in a separate PRZadenRB
2020-04-20Enable nullable reference types on new class, remove unnecessary documenation...ZadenRB
2020-04-19Add response type annotations, return IActionResult to handle errorsZadenRB
2020-04-19Address PR comments, and revert changes that changed the API schemaZadenRB
2020-04-15Remove unnecessary assembly, update casing, enable nullable reference types o...ZadenRB
2020-04-15Lowercase parametersZadenRB
2020-04-15Migrates the notifications service to use ASP.NET MVC frameworkZadenRB