rybbit/server
Bill Yang e00441925f Refactor signup and login components to use dynamic configuration for signup availability
- Replaced static DISABLE_SIGNUP constant with dynamic configuration fetched from useConfigs hook in both login and signup pages.
- Updated conditional rendering logic to handle loading state and configuration changes more effectively.
- Cleaned up unused environment variable logging in const.ts and added a new route for configuration retrieval in the server index.
2025-05-14 21:06:17 -07:00
..
public Refactor Rybbit Analytics Script for improved readability and performance by minifying code and consolidating functions. Maintain existing functionality for tracking page views and outbound links. 2025-05-09 11:14:56 -07:00
src Refactor signup and login components to use dynamic configuration for signup availability 2025-05-14 21:06:17 -07:00
.dockerignore Second commit 2025-01-16 22:39:11 -08:00
docker-entrypoint.sh Update docker-entrypoint.sh to force database migrations during startup 2025-04-22 20:10:54 -07:00
Dockerfile update docker 2025-04-21 23:03:52 -07:00
drizzle.config.ts New env (#122) 2025-05-05 20:31:11 -07:00
GeoLite2-City.mmdb Remove GeoLite2-City.mmdb database file and update geolocation.ts to adjust database path handling and improve error management for uninitialized reader. 2025-04-21 22:44:51 -07:00
package-lock.json Revert "Ratelimits for cloud (#248)" 2025-05-14 13:45:07 -07:00
package.json Revert "Ratelimits for cloud (#248)" 2025-05-14 13:45:07 -07:00
tsconfig.json auth (#3) 2025-02-15 12:55:28 -08:00