Public attachment extension for EspoCRM by devcrm.it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    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.
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Thanks man .. always nice to see these kind of contribution
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

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

      Comment

      • shalmaxb
        Senior Member
        • Mar 2015
        • 1602

        #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

        • emillod
          Active Community Member
          • Apr 2017
          • 1405

          #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

          • shalmaxb
            Senior Member
            • Mar 2015
            • 1602

            #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

            • emillod
              Active Community Member
              • Apr 2017
              • 1405

              #7
              shalmaxb thanks for information

              Comment

              Working...