Search results for query: *

  • Users: NikitOS
  • Content: Threads
  • Order by date
  1. NikitOS

    Implemented Removing hashes.json before generating hashes

    Hello As in title. Is it possible to remove hashes.json before generating hashes? If this file is in the repository before generating hashes, a hash is also generated for it, and later this causes a file health error.
  2. NikitOS

    Pending Additional permissions to manage own/any downloads and licenses for own products

    There are permissions to create products and edit your own/any products. What about downloads? There is one administrator permission to manage any downloads. What if I want to allow users to manage only their downloads? It seems to me that this requires a separate permission. In addition...
  3. NikitOS

    Implemented Add a code event to the download generator

    Hello Is it possible to add code events to DBTech\eCommerce\Service\DownloadVersion\Generator :: performBuildTasks? What for? I need to add some functionality to this function and it needs to run before the hashes are generated. Right now, to do this, I need to extend one of the functions that...
  4. NikitOS

    Bug Unable to view information about deleted license (Pub)

    Hello It is impossible to view information about the deleted license from the public part of the site: It is clear from DBTech\eCommerce\Entity\License :: isValid that this will be so when the license is not visible (deleted), but information about it can be viewed in the AdminCP. Is it...
  5. NikitOS

    Question Variable replacement does not work during generation

    As a test, I created a new product with the «generate» download type, created one file: <?php $licenseKey = "%LICENSEKEY%"; $version = "%VERSION%"; $versionNumber = "%VERSIONNUMBER%"; I expected that when downloading the product these values will be replaced, but I get the source file. What am...
  6. NikitOS

    Question «Release update» button on the product page in version 2.0.0

    Hi! Where did the «Release update» button on the product page in version 2.0.0? In versions 1. * she was here: But now this button is not:
Back
Top