naskya
|
2220d5c56e
|
refactor (backend): add note_file table to store (noteId, fileId) pairs
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-03-17 22:40:35 +09:00 |
|
naskya
|
0f880b55e3
|
chore (backend): add FIXME to a questionable database column
|
2024-03-17 22:40:35 +09:00 |
|
naskya
|
80e3e0e91d
|
refactor (client): compare Firefish versions lexicographically
|
2024-03-17 03:00:37 +09:00 |
|
naskya
|
75f277f461
|
fix (backend): return null (instead of 0) if following/followers count is unavailable
|
2024-03-17 02:03:27 +09:00 |
|
naskya
|
517022f9b2
|
fix (backend): hide remote user's reactions and network (following/followers) in case it's set to hidden on their end
|
2024-03-17 01:51:24 +09:00 |
|
naskya
|
27be8e06cb
|
fix (backend): conditions for checking local uri's being inaccurate
ref: https://github.com/misskey-dev/misskey/issues/13540
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: atsu1125 <atsuchan@atsuchan.page>
|
2024-03-17 01:51:24 +09:00 |
|
naskya
|
5e179b7721
|
chore: lint
|
2024-03-17 00:49:12 +09:00 |
|
naskya
|
1d0223e653
|
chore: format
|
2024-03-17 00:34:57 +09:00 |
|
naskya
|
d65c00f219
|
chore: I don't care # of stars
|
2024-03-17 00:32:59 +09:00 |
|
naskya
|
a6e759aeba
|
chore: update dependencies
|
2024-03-16 01:21:20 +09:00 |
|
naskya
|
ef15e9d0a3
|
chore: format
|
2024-03-13 13:12:23 +09:00 |
|
naskya
|
cd0aef1166
|
fix (backend): incorrect database index
ref: d30239b5e7
|
2024-03-13 13:12:23 +09:00 |
|
laozhoubuluo
|
3c75a93a49
|
fix(client): some key not using translate
Co-authored-by: naskya <m@naskya.net>
|
2024-03-11 09:31:14 +00:00 |
|
Eana Hufwe
|
d6e0389810
|
fix: Vue i18n template rendering extra {
Co-authored-by: Eana Hufwe <eana@1a23.com>
|
2024-03-08 15:05:33 +00:00 |
|
naskya
|
ced76bf978
|
chore (client): remove global $t, $ts
|
2024-03-07 11:24:48 +09:00 |
|
naskya
|
47bc534b1f
|
chore (client, locale): log in/out -> sign in/out
|
2024-03-07 11:13:21 +09:00 |
|
naskya
|
5fb3253069
|
refactor (client): $i -> me
|
2024-03-07 11:06:45 +09:00 |
|
naskya
|
ce406f9861
|
refactor (client): $instance -> instance
|
2024-03-07 10:52:32 +09:00 |
|
naskya
|
031e272052
|
chore (client): add kmyblue to commonNames
|
2024-03-07 09:59:30 +09:00 |
|
naskya
|
67dad81e99
|
chore: bump Node requirement from v18.16.0 to v18.17.0
to be compatible with Node-API version 9: https://nodejs.org/api/n-api.html#node-api-version-matrix
|
2024-03-07 04:07:33 +09:00 |
|
Linca
|
43f1034d03
|
feat: add unencrypted messaging warning in chat
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
|
2024-03-06 18:27:34 +00:00 |
|
naskya
|
68fa43d97c
|
feat (client): add a toggleable setting to show no alt warning
|
2024-03-06 14:34:29 +09:00 |
|
naskya
|
40293a73c0
|
locale: separate nouns and verbs (close #10862)
|
2024-03-06 12:51:30 +09:00 |
|
naskya
|
9b6a061022
|
chore: update dependencies
|
2024-03-06 09:55:32 +09:00 |
|
naskya
|
ddc8f62a16
|
meta: remove *.joinfirefish.org URLs
|
2024-03-06 09:02:09 +09:00 |
|
naskya
|
5b77777439
|
style: hide scrollbars in simple text windows
|
2024-03-06 08:10:38 +09:00 |
|
naskya
|
7609d78269
|
style: minor change in search box margin
|
2024-03-06 07:54:40 +09:00 |
|
naskya
|
fb923fa4d8
|
style: fix FormSwitch text-align
|
2024-03-06 07:49:22 +09:00 |
|
atsu1125
|
aaa0b7edde
|
fix (backend): movedToUri should be either User or null
Co-authored-by: naskya <m@naskya.net>
|
2024-03-06 07:25:22 +09:00 |
|
老周部落
|
0d7f923738
|
fix: "explore" not using translate at entrance page
|
2024-03-05 21:39:41 +08:00 |
|
naskya
|
6eb04d9d82
|
chore: format
|
2024-03-05 09:26:53 +09:00 |
|
nexryai
|
8b3574d84c
|
fix (backend): stop sending stack traces on API errors
Co-authored-by: naskya <m@naskya.net>
|
2024-03-05 09:26:53 +09:00 |
|
naskya
|
0f1323b79d
|
chore (backend): add script to create new database migrations
|
2024-03-03 13:38:47 +09:00 |
|
naskya
|
bf99167406
|
refactor (backend): move migrations inside backend/src
|
2024-03-03 13:21:11 +09:00 |
|
naskya
|
330b02d87d
|
Merge branch 'feature/langTagsUi' into 'develop'
feat: apply language annotation to note contents
Co-authored-by: Eana Hufwe <eana@1a23.com>
Closes #10854
See merge request firefish/firefish!10687
|
2024-03-02 11:03:01 +00:00 |
|
Eana Hufwe
|
175b5250f7
|
feat: apply language annotation to note contents
Co-authored-by: Eana Hufwe <eana@1a23.com>
|
2024-03-02 11:03:01 +00:00 |
|
Eana Hufwe
|
4abe42f1b7
|
fix: missing import in user list status bar
Co-authored-by: Eana Hufwe <eana@1a23.com>
|
2024-03-02 10:55:02 +00:00 |
|
naskya
|
4c38d9665e
|
chore: lint
|
2024-03-02 14:24:05 +09:00 |
|
Nanaka Hiira
|
860bda8921
|
fix (client): unable to open about-firefish if reaction store is empty
|
2024-03-02 14:02:16 +09:00 |
|
naskya
|
df13c84b53
|
fix (client): missing import
|
2024-03-02 13:58:24 +09:00 |
|
naskya
|
ec8a9096da
|
chore (client): add scripts/compare-versions to compare Firefish versions
|
2024-03-02 13:48:25 +09:00 |
|
naskya
|
78bdec3af4
|
chore (backend): add prelude/unsafe-cast for unsafe type casting
|
2024-03-02 13:26:44 +09:00 |
|
naskya
|
9705ceda5d
|
chore: update dependencies
|
2024-03-02 13:18:17 +09:00 |
|
sup39
|
b6e55173e2
|
refactor (backend): rename meta columns
|
2024-03-02 13:13:03 +09:00 |
|
naskya
|
d61462b892
|
Merge branch 'fix/stats_api' into 'develop'
fix(backend): mastodon stats conflate all indexed users and statuses
Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>
Closes #10759
See merge request firefish/firefish!10684
|
2024-03-01 16:54:25 +00:00 |
|
老周部落
|
64bfb8f329
|
fix(backend): mastodon stats conflate all indexed users and statuses
|
2024-03-02 00:51:37 +08:00 |
|
naskya
|
2414cf3ec7
|
refactor (backend): separate translate function into another file, use post language info for translations, use deepl-node package
|
2024-03-02 00:28:30 +09:00 |
|
naskya
|
ec18c532ca
|
feat: ability to publish timelines on signed out page
|
2024-03-02 00:19:05 +09:00 |
|
naskya
|
9ce6a23266
|
chore: remove unused dependencies
|
2024-03-01 23:42:02 +09:00 |
|
naskya
|
412cdad209
|
feat: show unlisted posts from following users in antennas
|
2024-03-01 23:42:02 +09:00 |
|