aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/randomiseFileNames.ts
AgeCommit message (Collapse)Author
2022-10-19feat: randomiseFileNames -> anonymiseFileNames (#116)obscurity
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-09Make typescript happy, tsc test run in CIVendicated
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-10-04fix(randomiseFileNames): work correctly on web (#40)ActuallyTheSun
* fix(randomiseFileNames): work correctly on web * fix the fix
2022-10-03feat(plugin): add betterUploadButton (#32)obscurity
plugin to upload with a single click and open the context menu with right click
2022-10-02feat(plugin): add RandomiseFileNames (#24)obscurity