|
f1b768a8df
|
dev (minor): refactor patch.sh
|
2024-01-26 11:20:10 +09:00 |
|
|
8d20ccac0a
|
refactor: move misc/count-same-renotes.ts to backend-rs
|
2024-01-26 11:03:00 +09:00 |
|
|
8c0a8c86ad
|
feat: use syntax highlight assets on server
Co-authored-by: naskya <m@naskya.net>
|
2024-01-25 09:43:19 +09:00 |
|
|
ae8209a848
|
chore (minor): remove unused parameter
|
2024-01-25 05:48:39 +09:00 |
|
|
609ec18058
|
chore: add utility for unsafe type casting
|
2024-01-25 05:48:39 +09:00 |
|
|
d0df2234c7
|
docs: update changes.md
|
2024-01-25 05:48:39 +09:00 |
|
|
85e15396e8
|
refactor: move misc/fetch-meta.ts to backend-rs
|
2024-01-25 05:48:38 +09:00 |
|
|
e06a251431
|
chore: don't use CDN if useEmojiCdn is disabled
|
2024-01-25 05:48:38 +09:00 |
|
|
cb9ea0708a
|
feat: auto load MkCode syntax highlight
|
2024-01-25 04:22:03 +09:00 |
|
|
030e31f3c5
|
chore: upgrade dependencies
holding @swc/cli and megalodon
|
2024-01-25 03:50:41 +09:00 |
|
|
9f4d6a6ed0
|
chore: remove untracked remnants of native-utils on upgrade
|
2024-01-25 02:34:06 +09:00 |
|
|
dbb017f3dc
|
refactor: rename meta columns
|
2024-01-23 04:21:17 +09:00 |
|
|
c455d6220b
|
chore: stop formatting neko/index.js
|
2024-01-23 02:35:30 +09:00 |
|
|
2d97eb1163
|
chore: upgrade pnpm
|
2024-01-23 02:21:19 +09:00 |
|
|
17a197074e
|
refactor: stop importing stuff from firefish-js/built
|
2024-01-23 02:19:35 +09:00 |
|
|
c684dc0319
|
refactor: stop importing stuff from backend-rs/built
|
2024-01-23 02:16:52 +09:00 |
|
|
93a3ff946c
|
dev: build backend-rs and firefish-js at first
these modules are imported by other modules
|
2024-01-23 01:37:50 +09:00 |
|
|
96a1b55eb2
|
refactor: rename backend/native-utils to backend-rs
|
2024-01-23 01:29:15 +09:00 |
|
|
4d433b300d
|
container: dockerignore more files
|
2024-01-22 20:49:19 +09:00 |
|
|
da0eba5e8d
|
dev: use recursive wildcard in Makefile
|
2024-01-22 20:33:01 +09:00 |
|
|
58f21b4a5a
|
chore: update node version requirement
|
2024-01-22 09:28:56 +09:00 |
|
|
635200bf93
|
refactor: remove native-utils/migration
|
2024-01-22 08:54:24 +09:00 |
|
|
6476b61abc
|
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 |
|
|
3ce71a58a0
|
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 |
|
|
034bcf1c68
|
dev: add test for neko/revert.sql in Makefile
|
2024-01-22 04:14:31 +09:00 |
|
|
2f2513d07b
|
dev: fix Makefile to run clippy if rust sources are updated
|
2024-01-22 04:00:35 +09:00 |
|
|
e8de6034af
|
docs: take into account that podman-compose exec prints the exit code at the end
|
2024-01-22 03:52:52 +09:00 |
|
|
910f9c9829
|
chore: remove chokidar from dependencies
overlooked in 261b8e6218
|
2024-01-22 02:37:36 +09:00 |
|
|
9ceb4756fc
|
chore: upgrade dependencies
|
2024-01-22 02:19:22 +09:00 |
|
|
fd6602d18b
|
chore: remove nsfwjs from dependencies
overlooked in 261b8e6218
|
2024-01-22 02:15:31 +09:00 |
|
|
e2b0a81f54
|
dev: format the code in pre-commit
|
2024-01-22 02:11:22 +09:00 |
|
|
c3891b05b6
|
dev: set pre-commit as the default make recipe, make debug -> make run
|
2024-01-22 02:04:54 +09:00 |
|
|
3410722e41
|
dev: run make recipes only when needed
|
2024-01-22 01:50:35 +09:00 |
|
|
f8a17878bb
|
dev: update neko/index.js only when rusty stuff are updated
|
2024-01-22 01:34:26 +09:00 |
|
|
e3fa8506eb
|
dev: update lockfiles in make pre-commit
|
2024-01-22 01:29:49 +09:00 |
|
|
a9231b851a
|
chore: update Cargo.lock
|
2024-01-22 01:19:36 +09:00 |
|
|
f7d320e2f4
|
dev: execute clippy at the end of pre-commit so you don't miss the output
|
2024-01-22 01:02:40 +09:00 |
|
|
b2e6b460b3
|
refactor: remove NSFW media detection
|
2024-01-22 00:40:07 +09:00 |
|
|
75f4905f71
|
fix (native-utils): add js_name to the entities
|
2024-01-21 02:13:13 +09:00 |
|
|
ffd7337b08
|
meta: add 20240120_update_will_take_a_long_time
|
2024-01-20 19:29:30 +09:00 |
|
|
c2ee14f852
|
dev (minor): format Makefile
|
2024-01-20 08:33:18 +09:00 |
|
|
e7f1e97948
|
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 |
|
|
45daf59880
|
refactor: make database models accesible to napi
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-01-20 05:57:00 +09:00 |
|
|
0bb23cb8db
|
refactor (backend): drop timezone info from database
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-01-20 04:26:13 +09:00 |
|
|
cafbf6c414
|
refactor (client): organize CSS properties & improve RTL layout support
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-01-20 03:04:08 +09:00 |
|
|
6764720875
|
dev: fix postgres port number in Makefile
overlooked in 881fd5f5d8
|
2024-01-19 19:52:45 +09:00 |
|
|
826c81fd5b
|
fix: shutdown gracefully
|
2024-01-19 19:31:06 +09:00 |
|
|
c7656a2781
|
style: rearrange buttons in page editor
|
2024-01-19 19:30:51 +09:00 |
|
|
ec7b1a9dae
|
dev: change port number in dev db/redis containers to avoid conflicts with exising instances
|
2024-01-19 00:28:34 +09:00 |
|
|
f77fad99c4
|
dev: run migration before regenerating entities
|
2024-01-19 00:27:50 +09:00 |
|