Commit Graph

190 Commits

Author SHA1 Message Date
ec6c0a9a13 chore(release): 4.2.0 2025-06-10 09:47:33 +03:00
34bcdc3b05 fix(name,title): handle empty states in "did you know" section 2025-06-10 09:47:11 +03:00
e98ab85034 feat(title): add "interests" in basic info 2025-06-10 09:47:05 +03:00
255fbb521f fix(title): fix title route crash
was due to an upstream change.
also show ai summary, ratings distrubution, and multiple user
reviews

re https://github.com/zyachel/libremdb/issues/98
2025-06-10 09:46:57 +03:00
ac60bda3bd fix(error): add trace to browser in dev mode
also make AppError a bit easier to use
2025-06-10 09:46:37 +03:00
ngn
bde980536d fix the example docker compose file
Some checks failed
ups / ups (push) Failing after 39s
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-13 01:51:13 +03:00
ngn
e6ebf6ca78 remove the depend docker command
All checks were successful
docker / docker (push) Successful in 1m39s
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-13 01:43:26 +03:00
ngn
9a16fa65c9 attempt to fix the broken pnpm docker command
All checks were successful
docker / docker (push) Successful in 1m46s
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-13 01:35:05 +03:00
ngn
8ba89d1885 fix the pnpm-lock issue
Some checks failed
docker / docker (push) Failing after 12s
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-13 01:29:21 +03:00
ngn
10772a8d6f add the ups workflow
Some checks failed
docker / docker (push) Failing after 20s
Signed-off-by: ngn <ngn@ngn.tf>
2025-05-13 01:09:41 +03:00
ngn
22bba72cf9 add renovate config
All checks were successful
Build and publish the docker image / build (push) Successful in 1m11s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 00:41:58 +03:00
ngn
d9c37b7f8f add footer to the layout
All checks were successful
Build and publish the docker image / build (push) Successful in 1m20s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 00:31:02 +03:00
ngn
19a74ec438 fix missing border-bottom semicolon for header
All checks were successful
Build and publish the docker image / build (push) Successful in 1m19s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 00:25:03 +03:00
ngn
1132ba4a98 add PUBLIC_TITLE env and cleanup example env file
All checks were successful
Build and publish the docker image / build (push) Successful in 1m19s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:48:30 +03:00
ngn
ff8ca7db4a [skip ci] fix example docker compose
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:37:48 +03:00
ngn
e1d46adb1e fix theme selection
All checks were successful
Build and publish the docker image / build (push) Successful in 1m22s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:34:29 +03:00
ngn
721d83eff1 fix footer link loop and update theme colors
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:32:01 +03:00
ngn
2b13a79013 update footer links
Some checks failed
Build and publish the docker image / build (push) Failing after 40s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:18:56 +03:00
ngn
d1e2d1fa1f general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:13:30 +03:00
70efba181f ci(release): add ability to trigger action manually as well 2024-12-15 09:38:10 +00:00
dfc45f4e4a chore(release): 4.1.0 2024-12-15 15:04:10 +05:30
630aae3cd8 docs(instances): add a new instance
by @JodanJodan

closes: https://github.com/zyachel/libremdb/issues/93
2024-12-15 09:32:56 +00:00
250d8bb388 Merge branch 'main' of github:zyachel/libremdb 2024-12-15 09:23:57 +00:00
1030798a73 fix(reviews): revert implementation of reviews route
have to rewrite it later

re: https://github.com/zyachel/libremdb/issues/91
2024-12-15 09:23:41 +00:00
f141f45f96 Merge pull request #89 from jollySleeper/workflow
Workflow for Docker Images
2024-12-14 12:11:57 +00:00
26769fd7c0 docs(installation): docker image installation steps 2024-12-08 19:15:33 +05:30
82e530e82b Merge pull request #92 from caninetools/main
add libremdb.canine.tools
2024-12-01 20:57:42 +00:00
4eb30dc534 add libremdb.canine.tools 2024-12-01 12:16:38 -05:00
8465103877 docs(installation): update docker image 2024-11-25 03:26:00 +05:30
4caf603162 feat: github workflow for building container images 2024-11-25 03:19:57 +05:30
80c59acf0d docs(instances): update instances list
fix region for lmdb.bloat.cat

closes https://codeberg.org/zyachel/libremdb/issues/25
2024-10-02 20:03:12 +00:00
57751b2103 chore(release): 4.0.0 2024-08-24 16:17:16 +05:30
67891c7655 fix(list): remove list route
as the upstream code has changed significantly, we'll need to rewrite it

BREAKING CHANGE: will give 503 now
2024-08-24 16:07:17 +05:30
e320557add fix(error): add sanity checks before error destructuring
also preserve original stack trace(and print it) in dev mode
2024-08-24 16:06:47 +05:30
333d3b107e fix(cleaners): fix app crash
was caused due to outdated property names

re https://github.com/zyachel/libremdb/issues/83
2024-08-23 03:08:45 +05:30
e35470edbc docs(instances): add new instances
two new instances by @Troughy and @Sommerwiesel

closes https://github.com/zyachel/libremdb/issues/82
closes https://github.com/zyachel/libremdb/issues/81
2024-08-04 14:38:49 +05:30
9590c25b85 docs(instances): update instances list
change @hyperreal64's instance url

closes https://github.com/zyachel/libremdb/issues/80
2024-07-21 15:50:32 +05:30
3fc446737b Merge pull request #77 from ButteredCats/main
Add catsarch I2P
2024-06-10 14:22:11 +00:00
487bf5e712 Add catsarch I2P 2024-06-09 12:47:30 -04:00
d44926b3d9 Merge pull request #76 from SudoVanilla/patch-1
Remove SudoVanilla
2024-05-14 17:53:53 +00:00
218638c59e Update instances.json 2024-05-14 13:19:39 -04:00
0d6b14cf96 Remove SudoVanilla 2024-05-14 00:47:06 -04:00
fec2cb7296 docs(instances): update instances list
add a new instance by @hyperreal64

closes https://github.com/zyachel/libremdb/issues/75
2024-05-11 18:09:15 +05:30
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