Announcement

Collapse
No announcement yet.

Public attachment extension for EspoCRM by devcrm.it

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Public attachment extension for EspoCRM by devcrm.it

    Hello guys,
    I've created for one of user from this forum simple extension which basically create entryPoint and let users to get access to attachments without login.
    Here you have repo: https://github.com/dubas-pro/ext-public-attachment

    We have more advanced extension which GUI, additional module which let user only get access to specific files for specific amount of time and with additional strings for safety reasons, but it's not available for free.

    Please be aware that this extension will give access to ALL files in formats which are mentioned here to users which are NOT logged in. So i recommend to NOT use this extension on production instance, without any additional safety mechanisms.
    Last edited by emillod; 12-08-2020, 05:11 AM.

  • #2
    Thanks man .. always nice to see these kind of contribution

    Comment


    • #3
      Originally posted by item View Post
      Thanks man .. always nice to see these kind of contribution
      It's just a simple entryPoint, but thank you for your kind words

      Comment


      • #4
        Hi, I tried to protect the accessible folder by htaccess (deny from all, allow from domain), to permit access only from one domain. But it did not work. What would be the approach to make the folder accessible only from one domain?

        Comment


        • #5
          You should create some additional param which will use as second factor authentication, for example we're using in our extension UUID's.
          You can also try to get IP of the device which is trying to get access to the entryPoint and check if this ip is allowed.

          Comment


          • #6
            Hi emillod , the extension Dubas Public Attachment does not seem to work in espoCRM 7.x. Do you know about that?

            Edit: Works. There was another wrong configuration, which I associated with this extension.
            Last edited by shalmaxb; 10-31-2021, 09:18 AM.

            Comment


            • #7
              shalmaxb thanks for information

              Comment

              Working...
              X