Tom Ashford
Tom Ashford
Heads up that we don't accept merge commits, please rebase!
Hash the map on the backend and compare against other map hashes to prevent duplicate file uploading
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest
Hash the map on the backend and compare against other map hashes to prevent duplicate file uploading
@Gocnak why do we actually need this? Maps are human moderated, and someone uploading a duplicate map seems so unlikely anyway. The one place I think it could be worthwhile...
Hash the map on the backend and compare against other map hashes to prevent duplicate file uploading
Okay we can do this on backend in `maps.service.ts` code, should be able to do it with a single Prisma query. Make sure we have E2E tests for this obviously!...
This is potentially available for someone has existing Angular experience and is interested, but we need to discuss UI/UX more, and decide on graphing libraries (https://github.com/momentum-mod/website/issues/923). Also, we're going to...
This is a fairly complex issue and needs discussion on how it integrates with other stuff. Plus, I've just removed the `Badges` and `UserBadges` tables from DB as they were...
Do we really this? Most modern internet should be able to handle a single POST request of ~100mb perfectly fine, and 0.10.0 deploy shouldn't have an issue with files >...
Sorry, what Cloudflare system requires this? Is there really no way to configure this?
We discussed this a few weeks ago, our free Cloudflare DDoS stuff limits to maximum of 100MB. Chunking with current system is really annoying given our only state atm is...
Okay we can chunking and use disk but needs a spec, don't have time now, ping me if interested in doing this. Will need to implement some separate disk-based io...