| .. |
|
0001_01_01_000000_create_users_table.php
|
initial commit
|
2026-06-18 10:09:24 -03:00 |
|
0001_01_01_000001_create_cache_table.php
|
initial commit
|
2026-06-18 10:09:24 -03:00 |
|
0001_01_01_000002_create_jobs_table.php
|
initial commit
|
2026-06-18 10:09:24 -03:00 |
|
2026_06_18_130006_create_personal_access_tokens_table.php
|
initial commit
|
2026-06-18 10:09:24 -03:00 |
|
2026_06_18_135000_create_tenants_table.php
|
feat: implement full CRUD support and database schema for multi-tenant architecture
|
2026-06-26 16:57:59 -03:00 |
|
2026_06_18_140000_create_productos_table.php
|
Add ProductController and Producto model with CRUD operations and migration
|
2026-06-18 10:13:03 -03:00 |
|
2026_06_19_000000_update_productos_tenant_reference_to_codigo.php
|
feat: update product tenant relations, implement attachments, refactor product attributes, and configure SQLite for testing
|
2026-07-01 15:05:21 -03:00 |
|
2026_06_23_000000_normalize_and_make_tenant_domains_unique.php
|
Add BootstrapTenantController and requests for tenant domain normalization; implement API route and tests
|
2026-06-23 09:49:54 -03:00 |
|
2026_06_24_000000_create_categorias_table.php
|
Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands
|
2026-06-24 11:02:35 -03:00 |
|
2026_06_24_000100_create_brands_table.php
|
Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands
|
2026-06-24 11:02:35 -03:00 |
|
2026_06_24_000200_create_productos_variantes_table.php
|
feat: refactor product variant handling to use product pricing and remove unnecessary fields
|
2026-06-30 15:58:19 -03:00 |
|
2026_06_24_000300_create_productos_attributes_table.php
|
feat(catalog): add tenant-scoped product attributes and variant definitions
|
2026-06-24 15:08:13 -03:00 |
|
2026_06_24_000310_create_attribute_options_table.php
|
feat: implement product attribute options with database migration, resource, and validation requests
|
2026-06-29 09:48:56 -03:00 |
|
2026_06_24_000320_create_productos_variantes_definiciones_table.php
|
feat(catalog): add tenant-scoped product attributes and variant definitions
|
2026-06-24 15:08:13 -03:00 |
|
2026_06_25_000000_create_carritos_table.php
|
feat(cart): implement cart management with add, update, and remove item functionalities
|
2026-06-25 10:24:45 -03:00 |
|
2026_06_25_000010_create_carrito_items_table.php
|
feat(cart): implement cart management with add, update, and remove item functionalities
|
2026-06-25 10:24:45 -03:00 |
|
2026_06_25_000420_create_compras_table.php
|
feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables
|
2026-06-25 10:34:33 -03:00 |
|
2026_06_25_000430_create_compra_items_table.php
|
feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables
|
2026-06-25 10:34:33 -03:00 |
|
2026_06_25_000500_create_attachments_table.php
|
feat: update product tenant relations, implement attachments, refactor product attributes, and configure SQLite for testing
|
2026-07-01 15:05:21 -03:00 |
|
2026_06_26_100000_migrate_product_attributes_types.php
|
feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain models
|
2026-06-26 11:40:07 -03:00 |
|
2026_06_29_000000_create_variantes_attachments_table.php
|
feat: add attachment relationship to ProductVariant model and database schema
|
2026-06-29 09:56:15 -03:00 |
|
2026_06_29_102114_refactor_product_attributes_table.php
|
feat: update product tenant relations, implement attachments, refactor product attributes, and configure SQLite for testing
|
2026-07-01 15:05:21 -03:00 |
|
2026_06_29_150840_create_productos_attachments_table.php
|
feat: implement product and attachment management service with supporting migrations and API controllers
|
2026-06-29 12:13:21 -03:00 |
|
2026_06_29_210000_add_brand_id_to_productos_table.php
|
feat: add brand and category relationships to products, update requests and resources, and seed product catalog from images
|
2026-06-29 13:47:05 -03:00 |
|
2026_07_01_100000_add_is_placeholder_to_productos_variantes_table.php
|
feat: add ProductVariant model and service layer for CRUD operations with attachment handling
|
2026-07-01 10:09:04 -03:00 |
|
2026_07_01_114500_add_success_color_to_tenants_table.php
|
feat: add tenant success color
|
2026-07-01 11:55:08 -03:00 |
|
2026_07_01_153000_split_header_footer_bg_color_in_tenants_table.php
|
feat: differentiate between header and footer colors
|
2026-07-01 15:37:46 -03:00 |
|
2026_07_01_160000_add_stock_real_and_stock_reservado_to_productos_variantes_table.php
|
feat: implement multi-tenant cart system with stock reservation and inventory tracking
|
2026-07-01 16:21:53 -03:00 |
|
2026_07_02_000000_rename_name_to_nombre_apellido_on_users_table.php
|
feat: implement user registration functionality with validation and response handling
|
2026-07-02 12:23:50 -03:00 |
|
2026_07_02_170254_create_personal_access_tokens_table.php
|
feat: implement authentication functionality with login and logout endpoints
|
2026-07-02 14:55:47 -03:00 |
|
2026_07_03_000001_create_integrations_table.php
|
feat: add 'url' field to Integration model and update related requests and seeder
|
2026-07-03 14:45:05 -03:00 |
|
2026_07_03_000002_create_tenant_integration_table.php
|
feat: implement integration management with CRUD operations and routes for tenant integration
|
2026-07-03 14:44:18 -03:00 |
|
2026_07_03_100000_create_bank_accounts_table.php
|
feat: implement BankAccount management with CRUD operations and selection for tenants
|
2026-07-03 13:43:32 -03:00 |
|
2026_07_03_100100_add_selected_bank_account_id_to_tenants_table.php
|
feat: implement BankAccount management with CRUD operations and selection for tenants
|
2026-07-03 13:43:32 -03:00 |
|
2026_07_03_192239_add_dni_and_telefono_to_users_table.php
|
feat: add optional 'dni' and 'telefono' fields to User model and registration process
|
2026-07-03 16:24:56 -03:00 |
|
2026_07_03_193000_adapt_compras_table.php
|
feat: add customer details fields to Purchase model and request, implement checkout process with cart clearing
|
2026-07-03 16:48:31 -03:00 |
|
2026_07_06_124304_create_telepagos_payments_table.php
|
feat: implement Telepagos webhook handling with request validation and service integration
|
2026-07-06 09:57:45 -03:00 |
|
2026_07_06_124305_create_telepagos_qr_table.php
|
feat: implement Telepagos webhook handling with request validation and service integration
|
2026-07-06 09:57:45 -03:00 |
|
2026_07_06_130000_add_cart_id_to_compras_table.php
|
feat: enhance checkout process with cart integration and stock confirmation
|
2026-07-06 14:06:25 -03:00 |
|
2026_07_06_130200_add_deleted_at_to_carritos_table.php
|
feat: enhance checkout process with cart integration and stock confirmation
|
2026-07-06 14:06:25 -03:00 |
|
2026_07_06_194803_drop_bank_accounts_table.php
|
feat: remove BankAccount domain and related functionality, including controller, model, requests, routes, and tests
|
2026-07-06 16:53:45 -03:00 |
|
2026_07_07_100000_add_total_to_compras_table.php
|
feat: add total field to purchases and update related logic for payment processing
|
2026-07-07 10:16:28 -03:00 |
|
2026_07_07_110000_refactor_purchase_statuses.php
|
feat: refactor purchase status handling and add finalize endpoint for purchases
|
2026-07-07 15:33:29 -03:00 |
|
2026_07_12_000000_add_payer_dni_to_compras_table.php
|
feat: rename payer_dni to transfer_payer_dni across purchase handling and update related tests
|
2026-07-16 11:45:34 -03:00 |
|
2026_07_14_110000_add_hero_config_and_event_config_to_tenants_table.php
|
feat: add hero_config and event_config to Tenant model with validation and migration
|
2026-07-14 11:08:59 -03:00 |
|
2026_07_14_135000_add_hero_bg_image_id_virtual_column_to_tenants_table.php
|
feat: add hero background image functionality to Tenant model and related requests, resources, and seeder
|
2026-07-14 13:58:49 -03:00 |
|
2026_07_14_142531_create_menues_table.php
|
feat: implement Menu management with CRUD operations and database migrations
|
2026-07-14 11:31:30 -03:00 |
|
2026_07_14_142539_create_tenant_menues_table.php
|
feat: implement Menu management with CRUD operations and database migrations
|
2026-07-14 11:31:30 -03:00 |
|
2026_07_14_161848_create_featured_groups_table.php
|
feat: add FeaturedGroup and FeaturedProduct models with migrations for database structure
|
2026-07-14 13:30:07 -03:00 |
|
2026_07_14_161849_create_featured_products_table.php
|
feat: add FeaturedGroup and FeaturedProduct models with migrations for database structure
|
2026-07-14 13:30:07 -03:00 |
|
2026_07_14_174706_add_group_order_to_featured_groups_table.php
|
feat: implement FeaturedVariant and CatalogController for managing featured variants and catalog display
|
2026-07-14 14:55:48 -03:00 |
|
2026_07_14_174819_rename_featured_products_to_featured_variants.php
|
feat: implement FeaturedVariant and CatalogController for managing featured variants and catalog display
|
2026-07-14 14:55:48 -03:00 |
|
2026_07_14_180621_add_ticket_fields_to_productos_table.php
|
feat: add ticket fields to Product and ProductVariant models, requests, and resources
|
2026-07-14 15:19:53 -03:00 |
|
2026_07_14_181346_move_ticket_fields_to_variantes_table.php
|
feat: add ticket fields to Product and ProductVariant models, requests, and resources
|
2026-07-14 15:19:53 -03:00 |
|
2026_07_14_184744_create_bundles_table.php
|
feat: implement Bundle and BundleItem models, migrations, and polymorphic relationships for cart and purchase items
|
2026-07-16 09:11:00 -03:00 |
|
2026_07_14_184754_create_bundle_items_table.php
|
feat: implement Bundle and BundleItem models, migrations, and polymorphic relationships for cart and purchase items
|
2026-07-16 09:11:00 -03:00 |
|
2026_07_14_184802_make_cart_items_polymorphic.php
|
feat: refactor cart and purchase handling to support polymorphic buyable types and improve code readability
|
2026-07-16 09:55:38 -03:00 |
|
2026_07_14_184812_make_purchase_items_polymorphic.php
|
feat: implement Bundle and BundleItem models, migrations, and polymorphic relationships for cart and purchase items
|
2026-07-16 09:11:00 -03:00 |
|
2026_07_15_000000_add_inventory_policy_and_cantidad_vendida_to_productos_variantes_table.php
|
feat: Implement inventory policy for product variants
|
2026-07-16 08:36:59 -03:00 |
|
2026_07_17_000000_rename_featured_variants_to_group_items.php
|
feat: rename featured_variants to group_items and update related references
|
2026-07-17 14:31:05 -03:00 |
|
2026_07_17_000100_make_group_items_groupable.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_17_000200_expand_bundles_tenant_codigo.php
|
feat: add migration to expand tenant_codigo in bundles and update related seeders and tests
|
2026-07-17 16:07:33 -03:00 |
|
2026_07_20_000200_create_catalog_items_table.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_20_000300_move_inventory_from_catalog_items.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_20_000400_remove_cart_item_polymorphism.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_20_000500_remove_purchase_item_polymorphism.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_20_000600_create_catalog_featured_items_tables.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_21_000000_add_bundles_to_catalog.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_21_000000_create_tickets_table.php
|
feat(ticket): implement ticket generation service, model, and exception handling with tests
|
2026-07-21 11:20:52 -03:00 |
|
2026_07_21_000200_drop_legacy_bundle_tables.php
|
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
|
2026-07-21 09:23:19 -03:00 |
|
2026_07_21_000300_add_source_ids_to_tickets_table.php
|
feat(ticket): add source IDs to tickets and update related services and tests
|
2026-07-21 12:27:26 -03:00 |
|
2026_07_22_000000_add_google_id_to_users_table.php
|
feat(auth): implement Google OAuth integration with user authentication and token exchange
|
2026-07-22 13:43:14 -03:00 |
|
2026_07_22_000000_add_requires_tenant_configuration_to_integrations_table.php
|
feat(integration): add requires_tenant_configuration field and update related logic and tests
|
2026-07-22 09:23:58 -03:00 |
|
2026_07_23_000000_add_group_layout_to_featured_groups_table.php
|
feat(catalog): add GroupLayout enum and integrate into FeaturedGroup model, migrations, and seeders
|
2026-07-23 13:22:22 -03:00 |
|
2026_07_23_000100_create_tenant_main_carousel_images_table.php
|
feat(tenant): add main carousel images functionality with migration, model, and tests
|
2026-07-23 14:19:00 -03:00 |
|
2026_07_23_000200_create_social_media_tables.php
|
feat(social-media): add SocialMedia model, migration, and tests for tenant associations
|
2026-07-23 14:54:42 -03:00 |
|
2026_07_23_000300_add_orden_to_tenant_social_media_table.php
|
feat(social-media): add 'orden' field to social media pivot table and update related functionality
|
2026-07-23 15:19:17 -03:00 |
|
2026_07_23_000400_refactor_menues_content_model.php
|
feat(menu): enhance Menu and TenantMenu models with parent-child relationships and static content support
|
2026-07-23 15:54:16 -03:00 |
|
2026_07_24_000000_create_account_menu_hierarchy.php
|
feat(menu): add label field to menu model and update related functionality
|
2026-07-24 10:08:04 -03:00 |
|
2026_07_24_000100_add_label_to_menues_table.php
|
feat(menu): ensure label column is added only if it doesn't exist and simplify menu update logic
|
2026-07-24 10:13:18 -03:00 |
|
2026_07_24_100000_add_catalog_search_layouts_to_tenants_table.php
|
feat(search): implement catalog item search functionality with request validation and resource formatting
|
2026-07-24 14:17:34 -03:00 |
|
2026_07_27_000000_add_reservation_status_to_compra_items_table.php
|
feat(purchase): add checkout expiration settings and reservation status to purchase items
|
2026-07-27 12:49:27 -03:00 |
|
2026_07_27_000000_create_reset_password_attempts_table.php
|
Forgot password flow
|
2026-07-27 09:43:00 -03:00 |
|
2026_07_27_000100_add_expires_at_to_compras_table.php
|
feat(purchase): add checkout expiration settings and reservation status to purchase items
|
2026-07-27 12:49:27 -03:00 |
|
2026_07_27_000200_scope_cart_identity_uniques_to_active_carts.php
|
feat(purchase): add checkout expiration settings and reservation status to purchase items
|
2026-07-27 12:49:27 -03:00 |
|
2026_07_27_000300_add_use_dates_to_variantes_table.php
|
feat(variants): add minimum and maximum use dates to variants and update related logic
|
2026-07-27 14:59:07 -03:00 |
|
2026_07_28_000000_add_source_purchase_id_to_tickets_table.php
|
feat(tickets): add source_purchase_id to tickets and update related logic
|
2026-07-28 16:10:37 -03:00 |
|
2026_07_28_000000_create_roles_and_permissions_tables.php
|
feat(authorization): add roles and permissions models, migration, and tests
|
2026-07-30 16:37:20 -03:00 |
|
2026_07_28_000100_add_role_and_tenant_codes_to_users_table.php
|
feat(authorization): refactor role management to use RoleCode enum, update migrations, seeders, and tests
|
2026-07-31 08:32:00 -03:00 |
|
2026_07_29_000000_add_login_security_fields_to_users_table.php
|
feat(auth): implement login security features including account locking and login attempt tracking
|
2026-07-29 10:47:26 -03:00 |
|
2026_07_29_000100_create_login_attempts_table.php
|
feat(auth): implement login security features including account locking and login attempt tracking
|
2026-07-29 10:47:26 -03:00 |
|
2026_07_29_000200_create_website_extras_tables.php
|
refactor(website): update relationships and migration to use 'website_type_code' instead of 'website_type'
|
2026-07-29 15:03:31 -03:00 |
|
2026_07_29_000300_remove_legacy_tenant_presentation_config.php
|
refactor(tenant): remove legacy presentation configuration and related carousel images
|
2026-07-29 14:54:57 -03:00 |
|
2026_07_30_000000_create_menues_roles_table.php
|
fix(authorization): rename pivot table from 'menues_roles' to 'roles_menues' and update related references
|
2026-07-31 08:35:45 -03:00 |
|
2026_07_31_000000_remove_tenant_admin_role.php
|
feat(authorization): refactor role management to use RoleCode enum, update migrations, seeders, and tests
|
2026-07-31 08:32:00 -03:00 |
|
2026_07_31_000100_rename_menues_roles_table.php
|
fix(authorization): rename pivot table from 'menues_roles' to 'roles_menues' and update related references
|
2026-07-31 08:35:45 -03:00 |
|
2026_07_31_000200_add_codigo_to_website_type_extras_table.php
|
feat(website-extras): refactor WebsiteExtra management to use 'codigo' for identification, update routes, requests, and services
|
2026-07-31 09:27:35 -03:00 |
|
2026_07_31_000300_remove_database_rules_from_website_type_extras.php
|
feat(database): remove 'database_rules' from WebsiteTypeExtra configurations and related tests
|
2026-07-31 09:28:12 -03:00 |
|
2026_07_31_000400_add_is_enabled_to_websites_extras_table.php
|
feat(website-extras): add 'is_enabled' column to websites_extras table and update model and tests
|
2026-07-31 09:38:30 -03:00 |
|
2026_07_31_000500_add_presentation_fields_to_website_type_table.php
|
feat(website-type): add new color fields and update related methods in WebsiteType model and service
|
2026-07-31 12:55:40 -03:00 |
|
2026_07_31_000600_add_footer_logo_to_website_type_table.php
|
feat(website-type): add footer logo support in WebsiteType model, controller, and resource; update seeder and tests
|
2026-07-31 14:16:58 -03:00 |
|
2026_08_03_000000_create_events_and_link_catalog.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_03_000100_add_catalog_foreign_keys_to_tickets.php
|
feat: Add event management to tenant and catalog
|
2026-08-03 12:01:20 -03:00 |
|
2026_08_03_000200_create_value_changes_table.php
|
feat: Implement value change logging functionality with models, traits, and migration; add tests for logging behavior and value change mapping
|
2026-08-03 15:43:50 -03:00 |
|
2026_08_03_000300_migrate_in_review_purchases_to_pending_payment.php
|
feat: Remove 'in_review' status from purchase workflow; implement logging for status changes and update related tests
|
2026-08-03 17:04:39 -03:00 |
|
2026_08_04_000000_add_tenant_code_to_value_changes_table.php
|
feat: Add tenant code to value changes; implement PurchaseController and related services for tenant-specific purchase management
|
2026-08-04 10:27:33 -03:00 |
|
2026_08_04_000100_add_event_id_to_compras_table.php
|
feat: Add event association to purchases; implement event relationship in models, update migration, and enhance tests
|
2026-08-04 11:45:03 -03:00 |
|
2026_08_04_000200_add_source_to_featured_groups_table.php
|
feat: Introduce source type for featured groups; add category association and implement FeaturedGroupService for item sourcing
|
2026-08-04 13:17:00 -03:00 |
|
2026_08_04_000300_create_staff_category_assignments.php
|
feat: Implement staff management features; add controller, service, resource, routes, and tests for staff and category assignments
|
2026-08-04 16:20:30 -03:00 |
|
2026_08_04_000400_add_scanner_user_id_to_tickets_table.php
|
feat: Add scanner user association to tickets; update Ticket model, resource, migration, and tests
|
2026-08-05 09:17:09 -03:00 |
|
2026_08_05_125427_add_reason_to_reset_password_attempts_table.php
|
feat(auth): add reason field to reset password attempts and enhance email notifications for account lock scenarios
|
2026-08-05 10:27:29 -03:00 |
|
2026_08_06_000100_create_validity_times_table.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_06_000200_add_validity_time_to_catalog_tables.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_06_000300_add_validity_time_to_tickets_table.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_06_000400_remove_legacy_ticket_validity_columns.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_06_000500_add_max_units_per_user_to_catalog_items.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_07_000000_move_event_onto_tenant.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_07_000100_allow_event_date_attribute_combinations.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_07_000200_add_event_date_catalog_attributes.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_07_000300_add_multi_value_event_dates_to_variants.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_07_000400_allow_multiple_variant_values_per_attribute.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_07_000500_add_commercial_overrides_to_variants.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_10_000000_add_event_date_text_to_tenants.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_10_000100_add_sort_order_to_item_attributes.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_10_000200_enable_tickets_for_fiesta_futbol_infantil_catalog.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_10_000300_remove_event_product_type_from_catalog_items.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_11_000000_add_header_display_options_to_tenants_table.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_11_000100_configure_header_display_options_for_seeded_tenants.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_11_120000_default_website_extras_is_enabled_to_true.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_11_130000_add_ticket_generation_policy_to_catalog_items.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_11_140000_allow_multiple_validity_times_per_ticket.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_11_150000_add_validity_time_to_event_dates.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_11_160000_group_ticket_validity_times.php
|
Add tests for ticket validity and event date formatting
|
2026-08-11 12:41:35 -03:00 |
|
2026_08_12_000000_add_scanner_domain_to_website_type_table.php
|
feat(scanner): implement scanner bootstrap functionality with controller, request, resource, and service; add routes and migration for scanner domain
|
2026-08-12 08:40:45 -03:00 |
|
2026_08_12_010000_add_ticket_selector_and_single_catalog_layouts.php
|
feat(layouts): add 'Single' layout option to GroupLayout and update related functionality
|
2026-08-12 11:09:11 -03:00 |
|
2026_08_12_020000_create_desfile_pura_tendencia_tenant.php
|
feat(tenant): provision Desfile Pura Tendencia and extend tenant customization
|
2026-08-12 13:53:22 -03:00 |
|
2026_08_12_030000_add_show_in_selector_to_item_attributes.php
|
feat(catalog): add show_in_selector attribute to item attributes and update related logic
|
2026-08-12 16:11:53 -03:00 |
|
2026_08_12_030000_remove_event_date_from_desfile_entry_variants.php
|
feat(tenant): provision Desfile Pura Tendencia and extend tenant customization
|
2026-08-12 13:53:22 -03:00 |
|
2026_08_12_040000_add_display_cart_to_tenants_table.php
|
feat(tenant): provision Desfile Pura Tendencia and extend tenant customization
|
2026-08-12 13:53:22 -03:00 |
|
2026_08_12_050000_add_background_images_to_tenants_table.php
|
feat(tenant): provision Desfile Pura Tendencia and extend tenant customization
|
2026-08-12 13:53:22 -03:00 |
|
2026_08_12_060000_set_desfile_footer_background_image.php
|
feat(tenant): add Desfile footer background asset migration
|
2026-08-12 13:54:05 -03:00 |
|
2026_08_12_070000_add_inventory_subject_to_catalog_items.php
|
feat(inventory): add InventorySubject enum and integrate into catalog item management
|
2026-08-12 14:42:30 -03:00 |
|
2026_08_13_000000_add_desfile_entries_adminapp_menu.php
|
feat(desfile): add routes and migration for desfile entries in admin app menu
|
2026-08-13 11:06:31 -03:00 |
|
2026_08_13_000100_remove_validity_time_from_catalog_items.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_13_000200_drop_ticket_validity_groups.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_13_000300_protect_ticket_catalog_sources.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_13_000400_remove_ticket_generation_policy.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_13_010000_fix_desfile_entries_adminapp_menu_route.php
|
feat(desfile): add routes and migration for desfile entries in admin app menu
|
2026-08-13 11:06:31 -03:00 |
|
2026_08_13_010000_stop_persisting_ticket_presentation.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_13_020000_add_scanner_category_validation_to_tenants_table.php
|
feat(scanner): add scanner category validation logic and related tests
|
2026-08-13 11:26:13 -03:00 |
|
2026_08_13_030000_add_soft_deletes_to_catalog_sources.php
|
Refactor ticket validity handling and improve tests
|
2026-08-14 09:00:51 -03:00 |
|
2026_08_14_000000_add_browser_branding_to_tenants_and_website_type.php
|
feat(tenant): add site title and favicon support for tenants and website types
|
2026-08-14 08:55:59 -03:00 |
|
2026_08_14_010000_set_seeded_tenant_browser_branding.php
|
feat(tenant): add site title and favicon support for tenants and website types
|
2026-08-14 08:55:59 -03:00 |
|
2026_08_14_020000_add_is_enabled_to_catalog_item_attachments.php
|
feat(catalog): add is_enabled field to catalog item attachments
|
2026-08-14 10:24:11 -03:00 |
|
2026_08_14_030000_swap_desfile_row_and_seat_semantics.php
|
feat(migration): implement row and seat swapping logic for desfile tenant
|
2026-08-14 12:17:40 -03:00 |
|
2026_08_14_040000_expand_desfile_seat_options.php
|
feat(desfile): refactor entry management to use row-based configuration and expand seat options
|
2026-08-14 13:32:02 -03:00 |
|
2026_08_18_000000_add_crop_data_to_attachments_table.php
|
feat(attachment): update crop data columns to use decimal types and add migration for legacy data
|
2026-08-18 12:54:53 -03:00 |
|
2026_08_18_010000_enable_hero_image_cropping.php
|
feat(attachment): refactor image cropping functionality to use range objects and update related tests
|
2026-08-18 12:54:47 -03:00 |
|
2026_08_18_020000_migrate_attachment_crop_percentages_to_json.php
|
feat(attachment): update crop data columns to use decimal types and add migration for legacy data
|
2026-08-18 12:54:53 -03:00 |
|
2026_08_18_030000_create_attachment_crops_table.php
|
Refactor attachment cropping functionality to support multiple variants
|
2026-08-18 14:40:22 -03:00 |
|
2026_08_18_040000_create_clients_and_assign_tenants.php
|
feat(clients): add client ownership for tenants
|
2026-08-18 17:32:27 -03:00 |
|
2026_08_18_041000_move_integrations_from_tenants_to_clients.php
|
refactor(integrations): move configuration ownership to clients
|
2026-08-18 17:32:44 -03:00 |
|
2026_08_18_050000_group_onticket_tenants_under_shared_client.php
|
feat: Introduce client management and integration updates
|
2026-08-18 16:18:34 -03:00 |
|
2026_08_18_060000_add_cart_editing_enabled_to_tenants_table.php
|
feat: add cart editing feature to tenants
|
2026-08-18 16:32:17 -03:00 |
|
2026_08_18_060000_separate_tenant_domain_and_base_path.php
|
feat: separate tenant domain and base path, update related models, requests, and tests
|
2026-08-18 17:23:01 -03:00 |
|
2026_08_18_061000_add_display_cart_item_images_to_tenants_table.php
|
feat: add display_cart_item_images feature to tenants and update related resources
|
2026-08-18 16:46:45 -03:00 |
|
2026_08_19_000100_create_stock_reservations_table.php
|
feat(inventory): add traceable cart stock reservations
|
2026-08-19 13:43:08 -03:00 |
|
2026_08_19_010000_add_ticket_label_to_item_attributes.php
|
refactor(catalog): add ticket_label to item attributes and update related logic
|
2026-08-19 11:23:41 -03:00 |