Zipline will contain most, if not all features that are present within v3. This page is supposed to lay out features that will be new, revamped or removed from Zipline entirely. There are a few FAQ’s below too.
Suggest stuff!
If you want to suggest anything, feel free to do so in the discussion for this.
Zipline v4 Announcement & Ideas · diced/zipline · Discussion #433
Current Status
You can view current development here:
GitHub - diced/zipline at v4
New stuff
- [ ] Export and Import JSON
- [x] v3 export version (on v3)
- [ ] v4
- [ ] export v4
- [ ] import v3
- [ ] import v4
- [ ] Option to always show link on discord, like what they do here: https://owo.codes/whats-this/cdn-origin/-/blob/master/main.go?ref_type=heads
- [x] Truncate files if they are too big in the code rendering view since they may lag
- [x] Ability to edit stuff
- [x] URL Vanity (add/edit existing)
- [x] Max views on both files and urls
- [x] Adding password protection to both files
- [x] through api
- [x] Reflect default upload options within upload options modal
- [ ] List of common file extensions to prevent files like
.tar.gz
to being renamed as .gz
or any double/triple extension file, etc. (this is only a QOL feature, the extension does not matter in the case of files like these, programs should handle them regardless by looking at the first few bytes of a file).
- [x] Support for Authentik https://github.com/diced/zipline/pull/372
- [x] Rename everything to OIDC since authentik is just a OIDC provider
- [x] Limits per user https://github.com/diced/zipline/discussions/433#discussioncomment-8574194
- [x] Terms and Conditions (#530)
- [x] Webhooks (just sends json data to a url i guess)
- [x] Password protected URLs
- [x] Moving some scripts into the dashboard
- [x] Re-query size of all images
- [x] Clear zero byte files
- [x] Clear temp directory
- [x] Other scripts will stay the same, and can be accessed how they used to be