Commit graph

5331 commits

Author SHA1 Message Date
naskya
adee17b85a
chore: organize backend imports
* remove unused/duplicate imports
* replace paths like "../../../define.js" to be more readable
* add missing @types packages
2023-10-30 18:06:08 +09:00
ThatOneCalculator
b8a85257a0
refactor: 🔥 remove unused reference to MisskeyClient 2023-10-29 14:02:14 -07:00
ThatOneCalculator
1c9389ca21
fix: ♻️ set en-US as default lang for type 2023-10-29 14:02:04 -07:00
ThatOneCalculator
981165ae8b
feat: Support for _misskey_summary
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
ref: https://github.com/misskey-dev/misskey/pull/12184
2023-10-29 13:37:28 -07:00
naskya
3b3320d532
chore: lint 2023-10-29 19:49:47 +09:00
naskya
cb53dab8bd fix: check isIndexable in built-in post search 2023-10-29 10:03:07 +00:00
Kainoa Kanter
abceee2823 Merge branch 'develop' into 'develop'
Fix use of wrong library for CBOR authentication object

Co-authored-by: PrivateGER <privateger@privateger.me>

See merge request firefish/firefish!10629
2023-10-27 17:57:23 +00:00
naskya
9f1a7d90c6 remove integrations from nodeinfo 2023-10-27 15:56:57 +00:00
naskya
27d7e456cd fix: targetLang is xx-yy or xx_yy 2023-10-26 03:03:38 +00:00
Johann150
a04f488da0
feat: client: add page 'posts with file attached'
Based on FoundKey commit 3747d7ecb1.
Closes #10695
2023-10-25 12:21:29 +02:00
naskya
993340bae6
fix: overlooked fix in cdf839bc 2023-10-23 18:32:49 +09:00
Minneyar
1bf6cdce61 fix: Extract $i from account.ts into reactiveAccount.ts to fix circular dependency
Co-authored-by: minneyar <speed@sakabatou.net>
2023-10-22 21:29:46 +00:00
PrivateGER
64b83ddb9f
Fix use of wrong library for CBOR authentication object 2023-10-22 21:23:52 +02:00
naskya
08cb14a04d
chore: run lint 2023-10-22 17:44:32 +09:00
naskya
e81ed199ae
Revert "chore: upgrade biome + lint & format"
This reverts commit a1cd9f73a1.
2023-10-22 17:33:40 +09:00
naskya
ca2bf89082
fix: localOnly icon isn't showing 2023-10-22 06:52:46 +09:00
Essem
dbbc2e2675 fix: 🐛 Expose animation setting in MkFolder 2023-10-20 19:48:56 +00:00
naskya
b4c0c4e5c6 fix: 0 is falsy 2023-10-20 07:20:16 +00:00
ThatOneCalculator
0bc6d7e753
chore: 📦 add homepage for firefish-js npm 2023-10-19 17:18:02 -07:00
ThatOneCalculator
a1cd9f73a1
chore: upgrade biome + lint & format 2023-10-19 17:10:30 -07:00
ThatOneCalculator
aa7f58d5a1
chore: 🔥 remove firefish-js changelog
outdated, all changes in master changelog
2023-10-19 17:03:12 -07:00
ThatOneCalculator
53949b668a
docs: 📝 Misskey -> Firefish in documentation/comments/WebAuthn name 2023-10-19 17:01:02 -07:00
ThatOneCalculator
cc27ba1dbe
docs: 📝 format badge as markdown 2023-10-19 16:53:50 -07:00
ThatOneCalculator
58fa6d3306
docs: 📝 remove bundle size badge from firefish-js
Won't stay in sync with published ver
2023-10-19 16:53:07 -07:00
ThatOneCalculator
eb936cc129
refactor: remove semver from firefish-js 2023-10-19 16:51:54 -07:00
ThatOneCalculator
bf0819860a
docs: 📝 badges for firefish-js readme 2023-10-19 16:49:10 -07:00
ThatOneCalculator
558fc3b2b9
fix: 🏷️ firefish-js types 2023-10-19 16:43:30 -07:00
ThatOneCalculator
027b4db37b
refactor: ♻️ firefish-js build 2023-10-19 16:18:21 -07:00
ThatOneCalculator
291cd65417
fix: 🐛 icon in titleContainer 2023-10-19 11:25:11 -07:00
ThatOneCalculator
7e0fa532f7
Merge branch 'develop' into feat/scylladb 2023-10-19 10:57:05 -07:00
ThatOneCalculator
e0aebd8f32
fix: 🐛 MkDialog/MkWaitingDialog icons 2023-10-19 10:55:48 -07:00
naskya
a954a06fad
fix: define icon 2023-10-19 14:47:30 +09:00
naskya
c21a24ee92
fix: null error in renote button 2023-10-19 14:46:20 +09:00
naskya
fd3d788aad
fix: properly bypass word mute check if signed out 2023-10-19 14:41:16 +09:00
naskya
0b8b4ea48d fix components/form/suspense.vue 2023-10-18 23:46:07 +00:00
naskya
0a44d06522
fix textarea 2023-10-19 07:35:36 +09:00
naskya
3e3cbb60c6
fix?: icon and defaultStore imports 2023-10-19 07:28:20 +09:00
naskya
d1bb6e02e9
hotfix: don't use upstream megalodon for now 2023-10-19 04:59:38 +09:00
naskya
b7125966d0
workaround for yet another import issue 2023-10-18 03:10:57 +09:00
naskya
7b72e823fb
fix (workaround): imports in MkFolder is also broken 2023-10-17 13:05:53 +09:00
Namekuji
1a23440186
Merge branch 'develop' into feat/scylladb 2023-10-16 22:51:26 -04:00
Kainoa Kanter
77b2050041 Merge branch 'feat/selectable-icon-weight' into 'develop'
feat:  allow users to choose icon set

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10613
2023-10-17 01:57:20 +00:00
Kainoa Kanter
78d8767124 feat: allow users to choose icon set
Co-authored-by: naskya <m@naskya.net>
2023-10-17 01:57:20 +00:00
ThatOneCalculator
d09a77cd2a
chore: format 2023-10-16 18:56:15 -07:00
ThatOneCalculator
996df9588a
chore: format 2023-10-16 18:33:23 -07:00
ThatOneCalculator
57df63c308
Merge branch 'develop' into feat/scylladb 2023-10-16 18:33:16 -07:00
Erin Shepherd
c4ec2d0942 fix: Refetch user keys when HTTP Signature validation fails
Co-authored-by: Erin Shepherd <erin.shepherd@e43.eu>
2023-10-17 01:27:26 +00:00
ThatOneCalculator
9955430ff9
Merge branch 'develop' into feat/scylladb 2023-10-16 18:25:02 -07:00
naskya
bdf3311402
fix: cache muted words 2023-10-17 07:55:07 +09:00
naskya
ae637ec85b
fix: consider hard mutes in antennas 2023-10-17 07:34:19 +09:00
naskya
93769b79b1
chore: minor refactor of check-word-mute 2023-10-17 07:28:58 +09:00
naskya
3b9f161251
chore: minor refactor of check-hit-antenna 2023-10-17 07:14:01 +09:00
naskya
ddbe213f59
feat: show all reacted users initially in reactions tab 2023-10-17 06:32:36 +09:00
naskya
2efb22de40
fix typo 2023-10-17 04:56:29 +09:00
Kainoa Kanter
6c1f2ca45f Merge branch 'refactor/remove-sso' into 'develop'
Remove integrations

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10612
2023-10-16 17:05:33 +00:00
naskya
cdf839bcc8 Remove integrations 2023-10-16 17:05:32 +00:00
Kainoa Kanter
9339b9423b Merge branch 'feat/singular' into 'develop'
fix: properly use singular/plural in MkNoteDetailed tabs

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10621
2023-10-16 17:04:51 +00:00
naskya
e5911088cd fix: properly use singular/plural in MkNoteDetailed tabs 2023-10-16 17:04:51 +00:00
Kainoa Kanter
19d024521f Merge branch 'fix/wacky-colon' into 'develop'
fix: don't show trailing colon in notification toasts

