Releases: diced/zipline
Releases · diced/zipline
v3.7.10
What's Changed
- fixed path traversal (update if you are v3.4 and above)
- this is only exploitable if the user is logged in
- Add Catppuccin themes by @cswimr in #560
- fix: audio & video scrubbing by @ari-party in #576
- fix: hyprland is no longer wlroots-based by @polymo1 in #581
- file ordering for viewing other user files
- thumbnails for videos show up on folder file viewing
- fixed ratelimit bypass on uploading
- views are incremented on view/code routes
- files are deleted when they reach maxViews on view routes
(sorry for double release - forgot to change the version)
New Contributors
- @MateiSR made their first contribution in #575
- @ari-party made their first contribution in #576
- @polymo1 made their first contribution in #581
Full Changelog: v3.7.9...v3.7.10
v3.7.9
What's changed
ampm
modifier for datesx-zipline-folder
header (the value should be a folder id)- this automatically adds the file you are uploading to the folder
Bugs fixed
- fixed
{file.size::bytes}
not working on some conditions #532 - fixed image resizing in view route #527
Full Changelog: v3.7.8...v3.7.9
v3.7.8
What's changed
- new year new zipline update
- better alignment for thumbnails
- folder viewing fixed
- thumbnails show up in folder views
- max width and height on videos/images on view route
- new locale and tz options for date variables:
{file.createdAt::locale::en-US,America/Los_Angeles}
Pulls Merged
- Fixed Discord Mobile Video Embeded Res Bug by @L7NEG in #509
- fix(shorten): typo by @wdhdev in #513
- Add autohotkey file extension (.ahk) to mimes.json by @SeaswimmerTheFsh in #511
- fix: Merge create endpoint into register and prevent non admins from … by @TacticalTechJay in #517
- Improve error handling for file expiry by @Wingysam in #519
- fix: prisma deletion errors by @Vetlix in #522
New Contributors
- @L7NEG made their first contribution in #509
- @wdhdev made their first contribution in #513
- @SeaswimmerTheFsh made their first contribution in #511
- @Wingysam made their first contribution in #519
Full Changelog: v3.7.7...v3.7.8
v3.7.7
What's changed
- Prisma version mismatch hotfix ([email protected] now), sorry about the issues yesterday!
- Better styling in view file card and upload file dropzone
- Password protected non-media files can be viewed now
- /r route supports
?password={password}
query now!
- /r route supports
Pulls merged
New Contributors
Full Changelog: v3.7.6...v3.7.7
v3.7.6
v3.7.5
What's changed
- og:video type
- fixed oauth notnull
- fixed no file size on folders page
- new
UPLOADER+RANDOM_WORDS_SEPERATOR
for gfycat format - fixed non english characters encoding (cyrillic, japanese, chinese, korean, and hindi were tested but anything should work)
- fixed import file script to include size of file
- warning shown when theres no public/adjectives or public/animals files for gfycat format
- fixed overwriting existing files when using NAME format
- custom redirect_uri for discord/google oauth
- new whitelisted user ids for discord oauth
Pulls merged
- fix: missing og video type by @thereis in #462
- Fix util method to check if variable is not null by @kashalls in #458
- fix: Lack of size...??? by @TacticalTechJay in #465
- Allow Redirect URI Configuration by @Digital39999 in #469
New Contributors
- @thereis made their first contribution in #462
- @kashalls made their first contribution in #458
- @Digital39999 made their first contribution in #469
Full Changelog: v3.7.4...v3.7.5
v3.7.4
What's changed
- Domains moved to https://zipline.diced.sh/
- Fixed letters being cut off in user button #448
- Huge docker size improvements (1gb now from 2gb)
- WEBSITE_SHOW_VERSION=false works now #450
- Giphy name generator fixed #449
Pulls merged
- fix: trailing spaces by @TacticalTechJay in #449
Full Changelog: v3.7.3...v3.7.4
v3.7.3
v3.7.2
What's changed
bytes
modifier forint
:{file.size::bytes}
- docker caching works................................................
- Fixed bug regarding thumbnail generation (#444)
- Thumbnail workers have more debug logs for unexpected errors, etc.
- Fixed bug when
CHUNKS_ENABLED=false
, dashboard still chunks based on other chunk vars. (#446) - Compression bug fixes
- Fixed bug that didn't allow user registration without invites enabled
- Date objects being created twice leading to
Invalid Date
for some locales (#410)
Pulls merged
- Fix dump by @TacticalTechJay in #441
Full Changelog: v3.7.1...v3.7.2
v3.7.1
What's changed
- Offloaded chunked uploads (pending uploads)
- Query size script fixed
- Check favorite files before deletion
- Exif temp files are removed (previously weren't, oversight)
- Invites no longer include never (no functionality was added)
- Lots of fixes for meta tags
- Clear temp script
- Lot's of bug fixes covered in pull requests below.
PRs merged
- feat dump, the lost twin by @TacticalTechJay in #351
- feat: offloaded chunked uploads by @diced in #356
- fix: user uuid is used instead of user id for its uniqueness by @TacticalTechJay in #355
- Improve query-size by @TacticalTechJay in #363
- some fixes by @TacticalTechJay in #364
- fix&feat: clearing by @TacticalTechJay in #367
- Add Check to prevent favorited files from being deleted by @IThundxr in #369
- fix dump by @TacticalTechJay in #386
- fix: Properly type the relation field for OAuth by @TacticalTechJay in #370
- adding option to bypass local login by @danejur in #373
- feat: server-side sorting for files by @ItzDerock in #366
- Sprinkled fixes by @TacticalTechJay in #401
- Fix webhook's thumbnail and image in the embed by @TacticalTechJay in #403
- Fix branding oversight caused by 0a34b0c by @NebulaBC in #405
- Not fix/debug log by @TacticalTechJay in #406
- Worst fix ever. by @TacticalTechJay in #407
- Update bug.yml by @TacticalTechJay in #411
- Feat/viewUserFiles by @TacticalTechJay in #408
- feat: thumbnails workers by @diced in #413
- Fix dump by @TacticalTechJay in #423
- Fix meta tags and a not-null header by @TacticalTechJay in #437
- fix: Add url response for final chunk uploading. by @TacticalTechJay in #439
New Contributors
Full Changelog: v3.7.0...v3.7.1