Skip to content

Feat/243 implement api file manager - #256

Merged
MinhTri180804 merged 13 commits into
developfrom
feat/243-implement-api-file-manager
Jul 26, 2025
Merged

Feat/243 implement api file manager#256
MinhTri180804 merged 13 commits into
developfrom
feat/243-implement-api-file-manager

Conversation

@MinhTri180804

Copy link
Copy Markdown
Owner

No description provided.

MinhTri180804 and others added 13 commits July 11, 2025 01:43
Build an API that retrieves the list of all top-level folders (root folders) stored in your
Cloudinary account. This feature allows the frontend (e.g., admin dashboard) to browse folders and
organize files by category.

Closes #244
…-root-folder

feat(src): implement api get root folder cloudinary

Build an API that retrieves the list of all top-level folders (root folders) stored in your Cloudinary account. This feature allows the frontend (e.g., admin dashboard) to browse folders and organize files by category.

Closes #244
Build an API that retrieves the subfolders under a specific folder path in Cloudinary. This allows
dynamic browsing of folder hierarchies in a file manager UI, helping admins navigate nested
structures.

Closes #246
…-sub-folder

feat(src): implement api get sub folder

Build an API that retrieves the subfolders under a specific folder path in Cloudinary. This allows dynamic browsing of folder hierarchies in a file manager UI, helping admins navigate nested structures.

Closes #246
Implement an API endpoint to fetch all image files stored in Cloudinary, optionally filtered by
folder path. This allows the frontend to display and manage all images regardless of their folder or
to get a complete view of a specific folder.

Closes #248
…-all-files-image

feat(src): implement api get all file resources

Implement an API endpoint to fetch all image files stored in Cloudinary, optionally filtered by folder path. This allows the frontend to display and manage all images regardless of their folder or to get a complete view of a specific folder.

Closes #248
Build an API that allows searching for files/images stored in Cloudinary based on keywords, file
name (public_id), folder path, or other filters. This is useful for admin users to quickly locate
specific assets (e.g., by name or tag).

Closes #250
…rch-file-resources

feat(src): implement Api Search File Resources

Build an API that allows searching for files/images stored in Cloudinary based on keywords, file name (public_id), folder path, or other filters. This is useful for admin users to quickly locate specific assets (e.g., by name or tag).

Closes: #250
@MinhTri180804 MinhTri180804 self-assigned this Jul 25, 2025
@MinhTri180804 MinhTri180804 added feature New function Backend This issue of Backend labels Jul 25, 2025
@MinhTri180804
MinhTri180804 merged commit fc04ba2 into develop Jul 26, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backend This issue of Backend feature New function

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant