Commit Graph

1407 Commits

Author SHA1 Message Date
Johnny f85957bd0d
Merge pull request #427 from wrongecho/dom-ssl
Domains/SSL
2022-04-02 11:48:39 -04:00
Johnny 7df4d092ac
Merge pull request #426 from itflow-org/dependabot/npm_and_yarn/plugins/meshctrl/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /plugins/meshctrl
2022-04-02 11:48:22 -04:00
Marcus Hill be70883551 Refactor WHOIS lookups to use hosted heroku app 2022-04-02 12:19:35 +01:00
Marcus Hill 6a2fe3055e Auto-add SSL certificate for new domains 2022-04-02 10:16:20 +01:00
dependabot[bot] ec8bb1f179
Bump minimist from 1.2.5 to 1.2.6 in /plugins/meshctrl
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 04:03:26 +00:00
johnnyq c728fee7c2 Small UI touchups under campaign 2022-04-01 21:36:13 -04:00
johnnyq 45ee6a3767 Added Subscriber count under campaign stats 2022-04-01 18:50:51 -04:00
johnnyq a2936754cd Moved Mesh Central and Azure settings from general to its own tab called integrations 2022-04-01 17:20:29 -04:00
johnnyq d7d0b10e43 Removed test code 2022-04-01 16:53:39 -04:00
johnnyq 991e2bd4d4 Merge branch 'master' of github.com:johnnyq/itflow 2022-04-01 15:59:26 -04:00
johnnyq 6866addeee Minor Fixups 2022-04-01 15:58:18 -04:00
Johnny 28688cc670
Merge pull request #425 from wrongecho/ui
2FA small changes
2022-04-01 15:55:02 -04:00
Marcus Hill 51a6ba6084 Allow admins to disable 2FA for users 2022-04-01 19:53:49 +01:00
Marcus Hill ab77051299 Add a line break / heading between main settings and 2FA to prevent mis-clicks 2022-04-01 19:36:01 +01:00
wrongecho cf739accc9
Update README docs link 2022-04-01 13:06:03 +01:00
Johnny d6737cce6d
Merge pull request #424 from itflow-org/wrongecho-patch-2
Create SECURITY.md
2022-03-29 17:48:29 -04:00
Johnny c941ca8ee7
Merge pull request #423 from itflow-org/wrongecho-patch-1
Update issue templates
2022-03-29 17:48:16 -04:00
Johnny f89902caa3
Merge pull request #422 from wrongecho/misc
Allow client to close ticket from portal
2022-03-29 17:47:46 -04:00
wrongecho 6840939860
Create SECURITY.md 2022-03-29 22:12:17 +01:00
wrongecho cbcb31a705
Update issue templates
As discussed, feature requests & support should go to the forum leaving GitHub for actual issues/bugs with the code.

Related to #338
2022-03-29 21:42:21 +01:00
Marcus Hill 441591d39e Allow client to close ticket from portal 2022-03-29 21:16:02 +01:00
johnnyq bb1dfef2e4 DB Structure Modified Fixed config_backup vars 2022-03-29 13:39:23 -04:00
johnnyq eac5a53e9e Fix Var name in Cron 2022-03-29 13:04:02 -04:00
johnnyq 8c98163e1c DB Structure Updated 2 new settings config_backup_enable and config_backup_path. This is to fix an issue where not specifying the full backup path would cause cron to error out and not run completely 2022-03-29 12:59:42 -04:00
Johnny bb24cc7112
Merge pull request #421 from wrongecho/misc2
Client portal + permission bug fix
2022-03-28 19:15:01 -04:00
Marcus Hill 390e52f7bd Consolidate if statement 2022-03-28 22:56:21 +01:00
Marcus Hill b957d40bdb Move contact ticket access check to function. Add ability for client to close ticket 2022-03-28 22:50:23 +01:00
Johnny 512a2d03eb
Merge pull request #419 from wrongecho/client-portal
Tidy client portal login page
2022-03-28 17:07:00 -04:00
johnnyq 1b0d3474a7 Fix Client portal index.php, removed unused vars and functions, fix code indentation and syntax 2022-03-28 17:03:38 -04:00
Marcus Hill 0020c5708a Fix = vs == role check mistake 2022-03-28 21:48:20 +01:00
Marcus Hill a3edfb70bc Tidy client portal 2022-03-28 21:37:27 +01:00
Johnny f7252f24e8
Merge pull request #414 from aftechro/patch-7
Updated index.php
2022-03-28 16:27:21 -04:00
Johnny f6930f820e
Merge pull request #416 from aftechro/patch-9
Updated ticket.php
2022-03-28 16:27:10 -04:00
Johnny 5509f73e82
Merge pull request #417 from wrongecho/security-fixes
Security fixes
2022-03-28 16:26:59 -04:00
wrongecho 1d09562606
Merge pull request #418 from wrongecho/readme
Update README.md with new repo links
2022-03-28 21:04:30 +01:00
Marcus Hill ec5911f95e Update README.md with new repo links 2022-03-28 21:02:36 +01:00
Marcus Hill 9a183774cb Escape server http host/uri submitted to database during setup 2022-03-28 20:47:12 +01:00
Marcus Hill 4ba313f752 Fix potential sql injection in delete_file if param add_location was also specified - post.php 2022-03-28 20:45:31 +01:00
Marcus Hill d83906508d Fix potential sql injection in add_company - post.php 2022-03-28 20:39:35 +01:00
Johnny e1e3ffd786
Merge pull request #413 from wrongecho/misc
Misc small changes/fixes
2022-03-28 10:43:08 -04:00
johnnyq c4fb8cf4d2 Added Red text to login message to show error has occurred to client portal login 2022-03-28 10:42:29 -04:00
johnnyq 42f47e948d Cleanup Client Login page and correct indentation of code structure 2022-03-28 10:30:48 -04:00
Johnny dd160f6ae6
Merge pull request #415 from aftechro/patch-8
Updated login.php
2022-03-28 10:16:16 -04:00
AFTECH.RO 8555b032fe
Updated ticket.php
small UI changes, as well added close ticket to contact
@wrongecho or @johnnyq please have a look at the close button functionality, so the contacts can close the ticket too
2022-03-27 23:32:11 +01:00
AFTECH.RO c784774162
Updated login.php
Changed login page - same UI as admin logo
2022-03-27 23:29:53 +01:00
AFTECH.RO 8f3cb64158
Updated index.php
small changes to UI
2022-03-27 23:28:15 +01:00
Marcus Hill bba68f4d17 Name uploaded files with provided name, if specified 2022-03-27 23:00:45 +01:00
Marcus Hill 9040fdf847 Misc small changes/fixes 2022-03-27 22:26:22 +01:00
Johnny aafb6a677f
Merge pull request #412 from wrongecho/misc
Misc incl SQL Injection / XSS fixes
2022-03-27 15:05:07 -04:00
Marcus Hill 816ba87485 SQL Injection / XSS fixes 2022-03-27 20:02:16 +01:00