Commit graph

8 commits

Author SHA1 Message Date
zyachel
c53c88db9b feat(cache): implement caching of routes 2023-05-21 18:15:03 +05:30
zyachel
2c5d2f86e4 feat: add info related to the current instance
this commit adds additional info about instance like release tag and instance maintainer contact.

fix: https://codeberg.org/zyachel/libremdb/issues/8
2023-01-28 19:06:21 +05:30
zyachel
c2df20e6ad docs(.env): update .env
some variables aren't optional anymore

fix https://github.com/zyachel/libremdb/issues/22
2022-12-10 20:15:28 +05:30
zyachel
1658769a30 feat: force a certain language when getting data
when fetching data, sometimes it's returned in a language depending on server IP address.
 this
commit fixes that behaviour

https://github.com/zyachel/libremdb/issues/20
2022-11-13 17:39:29 +05:30
zyachel
5fd0d92187 fix(redis): fix logs being polluted when redis is disabled
also used streaming when redis is disabled for faster response.
2022-11-13 17:29:47 +05:30
httpjamesm
0b1081c485 chore: update env local example 2022-11-12 10:58:25 -05:00
httpjamesm
cdd73c6123 chore: update env local example with redis_url 2022-10-31 18:14:28 -04:00
zyachel
9891204f5a feat: major rewrite
the application is now rewritten in next.js. this commit also adds the ability to see trailers, did you know, more like this, etc. on title page.

BREAKING CHANGE: the whole application is rewritten from scratch.
2022-09-24 09:31:09 -04:00