Commit Graph

5099 Commits

Author SHA1 Message Date
Marcus Hill
cabc7e8c8b Set 2FA Remember-me cookie expiry to number of days the token should be valid for
Currently, the token is only valid for 2 days (86400 seconds = 24 hrs, multiplied by 2). This PR adjusts the cookie expiry date to the number of days configured that tokens are cleared after. This should help ensure users are not prompted for 2FA every few days, even if they've set a longer interval.
2024-05-17 23:26:22 +01:00
Johnny
579482c780 Merge pull request #958 from ssteeltm/client_logins-uri-ellipsis
client_logins uri limit with ellipsis
2024-05-17 16:26:49 -04:00
Hugo Sampaio
a96b3a30bd Update client_logins.php 2024-05-17 16:14:46 -03:00
Hugo Sampaio
4782892c8a using truncate function 2024-05-17 15:55:13 -03:00
Johnny
b78b62081c Merge pull request #959 from ssteeltm/tickets_tasks-progress-bar
Tickets tasks progress bar
2024-05-17 14:31:55 -04:00
Hugo Sampaio
aef2cde9d2 Update client_logins.php 2024-05-16 11:14:20 -03:00
Hugo Sampaio
d1aab02721 tasks table header 2024-05-16 11:04:25 -03:00
Hugo Sampaio
d4da95a6f1 show bar on html 2024-05-16 11:01:34 -03:00
Hugo Sampaio
edf9371ffa show tasks progress bar on tickets view 2024-05-16 11:00:04 -03:00
Hugo Sampaio
067d674c16 client_logins uri limit with ellipsis
limits long uri that may break lines in table
2024-05-16 10:48:41 -03:00
johnnyq
abc936d753 Update the AI prompt to style with html formatting 2024-05-15 10:47:27 -04:00
johnnyq
5b38a562bb Update the AI prompt to reword 2024-05-15 10:44:04 -04:00
johnnyq
cddd9b4977 Removed the AI Prompt as it did not always work correctly 2024-05-15 10:40:15 -04:00
Johnny
b2d529e783 Merge pull request #956 from ssteeltm/notification-updates
Display notification when update is available
2024-05-14 21:23:13 -04:00
Johnny
b8a4f0f10f Merge pull request #957 from ssteeltm/docs-files-search-recursive
search in all folders when in root (docs/files)
2024-05-14 21:20:59 -04:00
Hugo Sampaio
1242bd31c9 wrong folder id names 2024-05-13 17:28:53 -03:00
Hugo Sampaio
9e758b1edd only when search 2024-05-13 17:26:23 -03:00
Hugo Sampaio
cdf4767590 search in all folders when in root
Enable search recursive/all folders when in / (root).

In the future will be nice to have this as an advanced search.

reference:
https://forum.itflow.org/d/850-search-documents-recursive
2024-05-13 12:19:11 -03:00
Hugo Sampaio
352fbd852e typos 2024-05-13 11:22:57 -03:00
Hugo Sampaio
13a45c81a0 Display notification when update is available 2024-05-13 11:12:52 -03:00
johnnyq
bd12319422 Limit User access to restricted clients under global search 2024-05-12 13:54:34 -04:00
johnnyq
ff4628465c Quote Copy, Make Client a required field 2024-05-10 21:57:22 -04:00
johnnyq
d202c7684a Feature: Allow copying a quote from one client to another 2024-05-10 21:56:13 -04:00
johnnyq
3e7f57f64a Add contact primary to the API edit ^Cd create 2024-05-10 14:27:04 -04:00
johnnyq
9876c33d2e Client Access: Allow to select Client Access Restrictions for existing users 2024-05-10 14:01:20 -04:00
johnnyq
85bf412f53 Client Access: Allow to select Client Access Restrictions for new users 2024-05-10 13:42:42 -04:00
johnnyq
fa064962a9 Update logic denyed access to log it and redirect back with a toast indicating no access to client 2024-05-10 13:16:42 -04:00
johnnyq
e16dce190f Added logic to the inc_all_client.php file to deny access to users with client access permissions set 2024-05-10 13:05:32 -04:00
johnnyq
5f7ca75d1f Use try instead so script doesnt break if user_permissions table doesnt exist 2024-05-10 12:32:46 -04:00
johnnyq
2832f0eb33 Fix if Tables doesnt exist dont break script 2024-05-10 12:28:31 -04:00
johnnyq
ce0c394d3f Feature: User Client Access Permissions logic has been added, next up is the defining access via user managment 2024-05-10 12:25:38 -04:00
johnnyq
a41eede52f DB update for the upcoming user client restricted access permissions 2024-05-10 11:34:25 -04:00
Johnny
3b8f36e8f3 Merge pull request #954 from ssteeltm/phone-mask-option
Phone mask option
2024-05-10 11:06:24 -04:00
Johnny
2f3263cc64 Merge pull request #955 from ssteeltm/master
num active clients on menu
2024-05-10 11:03:19 -04:00
Hugo Sampaio
4779e8f923 add file ext .unf
https://forum.itflow.org/d/835-allow-file-type

added .unf for unifi backup file
2024-05-06 13:42:11 -03:00
Hugo Sampaio
ec94071167 num active clients on menu
show number of active clients um side menu
2024-05-06 13:25:30 -03:00
Hugo Sampaio
b1efb76b3b Update functions.php
handle phone_mask option
2024-05-06 11:31:38 -03:00
Hugo Sampaio
e677292875 update db
update db to store phone mask option
2024-05-06 10:44:52 -03:00
Hugo Sampaio
6c4235bdeb phone mask config
prepare phone mask config
2024-05-06 10:27:47 -03:00
Johnny
de7d68b659 Merge pull request #953 from wrongecho/hide-open-tickets-timer
Hide the running open ticket tracker as this feature is being removed
2024-05-05 14:30:21 -04:00
Johnny
c471228e6a Merge pull request #952 from wrongecho/report-tickets-time
Add total time worked to 'Tickets by client' report
2024-05-05 14:30:11 -04:00
Johnny
4069dc9cdc Merge pull request #951 from wrongecho/debug-assistance
Debugging help
2024-05-05 14:30:00 -04:00
Johnny
0f6a781638 Merge pull request #950 from wrongecho/cert-checks-custom-ports
Certificate checks - Allow custom ports
2024-05-05 14:29:51 -04:00
Johnny
aca1a13104 Merge pull request #948 from ssteeltm/master
Enable URL Recovery from logout
2024-05-05 14:29:40 -04:00
Hugo Sampaio
76a34dea8f Merge branch 'itflow-org:master' into master 2024-05-04 19:25:50 -03:00
Hugo Sampaio
5280620c6d Update login.php If standard 2024-05-04 19:25:10 -03:00
Hugo Sampaio
17eb51bd54 Update check_login.php If standard 2024-05-04 19:23:39 -03:00
Marcus Hill
df66a9625b Hide the running open ticket tracker as this feature is being removed 2024-05-04 21:36:59 +01:00
Marcus Hill
8d5c71f043 Add total time worked to 'Tickets by client' report 2024-05-04 21:32:03 +01:00
Marcus Hill
cd668241a6 Debugging help
- Mention the PHP error log on the setup & debug pages.
- Restructure the debug page to include the server info before the db structure table
2024-05-04 21:02:33 +01:00