Stephane Mensah

The only difference between ordinary and extraordinary is just that little "extra".

revert back to pre-preact

some issues occurred in non-development environment. SIte hung up after infinite loading

fix issues related to returning modified tiers from db to client

return only tiers that have not been "deleted"

Pushed 1 change to palago-site

Slight delay cos i had stuffs going on but i finished taking screenshots and recorded videos to convert to gifs then posted them on the landing page

Rate limit number of non-user accounts a user can create

Adding a rate-limit in db and cache. I'm now going to limit the number of non-user accounts based on their pricing level in order to prevent abuse. #palago

Refactoring api file/image uploads

New file/image uploads through the api will be structured.
new format: /uploads/{type}/{date}/{user}/{filename}_${hash}/{file_extension}
old format: /{hash}.{file_extension}

Improved pagination component based on API definitions, and improve conditions(restrictions) when creating new account

Load more button for latest activities section works

I finally was able to figure out how to display additional transactions when a user clicks the "load more" button(apollo client fetchMore) at the "Latest activities" section on a profile page. #palago