5264 Commits

Author SHA1 Message Date
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
wrongecho
88c1b8cb8b Initial add Stripe Auto-payment with saved card 2025-01-13 22:58:23 +00:00
johnnyq
701df8db38 Update Changelog 2025-01-13 16:15:51 -05:00
johnnyq
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 2025-01-13 14:40:05 -05:00
wrongecho
2693bbf81a Initial add Stripe Auto-payment with saved card 2025-01-13 00:11:04 +00:00
wrongecho
b72c3f23af Initial add Stripe Auto-payment with saved card 2025-01-12 23:59:39 +00:00
wrongecho
f153ae8ff3 Initial add Stripe Auto-payment with saved card 2025-01-12 22:02:49 +00:00
wrongecho
cd374b7b21 Initial add Stripe Auto-payment with saved card 2025-01-12 21:42:02 +00:00
wrongecho
a15081ac67 Initial add Stripe Auto-payment with saved card 2025-01-12 20:56:38 +00:00
johnnyq
0cb3cdc26d Moved all modals into /modals and updated all require links 2025-01-12 13:55:31 -05:00
wrongecho
e7f19dc69d Fix portal invoices 2025-01-12 09:25:13 +00:00