Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add google storage #6

Closed
wojtek-krysiak opened this issue Sep 30, 2020 · 2 comments
Closed

add google storage #6

wojtek-krysiak opened this issue Sep 30, 2020 · 2 comments

Comments

@wojtek-krysiak
Copy link
Contributor

No description provided.

@wojtek-krysiak wojtek-krysiak self-assigned this Sep 30, 2020
github-actions bot pushed a commit that referenced this issue Sep 30, 2020
# [1.0.0-beta.9](v1.0.0-beta.8...v1.0.0-beta.9) (2020-09-30)

### Features

* add google storage ([8344450](8344450)), closes [#6](#6)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.0-beta.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

wojtek-krysiak added a commit that referenced this issue Oct 2, 2020
github-actions bot pushed a commit that referenced this issue Oct 2, 2020
# [1.1.0](v1.0.0...v1.1.0) (2020-10-02)

### Features

* add google storage ([8344450](8344450)), closes [#6](#6)
@github-actions
Copy link

github-actions bot commented Oct 2, 2020

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to AfrazHussain/adminjs-upload that referenced this issue Feb 6, 2023
# 1.0.0 (2023-02-06)

### Bug Fixes

* bump admin-versions ([466fdf8](466fdf8))
* bump AdminBro ([b9ec38e](b9ec38e))
* check for duplicate proprerties ([46c93ae](46c93ae))
* expires default to 24h when passing undefined ([41d0921](41d0921))
* fix expires prop in AWS provider ([19169aa](19169aa))
* fix mkdir bug for local-provider ([SoftwareBrothers#24](https://github.com/AfrazHussain/adminjs-upload/issues/24))([@sarcastic-verma](https://github.com/sarcastic-verma)) ([8dad188](8dad188))
* fixing wrong '/' for local adapter the right way ([2aeec1d](2aeec1d))
* gitignore settings for types ([43f6ad6](43f6ad6))
* javascript export ([df3b060](df3b060))
* missing size in file ([b2a3589](b2a3589))
* modified url for local storage provider ([acc34b8](acc34b8))
* not removing files after file change ([90bbb2b](90bbb2b))
* only update files if files.length>0 (PR[SoftwareBrothers#31](https://github.com/AfrazHussain/adminjs-upload/issues/31)) ([bb83813](bb83813))
* pass filesToUpload to drop zone ([a15237f](a15237f))
* payload hasn't been filtered from file ([1ae37cd](1ae37cd))
* remove aws from dependencies ([95b21e1](95b21e1))
* return updated record after multi upload ([a68bfa2](a68bfa2))
* types for validation ([90966f4](90966f4))
* url with extra / in S3 ([2182b60](2182b60))
* using properties.key as the property name ([26b33e5](26b33e5))

### chore

* rebrand AdminBro to AdminJS ([e020a56](e020a56))
* update AdminJS to v6 ([b82059c](b82059c))

### Features

* add bulk delete support ([d9b30d7](d9b30d7))
* add expiration time to links ([3f6ecfa](3f6ecfa))
* add google storage ([8344450](8344450)), closes [SoftwareBrothers#6](https://github.com/AfrazHussain/adminjs-upload/issues/6)
* add local upload ([d643522](d643522))
* add multi file upload ([fcb425b](fcb425b))
* add option to change path of stored file ([29572e5](29572e5))
* add public acl to aws s3 ([6e9f10b](6e9f10b))
* Implement multiple file upload ([c303e21](c303e21))
* improve erro handing for multiple invocations ([391b639](391b639))
* pass context to adapter ([4a4a878](4a4a878))
* release ([62ab742](62ab742))
* release ([24f7b8c](24f7b8c))

### BREAKING CHANGES

* This package version should be used with AdminJS v6
* AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
1. Update your dependencies to use new `adminjs` packages.
- `admin-bro` -> `adminjs` for the core package
- `@admin-bro/<package name>` -> `@adminjs/<package name>` for other modules
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`
github-actions bot pushed a commit to geekyayush/adminjs-upload that referenced this issue Jun 12, 2023
# 1.0.0 (2023-06-12)

### Bug Fixes

* bump admin-versions ([466fdf8](466fdf8))
* bump AdminBro ([b9ec38e](b9ec38e))
* check for duplicate proprerties ([46c93ae](46c93ae))
* expires default to 24h when passing undefined ([41d0921](41d0921))
* fix expires prop in AWS provider ([19169aa](19169aa))
* fix mkdir bug for local-provider ([SoftwareBrothers#24](https://github.com/geekyayush/adminjs-upload/issues/24))([@sarcastic-verma](https://github.com/sarcastic-verma)) ([8dad188](8dad188))
* fixing wrong '/' for local adapter the right way ([2aeec1d](2aeec1d))
* gitignore settings for types ([43f6ad6](43f6ad6))
* javascript export ([df3b060](df3b060))
* missing size in file ([b2a3589](b2a3589))
* modified url for local storage provider ([acc34b8](acc34b8))
* not removing files after file change ([90bbb2b](90bbb2b))
* only update files if files.length>0 (PR[SoftwareBrothers#31](https://github.com/geekyayush/adminjs-upload/issues/31)) ([bb83813](bb83813))
* pass filesToUpload to drop zone ([a15237f](a15237f))
* payload hasn't been filtered from file ([1ae37cd](1ae37cd))
* remove aws from dependencies ([95b21e1](95b21e1))
* return updated record after multi upload ([a68bfa2](a68bfa2))
* types for validation ([90966f4](90966f4))
* url with extra / in S3 ([2182b60](2182b60))

### chore

* rebrand AdminBro to AdminJS ([e020a56](e020a56))
* update AdminJS to v6 ([b82059c](b82059c))

* v4 (SoftwareBrothers#65) ([2be1dab](2be1dab)), closes [SoftwareBrothers#65](https://github.com/geekyayush/adminjs-upload/issues/65)

### Features

* add bulk delete support ([d9b30d7](d9b30d7))
* add expiration time to links ([3f6ecfa](3f6ecfa))
* add google storage ([8344450](8344450)), closes [SoftwareBrothers#6](https://github.com/geekyayush/adminjs-upload/issues/6)
* add local upload ([d643522](d643522))
* add multi file upload ([fcb425b](fcb425b))
* add option to change path of stored file ([29572e5](29572e5))
* add public acl to aws s3 ([6e9f10b](6e9f10b))
* Implement multiple file upload ([c303e21](c303e21))
* improve erro handing for multiple invocations ([391b639](391b639))
* pass context to adapter ([4a4a878](4a4a878))
* release ([62ab742](62ab742))
* release ([24f7b8c](24f7b8c))

### BREAKING CHANGES

* The package won't support CJS anymore.
* You now have to provide your ComponentLoader instance to the feature
* This package version should be used with AdminJS v6
* AdminBro has been rebranded to AdminJS. All package and repository names had been updated.
1. Update your dependencies to use new `adminjs` packages.
- `admin-bro` -> `adminjs` for the core package
- `@admin-bro/<package name>` -> `@adminjs/<package name>` for other modules
2. Update your custom CSS classes:
- `.admin-bro_<component name>` -> `.adminjs_<component name>` (example: `.adminjs_Box`)
3. Search your project for `admin-bro` occurrences - most likely they will have to be updated to `adminjs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant