• Vagabond, climate and human rights activist.

    she/they

  • Joined on 2022年01月31日
monoko pushed to forgejo at monoko/forgejo 2023年07月09日 21:12:47 +02:00
4ff2d407b7 Makes forgejo compatible with ignite/firecracker
monoko created repository monoko/forgejo 2023年07月09日 21:11:51 +02:00
monoko pushed to feat/new-storage-model at coldwire/bloc-backend 2022年10月09日 00:47:30 +02:00
61fd433bea add upload controllers
7aed713fb6 feat(upload): disable old system
d52a64eed3 feat(storage): implement writer system
7e99b0e89e feat(storage): implement fs storage
af4e5535b7 feat(storage): new interface
Compare 5 commits »
monoko created branch feat/new-storage-model in coldwire/bloc-backend 2022年10月09日 00:47:30 +02:00
monoko closed issue coldwire/bloc#28 2022年09月14日 23:58:22 +02:00
Add 'created_on' and 'edited_on' UTC timestamp columns in 'blocs' table
monoko pushed to main at coldwire/bloc-backend 2022年09月14日 13:08:25 +02:00
ac4f2b0113 fix(upload): add mime-header checker to avoid server crash
monoko pushed to main at coldwire/bloc-backend 2022年09月14日 00:52:23 +02:00
8132207f2b feat(model): add created_on and edited_on
monoko closed issue coldwire/bloc#26 2022年09月14日 00:05:24 +02:00
Fix file uploading on POST /blocs/upload
monoko commented on issue coldwire/bloc#26 2022年09月14日 00:05:24 +02:00
Fix file uploading on POST /blocs/upload

the issue was a config issue :')

monoko commented on issue coldwire/bloc#26 2022年09月13日 22:25:28 +02:00
Fix file uploading on POST /blocs/upload

Well, actually it's working very well on my side. I defenitly think the way you are doing it is wrong or something like that.

image

monoko closed issue coldwire/bloc#18 2022年09月13日 22:04:28 +02:00
Document API with swagger
monoko commented on issue coldwire/bloc#18 2022年09月13日 22:04:28 +02:00
Document API with swagger

everything should be documented since the sharing system has been deleted to build a new one

monoko pushed to main at coldwire/bloc-backend 2022年09月13日 22:03:38 +02:00
2aa1a09263 fix(share): delete old sharing system
monoko commented on issue coldwire/bloc#21 2022年09月07日 11:14:40 +02:00
Libsodium.js cryptography lib instead of liboxyd ?

Since we have a very specific encryption protocol for our use, we can make a wrapper for libsodium to then juste have a few fuctions useful to us and avoid rewriting everything for every single...

monoko commented on issue coldwire/bloc#17 2022年09月07日 11:12:02 +02:00
Review the code and standardize everything, maybe making libs for coldwire?

With the actual rewrite of the files/folders structure I reviewed most of the backend code to make it more standard and simple. But for future projetcs it could be nice to make a "core" lib with...

monoko commented on issue coldwire/bloc#13 2022年09月07日 11:10:32 +02:00
Add dev docker compose file to facilitate and accelerate the development

Now the frontend and backend are separated so the docker-compose works for backend and then you can juste use "yarn start" with the api url set in some kind of .env file ^^

monoko commented on issue coldwire/bloc#18 2022年09月07日 11:07:45 +02:00
Document API with swagger

started here : 33e698c994

And now 90% of every endpoints are documented and accessible under the /doc endpoint on...

monoko closed issue coldwire/bloc#20 2022年09月07日 11:06:12 +02:00
Redesign SQL scheme
monoko commented on issue coldwire/bloc#20 2022年09月07日 11:06:11 +02:00
Redesign SQL scheme
monoko closed issue coldwire/bloc#22 2022年09月07日 11:05:53 +02:00
Suggestion for data format returned by API