itflow/agent/post
wrongecho 908ebb46d9
Merge pull request #1258 from itflow-org/ticket-task-approvals
Ticket task approvals
2026-01-12 12:27:24 +00:00
..
account.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
asset.php Add CSV Escaping to the Sample Export CSV Files 2025-12-02 15:18:20 -05:00
asset_interface_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
asset_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
category.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
category_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
certificate.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
certificate_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
client.php Fix randomString() to generate cryptographically secure URL-safe tokens, reduced url keys to 32 Characters for performance and easy copy and paste and compatibility while still mainitaining ubreakable cryptographic keys 2025-12-18 14:24:53 -05:00
client_model.php Update Add Client to use prepared statments 2025-11-21 20:53:04 -05:00
contact.php Add CSV Escaping to the Sample Export CSV Files 2025-12-02 15:18:20 -05:00
contact_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
credential.php Add CSV Escaping to the Sample Export CSV Files 2025-12-02 15:18:20 -05:00
credential_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
credit.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
document.php Added bulk delete, archive and restore and invidual file/document restore functions to files 2026-01-10 20:38:04 -05:00
document_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
domain.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
domain_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
event.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
event_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
expense.php Seperate out recurring expenses and expenses into their own post file 2025-10-29 16:21:56 -04:00
expense_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
file.php Added bulk delete, archive and restore and invidual file/document restore functions to files 2026-01-10 20:38:04 -05:00
folder.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
invoice.php Bugfix: Mail queue loop not sending invoices to all billing contacts 2026-01-09 16:56:11 +00:00
invoice_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
location.php Add CSV Escaping to the Sample Export CSV Files 2025-12-02 15:18:20 -05:00
location_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
network.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
network_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
payment.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
product.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
product_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
project.php Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere. 2025-11-28 14:14:46 -05:00
quote.php Fix randomString() to generate cryptographically secure URL-safe tokens, reduced url keys to 32 Characters for performance and easy copy and paste and compatibility while still mainitaining ubreakable cryptographic keys 2025-12-18 14:24:53 -05:00
quote_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
rack.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
recurring_expense.php Seperate out recurring expenses and expenses into their own post file 2025-10-29 16:21:56 -04:00
recurring_invoice.php Fix randomString() to generate cryptographically secure URL-safe tokens, reduced url keys to 32 Characters for performance and easy copy and paste and compatibility while still mainitaining ubreakable cryptographic keys 2025-12-18 14:24:53 -05:00
recurring_ticket.php Fix randomString() to generate cryptographically secure URL-safe tokens, reduced url keys to 32 Characters for performance and easy copy and paste and compatibility while still mainitaining ubreakable cryptographic keys 2025-12-18 14:24:53 -05:00
revenue.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
service.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
software.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
tag.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
tag_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
task.php Add task approval system (tidy) 2026-01-12 12:21:10 +00:00
ticket.php Fix randomString() to generate cryptographically secure URL-safe tokens, reduced url keys to 32 Characters for performance and easy copy and paste and compatibility while still mainitaining ubreakable cryptographic keys 2025-12-18 14:24:53 -05:00
ticket_recurring_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
transfer.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
transfer_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
trip.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
trip_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
vendor.php Convert all Import / Export Modals to Ajax and a few other lingering modals that were not converted yet 2025-12-02 15:04:05 -05:00
vendor_contact.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
vendor_contact_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
vendor_model.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00