aem-upload icon indicating copy to clipboard operation
aem-upload copied to clipboard

Makes uploading to AEM easier, and can be used as a command line executable or required as a Node.js module.

Results 10 aem-upload issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

Hi, i have a problem uploading files to the aem and due to this problem i dont know the "real" problem. Currently the Module cant parse the response it receives,...

### As an Enterprise customer, I expect libraries which are maintained, managed and endorsed by Adobe to meet basic vulnerability scanning standards. This library in its current form introduces CVE's...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

## Description Updates the library to use `webpack`, instead of `babel` directly, to generate a browser-ready version. ## Related Issue #125 ## Motivation and Context Allows usage of the library...

### Expected Behaviour Using the library in a browser/webpack environment should be seamless. ### Actual Behaviour Trying to use this library in a consumer using webpack causes various errors due...

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

This project currently depends on @adobe/node-httptransfer, which itself depends on a vulnerable version of the form-data package that is affected by CVE-2025-7783. This is a critical security vulnerability in the...

…hem with space Changes * removed space from the regular expression of invalid characters for folder name * adapted and added automation tests ## Description Same as above. ## Related...

Currently folders with their names containing space are considered invalid names - [0]. Requests uploading folders with name containing space, have space char replaced with "-" - [1] Also from...