Commit graph

  • 6039e15cd5
    style: rearrange buttons in page editor sup39 2024-01-19 04:01:55 +0900
  • 409cbe0855
    fix: shutdown gracefully sup39 2024-01-19 03:43:58 +0900
  • 881fd5f5d8
    dev: change port number in dev db/redis containers to avoid conflicts with exising instances naskya 2024-01-19 00:28:34 +0900
  • 85dfc11ad8
    dev: run migration before regenerating entities naskya 2024-01-19 00:16:13 +0900
  • 90c86ef13c
    docs: fix migration docs to reflect the change in docker-compose.yml naskya 2024-01-18 23:39:53 +0900
  • 79fa164f3b
    dev: create neko/install.sql for db init/migration sup39 2024-01-18 21:56:43 +0900
  • f504c4baab
    chore: restore pnpm-lock.yaml to the repository root naskya 2024-01-18 14:15:20 +0900
  • f445695549
    dev: create neko/install.sql for db init/migration sup39 2024-01-18 21:56:43 +0900
  • 12e74f8300
    chore: restore pnpm-lock.yaml in the repository root naskya 2024-01-18 14:15:20 +0900
  • 3091581b67
    chore: remove (seemingly) unused dependencies naskya 2024-01-18 13:44:06 +0900
  • 9a8564a78e
    chore: upgrade dependencies naskya 2024-01-18 12:45:16 +0900
  • 43708ead38
    git: make users pull main branch only naskya 2024-01-18 00:26:46 +0900
  • ce7a95796c
    dev: fix typo in clean-all command naskya 2024-01-18 00:16:41 +0900
  • 09b76b4a13
    dev: sleep 2 before CREATE EXTENSION pgroonga in dev db container to make it work naskya 2024-01-18 00:14:38 +0900
  • c4c9041222
    refactor: move env.ts to native-utils (partially) naskya 2024-01-18 00:11:42 +0900
  • e35ae0846d
    docs: republish history branch naskya 2024-01-17 21:41:54 +0900
  • f8d04eafa4
    docs: add cargo to dev requirements naskya 2024-01-17 18:09:48 +0900
  • ed6d506bc2
    docs: add commit message conventions naskya 2024-01-17 18:05:59 +0900
  • df2989bade
    chore: remove unneeded derivations naskya 2024-01-17 12:53:41 +0900
  • fb8a8614f4
    chore: add more fields to Config type (native-utils) naskya 2024-01-17 06:34:33 +0900
  • d6dd6ff897
    refactor: move misc/post.ts to native-utils sup39 2024-01-16 03:17:43 +0900
  • 0d8ee4387b
    dev: track dev directory naskya 2024-01-15 23:37:30 +0900
  • c1e0186e7b
    refactor: move misc/convert-host.ts to native-utils naskya 2024-01-15 15:42:55 +0900
  • 15dabfc878
    fix: unable to update profiles in some cases naskya 2024-01-15 02:00:18 +0900
  • 595fe24471
    dev: fix typo in Makefile naskya 2024-01-14 21:57:23 +0900
  • 825eef74aa
    refactor: move misc/{safe-for-sql, sql-like-escape}.ts to native-utils naskya 2024-01-14 21:51:30 +0900
  • fcccf2eb29
    dev: update Makefile naskya 2024-01-14 20:15:05 +0900
  • d8ffcf8c51
    docs: refactor README naskya 2024-01-14 19:48:41 +0900
  • 6bfe6066db
    refactor: move misc/convert-milliseconds.ts to native-utils naskya 2024-01-14 12:30:47 +0900
  • 4e63873fc1
    refactor: remove misc/secure-rndstr.ts naskya 2024-01-14 12:24:29 +0900
  • 26cd2a68da
    refactor: use cfg_attr to enable napi features conditionally naskya 2024-01-14 12:19:32 +0900
  • 69cf9b42e0
    chore: regenerate SeaORM entities naskya 2024-01-13 22:52:32 +0900
  • 7c93e1a91a
    refactor: move misc/acct.ts to native-utils naskya 2024-01-13 20:56:10 +0900
  • 821b85f0e0
    locale: add zh-TW translation sup39 2024-01-13 20:31:51 +0900
  • 034504b596
    locale: add zh-TW translation sup39 2024-01-13 20:31:51 +0900
  • 7c309e371d
    chore: remove 'nA' -> 'nYA' conversion in nyaification naskya 2024-01-13 15:45:19 +0900
  • 82869b4022
    chore: nyaize -> nyaify naskya 2024-01-13 15:42:23 +0900
  • 8a7fd6b593
    chore: lint naskya 2024-01-13 15:28:17 +0900
  • 61ab0e8093
    chore: format naskya 2024-01-13 14:07:29 +0900
  • 7787205358
    chore: upgrade dependencies naskya 2024-01-13 13:32:05 +0900
  • 22f5266241
    feat: automatically populate search parameters when opening search box on search results page naskya 2024-01-13 12:43:51 +0900
  • 65d3190134
    feat: allow empty search query naskya 2024-01-13 12:25:08 +0900
  • fdb7911d30
    locale (minor): update en-US.yml naskya 2024-01-11 21:18:02 +0900
  • 0d931225bb
    feat: post search filters naskya 2024-01-10 20:15:39 +0900
  • 1a0589c19c
    chore: disable reset-db API naskya 2024-01-10 14:19:03 +0900
  • 233685f3fa
    feat: per-user reply mutes naskya 2024-01-10 12:29:50 +0900
  • e02670bfb0
    dev: apply patches after git pull naskya 2024-01-10 12:25:33 +0900
  • 5f1e30af80
    dev: add shellcheck to Makefile naskya 2024-01-10 12:08:13 +0900
  • 350161974f
    dev: re-run update.sh if the script itself is modified by the update naskya 2024-01-10 10:00:07 +0900
  • 32fac3768b
    feat: enlarge profile picture by clicking it Lhcfl 2024-01-09 22:22:19 +0900
  • 8d281982ac
    dev: add ability to pass --server-is-stopped to update.sh naskya 2024-01-09 19:53:36 +0900
  • d14bc4fb13
    dev: rename --skip-all-confirmations to --install naskya 2024-01-09 19:52:01 +0900
  • 49f956243f
    dev: 'For Docker users' -> 'For Docker/Podman users' naskya 2024-01-09 11:10:35 +0900
  • d047d01b90
    dev: use 'exit 2' for invalid uses according to the common practice naskya 2024-01-09 10:58:50 +0900
  • ddbf884cb5
    dev: add ability to pass --docker, --podman, or --native to update.sh naskya 2024-01-09 10:50:34 +0900
  • 0a29467541
    dev: refactor update script naskya 2024-01-09 10:23:23 +0900
  • 18488962fc
    dev: show messages in chronological order naskya 2024-01-09 10:03:17 +0900
  • 0ac5a1e474
    fix (minor): fix condition for using default Firefish description naskya 2024-01-09 05:50:36 +0900
  • 1aec738200
    refactor (client): use ?? to check null/undefined naskya 2024-01-08 17:03:39 +0900
  • be726a45f9
    chore: upgrade dependencies naskya 2024-01-08 15:16:50 +0900
  • bd00d121cb
    fix: custom directory doesn't work in containers naskya 2024-01-08 14:58:53 +0900
  • daea4247b8
    fix: expose icon function naskya 2024-01-08 10:08:39 +0900
  • 85d5e7bd3b
    feat: accept more signature algorithms MeiMei 2024-01-07 19:53:07 +0900
  • 1ccf256b99
    docker: use mold linker for Rust compilation naskya 2024-01-07 19:03:20 +0900
  • acc70d3d80
    docker: simplify Rust installation & remove (seemingly) unused build dependencies naskya 2024-01-07 17:55:09 +0900
  • 54ce89ff9f
    docker: trim down installed packages in build stage naskya 2024-01-07 17:30:42 +0900
  • 41b25228df
    dev: append first 2 digits of commit hash to version naskya 2024-01-07 16:50:21 +0900
  • 81ab8de2fc
    fix: add back example docker env file naskya 2024-01-07 10:51:58 +0900
  • 80448cd3ac
    docker: stop exporting DEBIAN_FRONTEND=noninteractive naskya 2024-01-07 10:36:50 +0900
  • 6699f6a34f
    fix: changelog window overflows the screen if there are too many changes naskya 2024-01-07 10:22:39 +0900
  • 68285f7165
    chore: stop tracking custom directory by git naskya 2024-01-07 07:05:01 +0900
  • 468073cba8
    dev: add Makefile naskya 2024-01-07 07:02:43 +0900
  • 55514bace4
    fix: missing import naskya 2024-01-07 06:38:08 +0900
  • e3fc84b80f
    fix: typo naskya 2024-01-07 06:26:20 +0900
  • 0e60607e27
    chore: modify the example server config files naskya 2024-01-07 05:58:44 +0900
  • 7ce992956a
    docker: fully qualify image tags in Dockerfile (i.e. add docker.io in front of tags) naskya 2024-01-06 08:07:11 +0900
  • 01a1a58fa3
    fix: moderators being unable to access emoji management page naskya 2024-01-06 00:03:10 +0900
  • d12b7cb941
    dev: use sadsay for warnings and some sad reports naskya 2024-01-05 14:41:00 +0900
  • 8a46b92948
    refactor: replace confusing expressions relevant to accounts naskya 2024-01-05 14:29:41 +0900
  • 5ce9d75661
    fix: avoid including merge commits in CHANGELOG naskya 2024-01-05 13:22:50 +0900
  • 17598c2248
    dev (minor): add utility function sadsay naskya 2024-01-05 13:18:25 +0900
  • 17284bbab4
    fix (minor): typo naskya 2024-01-05 11:01:20 +0900
  • d006fe9190
    dev (minor): don't take "yes" as a negative response naskya 2024-01-05 10:37:21 +0900
  • 5307338de9
    chore: upgrade pnpm naskya 2024-01-05 10:17:43 +0900
  • 657a242b90
    feat: ability to publish timelines in signed out UI naskya 2024-01-05 10:15:01 +0900
  • d7d9e3c323
    dev: support Podman naskya 2024-01-05 08:03:42 +0900
  • 8d044c617d
    feat: support ChatMessage type (a.k.a. Pleroma chat) Lhcfl 2024-01-05 07:03:30 +0900
  • 21aa6b097b
    docker: migrate image registry to registry.code.naskya.net naskya 2024-01-04 12:23:05 +0900
  • 89d058ddc8
    fix: fixed post form does not shrink when posting Lhcfl 2024-01-04 11:13:55 +0900
  • 3a0a2d04f3
    dev: prefix message filename with timestamp naskya 2024-01-03 07:28:39 +0900
  • 27aeca9c2d
    fix: unable to translate texts into English naskya 2024-01-03 07:14:37 +0900
  • 23ab5567dd
    chore: upgrade dependencies naskya 2024-01-03 00:54:14 +0900
  • 475e2877f1
    chore: remove --dns-result-order=ipv4first naskya 2024-01-03 00:34:07 +0900
  • e81cc3bfdd
    chore: format naskya 2024-01-02 14:07:27 +0900
  • 16b4f78dfb
    feat: ability to translate changelog naskya 2024-01-02 14:07:14 +0900
  • 7f056e729f
    refactor: separate translate function into another file & use deepl-node package naskya 2024-01-02 12:31:50 +0900
  • 11541b1e63
    fix: make readFile in api/patrons async sup39 2024-01-02 07:04:25 +0900
  • a09b8e4d80
    fix: Cannot display About Firefish page if reaction store is empty Nanaka Hiira 2024-01-01 21:34:27 +0900
  • 7c887421f4
    feat: show changelog on updates naskya 2024-01-02 06:11:33 +0900
  • 03807b7815
    fix: Missing first autosize when opening long draft Lhcfl 2024-01-01 20:31:55 +0800