Commit Graph

352 Commits

Author SHA1 Message Date
Manish Verma
929d4a8b40 Generating distinct APP_KEY on installation
As the app is not generating the new APP_KEY for each installation each faveo installation share the same key to encrypt and decrypt. Since data encrypted from one installation can easily be used on another instance it makes system vulnerable to expose sensative data from the system and RCE vai deserialized payload
2021-02-03 15:39:20 +05:30
Bhanu
3f302c3a57 Apply fixes from StyleCI 2021-01-28 18:07:18 +05:30
Sakthi002
335d216c27 Bootstrap4 :: Issues updated 2021-01-28 18:07:18 +05:30
Sakthi002
ae3a9dc631 Bootstrap4 :: Settings Modules UI updated 2021-01-28 18:07:18 +05:30
Sakthi002
7eb1922250 Bootstrap4 :: Debug, Widgets, Plugins, API and Logs Modules UI updated 2021-01-28 18:07:18 +05:30
Sakthi002
0afcdf8f09 Bootstrap4 :: Manage Modules UI updated 2021-01-28 18:07:18 +05:30
Sakthi002
d8c570091f Bootstrap4 :: Staffs Modules Completed 2021-01-28 18:07:18 +05:30
Sakthi002
eb1624761f Bootstrap4 :: Agent panel completed 2021-01-28 18:07:18 +05:30
Sakthi002
c1ec03c0d4 Bootstrap4 :: Report UI updates 2021-01-28 18:07:18 +05:30
Sakthi002
66439f8d1c Bootstrap4 :: Kb category module UI updates 2021-01-28 18:07:18 +05:30
Sakthi002
84aa8f803d Bootstrap4 :: Organization module UI updates 2021-01-28 18:07:18 +05:30
Bhanu
7381486688 Apply fixes from StyleCI 2021-01-28 18:07:18 +05:30
Manish Verma
ed3bbd76d7 Apply fixes from StyleCI 2020-03-17 05:14:38 +00:00
Manish Verma
dc5398859c Apply fixes from StyleCI 2019-11-14 13:15:06 +00:00
Manish Verma
68abccef28 Apply fixes from StyleCI 2018-11-16 12:42:44 +05:30
Manish Verma
45b2a2e8f6 Plugin updates
Updated faveodate method to work with old configuration
2018-11-16 12:42:44 +05:30
Manish Verma
0a9da8d404 Temp updates 2018-11-16 12:42:44 +05:30
Manish Verma
aa6d74052c Apply fixes from StyleCI 2018-11-16 12:42:44 +05:30
Manish Verma
1e7a891d3a Plugin updates
* Changed plugin settings to activate and deactivate plugin by removing update process for config/app.php file.
* Changed plugin ServiceProvider registration technique by removing hard coded code in AppServiceProvider. Now We are registering all plugins's ServiceProvider classes avaliable for active plugins with status as 1 in plugins table in database. It provides more dynaamicity to developers so they need not to worry about registering their custom plugin's ServiceProvider.
2018-11-16 12:42:44 +05:30
Manish Verma
f2070a93c6 Updated isInstall() method
Updated inInstall herlper method to check value of install from config data as env(DB_INSTALL) returns null in some system
2018-11-16 12:42:44 +05:30
Manish Verma
2d90d56fcb Apply fixes from StyleCI 2018-11-16 12:42:44 +05:30
Manish Verma
6d8f391d30 Removed dd() statement
Removed dd() statement in catch block of ForgotPasswordController to fix issue #712
2018-11-16 12:42:44 +05:30
Manish Verma
1cd342924c Apply fixes from StyleCI 2018-10-15 13:18:51 +05:30
Manish Verma
6a3d093b4c Fixed outgoing mails disabled issue
Fixed language

Fixed languag and email create/edit issue

v1.10.2 build updates

