Marcus Hill
|
797e02bffa
|
Hide Credentials in side nav if no perms to view
|
2025-05-11 11:48:47 +01:00 |
johnnyq
|
2a43c5d868
|
Remove DB Check
|
2025-05-08 16:46:25 -04:00 |
johnnyq
|
a67675c649
|
Remove 500 Records per page option to reduce Resource strain, 100 records per page is max
|
2025-05-08 16:08:28 -04:00 |
johnnyq
|
f1a7b35aa6
|
Update Changelog and App Version fix date to
|
2025-04-21 17:00:32 -04:00 |
johnnyq
|
923001928c
|
Update Changelog and version
|
2025-04-18 18:08:40 -04:00 |
johnnyq
|
424104bb66
|
Default Date between max date to 9999-12-31 instead of current date for filtered listings, this fixes the issue if you post date an entity it would not show in the listing by default unless you selected a a great to date in the filter
|
2025-04-12 12:08:30 -04:00 |
johnnyq
|
f206a28cf7
|
Update Changelog and App version to 25.03.4
|
2025-04-07 13:07:03 -04:00 |
johnnyq
|
3621e99c61
|
Update Changelog and app version
|
2025-04-01 11:33:04 -04:00 |
johnnyq
|
2032b48ad3
|
DB Update Set Country codes to default to NULL and not 1 Nullify all current country codes
|
2025-03-31 12:06:36 -04:00 |
johnnyq
|
531f3ec741
|
Update app version and changelog
|
2025-03-29 18:18:52 -04:00 |
johnnyq
|
1e98ee8916
|
Update app version and Changelog hotfix
|
2025-03-29 17:43:00 -04:00 |
johnnyq
|
2f82647f5e
|
One more chnagelog update
|
2025-03-29 15:35:40 -04:00 |
wrongecho
|
ae1a0dcc73
|
Certificates page and sidebar - Only show yellow on certificates 7 days (blanket, not just for LE)
|
2025-03-27 12:27:08 +00:00 |
johnnyq
|
07b29a7bdc
|
Add Phone Country code in more places for proper phone number formatting
|
2025-03-26 13:36:56 -04:00 |
johnnyq
|
3286343026
|
Update DB to remove phone_mask
|
2025-03-26 11:14:05 -04:00 |
johnnyq
|
85ae42190a
|
Feature: Added User Signature preferences, currently appends signature to ticket replies / comments
|
2025-03-24 12:49:47 -04:00 |
johnnyq
|
8e3dd42a32
|
Allow start interface to be named 0
|
2025-03-21 21:54:55 -04:00 |
johnnyq
|
93f4da3962
|
Added Phone Country Code fields defaulting to +1 for US will add logic in code later for phone number formatting
|
2025-03-21 12:48:00 -04:00 |
johnnyq
|
cf047024a1
|
Add Projects to client side nav and seperated the logic between client and global view of projects
|
2025-03-20 18:17:26 -04:00 |
wrongecho
|
37c20e4e0d
|
Hyperlink the report_time_by_tech report. Need to add a monthly version.
|
2025-03-19 14:07:07 +00:00 |
johnnyq
|
ec8d7a36a8
|
Only store optimized WebP images, so only 1 image is stored and used for thumnails and viewing, removed fields has_preview and has_thumbnail as these are no longer needed, fixed issue when optimizing portrait images the bottom half would get cropped out
|
2025-03-18 16:48:05 -04:00 |
johnnyq
|
4378fc2719
|
Removed redundant hash field from files table as the reference already stores this value
|
2025-03-17 14:59:37 -04:00 |
johnnyq
|
244e1290b4
|
Convert service_domains to use InnoDB instead of MyISAM
|
2025-03-15 18:35:21 -04:00 |
johnnyq
|
5a64bd3a32
|
Ensure all Tables and fields use CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci
|
2025-03-15 18:28:48 -04:00 |
johnnyq
|
09fbe4e4ad
|
Update more multi to multi link tables to use cascading delete and foreign key relation
|
2025-03-14 18:18:44 -04:00 |
johnnyq
|
508af6a80f
|
Fix some Database update logic
|
2025-03-14 17:15:10 -04:00 |
johnnyq
|
06c31e0808
|
Update Asset reference SQL Tables to use Foreign keys and cascading delete, and remove orphaned data from the foreign tables to prevent integrity errors during update
|
2025-03-13 21:35:39 -04:00 |
johnnyq
|
7150b1545a
|
Moved files check_login.php, get_settings.php, settings_localization_array.php, inc_set_timezone.php into the includes folder, we also moved /client/check_login.php into client/includes/
|
2025-03-13 17:55:31 -04:00 |
johnnyq
|
59bbbe4a8d
|
Removed Patch panel tables as they share similarities with assets and assets interfaces, rename events to calendar events and event attendees to calendar even attendees
|
2025-03-13 16:34:38 -04:00 |
johnnyq
|
e93704bbdb
|
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 |
johnnyq
|
c0db914213
|
Added Recurring Ticket Reference to Tickets
|
2025-03-12 13:56:36 -04:00 |
johnnyq
|
619b93a545
|
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 |
johnnyq
|
d0b8095bba
|
Feature: Added additional assets to Recurring Tickets as well
|
2025-03-11 19:36:39 -04:00 |
johnnyq
|
daab1bca3d
|
Rename the remain items from Scheduled Tickets to Recurring Tickets
|
2025-03-11 18:32:24 -04:00 |
johnnyq
|
f61c30bd5a
|
Started work on additional assets per ticket, added table ticket_assets, Fixed Legacy Check User Role Functions
|
2025-03-11 15:10:23 -04:00 |
johnnyq
|
9b6ea851e7
|
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 |
johnnyq
|
244a47efad
|
Added Recurring Invoice Reference ID to Invoices and Product ID reference to Invoice Items
|
2025-03-10 12:26:14 -04:00 |
Johnny
|
bf9c2f6de7
|
Merge pull request #1182 from itflow-org/tck-fr-at
Add database field for ticket_first_response_at.
|
2025-03-09 12:31:07 -04:00 |
johnnyq
|
f8d054f8aa
|
Bump minor version and update the Changelog
|
2025-03-08 17:25:10 -05:00 |
wrongecho
|
44b70d7161
|
Add database field for ticket_first_response_at. This can be used as part of metric reporting and also as part of SLAs in the future
|
2025-03-07 13:28:35 +00:00 |
johnnyq
|
0fad31d683
|
Update changelog new minor release
|
2025-03-03 15:53:58 -05:00 |
Marcus Hill
|
ae59aa3326
|
Add SSL certificate history tracking
|
2025-03-02 10:12:47 +00:00 |
Marcus Hill
|
0ab9a1c97d
|
Temp fix warnings on num_domains expiring / num_domains_expired vars not defined yet
|
2025-03-02 09:50:50 +00:00 |
johnnyq
|
ac2b355399
|
updated Changelog and bumped app version to 25.02.2
|
2025-03-01 21:21:03 -05:00 |
johnnyq
|
d197995226
|
Updated Changelog, and Updated version to 25.02.1
|
2025-02-28 15:24:47 -05:00 |
johnnyq
|
04e624cc14
|
Added Purchase Reference to Software Licneses
|
2025-02-26 12:59:03 -05:00 |
johnnyq
|
56cbcf2921
|
Removed Single Link Vendor Login and single link software login. These are unused will be moved to multi to multi relationship, also added vendor_id to software to reference a vendor
|
2025-02-24 21:24:57 -05:00 |
johnnyq
|
6cc6e80f92
|
Fixed ticket link for agent email notifications on scheduling tickets
|
2025-02-24 16:19:22 -05:00 |
johnnyq
|
daeb71abb3
|
Update the App Version to 25.02 for prep on release
|
2025-02-22 15:20:10 -05:00 |
johnnyq
|
7e041d52df
|
Move Client Overview to the bottom of the side nav
|
2025-02-22 13:22:53 -05:00 |