Co-authored-by: mia <mia@mia.jetzt>

See merge request firefish/firefish!10622
2023-10-16 17:03:17 +00:00
naskya
12611de598
chore: make tlHintClosed account setting 2023-10-16 02:04:44 +09:00
mia
f24de640c0 fix: don't show trailing colon in notification toasts 2023-10-14 18:56:43 -07:00
naskya
e2cfb8536b
fix lint commands 2023-10-15 07:14:03 +09:00
ThatOneCalculator
8b2263b0f9
fix: 🐛 list "My Posts" properly in gallery
ref: !10618
2023-10-10 12:22:46 -07:00
Kainoa Kanter
051107cf62 Merge branch 'fix/my-pages' into 'develop'
fix: [page] list "My Pages" properly

Co-authored-by: sup39 <dev@sup39.dev>

Closes #9430

See merge request firefish/firefish!10618
2023-10-10 19:20:42 +00:00
Sal Rahman
c61ad010d7 Fixed bug where post count was string; not number 2023-10-10 19:12:21 +00:00
Kainoa Kanter
696d3c6255 Merge branch 'fix/page-section-block' into 'develop'
fix: [page] adding child blocks to section block

Co-authored-by: sup39 <dev@sup39.dev>

Closes #9530

See merge request firefish/firefish!10617
2023-10-10 01:04:11 +00:00
ThatOneCalculator
5033d4e682
build: 🐛 sw firefish-js imports 2023-10-08 18:40:48 -07:00
sup39
1b50274a93
fix: [page] list "My Pages" properly 2023-10-07 23:04:09 +09:00
sup39
8aea2c5d8d
fix: [page] adding child blocks to section block 2023-10-07 14:20:06 +09:00
naskya
92758a29f1
partially fix Mastodon API 2023-10-05 00:56:56 +09:00
Kainoa Kanter
92c45ff02f Merge branch 'refactor/upstream-megalodon' into 'develop'
refactor: ♻️ use upstream megalodon


