0
I Use This!
New Project

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix an issue causing the payment selection from not recognizing paypal as the selected option optimize many API endpoints and database queries add fibers into the API controller for faster request processing add new benchmark script and setup script to go with it (tests all endpoints with multiple queries to test speed) Adjust launch script to run puma directly, with some OS detection and enhanced config for faster request handling Adjust puma configuration to run in cluster mode with 2 workers by default on ruby platforms that support it Add more robust connection pooling to the database handler Add fibers to the database handler to handle queries faster Add missing pagination helper Ensure the license generator links purchases to user accounts make it mandatory for users to register when purchasing Added new migration to enhance database query speeds via indexes and other optimizations Add test and ping endpoints to the public API Change the order we setup routes in to avoid conflicts more reliably Make security feature skip checking more robust More... 7 days ago
Update planned_features.md More... 12 days ago
Update planned_features.md More... 12 days ago
Update planned_features.md More... 12 days ago
Create planned_features.md More... 12 days ago
Add codeql config to ignore vendor paths More... 12 days ago
Apply rubocop auto-corrects, adjust CodeQL scanning to not scan libraries and vendor files More... 12 days ago
Fix a CSS issue causing the admin account display to be so small it causes erronious scrolling More... 12 days ago
Fix a JavaScript error preventing licenses from being able to be suspended More... 12 days ago
Add 2 more missing templates fix a error in the license generator where it wasnt saving customer names add migration to add customer names to the license in db add customer names to the license model fix some class/instance method call mismatches in the api controller More... 12 days ago
Fix route error with manual license generator Create a missing ERB template for the product editor More... 12 days ago
Update codeql.yml More... 12 days ago
Update codeql.yml More... 12 days ago
Update codeql.yml More... 12 days ago
Update README.md More... 12 days ago
add codeql badge to readme More... 12 days ago
fix http being used in test/html_reports/index.html More... 12 days ago
Undo signal handling changes as they are breaking things More... 12 days ago
Add additional signal handling to make shutdowns more graceful More... 12 days ago
fix uncaught syntax error in admin_controller.rb More... 12 days ago
# Major System Enhancement: Admin Management, Tax System, and Security Features More... 12 days ago
When using Load Blanacer or cloud service (like render) there is currently a session management issue, where the session gets immediately invalidated. Add a new ENV variable to stop that when "BEHIND_LOADBALANCER" is true or when "RENDER" is true, or we are running in development mode More... 13 days ago
a redirect loop in dev mode on Render More... 13 days ago
fix admin page demo link More... 13 days ago
Add specific link for admin dashboard demo More... 13 days ago
Update README.md for proper formatting of demo link More... 13 days ago
Update README.md with demo link! More... 13 days ago
Undo all the failed attempts to fix the Render demo deployment, and re-add the now properly configured security middleware More... 13 days ago
We fixed the security middleware issue for Render using it in dev mode when it shouldn't be. More... 13 days ago
Still debugging Render demo deployment. More... 13 days ago