Commit Graph

6422 Commits

Author SHA1 Message Date
johnnyq 4369b3bd12 Include and sort by client name first in global bulk email 2024-02-26 15:42:03 -05:00
johnnyq c3c9da0c71 Use the bulk mail function in bulk mailers for standardization, also fix unused vars in smtp settings form 2024-02-26 15:38:00 -05:00
johnnyq 1c50a0e314 UI: Center Aligned Billable under client tickets 2024-02-26 13:08:20 -05:00
johnnyq 0997282077 Fix broken link logs.php to admin_logs.php 2024-02-26 12:28:21 -05:00
Johnny fe5376c52e
Merge pull request #893 from wrongecho/ticket-billable-column
Hide billable tickets when accounting is disabled
2024-02-24 11:19:48 -05:00
Johnny e1b29df0ee
Merge pull request #894 from wrongecho/locations-api
Add locations read api endpoint
2024-02-24 11:19:40 -05:00
Johnny d318fffc8c
Merge pull request #892 from wrongecho/mail-queue
Mail queue & tickets
2024-02-24 11:19:34 -05:00
Johnny 2016275db3
Merge pull request #890 from wrongecho/categories-shortcut-fix
Fix error 404 on categories.php as it is now admin_categories.php
2024-02-24 11:18:54 -05:00
Marcus Hill 54e015b5a5 Add locations read api endpoint 2024-02-24 11:56:18 +00:00
Marcus Hill 78db33c5d5 Hide billable tickets when accounting is disabled 2024-02-24 11:50:13 +00:00
Marcus Hill 1e8fbddcbd Mail queue & tickets
- Allow cancelling emails
- Adjust wording of ticket scheduling emails
2024-02-24 11:06:55 +00:00
johnnyq da54b125c3 Merge branch 'master' of github.com:itflow-org/itflow 2024-02-23 23:45:06 -05:00
johnnyq 6019a4d1be DB Structure fix 2024-02-23 23:44:49 -05:00
wrongecho c510eac613
Merge pull request #891 from wrongecho/login-encryption-fix
BUGFIX: Login with and actually decrypt the master encryption key
2024-02-23 21:29:07 +00:00
Marcus Hill 6432ee0486 BUGFIX: Login with and actually decrypt the master encryption key 2024-02-23 21:20:03 +00:00
Marcus Hill 4b730147c0 Fix error 404 on categories.php as it is now admin_categories.php 2024-02-23 20:52:34 +00:00
Johnny 603d677dfd
Merge pull request #888 from wrongecho/dns-expiry-null-fix
Domain expiration dates
2024-02-23 12:23:20 -05:00
johnnyq 31184f0db1 Fix Broken DB Update was missing Primary Key declaration 2024-02-22 17:43:08 -05:00
Johnny 46344c962b
Merge pull request #886 from twetech/0.1.8.4
Remember Me Tokens, and AI Enhancements
2024-02-22 17:34:10 -05:00
Johnny f363e7e6fc
Merge pull request #887 from Viborg-IT/vendor-link
Update client_vendors.php
2024-02-22 17:29:27 -05:00
Marcus Hill dae51c9b8b Domain expiration dates - remove debug 2024-02-22 21:52:57 +00:00
Marcus Hill 66dc7e799b Domain expiration dates
- Update logic in post when adding/editing a domain to better account for null values
- Update logic in cron domain refresher to account for null values
- Prevent cron domain refresher getting stuck on a single domain
- Exclude domains with no expiration date from the cron nightly renewal alerts
2024-02-22 21:51:12 +00:00
Nicky Mogensen 30b6f9b6a7
Update client_vendors.php
Added column to quick access a vendors support url
2024-02-22 21:12:10 +01:00
o-psi 5d620d041a Fix user role and other definitions 2024-02-22 12:15:15 -06:00
o-psi 1d4271de36 Merge branch '0.1.8.4' of https://github.com/twetech/itflow into 0.1.8.4 2024-02-22 17:49:11 +00:00
o-psi 3947c3a329 Remove comment 2024-02-22 17:49:08 +00:00
o-psi 28ab569dfc Update Prompt 2024-02-22 17:48:53 +00:00
Andrew Malsbury d2c33c28a0
Merge pull request #5 from twetech:remember-me-tokens-table
Change remember me tokens to many:many table
2024-02-22 11:46:42 -06:00
o-psi c2cf0bb448 Change remember me tokens to a many:many table to allow for multiple devices to be remembered. 2024-02-22 17:45:09 +00:00
Andrew Malsbury e656837d3c
Merge branch 'itflow-org:master' into 0.1.8.4 2024-02-22 11:06:49 -06:00
o-psi 06ce12ba47 Update AI prompting 2024-02-21 18:13:10 +00:00
o-psi b31f1b4c49 add ticket description to AI Query 2024-02-21 11:16:40 -06:00
johnnyq 4fddeb88b7 Fix issue with password managers asking for passwords when migrating away from the assets page 2024-02-20 14:53:32 -05:00
johnnyq 14cb4bb09a set the remember me token from 14 Days to 2 Days or 48 Hours 2024-02-19 15:00:32 -05:00
johnnyq 03bd7f837c Merge branch 'master' of github.com:itflow-org/itflow 2024-02-16 14:53:30 -05:00
johnnyq 703e0f6bb2 Remove Axios as we are not using it 2024-02-16 14:52:57 -05:00
wrongecho ae80bba5ce
Deleting recurring tickets - correctly pull subject/frequency 2024-02-16 12:20:49 +00:00
wrongecho 793a4f9c8e
Recurring ticket deletion wording 2024-02-16 12:18:36 +00:00
wrongecho e6418046aa
Fix deleting recurring tickets 2024-02-16 12:15:55 +00:00
johnnyq 2a4efe629f Move Repky buttons and Control on one row removed the Timer Icon just use boxes for time as this is assumed 2024-02-15 18:24:07 -05:00
johnnyq 16a8e3d828 UI: Wrap tickert detail UI into 3 card sections for ease of seperation 2024-02-15 18:19:18 -05:00
johnnyq 66d118c1f2 UI: Wrap Dashboard and Top Controls in seperate cards 2024-02-15 18:05:37 -05:00
johnnyq b4c50a9cd8 UI: Wrap the Calendar in a card similar to client calendar 2024-02-15 17:59:07 -05:00
Johnny 8e3c490092
Merge pull request #884 from twetech/0.1.8.4
0.1.8.4
2024-02-15 17:56:04 -05:00
o-psi 671cdd9832 Fix filtering to admin bulk mail 2024-02-15 22:16:01 +00:00
o-psi 466fbc03ca Merge branch '0.1.8.4' of https://github.com/twetech/itflow into 0.1.8.4 2024-02-15 22:12:43 +00:00
o-psi 958e808c88 fix links to contacts 2024-02-15 22:12:41 +00:00
o-psi 1ffa918d8e Merge branch '0.1.8.4' of https://github.com/twetech/itflow into 0.1.8.4 2024-02-15 16:09:25 -06:00
o-psi 79157c88ea Fix collections report 2024-02-15 16:09:10 -06:00
o-psi 570b3479a9 Only Special Contacts 2024-02-15 22:08:40 +00:00