johnnyq
0fe6d51bdb
Theme Fixes for adminlte 4
2026-08-14 14:11:13 -04:00
johnnyq
e6da3fd0e3
Remove script
2026-08-14 13:22:47 -04:00
johnnyq
a084e37c39
Initial migration from AdminLTE 3 to 4, bootstrap 4 to 5
2026-08-14 13:22:11 -04:00
wrongecho
691059aab2
Debug - bump php memory flag to 512M
2026-08-13 09:45:01 +01:00
wrongecho
eda32f7d57
Update security
2026-08-12 15:27:40 +01:00
wrongecho
c44ae74557
Update readme
2026-08-12 15:20:48 +01:00
johnnyq
41900191af
Bump ITFlow version and update Changelog
2026-08-10 11:33:38 -04:00
johnnyq
076f45abb0
Remove Stale SMTP IMAP host if switching Standard SMTP.IMAP to OAUTH
2026-08-09 23:59:54 -04:00
johnnyq
f7548af234
Fix Export Missing coluns due to the select star sweep
2026-08-09 14:33:06 -04:00
johnnyq
de46184a5b
Fix calendar queries missing columns lost in the SELECT * sweep
2026-08-09 13:41:01 -04:00
johnnyq
f237993fd7
DB Structure update for AI temperature
2026-08-09 13:29:46 -04:00
johnnyq
a96324628a
Fix broken cron page due to the select * sweep, note thi sdid not break cron itself
2026-08-09 13:27:51 -04:00
johnnyq
b903ee02fe
Bump version
2026-08-08 13:15:24 -04:00
johnnyq
6ff454134b
Update changelog
2026-08-08 13:14:25 -04:00
johnnyq
04991a0d79
Fix ticket schedule cancellation never cancelling the calendar event
2026-08-08 13:00:01 -04:00
johnnyq
46a63b191c
Fix bulk recurring ticket priority change denying access to all non-admin users
2026-08-08 12:59:31 -04:00
johnnyq
6b65c8150f
Fix contact delete leaving an orphaned portal user and anonymize not redacting the phone number
2026-08-08 12:58:46 -04:00
johnnyq
d484629ebc
do not update ticket status in history if it is the same
2026-08-08 12:41:34 -04:00
johnnyq
656aa95a4e
Fix WebUI setup regression locking out after first step
2026-08-07 18:09:01 -04:00
johnnyq
db96766ab0
Fix Error on Scheduling Tickets, Fixed Zapcal Path
2026-08-07 12:44:56 -04:00
johnnyq
10f0c9de58
remove audit system time script
2026-08-06 19:26:43 -04:00
johnnyq
ac598f6379
Fix system-generated ticket replies booking fake time worked
2026-08-06 19:25:39 -04:00
johnnyq
605c7811e4
Fix AI
2026-08-06 19:18:34 -04:00
johnnyq
942fe41b18
Apply further gating to client pdf export
2026-08-06 19:03:47 -04:00
johnnyq
64423cbefa
Fix Client PDF Export
2026-08-06 18:51:09 -04:00
johnnyq
3cae52067a
Fix calendar event Delete bug
2026-08-06 14:21:57 -04:00
johnnyq
abb724b40b
Removed Orphaned vars
2026-08-06 14:03:44 -04:00
johnnyq
f8899e592f
More Select * Queries convert
2026-08-06 13:57:46 -04:00
johnnyq
108781db5b
Move more select * to column select for further optimization
2026-08-06 13:44:02 -04:00
johnnyq
b3744e9ed5
More sweeps to replace select * with actual returned column names dramatically reduces php memory usage and speeds up processing dramatically especially in the crons since they run all the time
2026-08-06 13:10:23 -04:00
johnnyq
b8c9d5b4cf
Query Optimization: Select only needed columns instead of SELECT * on looped queries
2026-08-06 12:59:43 -04:00
johnnyq
77defcf7d8
Global Search Query Optimization only returns columns needed
2026-08-06 12:30:27 -04:00
johnnyq
9324d0822e
Drop more dead client left joins big saver is the badge counts
2026-08-06 12:14:43 -04:00
johnnyq
eb2cc3d653
Update Contributing with the new clientScopeSql function
2026-08-06 11:55:39 -04:00
johnnyq
ddd9c2b56a
clientScopeSql sweep whicn now removed the extra unessesary client joins
2026-08-06 11:45:56 -04:00
johnnyq
83383599a1
Add clientScopeSql helper for client-scoped list queries
2026-08-06 11:25:11 -04:00
johnnyq
49a3c2d266
Enforce client scoping on API expense reads and record updates
...
Fixes (expenses/read.php missing apiClientScopeSql), plus an unscoped UPDATE in contacts/update.php and follow-up writes firing on zero-row updates in assets/credentials.
2026-08-06 11:00:49 -04:00
johnnyq
cbf8922f5b
Update Changelog
2026-08-04 15:13:57 -04:00
johnnyq
b39f3c0b23
Redesing task bar and remove redundant task count in ticket details
2026-08-04 12:40:47 -04:00
johnnyq
f9ae7598ec
Bump FullCalendar from 7.0.0 to 7.0.2
2026-08-04 12:39:04 -04:00
johnnyq
261bdab61a
Gate SLA option in ticket details its gated everywhere else
2026-08-04 12:14:56 -04:00
johnnyq
1b386567fa
Bump DataTables from 2.3.7 to 3.0.1
2026-08-04 12:12:42 -04:00
johnnyq
5eba64afad
Bump TinyMCE to 8.8.2
2026-08-04 12:05:23 -04:00
johnnyq
c30c12674a
Sync DB Seed data between setup and setup cli
2026-08-03 22:41:31 -04:00
wrongecho
8aaf5b450f
Merge branch 'develop' of https://github.com/itflow-org/itflow into develop
2026-08-03 20:55:57 +01:00
wrongecho
d74c9743be
Feature: Add invoice_items API endpoint (adding line items to an invoice)
2026-08-03 20:53:53 +01:00
johnnyq
0311a3d056
Fix remaing undefine vars for audits and flash messages
2026-08-03 15:40:44 -04:00
johnnyq
c5288f9e30
Fix undefined variables in expense, asset and contact audit/flash messages
2026-08-03 15:34:18 -04:00
johnnyq
e800064202
Fix Expense Description logging spelling
2026-08-03 15:28:36 -04:00
johnnyq
abd79c0aed
Feature: Add Income Bulk Actions (Account, Payment Method and category
2026-08-03 15:23:50 -04:00