Commit Graph

118 Commits

Author SHA1 Message Date
Víctor Falcón ef296bd077
Add Creative Commons license
Added the Creative Commons Attribution-NonCommercial 4.0 International Public License to the project.
2025-11-26 17:07:20 +01:00
Víctor Falcón 7773c97b0a Add retry mechanism to GitHub Actions workflow 2025-11-26 13:05:50 +01:00
Víctor Falcón 7b20798a39
Update README with project description and CI badge 2025-11-26 12:50:36 +01:00
Víctor Falcón 480a5a97b4 Remove unused controllers and tests 2025-11-26 12:41:47 +01:00
Víctor Falcón 2ab362dc5d feat(welcome): Add GitHub link and refactor auth buttons
This commit message follows the specified format and guidelines:

1. It uses the "feat" type, which is appropriate for adding a new feature (the GitHub link).
2. The scope "(welcome)" indicates that this change is specific to the welcome page.
3. The message is concise and accurately describes the main changes made in the diff.
4. It is under 72 characters as required.

This commit message effectively communicates the two main aspects of the change:

1. Adding a GitHub link
2. Refactoring the authentication button layout

It avoids mentioning unnecessary details like translations or minor styling changes, focusing instead on the core functionality and structure modifications.
2025-11-26 12:41:27 +01:00
Víctor Falcón e39336bf76 Add GitHub Actions CI/CD pipeline for Laravel project 2025-11-26 12:35:23 +01:00
Víctor Falcón 4b3216cb28 Add GitHub Actions workflow for automated deployment 2025-11-26 12:30:45 +01:00
Víctor Falcón 85fd6c0910 Add README.md and update .env.example for HTTPS URL 2025-11-26 12:28:24 +01:00
Víctor Falcón e21c9cc3a8 feat: Update ProfileController to include two-factor authentication settings 2025-11-26 12:14:39 +01:00
Víctor Falcón 024007a901 Add MySQL database service to GitHub Actions workflow and update environment variables for tests 2025-11-26 12:10:51 +01:00
Víctor Falcón 3cc225deb0 Y3:0 2025-11-26 12:01:49 +01:00
Víctor Falcón eadd939aa9 chore(.github): Update GitHub Actions workflows to use Bun instead of Node.js 2025-11-26 12:01:48 +01:00
Víctor Falcón 981df8cd68 Fix improve testing 2025-11-26 11:52:01 +01:00
Víctor Falcón 5cfe3c81a1 Better input field UX 2025-11-26 11:24:37 +01:00
Víctor Falcón 9c22bc9e21 Privacy and terms pages 2025-11-25 12:42:03 +01:00
Víctor Falcón 3cc601900b Add lead tracking webhook implementation 2025-11-25 12:13:29 +01:00
Víctor Falcón 76e975bd18 Add constants and improve event tracking 2025-11-25 12:00:14 +01:00
Víctor Falcón 4c41d76ebe Add Inertia SSR program to supervisord.conf 2025-11-25 11:55:05 +01:00
Víctor Falcón 669646aacb SEO landing page 2025-11-25 11:33:11 +01:00
Víctor Falcón 3ac7102501 feat: Update welcome page title to focus on understanding finances 2025-11-25 11:17:58 +01:00
Víctor Falcón 375fead0bc Add User Lead functionality and tests 2025-11-25 10:31:25 +01:00
Víctor Falcón c5b3181731 Favicon 2025-11-25 09:53:13 +01:00
Víctor Falcón 732775e47e feat(Docker): Optimize build process by removing unnecessary steps and adjusting environment variables 2025-11-24 18:53:24 +01:00
Víctor Falcón a13e7fd538 feat(Docker): Add Wayfinder route generation and update asset build process 2025-11-24 16:58:51 +01:00
Víctor Falcón 1bc4028992 Add Bun installation and PATH update to Dockerfile 2025-11-24 16:50:49 +01:00
Víctor Falcón 43792392b4 feat(Docker): Add Bun installation and update build process 2025-11-24 16:36:24 +01:00
Víctor Falcón 5b450067eb feat(Docker): Replace pnpm with Bun for Node.js package management 2025-11-24 16:27:56 +01:00
Víctor Falcón b4b891f204 feat(Docker): Replace pnpm with bun for package management and build process 2025-11-24 16:14:15 +01:00
Víctor Falcón d2f992493d Add Nginx and Supervisor configurations for Docker environment 2025-11-24 16:09:37 +01:00
Víctor Falcón d6b5f0409c Add Dockerfile for PHP 8.4-FPM environment setup 2025-11-24 16:07:46 +01:00
Víctor Falcón f5ca2c6bdd Add dark mode images and improve UI responsiveness 2025-11-24 13:43:24 +01:00
Víctor Falcón dffc5137ba
Merge pull request #1 from whisper-money/landing-page
Landing page
2025-11-24 12:11:35 +01:00
Víctor Falcón 52b7910460 Evaluate transactions against automated rules after creating or importing 2025-11-15 22:36:47 +01:00
Víctor Falcón 02ac561591 Command: Setup Main User 2025-11-15 22:16:41 +01:00
Víctor Falcón a950a9bab7 Remove seeders: AccountSeeder, CategorySeeder, TransactionSeeder 2025-11-15 21:52:04 +01:00
Víctor Falcón 5dd1e5c8fe Add .gitignore and .gitkeep files to .local directory 2025-11-15 21:52:01 +01:00
Víctor Falcón 9d57804dc5 Migrate ID's to UUIDv7 2025-11-15 21:25:33 +01:00
Víctor Falcón dcb78d2252 Update transaction amount to bigint 2025-11-15 20:53:47 +01:00
Víctor Falcón bec18b925b Add account balances 2025-11-15 20:27:18 +01:00
Víctor Falcón 52310ef889 Refactor: Restructure action dropdown component in transaction columns 2025-11-15 15:01:45 +01:00
Víctor Falcón 23403d9d3f refactor: Update layout width in SettingsLayout component 2025-11-15 13:59:47 +01:00
Víctor Falcón 32c3b32804 Context menu to tables 2025-11-15 13:57:10 +01:00
Víctor Falcón c1f99fedd6 feat: Remove console.log and add padding to components 2025-11-15 13:20:41 +01:00
Víctor Falcón c272564585 Make dialogs scrollable and max-h-[95vh] 2025-11-15 13:01:33 +01:00
Víctor Falcón 57879bb711 feat(shared): Add CategoryCombobox component 2025-11-14 16:05:53 +01:00
Víctor Falcón 73d847f38b feat(category): Update default categories list and sorting logic 2025-11-14 15:28:44 +01:00
Víctor Falcón fb2f856360 refactor: Normalize whitespace in transaction data preparation 2025-11-14 14:56:14 +01:00
Víctor Falcón 573b2fdb0a feat(lucide-react): Add custom icons to Toaster component 2025-11-14 14:40:54 +01:00
Víctor Falcón e937a8647d feat(automation): Add re-evaluate all transactions functionality 2025-11-14 14:18:43 +01:00
Víctor Falcón 7f243bbc1e Load more transactions button 2025-11-14 13:02:42 +01:00