Commit Graph

5172 Commits

Author SHA1 Message Date
johnnyq bff04e947b Disable HTML Purifier Caching 2025-01-22 14:39:39 -05:00
johnnyq 502ebf5080 Update Changelog 2025-01-22 11:25:02 -05:00
johnnyq 823c9eb030 Reduce the Max amount of Records per page to 100 instead of 500 to prevent performance issues 2025-01-22 11:22:09 -05:00
johnnyq 679291217d Fix Regression with TinyMCE not loading when editing or adding a ticket template 2025-01-22 11:17:47 -05:00
johnnyq 2abc6cd8ef Fix Editing Recurring Expenses, update Changelog 2025-01-20 23:28:46 -05:00
johnnyq 9d2f509694 Add tooltips to the client badge count on the side nav menu to explain what it counts 2025-01-19 20:53:02 -05:00
johnnyq 22e9699b20 Fix Archive Taxes 2025-01-18 16:48:39 -05:00
johnnyq 5382676fc1 Reduce padding in Rack units, use thumnail class for rack image 2025-01-18 14:54:33 -05:00
johnnyq a90e08cb2d UI Update to rack devices, added a table header to Device Units removed border between action and device 2025-01-18 14:48:59 -05:00
johnnyq 37e792402f Update Change log 2025-01-18 14:26:32 -05:00
johnnyq 034dc4a745 Row span and center each Rack Devices instead of repeating same device for each unit the device utilizes 2025-01-18 14:09:06 -05:00
johnnyq 5fb4d2a197 Tidy some code in client contacts 2025-01-18 13:38:55 -05:00
johnnyq 657d766fbd Update Table UI for domain history 2025-01-18 13:20:39 -05:00
johnnyq eee5a9cd8d Updated CHANGELOG 2025-01-18 13:09:37 -05:00
johnnyq 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
2025-01-18 13:04:56 -05:00
wrongecho d2b3970a7b
Update SECURITY.md 2025-01-18 12:19:00 +00:00
wrongecho 317d45c60b
Update README.md 2025-01-18 12:06:45 +00:00
wrongecho 85cee68d15
Update README.md 2025-01-18 11:20:23 +00:00
wrongecho c425c37fbf
Update CHANGELOG.md 2025-01-18 11:00:08 +00:00
johnnyq d1ebdcf92c Add Force Recur ticket to client Recurring, client details and asset details 2025-01-17 17:34:37 -05:00
johnnyq 57cbcf4e1d Update some UI elements in User Preferences 2025-01-17 17:05:41 -05:00
Johnny bddc406c1d
Merge pull request #1151 from itflow-org/domain-history
Add domain history
2025-01-17 16:47:05 -05:00
johnnyq 43337ff138 Update User Details Page to mimic company Details layout 2025-01-17 16:44:00 -05:00
wrongecho ecd83b6b11 Add domain history to domain refresher 2025-01-17 21:39:11 +00:00
johnnyq e68c8b7922 Reduce Card Header Padding in Company Details 2025-01-17 16:25:54 -05:00
johnnyq 269bddee9d Feature: Ability to remove Company Logo, also small UI touch up in company details 2025-01-17 16:23:29 -05:00
johnnyq 505ad52950 Update Changelog 2025-01-17 15:58:14 -05:00
wrongecho e0c8155943 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop 2025-01-17 20:55:18 +00:00
wrongecho d22c2b5265 Refactor changelog 2025-01-17 20:55:10 +00:00
johnnyq 5baecf6982 Add Payment Deletion Capabilities from payments and client payments page 2025-01-17 15:54:26 -05:00
wrongecho fd59709af5 Fix stripe auto-pay not fetching publishable key 2025-01-17 20:28:09 +00:00
wrongecho 9dcd9abdc6 Merge branch 'develop' of https://github.com/itflow-org/itflow into develop 2025-01-17 20:27:35 +00:00
wrongecho 55b324621e Fix stripe auto-pay not fetching publishable key 2025-01-17 20:27:22 +00:00
johnnyq e3623dce5e Merge branch 'develop' of github.com:itflow-org/itflow into develop 2025-01-17 15:27:18 -05:00
johnnyq cb7965a84f Stripe Var Passthru attempt 2025-01-17 15:26:40 -05:00
Johnny 2ce32731aa
Merge pull request #1150 from itflow-org/services-db-charset
Services table has a weird character set - removed
2025-01-15 20:22:54 -05:00
wrongecho 99c4f9b92d Add domain history 2025-01-15 18:04:56 +00:00
wrongecho c5058b26de Services table has a weird character set - removed
https://tasks.dev.itflow.org/task_details.php?task_id=41
2025-01-15 12:05:03 +00:00
johnnyq e4a4687e8c Added Connected Asset Interface ID to asset interface table to eventual link to anothr assets interface/port 2025-01-14 23:50:08 -05:00
johnnyq 1c971ca88c Reduce Padding for Network Interfaces table 2025-01-14 22:40:32 -05:00
johnnyq a5d3c73249 Sort Interface Ports ASC instead of DESC in asset details 2025-01-14 22:33:31 -05:00
johnnyq 5d3b4c8ff7 Update JS for stripe autopay to fetch value of Publishable Key from hidden form element instead of using hard coded key 2025-01-14 16:39:34 -05:00
Johnny 47657e462a
Merge pull request #1149 from itflow-org/modal-maxlength
Modal maxlength
2025-01-14 12:55:26 -05:00
Johnny 5567dfe968
Merge pull request #1148 from itflow-org/stripe-autopay
Initial add Stripe Auto-payment with saved card
2025-01-14 12:54:36 -05:00
wrongecho f774218b6d Cron - log retention should include the new app and audit logs tables too 2025-01-14 17:48:42 +00:00
wrongecho 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) 2025-01-14 17:47:56 +00:00
wrongecho 6d9de98a71 Add maxlength attribute to modals 2025-01-14 17:24:43 +00:00
wrongecho 6c234968cb Fix top_nav_tickets_modal path 2025-01-14 15:39:33 +00:00
wrongecho 54dde984ac nullable_htmlentities - prevent Passing null to parameter error 2025-01-14 15:37:24 +00:00
wrongecho 9a36ad2cea Initial add Stripe Auto-payment with saved card 2025-01-14 00:28:49 +00:00