johnnyq
5211ba73d5
Moved Create Edit User code block towards the top of edit contact user to reduce the query by 1
2024-11-02 16:45:59 -04:00
johnnyq
593f09f6fd
Fix issue with creating a contact without a user and then trying to create a user by editing the contact.
2024-11-02 16:25:50 -04:00
Marcus Hill
13f89d2118
Ticketing updates
...
- Allow changing ticket status without adding a reply (just leave the response blank)
- Bugfix: Contact change email didn't include URL key
- Make it clearer when nobody is assigned to a ticket
2024-11-02 10:22:31 +00:00
johnnyq
3cc9c0720d
FEATURE: Files now shows File Size, Mime Type, and who uploaded the file. These fields will only populate on newly uplaoded files, existing ones will show 0 or blank
2024-10-30 18:39:00 -04:00
johnnyq
a6ac215f8d
FEATURE: Added Bulk Tag Assignment to Credentials
2024-10-30 15:07:51 -04:00
johnnyq
873df63c76
FEATURE: Added Credential Tagging Support
2024-10-30 14:40:02 -04:00
johnnyq
219028c6d1
Updated Anon and Archive Function to archive the user and set names to Archived - UnixTimeStamp
2024-10-30 11:41:39 -04:00
johnnyq
11f68a59f3
Fix Archive Contact, removed unused fields
2024-10-30 11:26:07 -04:00
johnnyq
990335838e
Added First Asset History Item, Asset Created, also delete asset history when you delete an asset
2024-10-29 19:00:02 -04:00
johnnyq
af123d3978
Fix Only show Document Folders, Removed Create Subfolder as this is now merged into Create Folder Dependign on what folder you are in
2024-10-28 22:12:45 -04:00
Johnny
5f708f6003
Merge pull request #1094 from itflow-org/force-mfa
...
Force setup of MFA on login
2024-10-28 18:21:32 -04:00
johnnyq
77fce6a69d
FEATURE: Implemented SubFolders within Documents UI
2024-10-28 17:53:44 -04:00
wrongecho
334829c23e
Force setup of MFA on login
2024-10-28 21:01:55 +00:00
johnnyq
ae561d3195
FEATURE: New Invoice Status Non-Billable
2024-10-25 14:33:12 -04:00
johnnyq
aa2e0ed5c5
carry over the Task Completion estimate When creating a new ticket from a template
2024-10-23 14:13:05 -04:00
johnnyq
636c74dbb0
FEATURE: Added Task Completion Estimate to the UI
2024-10-23 14:06:41 -04:00
johnnyq
808fdf5f76
When Archiving, Unarchiving, Deleting and Bulk Actions also update the associated user as well
2024-10-23 12:40:32 -04:00
Johnny
0a63ed2cd6
Merge pull request #1091 from itflow-org/bugfix-tck-schd-notif
...
Bugfix: Ticket scheduling emails
2024-10-23 00:29:00 -04:00
johnnyq
f2dedbf8e8
Cmplete Migrate Contact Users to Users
2024-10-22 23:53:14 -04:00
wrongecho
30738ed9fd
Bugfix: Ticket scheduling emails
...
Scheduling a ticket should only send an email if config_ticket_client_general_notifications is enabled
2024-10-22 19:42:40 +01:00
johnnyq
c214c12d00
FEATURE: Auto Populate Create Ticket when selecting a template, remove old ticket mail parser code
2024-10-20 14:34:09 -04:00
johnnyq
fccc8ab8fd
Fix adding a device to a rack: Unit Start number cannot be higher than Unit End number
2024-10-19 16:34:03 -04:00
johnnyq
8dca7bc183
Simplify Ticket Creation and Edit Model by removing unessesary tabs and combining fields to fewer tabs
2024-10-18 15:40:17 -04:00
johnnyq
6c1c5d6523
Simplify Ticket Template Creation by putting all fields into 1 modal tab instead of multiple and removing the ability to ass tasks via add ticket template, this should be done in the details
2024-10-18 15:11:54 -04:00
johnnyq
d01d912154
Move logout to a file logout.php in /post fixes issue where one cant logout if in admin section, also redirect to login page with or without login key if set
2024-10-18 00:12:08 -04:00
johnnyq
5bc260e0c0
Wording Fix
2024-10-11 12:31:55 -04:00
johnnyq
4963f2f385
Add Ticket Category to New Ticket and Bulk add Tickets through assets
2024-10-10 01:38:21 -04:00
johnnyq
a9ebc1395c
Fix Repeating ticket number when adding bulk tickets via assets
2024-10-10 01:08:12 -04:00
johnnyq
134f4f9ad3
FEATURE: Create Ticket for each asset in Bulk
2024-10-09 15:24:40 -04:00
wrongecho
987cd59764
Tidying
...
- Move more things to new permissions system
- Deduplicate assets post logic into model
- Swap out some "SELECT *" queries when only a couple of rows are actually needed
2024-10-08 23:08:05 +01:00
wrongecho
a9de75aa99
Invoices - Send email notif when paid
2024-10-06 20:59:54 +01:00
Johnny
c948ccff5c
Merge pull request #1084 from itflow-org/budget-perms
...
Budget - CSRF + Perms
2024-10-03 16:52:28 -04:00
wrongecho
f8c6a5ef19
Budget - CSRF + Perms
2024-10-03 20:52:37 +01:00
wrongecho
18889d228a
Move account/asset post logic to new permissions system
2024-10-03 19:42:48 +01:00
Johnny
11230d655f
Merge pull request #1079 from itflow-org/custom-actions
...
Add custom event handler
2024-10-02 12:34:45 -04:00
wrongecho
4a625183fb
Certificates - perms and model
...
Move certificates to the new permissions system
Deduplicate add/edit using a model
2024-10-02 11:26:58 +01:00
wrongecho
1c404b9cf1
Add custom event handler to be triggered by some actions affecting tickets/quotes/invoices/contacts
2024-10-02 11:26:13 +01:00
wrongecho
4e9afd3e6b
Certificates - perms and model
...
Move certificates to the new permissions system
Deduplicate add/edit using a model
2024-10-02 08:32:42 +01:00
johnnyq
6a55abaf50
Fix Error 500 when adding or editing network
2024-10-01 22:50:30 -04:00
wrongecho
10a223b5b8
Projects
...
- Add archive and unarchive ability
- Improve logic around Open > Close > Archive > Delete
- Change to new perms system
- TODO: CSRF
2024-09-30 21:27:42 +01:00
wrongecho
81844cea2e
Update credential.Php - model fix path
2024-09-30 18:47:22 +01:00
wrongecho
478d81b0f9
Add guest ticket URL to emails
2024-09-29 22:00:15 +01:00
Marcus Hill
0c0cf2f427
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:08:59 +01:00
Marcus Hill
6363d265ca
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:02:28 +01:00
wrongecho
928d723a77
More enforcing user permissions
2024-09-28 20:07:54 +01:00
wrongecho
654b590033
More enforcing user permissions
2024-09-28 20:04:33 +01:00
Johnny
26e4dc5fb3
Merge pull request #1064 from itflow-org/roles-enforce-2
...
Permissions - clients and tickets
2024-09-20 16:16:59 -04:00
wrongecho
23f776efa3
Permissions - clients and tickets
...
Enforce new permissions model in clients and tickets
2024-09-20 21:10:24 +01:00
johnnyq
42ffa9b4ab
Move /post/settings.php into /post/admin.php
2024-09-20 15:23:50 -04:00
Johnny
5a20c7fdbe
Merge pull request #1056 from itflow-org/client-import
...
Client import - resiliency
2024-09-20 11:43:42 -04:00