david g.

Results 376 comments of david g.

@timdonovanuk the page is (now) at: https://opensource.adobe.com/asset-share-commons/pages/development/computed-properties I think that would make alot of sense to be a computer property -- it could return a list of color codes/names -...

@timdonovanuk thanks! Fixed! I'd make that Computed Property similar to: https://github.com/adobe/asset-share-commons/blob/develop/core/src/main/java/com/adobe/aem/commons/assetshare/content/properties/impl/TagTitlesImpl.java If you have an appetite for it - PR it into ASC and ill cut a release w/ it!

I dont think we'll be fixing [cve-2022-25844](https://nvd.nist.gov/vuln/detail/cve-2022-25844) any time soon as this would require re-writing all the angularJS UIs.

Have you checked out the newer Content Type asset details selector? https://opensource.adobe.com/asset-share-commons/pages/search/search-page/#asset-details-page-selector these are maps that drive it (left is mime/type or prefix type, and right is the content type...

There are a few issues logged about this already - if you want to use "asset type" selector, i believe the page name is now `multimedia.html` ... it was `video`...

Wow. Spent hours on wondering why I could not get this to run in my server-less environment :( ... was trying out a JPG image as my test image. I...

What command are you running, and what version of Java are you running? Are you using and older version of OpenJDK11? Can you make sure that youre on the latest...

I think the easiest way would be to create a new preview component that renders the image base don the asset type, and just add that to the details page....

You can create your own `DownloadArchiveNamer` OSGi service with a high service ranking (ex. `0` since OOTB is `-1000`) (so it overrides the OOTB one) - this is used to...

> I think I found where this can be easily resolved. File `ui.apps/src/main/content/jcr_root/apps/asset-share-commons/components/details/renditions/renditions.html` has a line where an anchor download value is being set: > > `download="${asset.title} - ${rendition.downloadFileName}"` >...