1
0
Fork 1
mirror of https://example.com synced 2024-11-22 06:16:38 +09:00
Commit graph

428 commits

Author SHA1 Message Date
b63c5952d7
feat: use syntax highlight assets on server
Co-authored-by: naskya <m@naskya.net>
2024-01-25 09:43:19 +09:00
4f061a2849
chore (minor): remove unused parameter 2024-01-25 05:48:39 +09:00
290d9fcbc0
chore: add utility for unsafe type casting 2024-01-25 05:48:39 +09:00
c44121c575
docs: update changes.md 2024-01-25 05:48:39 +09:00
79af7b0eae
refactor: move misc/fetch-meta.ts to backend-rs 2024-01-25 05:48:38 +09:00
c777931168
chore: don't use CDN if useEmojiCdn is disabled 2024-01-25 05:48:38 +09:00
a4f958d8c4
feat: auto load MkCode syntax highlight 2024-01-25 04:22:03 +09:00
d8d936250e
chore: upgrade dependencies
holding @swc/cli and megalodon
2024-01-25 03:50:41 +09:00
50b822d103
chore: remove untracked remnants of native-utils on upgrade 2024-01-25 02:34:06 +09:00
1fca25a8b2
refactor: rename meta columns 2024-01-23 04:21:17 +09:00
e98b8fc2eb
chore: stop formatting neko/index.js 2024-01-23 02:35:30 +09:00
e70a056f67
chore: upgrade pnpm 2024-01-23 02:21:19 +09:00
c035c368c7
refactor: stop importing stuff from firefish-js/built 2024-01-23 02:19:35 +09:00
f1e1f9e5b0
refactor: stop importing stuff from backend-rs/built 2024-01-23 02:16:52 +09:00
631a1d1d8e
dev: build backend-rs and firefish-js at first
these modules are imported by other modules
2024-01-23 01:37:50 +09:00
01e8ae37f8
refactor: rename backend/native-utils to backend-rs 2024-01-23 01:29:15 +09:00
20bfd954a3
container: dockerignore more files 2024-01-22 20:49:19 +09:00
d0eab90c9b
dev: use recursive wildcard in Makefile 2024-01-22 20:33:01 +09:00
866234854e
chore: update node version requirement 2024-01-22 09:28:56 +09:00
38e9e21d60
refactor: remove native-utils/migration 2024-01-22 08:54:24 +09:00
cbf8fd9f20
migration: delete original migrations from the 'migrations' table when reverting
Co-authored-by: naskya <m@naskya.net>
2024-01-22 07:23:29 +09:00
9cfe11e7a0
migration: wrap the revert SQL queries in BEGIN; and COMMIT;
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-22 07:22:29 +09:00
52fea1ddcf
dev: add test for neko/revert.sql in Makefile 2024-01-22 04:14:31 +09:00
25a1bbea7b
dev: fix Makefile to run clippy if rust sources are updated 2024-01-22 04:00:35 +09:00
7ae491b0ee
docs: take into account that podman-compose exec prints the exit code at the end 2024-01-22 03:52:52 +09:00
100918e0b3
chore: remove chokidar from dependencies
overlooked in 261b8e6218
2024-01-22 02:37:36 +09:00
18312574ea
chore: upgrade dependencies 2024-01-22 02:19:22 +09:00
5dc3e5f347
chore: remove nsfwjs from dependencies
overlooked in 261b8e6218
2024-01-22 02:15:31 +09:00
b5a34b5bcb
dev: format the code in pre-commit 2024-01-22 02:11:22 +09:00
1beb3df99f
dev: set pre-commit as the default make recipe, make debug -> make run 2024-01-22 02:04:54 +09:00
79be37ea47
dev: run make recipes only when needed 2024-01-22 01:50:35 +09:00
7d5e062a21
dev: update neko/index.js only when rusty stuff are updated 2024-01-22 01:34:26 +09:00
e1b2b2a10d
dev: update lockfiles in make pre-commit 2024-01-22 01:29:49 +09:00
971da24c49
chore: update Cargo.lock 2024-01-22 01:19:36 +09:00
d1adaa5023
dev: execute clippy at the end of pre-commit so you don't miss the output 2024-01-22 01:02:40 +09:00
261b8e6218
refactor: remove NSFW media detection 2024-01-22 00:40:07 +09:00
65609b27c2
fix (native-utils): add js_name to the entities 2024-01-21 02:13:13 +09:00
78d48ed021
meta: add 20240120_update_will_take_a_long_time 2024-01-20 19:29:30 +09:00
afbddc7d37
dev (minor): format Makefile 2024-01-20 08:33:18 +09:00
0ac115874c
refactor: bring all internal functions into misc/native-utils.ts
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-20 08:27:08 +09:00
93b7396990
refactor: make database models accesible to napi
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-20 05:57:00 +09:00
3bc2b7bcfb
refactor (backend): drop timezone info from database
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-20 04:26:13 +09:00
ea020e9f7c
refactor (client): organize CSS properties & improve RTL layout support
Co-authored-by: sup39 <dev@sup39.dev>
2024-01-20 03:04:08 +09:00
1893bfed44
dev: fix postgres port number in Makefile
overlooked in 881fd5f5d8
2024-01-19 19:52:45 +09:00
b28591abff
fix: shutdown gracefully 2024-01-19 19:31:06 +09:00
7ffb8e2853
style: rearrange buttons in page editor 2024-01-19 19:30:51 +09:00
881fd5f5d8
dev: change port number in dev db/redis containers to avoid conflicts with exising instances 2024-01-19 00:28:34 +09:00
85dfc11ad8
dev: run migration before regenerating entities 2024-01-19 00:27:50 +09:00
90c86ef13c
docs: fix migration docs to reflect the change in docker-compose.yml 2024-01-18 23:41:56 +09:00
79fa164f3b
dev: create neko/install.sql for db init/migration 2024-01-18 23:41:55 +09:00