umami/src
2025-08-13 20:28:20 +02:00
..
app Refactor login functionality to use email instead of username. Update related tests, API routes, and database schema to support email-based authentication. Ensure consistency across login forms and queries. 2025-08-13 20:28:20 +02:00
assets Added download functionality. 2025-07-22 00:24:37 -07:00
components Refactor authentication flow in LoginForm and LogoutPage to use next-auth. Remove unnecessary API calls and improve form handling. Update SSOPage to eliminate client token management. Adjust useApi hook to remove client token dependency. 2025-08-10 14:42:33 +02:00
lang Refactor configuration files for consistency and readability. Update docker-compose and podman-compose to use single quotes for strings. Adjust healthcheck commands to use single quotes. Clean up whitespace in various files, including README and JSON language files, to ensure proper formatting. 2025-08-11 23:01:19 +02:00
lib Refactor login functionality to use email instead of username. Update related tests, API routes, and database schema to support email-based authentication. Ensure consistency across login forms and queries. 2025-08-13 20:28:20 +02:00
queries Refactor login functionality to use email instead of username. Update related tests, API routes, and database schema to support email-based authentication. Ensure consistency across login forms and queries. 2025-08-13 20:28:20 +02:00
store Converted variables to be runtime. 2025-07-24 22:41:23 -07:00
styles
tracker Add keepalive option to tracker fetch request 2025-06-23 15:17:22 +02:00
types Refactor authentication flow in LoginForm and LogoutPage to use next-auth. Remove unnecessary API calls and improve form handling. Update SSOPage to eliminate client token management. Adjust useApi hook to remove client token dependency. 2025-08-10 14:42:33 +02:00
auth.ts Refactor authentication flow in LoginForm and LogoutPage to use next-auth. Remove unnecessary API calls and improve form handling. Update SSOPage to eliminate client token management. Adjust useApi hook to remove client token dependency. 2025-08-10 14:42:33 +02:00
declaration.d.ts
index.ts
middleware.ts Refactor authentication flow in LoginForm and LogoutPage to use next-auth. Remove unnecessary API calls and improve form handling. Update SSOPage to eliminate client token management. Adjust useApi hook to remove client token dependency. 2025-08-10 14:42:33 +02:00