See merge request firefish/firefish!10605
2023-10-03 07:54:13 +00:00
Kainoa Kanter
a9167c0265 refactor: ♻️ use upstream megalodon 2023-10-03 07:54:13 +00:00
Kainoa Kanter
3af141c371 build: build service worker with Vite instead of Webpack 2023-10-03 07:53:53 +00:00
ThatOneCalculator
7f9283127b
Merge branch 'develop' into feat/scylladb 2023-10-02 23:29:17 -07:00
ThatOneCalculator
01f2f3e810
chore: ⬆️ up deps 2023-10-02 22:39:04 -07:00
ThatOneCalculator
af730e75b6
fix: 🐛 strange heart reaction behavior 2023-10-02 22:31:04 -07:00
naskya
b121e4bc9d
fix format/lint command 2023-10-03 01:32:36 +09:00
naskya
19e5d28cf7
fix: properly implement "With credential" in the API console 2023-10-02 16:43:48 +09:00
naskya
d8d0ad0c00
fix null error 2023-10-02 05:38:45 +09:00
naskya
3c931989c5
fix: featured note is currently disabled 2023-10-02 00:29:57 +09:00
naskya
bdbecce61a
chore: move showFeaturedNotesInTimeline setting to appropriate section 2023-10-02 00:21:30 +09:00
naskya
58bd0e904f
chore: preserve newline in MkInfo 2023-10-02 00:16:01 +09:00
naskya
c3ffb4c52d
chore: add a description of an API parameter 2023-09-30 19:02:28 +09:00
naskya
789d05bed3
fix: this "else" is unneeded 2023-09-30 18:50:45 +09:00
Namekuji
7442ef873a
Revert "perf: construct scyllaNote instead of querying"
This reverts commit eac2ff4a47.
2023-09-29 00:28:33 -04:00
Namekuji
36455aa7dd
Revert "fix: insert empty reactions"
This reverts commit 51e6aae622.
2023-09-29 00:28:32 -04:00
Namekuji
f026b08aad
Revert "fix: add mentions explicitly"
This reverts commit 7dd1d0ec4e.
2023-09-29 00:28:27 -04:00
Namekuji
2a5598fa7f
fix: no logging for postgres 2023-09-28 20:17:45 -04:00
Namekuji
13ede22564
make ids empty 2023-09-28 19:58:33 -04:00
Namekuji
45952ed97d
add user id to log 2023-09-28 19:57:03 -04:00
Namekuji
3cf6c3731c
fix: mitigate pinned note error 2023-09-28 19:56:03 -04:00
Namekuji
7dd1d0ec4e
fix: add mentions explicitly 2023-09-28 19:32:51 -04:00
Namekuji
51e6aae622
fix: insert empty reactions 2023-09-28 19:15:40 -04:00
Namekuji
eac2ff4a47
perf: construct scyllaNote instead of querying 2023-09-28 11:59:54 -04:00
ThatOneCalculator
05097ac608 fix: 🐛 Have showSuspendedDialog properly defined in account.ts 2023-09-28 08:44:01 -07:00
Kainoa Kanter
26bc90e44b fix: 🐛 passed props to VueDraggable 2023-09-28 08:37:05 -07:00
Kainoa Kanter
8db91f277f refactor: 💄 Make disabled buttons slightly more visible 2023-09-28 08:36:37 -07:00
Kainoa Kanter
d96a06de93 refactor: 💄 Make disabled buttons slightly more visible 2023-09-28 08:14:52 -07:00
Kainoa Kanter
b59cda842c Merge branch 'develop' into feat/scylladb 2023-09-28 08:01:01 -07:00
Namekuji
668a8a1429
fix: skip if pinnedNotes are empty 2023-09-28 03:52:43 -04:00