2626dfd8ab
fix: add disclaimer
...
resolves https://codeberg.org/zyachel/libremdb/issues/12
2024-04-18 23:26:32 +05:30
2bbf62bd06
docs(instance): update instances list
...
add a new instance by @blade10101
closes https://github.com/zyachel/libremdb/issues/74
2024-04-18 22:18:05 +05:30
35caa95a56
docs: update instances.json
2024-04-07 20:52:15 +05:30
84992d4f59
docs(instance): update instances list
...
add a new instance by @vlnst
closes https://codeberg.org/zyachel/libremdb/issues/24
2024-04-07 20:48:57 +05:30
324c138ec4
fix(cache): make cache keys for review more distinctive
2024-03-31 17:21:35 +05:30
1041de5439
fix(api): fix reviews api
...
was returning title info
2024-03-31 16:39:26 +05:30
fe34600cbf
chore(release): 3.4.0
2024-03-31 16:03:13 +05:30
dc42b3204c
feat(reviews): add reviews route
...
allows seeing all reviews with optional filters.
works sans JS as well
closes https://github.com/zyachel/libremdb/issues/25
closes https://codeberg.org/zyachel/libremdb/issues/19
2024-03-31 15:38:07 +05:30
cf71cd39e1
Squashed commit of the following:
...
commit d37c6c9da71861b0b6f03b0e7526fe28f21ff476
Author: ngn <78868991+ngn13@users.noreply.github.com >
Date: Tue Mar 12 17:10:21 2024 +0000
fix formatting for the last time
commit 8802a49c8015d7f42625abe0b1b3b0881705f307
Author: ngn <78868991+ngn13@users.noreply.github.com >
Date: Tue Mar 12 17:09:04 2024 +0000
fix URL formatting for lmdb.ngn.tf
commit af89380337281ac26bf68a3d3ca5aecf8d7922c1
Author: ngn <78868991+ngn13@users.noreply.github.com >
Date: Tue Mar 12 17:05:53 2024 +0000
add lmdb.ngn.tf to instances.json
commit eeb14a84d5f4ee5d444ffa3e25148aec92bb30f9
Author: ngn <78868991+ngn13@users.noreply.github.com >
Date: Tue Mar 12 17:02:21 2024 +0000
add lmdb.ngn.tf to README
2024-03-25 18:53:57 +05:30
3eb517849f
fix(instances): fix urls in instances.json
...
protocol was added twice
closes https://github.com/zyachel/libremdb/issues/72
2024-02-24 08:17:26 +05:30
cfcc5aa3e7
Merge branch 'improve-instances-table-formatting' of github.com:jamesbrown8532/libremdb into jamesbrown8532-improve-instances-table-formatting
2024-02-20 00:16:32 +05:30
b16fa2be26
Mention instances.json in README.md
2024-02-18 13:40:07 +00:00
b606a6da1d
Add instances list in JSON format
2024-02-18 13:39:20 +00:00
5cadad102a
Improve instances table formatting
2024-02-18 13:37:51 +00:00
dd2426b70b
Added libremdb.ducks.party instance
...
Uptime: https://uptime.ducks.party/status/ducks
Host: Timeweb
2024-01-13 14:21:33 +03:00
a8d48458e8
chore(release): 3.3.1
2024-01-06 19:40:34 +05:30
719f42b5e6
fix(dockerfile): fix failing docker build
...
was due to sharp
closes https://github.com/zyachel/libremdb/issues/63
2024-01-06 19:39:16 +05:30
dac08947c5
docs(instances): update instances list
...
add onion instance by @ButteredCats
closes https://github.com/zyachel/libremdb/issues/65
2024-01-01 23:15:03 +05:30
63491071a7
Merge pull request #64 from PrivacyDevel/patch-1
...
Add PrivacyDev instances
2023-12-18 05:50:28 +00:00
18d55d3ed8
Add PrivacyDev instances
2023-12-17 20:12:21 +00:00
b1149d2200
docs(instances): update instances list
...
add a new instance by @r2fo
closes https://github.com/zyachel/libremdb/issues/62
2023-12-18 01:31:03 +05:30
d09d40e667
chore(release): 3.3.0
2023-12-07 23:55:49 +05:30
cc8d5e0351
Merge branch 'main' of github.com:zyachel/libremdb
2023-12-07 23:40:04 +05:30
a5b7d52783
fix(title): fix title route crash
...
was due to non-existance of genres on "more like this" for some titles
closes https://github.com/zyachel/libremdb/issues/61
2023-12-07 23:38:18 +05:30
410cc70259
Merge pull request #60 from SudoVanilla/patch-1
...
Add SudoVanilla's Instance
2023-11-25 21:55:53 +00:00
258a82f2ac
Add that SudoVanilla's Instance uses Cloudflare
2023-11-25 12:26:47 -05:00
e2a335f98d
Add SudoVanilla's Instance
2023-11-25 12:26:16 -05:00
246f1155d5
Merge branch 'main' of codeberg.org:zyachel/libremdb into nipos-main
2023-10-30 01:37:55 +05:30
19f1700a55
feat(api): add api endpoints for dynamic routes
...
Squashed commit of the following:
commit 9fdd731136
Author: zyachel <aricla@protonmail.com >
Date: Mon Oct 30 01:25:32 2023 +0530
feat(api): add a catch-all route
commit 4dffbbc0ec
Author: zyachel <aricla@protonmail.com >
Date: Mon Oct 30 01:24:10 2023 +0530
fix(api): refactor all endpoints a bit
disallow methods other that GET
properly type return types
add type guards where needed
make all endpoints
return same response format for consistency
commit 264442448f
Author: Niklas Poslovski <niklas.poslovski@nikisoft.one >
Date: Sun Oct 29 19:00:44 2023 +0100
Add API endpoints for all routes that contain IMDB data
2023-10-30 01:34:28 +05:30
9fdd731136
feat(api): add a catch-all route
2023-10-30 01:25:32 +05:30
4dffbbc0ec
fix(api): refactor all endpoints a bit
...
disallow methods other that GET
properly type return types
add type guards where needed
make all endpoints
return same response format for consistency
2023-10-30 01:24:32 +05:30
264442448f
Add API endpoints for all routes that contain IMDB data
2023-10-29 19:00:44 +01:00
2b00d5406a
chore(release): 3.2.0
2023-10-29 00:50:34 +05:30
97f1432ac5
feat(list): add list route
...
adds ability to see titles, names, and images lists
closes https://github.com/zyachel/libremdb/issues/6
2023-10-29 00:49:55 +05:30
60fb23fc5b
refactor(name): remove console statement
2023-10-29 00:49:55 +05:30
12eaa741ab
refactor: general refactor
...
make barrel files .ts instead of .tsx
move layouts to components directory
2023-10-29 00:49:51 +05:30
40eb8a372b
chore(release): 3.1.1
2023-10-14 15:32:18 +05:30
e91c313f12
fix(name): fix route crash for some ids
...
sometimes we don't get genres, causing the crash.
fix https://codeberg.org/zyachel/libremdb/issues/20
2023-10-14 15:22:59 +05:30
5fa5e9e2c2
docs(readme): update instances list
...
add a new instance from @ButteredCats
closes https://github.com/zyachel/libremdb/issues/58
2023-10-03 00:28:53 +05:30
27322a4c8c
docs(readme): update instances list
...
remove instance from fascinated.cc as cert is broken
add a new instance by openxng.com
closes https://github.com/zyachel/libremdb/issues/54
closes https://github.com/zyachel/libremdb/issues/56
2023-09-02 21:51:15 +05:30
21a1c83d95
fix(title): fix a crash in title route
2023-07-09 19:14:59 +05:30
b07cb713d8
docs(instances): update instances list
...
add a new instance by @toyboatcash, and remove esmail's instance
closes https://github.com/zyachel/libremdb/issues/53 , closes
https://github.com/zyachel/libremdb/issues/47
2023-07-09 19:11:26 +05:30
5628d6b75d
Add libremdb.tux.pizza instance
2023-06-25 19:26:35 +00:00
38ed0c6217
fix(name): fix name route crash
...
this commit fixes a crash in name route caused by upstream
closes https://github.com/zyachel/libremdb/issues/51
2023-06-18 14:31:40 +05:30
c610ef4d1b
fix(media proxy): fix 304 response code with body error
...
was accidently sending a 304 with body. introduced in c53c88d
2023-06-03 22:20:56 +05:30
736d680243
fix(card): fix long attributes in cards under 'Known For' section
...
makes the attributes scrollable instead
2023-06-03 22:18:36 +05:30
0aea2f47da
fix(error): fix incorrect 'view on IMDb' link on error page
...
the error was due to a faulty logic. 'useRouter' was being used to detect pathname, which doesn't
keep original url on 404 page.
this commit fixes that.
this commit also makes it easy to go to
IMDb by adding a clear link on error page.
closes https://github.com/zyachel/libremdb/issues/50
2023-06-03 22:12:54 +05:30
23eeae3558
Add WhateverItWorks instance
2023-05-26 00:33:25 +05:00
bb6405cb05
chore(release): 3.1.0
2023-05-21 18:30:11 +05:30
c53c88db9b
feat(cache): implement caching of routes
2023-05-21 18:15:03 +05:30