hippofish/packages/backend/src
Johann150 65797a934a
refactor: remove note.mentionedRemoteUsers column
The column mentionedRemoteUsers on the note table in the database is
firstly in the wrong type since it contains JSON data but is typed as
text. Secondly it seems redundant, since that data can be acquired by
using the note.mentions column to fetch the respective data instead.

Co-authored-by: Francis Dinh <normandy@biribiri.dev>
2024-03-18 00:16:49 +09:00
..
@types rm src/@types/cld.d.ts 2023-09-19 17:16:56 -07:00
boot chore: I don't care # of stars 2024-03-17 00:32:59 +09:00
config refactor: use PGroonga for full-text search and remove support of other engines 2024-03-01 21:39:13 +09:00
daemons refactor: use PGroonga for full-text search and remove support of other engines 2024-03-01 21:39:13 +09:00
db refactor (backend): add note_file table to store (noteId, fileId) pairs 2024-03-17 22:40:35 +09:00
mfm Revert "chore: lint import order" 2023-12-04 23:12:10 -08:00
migration refactor: remove note.mentionedRemoteUsers column 2024-03-18 00:16:49 +09:00
misc refactor (backend): add note_file table to store (noteId, fileId) pairs 2024-03-17 22:40:35 +09:00
models refactor: remove note.mentionedRemoteUsers column 2024-03-18 00:16:49 +09:00
prelude chore (backend): add prelude/unsafe-cast for unsafe type casting 2024-03-02 13:26:44 +09:00
queue refactor: use PGroonga for full-text search and remove support of other engines 2024-03-01 21:39:13 +09:00
remote refactor: remove note.mentionedRemoteUsers column 2024-03-18 00:16:49 +09:00
server perf (backend): improved post search with CW/alt text 2024-03-17 22:40:36 +09:00
services refactor: remove note.mentionedRemoteUsers column 2024-03-18 00:16:49 +09:00
const.ts refactor: 🔥 remove unused constants 2023-12-07 10:44:23 -08:00
env.ts refactor: 🎨 rome 2023-01-12 20:40:33 -08:00
global.d.ts chore: lint 2023-11-17 05:18:19 +09:00
index.ts chore: lint 2024-03-17 00:49:12 +09:00
ormconfig.ts refactor (backend): move migrations inside backend/src 2024-03-03 13:21:11 +09:00
types.ts Feat: new internal post visibility "hidden" 2023-05-05 15:16:10 +02:00