Fixed codacy issues
2018-10-15 13:18:51 +05:30
Manish Verma
ac4e053c2d Fixed agent department ticket visibility issue 2018-10-15 13:18:51 +05:30
Manish Verma
134a7b2d6e Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
a88c8199c9 API issue fix
Fixed ticket response data does not show correct due date(temp fix)
2018-09-19 15:44:43 +05:30
Manish Verma
00a7111421 v1.10.1 build updates
- Fixed API issues
- Updated release notes and readme files
- Updated dummy database files
- dumped composer to with --no-dev to ignore dev dependency

- ignored tests directory and phpunit.xml while downloading compressed archives of the repo
2018-09-19 15:44:43 +05:30
Manish Verma
2ebf32b96e Bug fix patch
- Fixed Session::set issue reported on Bugnsag

added exapmle.env again
2018-09-19 15:44:43 +05:30
Manish Verma
eba2c987a2 v1.10.1 updates 2018-09-19 15:44:43 +05:30
Manish Verma
bacb5137da Change owner issue fixed
Fixed issue with change owner when using the system with PHP7.2
2018-09-19 15:44:43 +05:30
Manish Verma
1102f356d7 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
8894a5bdb0 Bug fix ticket listing
Agents are not able to view their tickets since last release due to a call to a model which does not exist.
2018-09-19 15:44:43 +05:30
Manish Verma
dc09774235 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
e9650156bb Bug Fixes
- Fixed loging method in CommonmailController
- Fixed mail config file
- Fixed attachment variable initalization in MailController
- Fixed sendEmail() method in PhpMailController passing empty array as default value for $template_variables
- Fixed Bugsnag reported issue for sendmail() which is happening for reports
2018-09-19 15:44:43 +05:30
Manish Verma
426a285431 Travis DB setup
- Added testing setup command for configuring testing db and environment
- Updated travis.yml to use MySQL service

Apply fixes from StyleCI

added user to access db in travis.yml

updates

updates

Apply fixes from StyleCI
2018-09-19 15:44:43 +05:30
Manish Verma
be4b1231b6 Added Art logo in CLI installer 2018-09-19 15:44:43 +05:30
Manish Verma
f2f3ad330e Fixed issue in report 2018-09-19 15:44:43 +05:30
Manish Verma
767ab8e8b7 Fixed testcases run condition
Fixed issue with running testcases
Added file permission check in Probe.php for storage and bootstrap directories.
Named route bugs fixed reported on bugsnag
2018-09-19 15:44:43 +05:30
Manish Verma
b288ec57a3 Bug fix patches
- Added language translation words in langusge files
- Updated bugsnage API key
- Fixed PHP7.2 issues in organization view and ticket reply reading
2018-09-19 15:44:43 +05:30
Manish Verma
2f0796e954 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
8f4a43a723 API version2 update
Added get tcket lists master API

update
2018-09-19 15:44:43 +05:30
Manish Verma
8e006192b1 Removed sla-escalate command from kernal
Removed sla-escalate atrisan command from kernal as the functionality is not working and which is causing the issue while running cron command in v1.10
2018-09-19 15:44:43 +05:30
Manish Verma
754cb01749 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
30128cabdf Notifcation bug fix
Fixed bugs in notification view for PHP7.2 #671
2018-09-19 15:44:43 +05:30
Manish Verma
02e2c8aecc API bug fix
Fixed title coming as same in all ticket in get ticket by Id API
2018-08-17 11:14:07 +05:30
Manish Verma
515e279d4e v1.10 info updates 2018-08-17 07:20:08 +05:30
Manish Verma
ab77792226 Change order of commands 2018-08-16 21:01:07 +05:30
Manish Verma
4041e27fe1 Apply fixes from StyleCI 2018-08-16 15:02:43 +00:00
Manish Verma
6941280996 Important update for email
###Very important update for emails
Handling cipher update scenario for decrypt email password
Not loading email passoword on edit page to secure email account
2018-08-16 20:32:16 +05:30