Commit Graph

  • bff04e947b Disable HTML Purifier Caching johnnyq 2025-01-22 14:39:39 -05:00
  • 502ebf5080 Update Changelog johnnyq 2025-01-22 11:25:02 -05:00
  • 823c9eb030 Reduce the Max amount of Records per page to 100 instead of 500 to prevent performance issues johnnyq 2025-01-22 11:22:09 -05:00
  • 679291217d Fix Regression with TinyMCE not loading when editing or adding a ticket template johnnyq 2025-01-22 11:17:47 -05:00
  • 2abc6cd8ef Fix Editing Recurring Expenses, update Changelog johnnyq 2025-01-20 23:28:46 -05:00
  • 9d2f509694 Add tooltips to the client badge count on the side nav menu to explain what it counts johnnyq 2025-01-19 20:53:02 -05:00
  • 22e9699b20 Fix Archive Taxes johnnyq 2025-01-18 16:48:39 -05:00
  • 5382676fc1 Reduce padding in Rack units, use thumnail class for rack image johnnyq 2025-01-18 14:54:33 -05:00
  • a90e08cb2d UI Update to rack devices, added a table header to Device Units removed border between action and device johnnyq 2025-01-18 14:48:59 -05:00
  • 37e792402f Update Change log johnnyq 2025-01-18 14:26:32 -05:00
  • 034dc4a745 Row span and center each Rack Devices instead of repeating same device for each unit the device utilizes johnnyq 2025-01-18 14:09:06 -05:00
  • 5fb4d2a197 Tidy some code in client contacts johnnyq 2025-01-18 13:38:55 -05:00
  • 657d766fbd Update Table UI for domain history johnnyq 2025-01-18 13:20:39 -05:00
  • eee5a9cd8d Updated CHANGELOG johnnyq 2025-01-18 13:09:37 -05:00
  • 360974d9f4 Refactor interface linking system: - Remove 'interface_connected_asset_interface' column usage - Introduce 'asset_interface_links' table for one-to-one connections - Update add/edit/delete queries and modals to handle new schema - Exclude already-connected interfaces in dropdowns - Improve data integrity and simplify linking logic johnnyq 2025-01-18 13:04:56 -05:00
  • d2b3970a7b Update SECURITY.md wrongecho 2025-01-18 12:19:00 +00:00
  • 317d45c60b Update README.md wrongecho 2025-01-18 12:06:45 +00:00
  • 85cee68d15 Update README.md wrongecho 2025-01-18 11:20:23 +00:00
  • c425c37fbf Update CHANGELOG.md wrongecho 2025-01-18 11:00:08 +00:00
  • d1ebdcf92c Add Force Recur ticket to client Recurring, client details and asset details johnnyq 2025-01-17 17:34:37 -05:00
  • 57cbcf4e1d Update some UI elements in User Preferences johnnyq 2025-01-17 17:05:41 -05:00
  • bddc406c1d Merge pull request #1151 from itflow-org/domain-history Johnny 2025-01-17 16:47:05 -05:00
  • 43337ff138 Update User Details Page to mimic company Details layout johnnyq 2025-01-17 16:44:00 -05:00
  • ecd83b6b11 Add domain history to domain refresher wrongecho 2025-01-17 21:39:11 +00:00
  • e68c8b7922 Reduce Card Header Padding in Company Details johnnyq 2025-01-17 16:25:54 -05:00
  • 269bddee9d Feature: Ability to remove Company Logo, also small UI touch up in company details johnnyq 2025-01-17 16:23:29 -05:00
  • 505ad52950 Update Changelog johnnyq 2025-01-17 15:58:14 -05:00
  • e0c8155943 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2025-01-17 20:55:18 +00:00
  • d22c2b5265 Refactor changelog wrongecho 2025-01-17 20:55:10 +00:00
  • 5baecf6982 Add Payment Deletion Capabilities from payments and client payments page johnnyq 2025-01-17 15:54:26 -05:00
  • fd59709af5 Fix stripe auto-pay not fetching publishable key wrongecho 2025-01-17 20:28:09 +00:00
  • 9dcd9abdc6 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2025-01-17 20:27:35 +00:00
  • 55b324621e Fix stripe auto-pay not fetching publishable key wrongecho 2025-01-17 20:27:22 +00:00
  • e3623dce5e Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2025-01-17 15:27:18 -05:00
  • cb7965a84f Stripe Var Passthru attempt johnnyq 2025-01-17 15:26:40 -05:00
  • 2ce32731aa Merge pull request #1150 from itflow-org/services-db-charset Johnny 2025-01-15 20:22:54 -05:00
  • 99c4f9b92d Add domain history wrongecho 2025-01-15 18:04:56 +00:00
  • c5058b26de Services table has a weird character set - removed wrongecho 2025-01-15 12:05:03 +00:00
  • e4a4687e8c Added Connected Asset Interface ID to asset interface table to eventual link to anothr assets interface/port johnnyq 2025-01-14 23:50:08 -05:00
  • 1c971ca88c Reduce Padding for Network Interfaces table johnnyq 2025-01-14 22:40:32 -05:00
  • a5d3c73249 Sort Interface Ports ASC instead of DESC in asset details johnnyq 2025-01-14 22:33:31 -05:00
  • 5d3b4c8ff7 Update JS for stripe autopay to fetch value of Publishable Key from hidden form element instead of using hard coded key johnnyq 2025-01-14 16:39:34 -05:00
  • 47657e462a Merge pull request #1149 from itflow-org/modal-maxlength Johnny 2025-01-14 12:55:26 -05:00
  • 5567dfe968 Merge pull request #1148 from itflow-org/stripe-autopay Johnny 2025-01-14 12:54:36 -05:00
  • f774218b6d Cron - log retention should include the new app and audit logs tables too wrongecho 2025-01-14 17:48:42 +00:00
  • 34daca31b8 Include rather than require for the admin/xcustom includes to avoid breaking notifications/logout on pages that don't have a post handler (e.g. app logs) wrongecho 2025-01-14 17:47:56 +00:00
  • 6d9de98a71 Add maxlength attribute to modals wrongecho 2025-01-14 17:24:43 +00:00
  • 6c234968cb Fix top_nav_tickets_modal path wrongecho 2025-01-14 15:39:33 +00:00
  • 54dde984ac nullable_htmlentities - prevent Passing null to parameter error wrongecho 2025-01-14 15:37:24 +00:00
  • 9a36ad2cea Initial add Stripe Auto-payment with saved card wrongecho 2025-01-14 00:28:49 +00:00
  • 88c1b8cb8b Initial add Stripe Auto-payment with saved card wrongecho 2025-01-13 22:58:23 +00:00
  • 701df8db38 Update Changelog johnnyq 2025-01-13 16:15:51 -05:00
  • 97723da633 Windows/Tab Titles now reflect the current page your on along with the company name or selected client. Pages contact details, asset details, tickets, projects, documents, invoices, quotes, recurring invoices overide to include more detail in tab title johnnyq 2025-01-13 14:40:05 -05:00
  • 2693bbf81a Initial add Stripe Auto-payment with saved card wrongecho 2025-01-13 00:11:04 +00:00
  • b72c3f23af Initial add Stripe Auto-payment with saved card wrongecho 2025-01-12 23:59:39 +00:00
  • f153ae8ff3 Initial add Stripe Auto-payment with saved card wrongecho 2025-01-12 22:02:49 +00:00
  • cd374b7b21 Initial add Stripe Auto-payment with saved card wrongecho 2025-01-12 21:42:02 +00:00
  • a15081ac67 Initial add Stripe Auto-payment with saved card wrongecho 2025-01-12 20:56:38 +00:00
  • 0cb3cdc26d Moved all modals into /modals and updated all require links johnnyq 2025-01-12 13:55:31 -05:00
  • e7f19dc69d Fix portal invoices wrongecho 2025-01-12 09:25:13 +00:00
  • 2c6b1a83d6 Fix portal confirm modal include wrongecho 2025-01-12 09:22:21 +00:00
  • d57caed793 tidy johnnyq 2025-01-11 17:41:50 -05:00
  • 5b2b3d2821 Add index.php in /guest to redirect to the portal johnnyq 2025-01-11 17:28:49 -05:00
  • 731927d49c Allow archiving roles wrongecho 2025-01-11 22:08:28 +00:00
  • 2b07b03560 Update URLs for guest being in subdir wrongecho 2025-01-11 21:46:34 +00:00
  • ae7b7d1157 Update AdminLTE CSS/JS links in client Portal's login, login_reset and header and footer johnnyq 2025-01-11 16:20:40 -05:00
  • cc0b456312 Update all email content links to use the /guest directory now for ticket viewing, invoice, quote and item johnnyq 2025-01-11 16:07:48 -05:00
  • d29aa55411 Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2025-01-11 15:48:31 -05:00
  • 7a23cf245d Fix index.php, Move Guest files to /Guest directory, fix adminlte path johnnyq 2025-01-11 15:48:10 -05:00
  • 677823d19d Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2025-01-11 19:51:41 +00:00
  • 25e7ed6a6e Guest ticket feedback now shows friendly ticket prefix & number wrongecho 2025-01-11 19:51:32 +00:00
  • 08b91ead25 Merge branch 'develop' of github.com:itflow-org/itflow into develop johnnyq 2025-01-11 14:49:14 -05:00
  • 98f9083bcb Structure rework: Moved most php files that are included to /includes renamed pagination.php to filter_footer.php, updated all file to reference new filter_footer and includes johnnyq 2025-01-11 14:47:32 -05:00
  • 2ca92744f3 mv wrongecho 2025-01-11 19:40:36 +00:00
  • 5baae71dc7 Auto-acknowledgement email for email parsed tickets now contains guest link wrongecho 2025-01-11 19:33:48 +00:00
  • a9179462c4 Moved client location modals inside /modals and updated the require links in location listing johnnyq 2025-01-11 13:05:26 -05:00
  • 69fb9f682b Created modals and includes folder moved client contact modals to /modals and updsated contact details and contact listing code johnnyq 2025-01-11 12:55:23 -05:00
  • 7bd47b1cca All cron scripts should set the running directory for consistency wrongecho 2025-01-09 19:01:31 +00:00
  • 12d8894c8f Mail queue - duh, it actually sees to be a fix.. wrongecho 2025-01-09 18:59:24 +00:00
  • 73c711095a Mail queue - undo file inclusion, not a fix wrongecho 2025-01-09 18:53:11 +00:00
  • 8914f4afe7 Mail parser - fix billable wrongecho 2025-01-09 17:02:03 +00:00
  • 50e252efb7 Mail queue - fix file inclusion following move to subdir wrongecho 2025-01-09 16:58:09 +00:00
  • 22d1a1809c Tickets created via portal/email not being marked as billable wrongecho 2025-01-09 16:29:07 +00:00
  • 64fd761934 Don't require a contact for recurring tickets wrongecho 2025-01-09 16:23:35 +00:00
  • 90e53981f6 Credential add modal - URI placeholder text was off wrongecho 2025-01-09 16:11:52 +00:00
  • a67de7a8f1 Prevent post pages being accessed directly wrongecho 2025-01-09 16:09:39 +00:00
  • ec54b28b02 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2025-01-09 15:32:22 +00:00
  • d3d3d37595 Show git branch on debug page wrongecho 2025-01-09 15:32:11 +00:00
  • cf511b2c4b Update CHANGELOG.md wrongecho 2025-01-09 15:21:20 +00:00
  • 0871833f48 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop wrongecho 2025-01-09 15:14:57 +00:00
  • e8c7b3616b Tweak docs link wrongecho 2025-01-09 15:14:46 +00:00
  • 9845991413 Merge pull request #1147 from itflow-org/new-admin-check wrongecho 2025-01-09 15:13:04 +00:00
  • fe94036b3a Implement new admin check wrongecho 2025-01-09 15:11:07 +00:00
  • 77b3eca687 Merge pull request #1146 from itflow-org/stripe-account-ui wrongecho 2025-01-09 15:01:46 +00:00
  • 1e777afa50 Stripe payments - Account selection wrongecho 2025-01-09 15:01:04 +00:00
  • 2f57bdb677 Merge pull request #1145 from itflow-org/stripe-account-ui wrongecho 2025-01-09 14:58:42 +00:00
  • d32e3a698f Stripe payments - Account selection wrongecho 2025-01-09 14:56:36 +00:00
  • 3c697617f9 Update README.md wrongecho 2025-01-08 13:42:37 +00:00
  • bc417b7cf3 Fix creating a recurring expense due to bad var name johnnyq 2025-01-02 21:46:40 -05:00
  • 3e52155d1c Fix editing recurring expense due to bad var name johnnyq 2025-01-02 21:26:29 -05:00