cs2000
10d1a902d9
Changes for M365 oAuth now using latest dev code
...
My bad, my changes were made previously using my installed version and not the latest changes in the dev branch, i have pulled the dev branch and merged my changes with the latest codebase.
2026-02-05 09:37:22 +00:00
cs2000
2cca4f2f0e
Changes for M365 oAuth
...
- Added null-safe guard around folder path logging during message move failure to prevent property_exists() fatal when folder object is null.
2026-02-04 13:26:52 +00:00
cs2000
d2e8dc1439
Changes for M365 oAuth
...
- Fixed email queue gating for OAuth SMTP setups by treating configured config_smtp_provider as mail-enabled, even when config_smtp_host is blank.
- Restores queueing for public ticket reply emails (including “Public Comment & Email”) and related ticket notification paths.
2026-02-04 13:26:17 +00:00
cs2000
f3f9d0dd71
Changes for M365 oAuth
...
- Added OAuth token lifecycle helpers (expiry check, refresh, persistence).
- Updated SMTP XOAUTH2 send path to automatically refresh expired/missing access tokens for Microsoft/Google providers before sending queued mail.
2026-02-04 13:25:32 +00:00
cs2000
f6845a046f
Changes for M365 oAuth
...
- New callback endpoint to complete Microsoft OAuth web flow.
- Validates admin session + OAuth state, exchanges authorization code for tokens, stores refresh/access tokens and expiry, and redirects with success/error feedback.
2026-02-04 13:24:50 +00:00
cs2000
a50a4f274f
Changes for M365 oAuth
...
- Added handler to start Microsoft OAuth Authorization Code flow (oauth_connect_microsoft_mail) with state generation/validation prep.
- Added handler to test OAuth token refresh from admin UI and persist refreshed tokens/expiry.
- Updated IMAP test handler to support OAuth token refresh + XOAUTH2 authentication (in addition to legacy LOGIN).
2026-02-04 13:23:53 +00:00
cs2000
6b6d847756
Changes for M365 oAuth
...
- Added web-based Microsoft OAuth onboarding UI in Mail settings, including a Connect Microsoft 365 button and auto-generated callback URI display.
- Added Test OAuth Token Refresh UI section.
- Updated visibility logic so Test Email Sending and Test IMAP Connection show correctly for OAuth-based configs (not only host/password configs).
2026-02-04 13:23:03 +00:00
johnnyq
65d1f59e9b
Feature: Favorites added to assets, Bulk Fav/unfav, adds favs to client overview
2026-02-03 22:23:20 -05:00
johnnyq
f39e6ccbc9
Remove old ticket merge code, rename kanban_v2 to to just kanban
2026-02-03 17:20:19 -05:00
johnnyq
747b62d78c
Remove extra double quote
2026-02-03 17:09:07 -05:00
johnnyq
af0f3ac25f
Update ticket Merge bulk with a dropdown select box to select a ticket instead of entering a number manually
2026-02-03 16:35:20 -05:00
johnnyq
6aefe99c2f
Update ticket Merge with a dropdown select box to select a ticket instead of entering a number manually
2026-02-03 16:08:33 -05:00
johnnyq
61c5595a68
Fix Get type on add asset
2026-02-02 16:05:38 -05:00
johnnyq
3d11611699
Attempt to Fix duplicate data entries by fast clicking submit in modals using ajax_modal.js include
2026-01-31 15:14:01 -05:00
johnnyq
38b4ed4b96
Tidy check_login for client portal
2026-01-30 14:24:34 -05:00
johnnyq
34308a5f9a
check if archived and active for client login as well along with loading extended client user session vars in /client/includes/check_login.php
2026-01-30 14:10:59 -05:00
johnnyq
118cc10804
During load user session check if user is archived and active, prevents users from making further actions if they are disabled or archived but are still logged in
2026-01-30 13:36:18 -05:00
johnnyq
ae3386f2d5
Fix Vendor phone formatting in Ticket details
2026-01-29 16:36:10 -05:00
johnnyq
bf1ccc62f5
Fix Collected Tax Report, was not adding totals OCT-Dec was misaligned and Grand Total wasnt displaying
2026-01-29 14:02:50 -05:00
johnnyq
1ce4dd932e
Updated PL report - changed Gross Profit to Gross Revenue as is more accurate for taxation
2026-01-29 13:55:09 -05:00
johnnyq
ff0bb49926
Tidy up Ticket to Invoice Description
2026-01-29 13:13:24 -05:00
johnnyq
018642cbb8
Fix Ticket View / filtering
2026-01-28 23:33:12 -05:00
johnnyq
bf1d0655c4
Update Ticket list ui smaller badge for ticket and smaller task progress bar and more natural dates
2026-01-28 22:52:56 -05:00
johnnyq
874b07f4d7
More UI/UX updated to ticket details shrink padding on right cards, update wordings, changed header paddings, made unassigned a clickable badge no longer red, swapped trash cans for times icons, much cleaner overall
2026-01-28 22:06:50 -05:00
johnnyq
19fa210743
Merge branch 'develop' of github.com:itflow-org/itflow into develop
2026-01-28 18:16:54 -05:00
johnnyq
c8a6513d1c
Fix new times on new date time displays in ticket details
2026-01-28 18:16:38 -05:00
wrongecho
01288c8452
Merge branch 'develop' of https://github.com/itflow-org/itflow into develop
2026-01-28 23:10:54 +00:00
johnnyq
a60d3bb3a0
More Ticket Details UI/UX Sprucing better label naming etc
2026-01-28 17:41:14 -05:00
johnnyq
0470159c55
Added function formatDuration to format times like worked etc, updated Time worked in Ticket details to use the new function and some other minor ui/ux cleanups in ticket details
2026-01-28 16:08:39 -05:00
wrongecho
e1a93035fd
Undo client scoping uses = instead of LIKE in tickets resolve.php --- see forum thread 2667
2026-01-28 14:57:28 +00:00
wrongecho
c0b7a26905
API bugfixes before release:
...
- apiEncryptLoginEntry should be apiEncryptCredentialEntry
- Client scoping uses = instead of LIKE in tickets resolve.php
2026-01-28 14:48:41 +00:00
johnnyq
704d770ec2
Fix Icon to Chevron down if Expand all folders is clicked
2026-01-27 16:32:17 -05:00
johnnyq
d42d2d99b1
Remember folders expanded by Passing folders_expanded var in breadcrumb links and search in files
2026-01-27 16:27:04 -05:00
johnnyq
ebfcc15927
Feature: File Folders are collapsed by default with a global option to exapand all folders or expand individual folder by click
2026-01-27 16:15:18 -05:00
johnnyq
4693aa3c93
Render root in display_folders function in files instead of it being seperate
2026-01-27 15:25:20 -05:00
wrongecho
07df657848
Bugfix: newline char showing in parsed emails
2026-01-27 17:25:53 +00:00
wrongecho
ef9436a1fb
Bugfix: Ticket edit modal not setting assigned agent
2026-01-27 12:32:41 +00:00
johnnyq
9318f42ce0
Remove Folder option in edit document modal as this is reserved for move to folder modal
2026-01-24 01:37:00 -05:00
johnnyq
85c37d78a8
Do not update document_updated_at field if document is moved, toggle visibity, renamed, archived or restored same with bulk
2026-01-24 01:27:50 -05:00
johnnyq
ff02ab0cea
Show Document Updated at instead of created at. This fixes where it should show the initial document creation date instead of the most updated date, also renamed uploaded column to updated
2026-01-23 13:06:06 -05:00
johnnyq
bd8bf026f0
Allow svg email attachemment for mail parser
2026-01-23 11:24:26 -05:00
johnnyq
644dc95380
Merge branch 'develop' of github.com:itflow-org/itflow into develop
2026-01-21 12:40:43 -05:00
johnnyq
f4935efed3
Remove deprecated quick adds to the client overview
2026-01-21 12:40:30 -05:00
wrongecho
1712d34846
Kanban - move to v2 (rewritten style)
2026-01-21 13:15:23 +00:00
johnnyq
f0f1134be6
Fix phone number formatting is both asset details page and modal
2026-01-19 17:26:40 -05:00
johnnyq
e0f7460e08
If not client_id then do not include &client_id= in ticket uris as this would cause ticket viewing to break if client_id is 0.
2026-01-19 17:01:38 -05:00
johnnyq
ae1d71dcd7
append client_id to the uri for agent ticket links so that the when clicked will take them to the client section and show client header along with the bread crumbs link of client tickets
2026-01-19 16:24:31 -05:00
johnnyq
3cfe38c948
updated UI for contact details so menu is on the left instead of top. Also load the first tab based off the count
2026-01-17 17:35:05 -05:00
johnnyq
c1f0b63101
Fix login not passing master key if agent is client and agent and if MFA is enabled
2026-01-17 17:07:22 -05:00
johnnyq
0a658d7cab
Fix Document Update API
2026-01-17 13:17:17 -05:00