itflow/post/admin
johnnyq f078203136 Fix Database Export, was not properly exporting utf8, html data and such. Also disable foreign key contraint check in the export then renable it in the end. This fixes the issue with importing the database into phpmyadmin or using the mysql command 2025-04-03 15:01:47 -04:00
..
admin_api.php
admin_backup.php Fix Database Export, was not properly exporting utf8, html data and such. Also disable foreign key contraint check in the export then renable it in the end. This fixes the issue with importing the database into phpmyadmin or using the mysql command 2025-04-03 15:01:47 -04:00
admin_category.php
admin_category_model.php
admin_custom_field.php
admin_custom_field_model.php
admin_custom_link.php
admin_document_template.php
admin_mail_queue.php
admin_project_template.php
admin_role.php Removed the prepended user_ from the fields in the user_roles table, moved user_role_id from user_settings directly to users table, rename table user_permissions to user_client_permissions, removed unused Sessions vars in login. This upedate will require to update using update_cli.php --db_update 2025-03-10 15:57:16 -04:00
admin_settings_ai.php
admin_settings_company.php Fix setting country code in company details 2025-03-30 11:45:27 -04:00
admin_settings_default.php Remove Phone Masking option in favor of Country Codes 2025-03-26 11:10:51 -04:00
admin_settings_integration.php
admin_settings_invoice.php Renamed Recurring to recurring_invoices updated a large portion of code, and updated many other fields to reflect recurring_invoice and not just recurring 2025-03-11 22:08:37 -04:00
admin_settings_localization.php
admin_settings_mail.php
admin_settings_module.php
admin_settings_notification.php remove cron key from the code and remove old cron script and setup and update cli scripts as they now reside in scripts directory 2025-01-25 21:44:46 -05:00
admin_settings_online_payment.php
admin_settings_online_payment_clients.php
admin_settings_project.php
admin_settings_quote.php
admin_settings_security.php
admin_settings_telemetry.php
admin_settings_theme.php
admin_settings_ticket.php ticket kanban settings 2025-02-04 17:07:42 -03:00
admin_software_template.php
admin_tag.php Remove Associated Deletions as these are handled by the database cascade deletions 2025-03-14 18:37:56 -04:00
admin_tag_model.php
admin_tax.php
admin_ticket_status.php
admin_ticket_template.php
admin_update.php Uncommented out temp comment check cli runtime 2025-03-27 12:40:43 -04:00
admin_user.php Users bugfixes 2025-03-31 08:35:42 +01:00
admin_user_model.php
admin_vendor_template.php