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
8599ae2c5a
fix(form): fix hydration error
...
was due to nested anchor tags
2023-05-21 18:13:44 +05:30
8d9b6630a5
fix(name): fix a couple of crashes in name and title route
2023-05-21 18:12:23 +05:30
be80244eb3
docs(instances): remove dead instances
...
this commit removes instances that are either unreachable, or haven't been updated in a long time.
closes https://github.com/zyachel/libremdb/issues/46
2023-05-21 14:40:54 +05:30
a0f3ba095a
docs(instances): update instances list
...
add a new instance by @RealFascinated
closes https://github.com/zyachel/libremdb/issues/44
2023-05-07 08:42:25 +05:30
11aea1d489
docs(instances): update instances list
...
add a new instance by nerdyfam.tech
resolves https://github.com/zyachel/libremdb/issues/42#issuecomment-1524052255
2023-04-29 11:30:21 +05:30
3ef41d9a6d
docs(instances): update instances list
...
add a new instance by @xbdmHQ
close https://github.com/zyachel/libremdb/issues/43
2023-04-26 22:18:59 +05:30
7dea9eac14
build(dependencies): update dependencies and use pnpm v8
...
this commit also fixes an accidental lockfile mismatch
close https://github.com/zyachel/libremdb/issues/42
2023-04-26 22:12:22 +05:30
86737c51ee
chore(release): 3.0.0
2023-04-15 21:48:38 +05:30