* fix: copying and opening another user's upload url
* fix: delete thumbnails too
* fix: return target after removing files from output
* fix: add width to fixdiced/zipline#419 (can't test)
* Minor script tune-ups.
* Remove the catcher for when upload has been offloaded to chunk
* feat: Add the capability of viewing another user's images as admin.
* fix: add columns, oops...
* fix: Gotta check if the user's legit before letting them see
* fix: made administrators non-viewable
* Please don't reference yourself
* fix: superAdmin > admin
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
* fix: Worst, but minimally working, fix so other users do not delete each other's files.
* fix: include previous fix for PATCH
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
* additions
* add proper lock system
* migreation
* Revert "migreation"
This reverts commit 4058146c2867d8a0cf2edc56b89e4bec3b2a826b.
* remove that
* get rid of bad code
---------
Co-authored-by: Jayvin Hernandez <gogojayvin923@gmail.com>
* fix: user uuid is used instead of user id for its uniqueness
* fix: use cuid instead & exclude from parser
* fix: apply new foreign key constraints to existing data
* fix: migration partly done
* not-fix: General form of migration achieved, still broken
* fix: migrate and use db's uuid function for existing users
* fix: Proper not nulling!
* fix: #354
* fix: migration & use uuid instead
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
Co-authored-by: diced <pranaco2@gmail.com>
* remove source from final image
* move check state to ClearStorage
* use inspect for fancy colors
* newlines are now possible! yay!
* Catch user's leave if uploading
* feat?: Temp directory can be specified by the user.
Default is /tmp/zipline (or os equivalent)
* fix: ignore onDash config, use only ?compress query
---------
Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>