summaryrefslogtreecommitdiff
path: root/app/controllers/sparkles/controller.go
AgeCommit message (Expand)Author
2025-06-13fix: do not write the header twicemo khan
2025-05-24fix: disable require permission middlewaremo khan
2025-05-24feat: connect rpc client to inversion of control containermo khan
2025-05-24refactor: decorate handler with access check middlewaremo khan
2025-05-07refactor: provide context to repository to apply timeoutmo khan
2025-05-07refactor: extract helper to log errors consistentlymo khan
2025-04-28feat: add a temporary endpoint to restore sparklesmo khan
2025-04-28refactor: remove unused template and actionmo khan
2025-04-28feat: use htmx to render partialsmo khan
2025-04-28fix: render 404 when not logged inmo khan
2025-04-25refactor: move db and mountable to appmo khan
2025-04-25refactor: move domain package into appmo khan
2025-04-25refactor: move Repository interface to domainmo khan
2025-04-25feat: record the author of the new sparklemo khan
2025-04-22feat: add tiny vue.js app to list and add new sparklesmo khan
2025-04-21refactor: convert Repository to Repository[T Entity]mo khan
2025-04-14fix: update go mod namespacemo khan
2025-04-12refactor: extract mountable interface to allow controllers to mount themselve...mo khan
2025-04-11refactor: split routes to separate controller filesmo khan