Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Aug 23, 2021
1 parent bb49152 commit afc6e19
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@ CHANGELOG for 1.0.x
===================

This changelog references any relevant changes introduced in 1.0 minor versions.

* 1.0.16 (2021-08-23)
* **Misc. Updates:**
* Kudos feature added for UVdesk opensource.
https://support.uvdesk.com/es/blog/uvdesk-what-is-kudos
* Added a new option for mailbox setting that Email should be deleted from inbox after fetch and converted into ticket if user select that checkbox.
* Added password encryption for Swift mailer and Mailbox.
* Corrected and added timestamp setting for agent and customer both.
* Collaborator replies adding to the ticket thread.
* Flash Message with a warning if swift mailer is not setup or working with ticket create process.
* Profile picture remove option added for customer and agent both.
* Reply to CC and BCC users from customer panel if added.
* Fixed multiple security issues with opensource.
* Added multiple missing translation in files.

* **Bug Fixes:**
* **Issue #423:** Status of the ticket not transalted in customer ticket list.
* **Issue #428:** Attachment and Logo Issue - Web Installer Public Folder Issue.
* **Issue #435:** Newer TLDs are considered invalid.
* **Issue #437:** can’t upload logo after updating to 1.0.14.
* **Issue #438:** Unable to finish installation - Error during load/superuser.
* **Issue #439:** Update jQuery and Underscore.js
* **Issue #433:** Email should be deleted from mailbox after fetch.
* **Issue #429:** Invalid type for path "uvdesk_mailbox.mailboxes.Support.imap_server.password". Expected scalar, but got object.
* **Issue #417:** Potential Security vulnerability.
* **Issue #401:** Need to implement a workflow that alert if any issue with sending email occurs.
* **Issue #382:** Improve new user experience: install and setup.
* **Issue #410:** Unable to create super user during installation.
* **Issue #375:** [Feature request] support extensions.
* **Issue #372:** Option to remove emails from mailbox after they are fetched.
* **Issue #340:** Option for operator and for the customer to remove the profile picture.
* **Issue #326:** Issue with translations on visitor and operator side.
* **Issue #279:** Add possibility to delete emails when is added to the ticket.
* **Issue #350:** Users avatar not delted from the server
* **Issue #276:** Issues wth swiftmailer password if contains specials characters. Also save password not encrypted seems not good for security.

* 1.0.15 (2021-08-21)
* **Misc. Updates:**
* Kudos feature added for UVdesk opensource.
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/ConfigureHelpdesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class ConfigureHelpdesk extends Controller
{
const HELPDESK_VERSION = '1.0.15';
const HELPDESK_VERSION = '1.0.16';
const DB_ENV_PATH_TEMPLATE = "DATABASE_URL=DB_DRIVER://DB_USER:DB_PASSWORD@DB_HOST/DB_NAME\n";
const DB_ENV_PATH_PARAM_TEMPLATE = "env(DATABASE_URL): 'DB_DRIVER://DB_USER:DB_PASSWORD@DB_HOST/DB_NAME'\n";
const DEFAULT_JSON_HEADERS = [
Expand Down

3 comments on commit afc6e19

@PeopleInside
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@papnoisanjeev when I try to login as customer I get error 500.
Activating debug I see:

The token storage contains no authentication token. One possible reason may be that there is no firewall configured for this URL.
Symfony\Component\Security\Core\Exception\ AuthenticationCredentialsNotFoundException

How to resolve?

@Sanjaybhattwebkul
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PeopleInside
Please set the timeZone and time format from your branding section and then try to log in as a customer

@PeopleInside
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, I resumed a backup and installed the 1.0.16 update again.

Please sign in to comment.