This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
itflow
Watch
1
Star
0
Fork
0
You've already forked itflow
mirror of
https://github.com/itflow-org/itflow
synced
2026-04-04 11:45:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1ea5214a9507da3457d915d27281dfa32149425
itflow
/
post
/
admin
History
johnnyq
97f92e508e
Remove Associated Deletions as these are handled by the database cascade deletions
2025-03-14 18:37:56 -04:00
..
admin_api.php
…
admin_backup.php
…
admin_category_model.php
…
admin_category.php
…
admin_custom_field_model.php
…
admin_custom_field.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
Feature: Ability to remove Company Logo, also small UI touch up in company details
2025-01-17 16:23:29 -05:00
admin_settings_default.php
…
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
Remove mysqli connection vars when passing mail data to addToMailQueue Function
2025-01-22 20:56:24 -05:00
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_clients.php
Bump plugin stripe-php from 10.5.0 to 16.4.0 and update links
2025-01-25 11:47:58 -05:00
admin_settings_online_payment.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_model.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_tax.php
Fix Archive Taxes
2025-01-18 16:48:39 -05:00
admin_ticket_status.php
…
admin_ticket_template.php
…
admin_update.php
Completely renamed everything login to credential including tables added cascading deletion to the multi to multi tables
2025-03-12 21:28:50 -04:00
admin_user_model.php
…
admin_user.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_vendor_template.php
…