You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
move the flysytem stuff into its own class so we can easily reuse it "more better"
add optimized, optimized renamed, and uploaded files to the file list from the json response retrieved from the ajax endpoint
*add option to delete a directory
add option to copy/clone an image
add metadata preservation options to the image upload
with time permitting move to a service
clean up templates - they are currently a mess and I know what they do since I built them :) haha
The text was updated successfully, but these errors were encountered:
* add tinypngoptimize handler for new service provider
* adds new service provider
* registers new service provider
* removes dead code and uses service provider for #3
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now that I have the base functionality that I'd use/want I need to refactor this code so its easier to maintain / update and add.
right now I'd like to with time permitting to:
move the flysytem stuff into its own class so we can easily reuse it "more better"
add optimized, optimized renamed, and uploaded files to the file list from the json response retrieved from the ajax endpoint*
add option to delete a directoryadd option to copy/clone an imageadd metadata preservation options to the image upload
with time permitting move to a serviceclean up templates - they are currently a mess and I know what they do since I built them :) hahaThe text was updated successfully, but these errors were encountered: