naskya
206d3c27f1
chore: symlinc langmap to backend
2023-12-27 05:44:50 +09:00
naskya
57d0341256
feat: specify rtl languages in langmap
2023-12-27 05:43:44 +09:00
naskya
cea65f58d7
fix: profile updates fail if language isn't specified
2023-12-27 05:41:11 +09:00
mei23
4a659e131a
fix: prohibit Apps to use admin/moderator permission
2023-12-27 03:33:48 +09:00
sup39
6609218f75
fix: page block not draggable on Firefox
2023-12-24 13:23:40 +09:00
ThatOneCalculator
9f3d0a2656
refactor: 🔥 remove unused constants
2023-12-07 10:44:23 -08:00
ThatOneCalculator
73cf3b64e5
refactor: 🔥 remove local twemoji in backend assets, replace with @discordapp/twemoji
...
They ended up publishing svg in dist
2023-12-06 11:11:42 -08:00
ThatOneCalculator
a6df31606c
fix: 💄 make fullPageHeader on MkDrive look like standard MkPageHeader
2023-12-05 19:41:45 -08:00
ThatOneCalculator
6d602fa80a
chore: 🎨 format
2023-12-05 19:32:39 -08:00
Kainoa Kanter
7db4e06093
fix: 🐛 Fix MkDrive nav header on drive.vue
2023-12-06 03:31:56 +00:00
Kainoa Kanter
afe0e8b4b3
Merge branch 'make-tsc-dev-deps' into 'develop'
...
Move typescript of megalodon from deps to dev-deps
Co-authored-by: Mizunashi Mana <contact@mizunashi.work>
See merge request firefish/firefish!10648
2023-12-05 19:19:38 +00:00
Mizunashi Mana
e3f4936f69
Move typescript of megalodon from deps to dev-deps
2023-12-05 19:19:37 +00:00
Kainoa Kanter
30a33a7445
Merge branch 'fix/nodeinfo' into 'develop'
...
fix: nodeinfo 2.0 compliance
Co-authored-by: naskya <m@naskya.net>
Closes #10798
See merge request firefish/firefish!10643
2023-12-05 18:46:39 +00:00
ThatOneCalculator
452f29bcb3
Revert "chore: 🚨 lint"
...
This reverts commit f7ce60cd9f
.
2023-12-04 23:12:33 -08:00
ThatOneCalculator
623cadf981
Revert "chore: lint import order"
...
This reverts commit 8d3c35c0c6
.
2023-12-04 23:12:10 -08:00
ThatOneCalculator
a6f0143017
refactor: ♻️ isNan -> Number.isNan
2023-12-04 22:36:57 -08:00
ThatOneCalculator
34ce779309
chore: 🎨 format
2023-12-04 19:52:37 -08:00
ThatOneCalculator
e958834158
refactor: ♻️ Upgrade Twemoji to Emoji 15.0
...
Adds a new option to load Twemoji from the JSDelivr CDN (default) or from the server. For Twemoji stored on the server, they are grabbed directly from the @twemoji/api Github repo's assets, given they're no longer distributed in the @twemoji/api dist. No longer uses @discordapp/twemoji due to being unmaintained.
2023-12-04 19:50:44 -08:00
ThatOneCalculator
00f8924030
fix: 🐛 service worker notification badges
2023-12-04 19:07:26 -08:00
Kainoa Kanter
342166c01f
Merge branch 'audio' into 'develop'
...
fix: sound effects stop music playback in iOS
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Closes #10804
See merge request firefish/firefish!10641
2023-12-04 04:45:51 +00:00
naskya
1011b88850
fix: sound effects stop music playback in iOS
...
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
2023-12-04 04:45:51 +00:00
Kainoa Kanter
373ed7028e
Merge branch 'fix/unicode-15' into 'develop'
...
fix: ⬆️ switch from twemoji-parser to @twemoji/parser
See merge request firefish/firefish!10645
2023-12-04 04:45:42 +00:00
Kainoa Kanter
1d870fa78d
fix: ⬆️ switch from twemoji-parser to @twemoji/parser
2023-12-04 04:45:42 +00:00
blueb
e1dcba9aba
fix ignoring person._misskey_summary on updating remote profiles
2023-12-04 04:45:33 +00:00
mei23
831b3d4ee2
fix: filter featured collection
...
Co-authored-by: naskya <m@naskya.net>
2023-12-02 20:25:36 +09:00
naskya
e8b21b593a
chore: remove unneeded files
2023-12-02 06:23:37 +09:00
naskya
7d5bbfa180
Merge branch 'develop' into language
2023-12-01 07:16:58 +09:00
Essem
fe16b6e41d
fix: Don't provide lang when no language is selected
2023-11-29 00:32:23 -06:00
naskya
3570406b05
fix: nodeinfo 2.0 compliance
2023-11-29 04:22:11 +09:00
naskya
7803aa80d0
chore: format
2023-11-29 04:05:57 +09:00
Essem
8555496146
feat: ✨ Add "no language" option to language picker
2023-11-28 10:47:48 -06:00
naskya
b87a28622a
Revert "fix: ♻️ add data.localOnly back to dontFederateInitially check"
...
Closes #10817
This reverts commit 31ccedf177
.
2023-11-29 00:48:10 +09:00
ThatOneCalculator
a6aa7d2b74
chore: 🔥 remove unused ID methods
2023-11-26 12:37:35 -08:00
ThatOneCalculator
8d3c35c0c6
chore: lint import order
2023-11-26 12:33:46 -08:00
ThatOneCalculator
f7ce60cd9f
chore: 🚨 lint
2023-11-26 12:27:02 -08:00
Kainoa Kanter
c35dbe2645
Merge branch 'more-links' into 'develop'
...
feat: ability to pin custom pages to the help menu
Co-authored-by: naskya <m@naskya.net>
See merge request firefish/firefish!10640
2023-11-26 20:14:02 +00:00
naskya
e7e6ae69e0
feat: ability to pin custom pages to the help menu
2023-11-26 20:14:02 +00:00
ThatOneCalculator
2f7b3070ee
chore: format
2023-11-26 12:06:21 -08:00
Laura Hausmann
3272b908c6
fix: 🔒 Fix HTTP signature validation
...
Co-authored-by: perillamint <perillamint@silicon.moe>
Co-authored-by: yunochi <yuno@yunochi.com>
2023-11-26 12:04:17 -08:00
naskya
dadb45f609
fix: syntax error
...
at least this compiles
2023-11-27 01:11:07 +09:00
ThatOneCalculator
a256f48b74
fix
2023-11-24 18:06:24 -08:00
ThatOneCalculator
a8b33b5415
fix: 🐛 SOMETHING_HAPPENED_IN_PROMISE when LANGS isn't found
2023-11-24 18:04:06 -08:00
naskya
e87b46863d
30 is too many
2023-11-24 01:31:24 +09:00
naskya
e5163ecb82
update langmap to sort out issues regarding Chinese locales
2023-11-23 19:48:33 +09:00
naskya
610722e258
use language code instead of ph-translate icon
2023-11-23 18:09:55 +09:00
naskya
913b8dca63
show recently used languages first
2023-11-23 17:49:13 +09:00
naskya
47ff1f795d
make comment a bit less confusing
2023-11-23 04:25:54 +09:00
naskya
09a6527cee
minor refactor
2023-11-23 04:24:21 +09:00
naskya
d8a8fc8f7a
Merge branch 'develop' into language
2023-11-23 01:52:23 +09:00
naskya
ef71d23d80
fix: wrong string substitution (misskey.io -> firefish.io) + stop depending on misskey.io ( close #10813 )
2023-11-23 01:50:58 +09:00
naskya
061791eb65
suggest all options if multiple regions are defined in the langmap
2023-11-22 23:19:14 +09:00
naskya
8126c15677
Merge branch 'develop' into language
2023-11-22 22:22:15 +09:00
naskya
e0c1d9ce00
refactor (minor): update MkPostForm
2023-11-22 22:21:47 +09:00
naskya
f8e935b120
Merge branch 'develop' into firefish-language
2023-11-22 22:02:27 +09:00
Ibuki Sugiyama
23fb60e185
enhance: increase emoji picker search results
...
Co-authored-by: naskya <m@naskya.net>
2023-11-19 14:13:53 +09:00
naskya
24deab1743
chore: remove unused dependencies
2023-11-18 19:21:23 +09:00
naskya
ee4ddabc6b
fix: anyone (not only the owner) can press the edit button of an album
2023-11-17 09:17:56 +00:00
naskya
2dcc46a9e3
chore: remove language detection from backend
2023-11-17 17:50:20 +09:00
naskya
636cbee66b
chore: auto detect -> suggest
2023-11-17 17:17:46 +09:00
naskya
558867dac5
Merge branch 'develop' into firefish-language
2023-11-17 16:54:48 +09:00
Kainoa Kanter
dd6ef65dee
chore: format
2023-11-16 14:20:43 -08:00
naskya
2d9d6e9fb7
chore: lint
2023-11-17 05:18:19 +09:00
naskya
97bb495636
chore: upgrade dependencies (except for @swc/core and megalodon)
2023-11-17 05:15:02 +09:00
naskya
845f08893f
fix: upgrade AiScript!
...
There are braking changes in the AiScript syntax, so existing plugins must alse be upgraded
Also, I didn't include the function that can call remote servers' API (which is present in the latest Misskey)
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2023-11-17 05:04:05 +09:00
ThatOneCalculator
31ccedf177
fix: ♻️ add data.localOnly back to dontFederateInitially check
...
ref: https://git.joinfirefish.org/firefish/firefish/-/merge_requests/10639#note_2651
2023-11-12 10:46:28 -08:00
nakkaa
8ef1130330
fix: add missing entry in manifest.json so that PWA can use it
2023-11-11 02:20:33 +09:00
Kainoa Kanter
09053f5748
Merge branch 'feat-client-drive-notes' into 'develop'
...
feat: client: add page 'posts with file attached'
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Closes #10695
See merge request firefish/firefish!10634
2023-11-10 15:38:18 +00:00
cg sama
7fa737e8b8
fix import notes federated initially
...
Co-authored-by: CGsama <CGsama@outlook.com>
2023-11-10 15:32:23 +00:00
naskya
7323f4f8a1
Merge branch 're2-update' into 'develop'
...
Fix build on node 21
Co-authored-by: Jegler <jegler@heckin.how>
See merge request firefish/firefish!10635
2023-11-07 14:02:26 +00:00
Jegler
fbfa4cd41f
Fix build on node 21
2023-11-07 14:02:25 +00:00
naskya
7d9278b470
Merge branch 'fix/broken-search-field' into 'develop'
...
fix: Use "iconClass" instead of "icon" in MkDialog; remove "null" in input field
Co-authored-by: minneyar <speed@sakabatou.net>
See merge request firefish/firefish!10631
2023-11-07 14:01:24 +00:00
Minneyar
c03c11c7aa
fix: Use "iconClass" instead of "icon" in MkDialog; remove "null" in input field
...
Co-authored-by: minneyar <speed@sakabatou.net>
2023-11-07 14:01:24 +00:00
naskya
40d5ad1b2d
chore: remove unused imports/variables
2023-10-31 20:19:05 +09:00
naskya
8845383fc2
chore: add missing @types packages for client
2023-10-31 20:14:41 +09:00
naskya
3e3933d50a
fix: icons in MkModPlayer
2023-10-31 10:21:59 +00:00
naskya
0fb0a19611
fix(minor): consistent mfm parsing
2023-10-31 10:04:51 +00:00
naskya
70503d698f
fix: reactions_not_public condition
2023-10-31 14:00:54 +09:00
naskya
267d1970e2
fix icon in page.post.vue
2023-10-30 18:26:38 +00:00
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
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
naskya
f8db9119c6
Merge branch 'develop' into firefish-language
2023-10-17 12:44:55 +09: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
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
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
Essem
6312935a54
fix: 🌐 Change Simplified/Traditional Chinese names
2023-10-15 12:55:51 -05: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
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
Essem
be163498c0
feat: 🌐 Add language picker to post form
...
This also refactors the langmap and makes many other small language-related changes to get it working.
Fixes #9692
2023-10-05 22:28:12 -05: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
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
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
naskya
0831b8b6d8
style: more contrast for disabled boost button
2023-09-27 20:56:20 +09:00
naskya
75c72d00da
fix: preserve newline character in alt text popup
2023-09-27 17:18:47 +09:00
Kagami Sascha Rosylight
1d1dab5b2a
fix: preserve newline character in alt text
2023-09-27 17:12:55 +09:00
naskya
04369c9da9
fix: alt texts shouldn't be interpreted as MFM
2023-09-27 16:46:43 +09:00
ThatOneCalculator
01dd71c4d3
feat: 💄 Use Atkinson Hyperlegible as default font
2023-09-26 14:23:38 -07:00
ThatOneCalculator
cd7c10b7eb
refactor: 🍱 use webp for error images instead of avif
...
Ended up having better compression and wider compatibility
2023-09-25 20:57:14 -07:00
naskya
3ba12772d8
bring back Chinese cat mode
2023-09-24 18:12:29 +09:00
naskya
266078b549
chore: default export preprocess function
2023-09-24 18:03:36 +09:00
naskya
6d899518b3
chore: make language detection a reusable function in frontend as well
2023-09-24 17:58:21 +09:00
naskya
87c54575c1
filter out MFM syntaxes before detecting the post language
2023-09-24 17:50:23 +09:00
ThatOneCalculator
3633dd4e7f
style: 💄 use rocket as icon for boosting 🚀
2023-09-23 22:24:18 -07:00
ThatOneCalculator
284795fdf5
fix: 🐛 when favorouting/unfavouriting with Mastodon API, send instance default reaction
2023-09-23 22:05:25 -07:00
Kainoa Kanter
081d723cff
Merge branch 'refactor/firefishjs-imports' into 'develop'
...
Refactor: firefishjs imports
See merge request firefish/firefish!10607
2023-09-24 04:27:16 +00:00
Kainoa Kanter
9ea046c011
Refactor: firefishjs imports
2023-09-24 04:27:16 +00:00
yumeko
15fecc44a9
Fix a couple remaining places where the banners are called ads
2023-09-24 04:19:28 +00:00
naskya
1abe36f844
fix: add missing class
2023-09-24 03:45:25 +00:00
naskya
0928a3d93a
chore: remove unused import
2023-09-24 12:38:17 +09:00
ThatOneCalculator
3ee3413006
feat: 🍱 new error images
...
ref: https://minazukey.uk/notes/9jzr3jsrwvcmlcjp
2023-09-23 08:42:33 -07:00
naskya
17d94c5ff7
fix: non-Firefish cats not being nyanified
2023-09-23 05:08:20 +00:00
naskya
c468bf9ed7
fix openServerInfo
2023-09-22 15:54:16 +09:00
naskya
f70f208f05
fix typo
2023-09-22 05:19:44 +00:00
ThatOneCalculator
b85c640729
refactor: 💄 module player uses theme colors
2023-09-21 21:55:57 -07:00
Essem
22ef74d92c
feat: ✨ Implement module player
2023-09-22 03:48:54 +00:00
ThatOneCalculator
260f444fb8
chore: 🎨 format
2023-09-21 20:21:15 -07:00
Essem
4aceb2e119
fix: 🐛 normalize post language strings
...
ref: !10603
NOTE: if you upgraded to 4a7bad11c6
but before this commit, manually download and run this migration: 0f5e09d3ae/packages/backend/migration/1695348946091-normalize-locales.js
2023-09-21 19:42:10 -07:00
Kainoa Kanter
012fe2c920
Revert "Merge branch 'fix/normalize-lang-locales' into 'develop'"
2023-09-22 02:36:57 +00:00
Essem
0efa3e170c
Normalize post language strings
2023-09-22 02:33:56 +00:00
Essem
4a7bad11c6
feat: ✨ Add post language data to backend and API
2023-09-22 01:29:33 +00:00
Kainoa Kanter
5b1cd11618
fix: 🚸 don't open server info on ticker on note sub
2023-09-21 15:22:26 -07:00
Essem
bac39db74b
Add contentMap to outgoing posts via language detection
2023-09-21 21:13:09 +00:00
naskya
eb7c9cb895
fix: search MFM not working
2023-09-21 07:43:18 +00:00
ThatOneCalculator
6e8aa76f2d
chore: 🎨 format
2023-09-20 23:30:19 -07:00
ThatOneCalculator
d9274de0a7
refactor: ♻️ unessicary function
2023-09-20 22:53:00 -07:00
ThatOneCalculator
bbb2396d89
refactor: 💥 properly deprecate legacy reactions
2023-09-20 22:48:50 -07:00
ThatOneCalculator
ecb0956d20
refactor: 🔥 remove old tests
2023-09-20 22:43:55 -07:00
ThatOneCalculator
b13e0b0a54
Revert "refactor: 🔥 remove legacy reactions"
...
This reverts commit c119abc36c
.
2023-09-20 22:42:37 -07:00
ThatOneCalculator
05b7fd0fc5
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-09-20 22:35:14 -07:00
ThatOneCalculator
baba9b068b
fix: 🐛 properly decode reaction
2023-09-20 22:35:10 -07:00
naskya
e31f86aa19
chore: change function name
...
I used `detectLanguage_` in client just because I wanted to use the name `detectLanguage` for another function (and the name `detect` sounds ambiguous)
2023-09-21 05:30:13 +00:00
ThatOneCalculator
238f80ae02
add back _misskey_quote & _misskey_vote extensions
2023-09-20 22:25:46 -07:00
ThatOneCalculator
f06aebca98
Revert "refactor: 🔥 remove _misskey_reaction and _misskey_votes"
...
This reverts commit b0be07fb0a
.
2023-09-20 22:25:18 -07:00
ThatOneCalculator
2650445576
fix: 🐛 show speakAsCat if isCat
2023-09-20 21:57:47 -07:00
ThatOneCalculator
06f7c8eb20
fix: 🐛 Add missing references to speakAsCat
2023-09-20 21:55:51 -07:00
ThatOneCalculator
7664a69e0f
refactor: 🔥 🐟 We're Firefish, not Misskey
...
Changes the default reactions to end with 🔥 🐟 instead of 🍮
2023-09-20 21:49:17 -07:00
ThatOneCalculator
b838331129
fix: 🐛 speakLikeCat -> speakAsCat
2023-09-20 21:29:08 -07:00
ThatOneCalculator
f81baa373c
chore: 🎨 format
2023-09-20 21:20:22 -07:00
ThatOneCalculator
7bb8473fc7
refactor: ✨ Make speakAsCat an ActivityPub extension
...
https://joinfirefish.org/ns/#speakascat
Closes #10744
2023-09-20 21:19:39 -07:00
ThatOneCalculator
b0be07fb0a
refactor: 🔥 remove _misskey_reaction and _misskey_votes
...
BREAKING: breaks poll federation with very old Misskey versions
2023-09-20 21:16:03 -07:00
ThatOneCalculator
a67fb5dc7a
refactor: 🔥 Remove _misskey_content and _misskey_quote
...
Should improve federation performance by removing duplicate content
BREAKING: Breaks MFM content and quote compatibility with Misskey before v12/v11(?)
2023-09-20 20:51:05 -07:00
ThatOneCalculator
c119abc36c
refactor: 🔥 remove legacy reactions
...
BREAKING: Breaks emoji reaction compatibility with Misskey versions before custom reactions were added (v9?)
2023-09-20 20:48:13 -07:00
ThatOneCalculator
3a671e42d1
feat: ✨ Show instance default reactions on welcome page instead of hardcoded
2023-09-20 20:46:48 -07:00
ThatOneCalculator
7acb5ebde9
fix: 🐛 don't add TOS URL to info menu if it doesn't exist
2023-09-20 20:31:19 -07:00
ThatOneCalculator
b7e9ec6341
feat: 👔 ToS button on signed out screen 3 dots
...
Passes "two-click" rule
Closes #10646
2023-09-20 20:30:17 -07:00
Kainoa Kanter
6f0b28859e
style: 🎨 Replace to and from with 0% and 100% in CSS @keyframes
...
Closes #10752
2023-09-20 12:30:33 -07:00
ThatOneCalculator
70ad42c49c
fix: 🚑 downgrade swc to 1.3.78
...
Closes #10751
2023-09-20 10:17:00 -07:00
ThatOneCalculator
71ea5c4f93
rm langdetect
2023-09-19 17:18:00 -07:00
ThatOneCalculator
2a1f119944
rm src/@types/cld.d.ts
2023-09-19 17:16:56 -07:00
ThatOneCalculator
414f6df104
simplify
2023-09-19 17:15:13 -07:00
ThatOneCalculator
5964a10571
cld -> tinyld
2023-09-19 17:11:37 -07:00
ThatOneCalculator
71e88af1a0
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-09-19 17:07:51 -07:00
cg sama
90f01edddc
Adding language filter feature
...
Co-authored-by: CGsama <CGsama@outlook.com>
2023-09-20 00:07:41 +00:00
ThatOneCalculator
a35538b4b5
style
2023-09-19 17:07:22 -07:00
ThatOneCalculator
bf6b480f49
pin swc
2023-09-19 16:14:53 -07:00
Kainoa Kanter
e07c9e9e50
Merge branch 'fix/timeline-query' into 'develop'
...
fix: ⚗️ Fix variables?
See merge request firefish/firefish!10594
2023-09-19 22:36:05 +00:00
Kainoa Kanter
bb7f743127
fix: ⚗️ Fix variables?
2023-09-19 22:36:05 +00:00
Amelia Yukii
11bf258b8e
fix: change local icon to users to fit the style of the existing tab
2023-09-19 02:14:37 +00:00
ThatOneCalculator
1914e568bb
perf: ⚡ use existing response
2023-09-17 21:08:28 -07:00
ThatOneCalculator
2c8f22cbb0
add vibration to new post button
2023-09-17 16:48:33 -07:00
Kainoa Kanter
490abe7275
feat: vibration
2023-09-17 21:59:09 +00:00
naskya
12eabc81f0
make it toggleable
2023-09-17 12:23:20 +09:00
naskya
fbe1ab1b85
feat: open server info by clicking the ticker
2023-09-17 10:04:58 +09:00
naskya
d004df52be
fix: "show replies in timeline" refactoring was not backward compatible
2023-09-16 12:20:23 +09:00
Kainoa Kanter
493971480c
/share page doesn't wrap title in brackets
...
ref: https://box.neachi.net/notes/9jnyy34gvpahjqlx
2023-09-15 18:45:50 +00:00
naskya
29760fbe01
chore: round down elapsed time
2023-09-13 08:04:04 +00:00
naskya
b4bb455c09
fix?: speakAsCat not being federated
2023-09-13 10:07:16 +09:00
naskya
a18e0daf4b
feat: sticky drive header
...
This makes it easy to get files out of a folder to the parent directory.
2023-09-12 21:50:08 +00:00
naskya
8bd3b7409b
make showTimelineReplies
deviceAccount
2023-09-09 20:16:23 +00:00
naskya
b84a10a6ec
make word mutes case insensitive ( close #10724 )
2023-09-10 05:00:06 +09:00
Natty
81c97b3749
fix: follow requests pagination looping bug
...
https://astolfo.social/notes/9jeibgm1wyfk9oha
2023-09-09 18:33:18 +09:00
Kainoa Kanter
4565867b8b
perf: ⚡ Replace JSDOM with Happy DOM
2023-09-08 03:24:01 +00:00
naskya
1a7ccb04e5
fix (minor): noteId is not a number
2023-09-07 02:38:42 +09:00
naskya
587840ec37
fix: don't show translate button if signed out
2023-09-04 18:18:43 +09:00
Kainoa Kanter
6d1965ce94
feat: ✨ indexable
User property
2023-09-04 02:34:04 +00:00
ThatOneCalculator
687cf91608
fix mfm import
2023-09-03 14:30:14 -07:00
ThatOneCalculator
4b121cb549
if translation exists
2023-09-03 14:29:18 -07:00
Kainoa Kanter
12ff93baea
refactor: ♻️ Migrate auth.vue to composition API
2023-09-03 21:18:38 +00:00
ThatOneCalculator
2e1f5c6c8e
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-09-03 14:06:44 -07:00
ThatOneCalculator
5acb6c449d
chore: 🎨 format
2023-09-03 14:06:30 -07:00
Kainoa Kanter
820d5f77dc
Merge branch 'feat/translations' into 'develop'
...
language for post translation & translate button
See merge request firefish/firefish!10588
Co-authored-by: naskya <m@naskya.net>
2023-09-03 20:50:15 +00:00
naskya
ba3bf35167
language for post translation & translate button
2023-09-03 20:50:15 +00:00
Laura Hausmann
738502f051
[mastodon-client] Correctly implement multiple callback URIs for OAuth, resolves #150
2023-09-03 13:48:51 -07:00
Laura Hausmann
bdc89e5568
Fix search button not visible in narrow viewport guest mode
2023-09-03 13:48:04 -07:00
naskya
f1451c659d
fix: require credentials in the notes/translate endpoint
2023-09-03 11:18:48 +09:00
ThatOneCalculator
26b4c6404a
chore: ⬆️ up photoswipe
2023-09-02 14:05:03 -07:00
ThatOneCalculator
7e0c9ddc11
artifacting
2023-09-02 12:23:58 -07:00
Namekuji
fc97614782
fix: release redis locks
2023-09-02 19:22:13 +00:00
ThatOneCalculator
7cdd6af262
fix: 🐛 smaller maskable icon
2023-09-02 12:15:15 -07:00
ThatOneCalculator
d1a4bbf597
maskable icon
2023-09-02 11:55:53 -07:00
ThatOneCalculator
86cad1056c
docs: 🔒 robots.txt asset
...
Closes #10640 , #10608
2023-09-02 11:44:31 -07:00
ThatOneCalculator
f72c9b818c
fix: 💡 biome still uses rome-ignore
2023-09-02 11:44:31 -07:00
ThatOneCalculator
df34d47d42
fix: 🚑 incorrect end tag
2023-09-02 11:44:31 -07:00
Kainoa Kanter
684d4344ba
perf: ⚡ seperate web and queue workers
...
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
2023-09-02 11:42:47 -07:00
ThatOneCalculator
45c5fa73ff
fix: 💄 Announcement padding/margins
2023-09-02 09:57:38 -07:00
ThatOneCalculator
ea954bdf4c
fix: 🐛 natural PWA orientation
...
fixes chrome mobile rotating screen even when device rotation is off
2023-09-02 09:01:02 -07:00
ThatOneCalculator
1deeb78878
build: ♻️ Rome -> Biome
...
Rome is now discontinued, and Biome has taken its place
2023-09-01 21:16:14 -07:00
ThatOneCalculator
68dea6f0c3
fix: 🐛 more strange unlock calls
2023-09-01 19:26:53 -07:00
ThatOneCalculator
805230341e
fix: 🐛 unlock undefined
2023-09-01 19:19:42 -07:00
ThatOneCalculator
4ed0b60621
refactor: 🥚 ansi art for master.ts
2023-09-01 19:12:25 -07:00
ThatOneCalculator
4ea3cbd7a9
refactor: 🥚 new ansi art
2023-09-01 19:12:17 -07:00
Kainoa Kanter
bbfc9bc832
Merge branch 'feature/manifest-scope' into 'develop'
...
feat: add `"scope": "/"` to the web app manifest
See merge request firefish/firefish!10564
2023-09-01 19:11:49 -07:00
ThatOneCalculator
9ea5cc3f5f
fix: ♻️ Manifest (icons, name, orientation)
...
Closes #10694
2023-09-01 19:11:42 -07:00
ThatOneCalculator
2fb65cdd86
chore: ⬆️ up deps (properly)
2023-09-01 19:11:27 -07:00
ThatOneCalculator
a75a19cd17
chore: 🚨 lint megalodon
2023-09-01 16:36:33 -07:00
ThatOneCalculator
34e2f7ada6
chore: 🔧 linting config
2023-09-01 16:32:41 -07:00
ThatOneCalculator
5d06aa5f13
chore: 🚨 lint
2023-09-01 16:27:33 -07:00
Kainoa Kanter
5ad42e73c9
Merge branch 'chore/remove-unused-02' into 'develop'
...
chore, refactor: remove unused, fix some type errors (client/src/pages)
See merge request firefish/firefish!10579
2023-09-01 23:16:23 +00:00
naskya
c0f31fcb8f
chore, refactor: remove unused, fix some type errors (client/src/pages)
2023-09-01 23:16:23 +00:00
ThatOneCalculator
2442a7535d
Revert "perf: ⚡ delete transformedOptions key -> assign undefined with key literal"
...
This reverts commit 652ecd2d16
.
2023-09-01 09:42:38 -07:00
Kainoa Kanter
9ea14ceed6
Merge branch 'traditional-chinese-post-translation' into 'develop'
...
feat: post translation in Traditional Chinese
Closes #9827
See merge request firefish/firefish!10580
2023-08-30 21:01:23 +00:00
Namekuji
d0e92c69cd
fix: remove native-utils from migration's dependencies
2023-08-30 20:59:40 +00:00
naskya
82e5114576
feat: post translation in Traditional Chinese
2023-08-30 19:39:14 +09:00
naskya
e9361a9907
clean up debug prints
2023-08-27 04:02:02 +00:00
Essem
32fdddb20a
fix: 🐛 caching wrong DNS entry when federating with an instance that cannot properly handle inbound IPv6 requests
2023-08-26 16:33:21 -07:00
ThatOneCalculator
031170c56a
chore: 🎨 format
2023-08-26 16:30:30 -07:00
naskya
c51e6ad3ae
update stop words
2023-08-26 05:33:29 +00:00
ThatOneCalculator
f309d17667
Revert "fix: 🐛 fix DNS lookup issue"
...
This reverts commit bd61468f2f
.
2023-08-23 22:31:50 -07:00
ThatOneCalculator
bd61468f2f
fix: 🐛 fix DNS lookup issue
...
https://github.com/szmarczak/cacheable-lookup/pull/62
2023-08-23 22:21:44 -07:00
ThatOneCalculator
7047ddce3e
refactor: ♻️ types in AP kernel
...
This file seriously needs to be refactored properly...
2023-08-23 19:55:26 -07:00
ThatOneCalculator
8b57431ca8
chore: 🎨 format
2023-08-23 19:49:20 -07:00
ThatOneCalculator
a518f51814
fix: 🐛 cannot quote own note
2023-08-22 20:02:10 -07:00
ThatOneCalculator
91b1b5fb53
fix: 🔒 cannot change note visibility
2023-08-22 20:00:00 -07:00
ThatOneCalculator
c7f98e381c
fix: ✏️ "can not" -> "cannot"
2023-08-22 19:52:11 -07:00
naskya
1485cadc23
oops 🥴
2023-08-21 20:50:28 +00:00
naskya
e0a46c6e20
Update MkInstanceTicker.vue
2023-08-21 20:48:22 +00:00
ThatOneCalculator
652ecd2d16
perf: ⚡ delete transformedOptions key -> assign undefined with key literal
2023-08-21 11:12:42 -07:00
naskya
799fcd3c73
more intuitive option order
2023-08-21 13:20:27 +00:00
Laura Hausmann
29bb1453fc
Fix local-only posts for timeline websocket stream
2023-08-19 20:59:21 -04:00
Kainoa Kanter
69f802e15b
Merge branch 'upgrade-frontend-deps' into 'develop'
...
upgrade frontend deps
See merge request firefish/firefish!10557
2023-08-19 16:33:24 +00:00
naskya
ffdadec61e
upgrade frontend deps
2023-08-19 16:33:24 +00:00
AAGaming
09d96c1a36
fix: change character limits to allow for long instance domains
2023-08-18 22:05:42 -04:00
naskya
58d5b76edb
regard x.com as twitter in MkUrlPreview.vue
2023-08-18 22:27:57 +00:00
EpicKitty
4a848adc34
fix: 🚑 thumbnail serving
2023-08-18 21:28:04 +00:00
Namekuji
dc2fde0a75
fix: remove brackets
2023-08-18 06:22:51 -04:00
Namekuji
ad93bc80f8
refactor: remove regex
2023-08-18 05:51:41 -04:00
Namekuji
c3944f49ef
fix: exclude ula and lla
2023-08-18 05:45:10 -04:00
Namekuji
cd75d65271
fix: exclude localhost
2023-08-18 05:01:19 -04:00
Namekuji
5520c6ff3d
fix: veiry url
2023-08-18 04:57:19 -04:00
Daniel Hernández
59e989c0bb
Validate before delivering to keep federation working on valid inboxes
2023-08-17 04:41:27 +00:00
Essem
4174e3d070
Fix report emails and modmail sanitization
2023-08-15 16:16:25 -05:00
Essem
7d49af822a
Add address bind config option
2023-08-15 03:44:06 +00:00
Vyr Cossont
6773ef711a
Mastodon API: convert IDs in conversations
2023-08-14 12:18:57 -07:00
Namekuji
7b9f0f3687
chore: codeberg → gitlab
2023-08-13 09:06:00 -04:00
naskya
e610ce7923
Add /kbin to commonNames
2023-08-12 14:41:37 +00:00
ThatOneCalculator
247088fbaf
fix: 🩹 add small and center to MFM tags list
2023-08-11 22:54:13 -07:00
Kainoa Kanter
c4018c969c
Merge branch 'Marie-develop-patch-33974' into 'develop'
...
feat: Fetch total posts of users on create/update
Closes #10652
See merge request firefish/firefish!10558
2023-08-12 01:00:29 +00:00
Marie Piontek
ee42edfccd
feat: Fetch total posts of users on create/update
2023-08-12 01:00:29 +00:00
Kainoa Kanter
3d8fb7b76f
Merge branch 'refactor/no-reactivity' into 'develop'
...
refactor: ♻️ No Vue Reactivity
See merge request firefish/firefish!10560
2023-08-12 00:59:31 +00:00
ThatOneCalculator
5e89b269a4
fix: 🐛 double comma
2023-08-11 17:51:35 -07:00
Kainoa Kanter
3e598c3ed0
Merge branch 'Marie-develop-patch-60099' into 'develop'
...
fix: updatePerson's Followings.update call not working if no sharedInbox
Closes #10650
See merge request firefish/firefish!10559
2023-08-12 00:45:51 +00:00
ThatOneCalculator
1f7ddc9d7c
refactor: ♻️ No Vue Reactivity
...
Performed with https://github.com/edison1105/drop-reactivity-transform , Reactivity Transform was an experimental feature and has now been deprecated.
2023-08-11 17:44:46 -07:00
Marie Piontek
046fc88a6c
fix: updatePerson's Followings.update call not working if no sharedInbox
2023-08-11 10:25:32 +00:00
ThatOneCalculator
5a92b90da1
chore: 🎨 format
2023-08-10 13:32:19 -07:00
naskya
c6c4a48823
chore: remove unused items
2023-08-10 20:25:21 +00:00
ThatOneCalculator
cb424e37f5
fix: 🚸 make importing emoji packs clearer
2023-08-10 13:04:16 -07:00
ThatOneCalculator
ced8f56e34
fix: 🚑 proper conditional
...
I need sleep... or coffee
2023-08-09 19:46:56 -07:00
ThatOneCalculator
cf8a733927
refactor: 🚸 only index public posts
2023-08-09 19:39:01 -07:00
ThatOneCalculator
2715857dff
fix: 🐛 offline html responsive viewport
2023-08-08 23:02:17 -07:00
ThatOneCalculator
9a23db683a
fix: 🌐 i18n key for "confirm"
2023-08-08 20:09:54 -07:00
ThatOneCalculator
73dcf4f8fa
chore: 🎨 format
2023-08-08 18:03:21 -07:00
ThatOneCalculator
06fcef60a1
chore: ⬆️ up deps
2023-08-08 17:38:03 -07:00
ThatOneCalculator
dc8d17e50d
refactor: ♻️ better offline page
2023-08-08 17:18:51 -07:00
ThatOneCalculator
47fa0c68d9
fix: 🐛 null host meilisearch
2023-08-08 16:07:06 -07:00
naskya
3ffee23a3e
delete 10 posts at once on account deletion
2023-08-07 22:08:51 +00:00
Kainoa Kanter
7bf4e3e839
Merge branch 'fix/antenna-pagination' into 'develop'
...
fix: antenna pagination
Closes #10535
See merge request firefish/firefish!10553
2023-08-07 16:45:38 +00:00
ThatOneCalculator
2448b2ce99
fix: 🐛 double-slash in proxy url
2023-08-06 12:30:00 -07:00
Namekuji
10e81de1a6
fix: add original id to the stream
2023-08-06 15:04:14 -04:00
Namekuji
1a34dee366
add migration to fix corrupted stream ids
2023-08-06 14:35:10 -04:00
Namekuji
738b4933ae
fix: generate stream id with timestamp
2023-08-06 02:34:44 -04:00
ThatOneCalculator
b5e7fe766a
fix: 💄 properly style announcement content, add seperator
2023-08-02 18:04:22 -07:00
naskya
98e0b375bf
Update MkInstanceTicker.vue
2023-08-02 16:02:16 +00:00
ThatOneCalculator
f10c3859a6
fix
2023-08-01 21:41:39 -07:00
ThatOneCalculator
5d16e1398e
fix: 👥 naskya is fullstack
2023-08-01 21:29:00 -07:00
ThatOneCalculator
8c980a3a3c
fix: 🐛 properly display caption
2023-08-01 21:28:09 -07:00
ThatOneCalculator
6f426ee9e6
fix: 🐛 ref loading for patrons/sponsors in about-firefish
2023-08-01 21:16:53 -07:00
ThatOneCalculator
5444d4fcc7
fix: 👥 use correct tag for ac
2023-08-01 21:05:52 -07:00
ThatOneCalculator
00726f260f
refactor: 👥 Add original Misskey contributors
2023-08-01 21:03:31 -07:00
Kainoa Kanter
26fa212f18
Merge branch 'mastodon-api-quote_id' into 'develop'
...
Mastodon API: convert quote_id format
Closes #10600
See merge request firefish/firefish!10550
2023-08-02 00:45:40 +00:00
Vyr Cossont
0842ae0709
Mastodon API: convert quote_id format
2023-08-02 00:45:40 +00:00
ThatOneCalculator
72011f8f37
refactor: ♻️ MkGoogle uses local search
2023-08-01 17:45:22 -07:00
Vyr Cossont
ce805031ce
Mastodon API: support pinned param for account statuses
2023-08-01 23:39:06 +00:00
Namekuji
5847e986fb
fix: call default user if empty. resolves #10604
2023-08-01 12:52:00 -04:00
naskya
0a3e3643ab
Add Bridgy Fed to commonNames
2023-08-01 08:05:03 +00:00
naskya
faff32d716
this isn't needed
2023-08-01 07:53:49 +00:00
ThatOneCalculator
f3ca0a6683
fix: 🚸 cw re below keep cw button
2023-07-31 20:32:38 -07:00
Acid Chicken (硫酸鶏)
5f3f7f1843
feat: rounded cat ears ( close #48 )
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chiken.com>
2023-07-31 20:24:25 -07:00
naskya
e1bfea7141
fix: local software version being undefined
2023-07-31 20:24:14 -07:00
naskya
b164984abb
fix: show correct software names ( close #30 )
2023-07-31 20:23:37 -07:00
naskya
055bec56c7
feat: add "re:" at the beginning of CW reply comment ( close #52 )
2023-07-31 20:21:20 -07:00
ThatOneCalculator
723af93f08
fix: 💄 gap between selects
2023-07-31 20:05:02 -07:00
ThatOneCalculator
62ff3bf6e0
fix: 🐛 inconsistent font sizing on mobile
...
Closes #10581
2023-07-31 18:28:47 -07:00
tamania
aaa413b516
fix: 🐛 wrong margin for MkDateSeperatedlist on Safari beta
2023-07-31 18:24:26 -07:00
ThatOneCalculator
800ba2dc4f
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-07-31 18:23:15 -07:00
tamania
2818b5b634
fix: 🐛 tapping Okay on reaction will make it update immediately
2023-07-31 18:23:03 -07:00
CGsama
109ed0aa80
import all misskey self note thread and allow import multiple times to restore missing parts
2023-07-31 15:42:31 -04:00
Kainoa Kanter
d8e54d7a77
Revert "Merge branch 'fix-completion-focus' into 'develop'"
2023-07-31 06:14:48 +00:00
Kainoa Kanter
6a9820da58
Merge branch 'feature/vscode-debug' into 'develop'
...
feat: backend debug in vscode
See merge request firefish/firefish!10541
2023-07-30 20:46:45 +00:00
Kainoa Kanter
3e024066a1
Merge branch 'fix-ios-video' into 'develop'
...
fix iOS video playback (fixes #10517 )
Closes #10517
See merge request firefish/firefish!10540
2023-07-30 20:38:57 +00:00
John Regan
432f840efe
fix iOS video playback ( fixes #10517 )
2023-07-30 20:38:57 +00:00
ThatOneCalculator
d76b4f2321
fix: 🐛 rel=me verification with multiple rels besides me
...
Closes #10595
2023-07-30 13:30:25 -07:00
Namekuji
32fac53e8d
feat: backend debug in vscode
2023-07-30 16:27:13 -04:00
ThatOneCalculator
9c9f466cc3
fix: 💄 increase space between for search page slides
...
users leaked over
2023-07-29 22:39:06 -07:00
ThatOneCalculator
d3ccf7e7f9
chore: 🎨 format
2023-07-29 22:31:03 -07:00
Kainoa Kanter
1f8bb6e905
Merge branch 'fix-completion-focus' into 'develop'
...
fix: auto select the first element in completion
See merge request firefish/firefish!10539
2023-07-30 05:29:32 +00:00
ThatOneCalculator
0d72fc19b0
perf: ⚡ featured posts query limit
2023-07-29 22:17:29 -07:00
ThatOneCalculator
59a625469f
fix: 🐛 hide delete 2fa/passkeys buttons if user is not local
2023-07-29 22:12:12 -07:00
Tom Funken
54879c0282
Change admin & mod icon to crown & gavel
2023-07-30 00:50:23 +00:00
Louis-Dominique Dubeau
133f69f607
fix: auto select the first element in completion
2023-07-29 20:42:55 -04:00
ThatOneCalculator
f4443f4506
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-07-29 15:03:02 -07:00
ThatOneCalculator
5cb5faa386
refactor: ♻️ use const for non-reassigned vars
2023-07-29 15:02:56 -07:00
Vyr Cossont
2bcb5dcd73
Report max reactions in Mastodon instance API
2023-07-29 10:42:47 -07:00
ThatOneCalculator
8d02cfe999
fix: ✏️ log typo
2023-07-28 22:39:42 -07:00
ThatOneCalculator
62f89bfd56
fix: 💄 padding, text for mod buttons
2023-07-28 20:44:12 -07:00
ThatOneCalculator
775b824d3f
fix: 💄 max width for long emojis
...
long emojis are funny, but not to the point where they break the UI
2023-07-28 20:10:07 -07:00
Kainoa Kanter
3824083446
Merge branch 'gh-fa55fa5e/10491/unknown/feat/relevance-search' into 'develop'
...
[PR]: Meilisearch relevancy search
See merge request firefish/firefish!10491
2023-07-29 03:03:29 +00:00
ThatOneCalculator
f973b1986f
feat: 🔒 allow admins to reset users' 2FA and passkeys
...
ref: https://frfsh.plus.st/notes/9hqswpwiwjaihcgo
2023-07-28 17:57:32 -07:00
naskya
da99f9c3aa
Fix typo ( https://github.com/misskey-dev/misskey/pull/11347 )
2023-07-28 19:05:36 +00:00
ThatOneCalculator
4a0fc56ba8
fix: 🚸 autosize post form textarea
2023-07-28 11:41:25 -07:00
ThatOneCalculator
ee591012c1
chore: ⬆️ up deps
2023-07-28 11:39:31 -07:00
ThatOneCalculator
01c29cef20
chore: 🎨 format
2023-07-28 11:35:58 -07:00
Kainoa Kanter
6d1f93a022
Merge branch 'gh-fa55fa5e/10502/unknown/add-bind-addr-config' into 'develop'
...
[PR]: Add bind address option
See merge request firefish/firefish!10502
2023-07-28 18:32:34 +00:00
Kainoa Kanter
19762bd955
Merge branch 's3-logging' into 'develop'
...
Log the concatenated S3 url if constructing the S3 client fails.
See merge request firefish/firefish!10531
2023-07-28 18:30:53 +00:00
Kainoa Kanter
244f2b8656
Merge branch 'fix/10404-object-storage-prefix' into 'develop'
...
Fix : #10404 Object Storage needs a prefix to be set
Closes #10404
See merge request firefish/firefish!10526
2023-07-28 18:29:49 +00:00
Kainoa Kanter
614830f866
Merge branch 'fix/photoswipe-animation' into 'develop'
...
[PR]: Fix image zoom animation on Photoswipe opening
See merge request firefish/firefish!10521
2023-07-28 18:27:41 +00:00
yumeko
d93df43a12
Merge branch firefish:develop into enhance/add-s3pathstyle-description
2023-07-28 08:21:27 +00:00
yumeko
72d194f7a1
Fix indents
2023-07-27 12:54:42 +03:00
yumeko
a4838c7ee4
Merge branch firefish:develop into fix/10404-object-storage-prefix
2023-07-27 09:53:16 +00:00
ThatOneCalculator
dacce643fe
fix: 🔒 Show 404 error on files not found
2023-07-27 01:28:02 -07:00
ThatOneCalculator
aea03321ad
fix: ⚡ ref patrons
2023-07-26 21:36:13 -07:00
ThatOneCalculator
0345001db5
set icon
2023-07-26 00:35:11 -07:00
ThatOneCalculator
c99cb391ee
transform
2023-07-26 00:31:59 -07:00
ThatOneCalculator
accbb55be0
fix: 🥚 animation
2023-07-26 00:15:12 -07:00
ThatOneCalculator
97d395ce2a
chore: 🎨 format
2023-07-25 23:46:43 -07:00
ThatOneCalculator
4968d1ecb3
fix: 🥚 animation
2023-07-25 23:44:41 -07:00
ThatOneCalculator
487fd3faaf
refactor: ♻️ show disabled message if disabled
...
ref: https://git.joinfirefish.org/firefish/firefish/-/issues/10527#note_230
2023-07-25 21:53:31 -07:00
ThatOneCalculator
03ddc970d5
fix: 🐛 don't show server stats in widget if reporting is disabled
...
Closes #10527
2023-07-25 21:49:09 -07:00
Laura Hausmann
bdce35d522
fix: 🐛 MkTime logic
2023-07-25 21:30:26 -07:00
Laura Hausmann
466917feb6
Improve /api/v1/instance accuracy
2023-07-25 21:25:37 -07:00
Laura Hausmann
56bf7a0ffb
Fix cpu/memory stats widget
2023-07-25 21:23:21 -07:00
Laura Hausmann
0301e3fe80
Fix compose box button alignment
...
Co-authored by @volpeon@is-a.wyvern.rip: https://is-a.wyvern.rip/notes/9hkk0o4uy13mrdt3
2023-07-25 21:23:14 -07:00
ThatOneCalculator
ba192b11d9
fix: ✏️ fix newly discovered users header icon
...
Typo: rocke-launch -> rocket-launch
2023-07-25 20:20:38 -07:00
ThatOneCalculator
27efb62a8b
fix: 💄 remove border radius on welcome icon
2023-07-25 19:35:34 -07:00
ThatOneCalculator
07b9948d68
fix: 🥚 woozy mode behavior
2023-07-25 19:22:06 -07:00
ThatOneCalculator
65e7b2841c
fix: 💄 deleteAndEdit is danger action
2023-07-25 18:56:55 -07:00
ThatOneCalculator
5dcdb8d365
fix: 💄 don't round corners on status images/server icon
...
ref: https://akko.unix.dog/notice/AY45yUgIC29eKVC59k
2023-07-25 18:40:01 -07:00
ThatOneCalculator
38a1b041a8
fix: 🌐 copying origin: "remote" -> "origin"
2023-07-25 18:29:24 -07:00
ThatOneCalculator
03910d7173
refactor: 🚸 only ask for reload on apply button
2023-07-25 18:26:55 -07:00
Kainoa Kanter
df3d8a91b9
feat: ✨ draggable navbar items in settings
...
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: moshibar <moshibar@mailo.com>
2023-07-26 01:15:20 +00:00
ThatOneCalculator
37fac16aa4
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-07-24 21:14:55 -07:00
ThatOneCalculator
2e727e94e7
Merge remote-tracking branch 'weblate/develop' into develop
2023-07-24 21:14:47 -07:00
Viv Lim
74179aafdf
Log the assembled S3 url if constructing a S3 client fails.
...
I was configuring an instance and didn't notice that I had pasted a space into the `endpoint` field. It was not obvious from the logs why the URL was invalid.
2023-07-24 20:34:37 -07:00
Kainoa Kanter
8ff1c9b722
Merge branch 'mastodon-api-emoji-reactions' into 'develop'
...
Support proposed Glitch emoji reactions API
Closes #10537
See merge request firefish/firefish!10532
2023-07-25 01:24:35 +00:00
ThatOneCalculator
548de39e3c
fix?
2023-07-24 17:28:47 -07:00
Vyr Cossont
5fedfd2599
Support proposed Glitch emoji reactions API
...
Fixes #10537
2023-07-24 17:11:10 -07:00
ThatOneCalculator
c996e88710
style: 💄 don't show activity if narrow (cleaner)
2023-07-24 17:10:27 -07:00
ThatOneCalculator
5930c8fc08
fix: 🐛 make admin users page properly direct user cards to about page
2023-07-24 16:55:57 -07:00
ThatOneCalculator
7ef99069e6
fix: 🐛 revert last part of c0eac56355
to properly paginate antennas/notes query
2023-07-24 16:27:53 -07:00
Kainoa Kanter
a7fbc02ca5
Merge branch 'enhance/log-backend-error-objects' into 'develop'
...
Log backend error objects
See merge request firefish/firefish!10528
2023-07-24 23:04:42 +00:00
ThatOneCalculator
bec0aae418
chore: 🎨 format
2023-07-24 16:03:58 -07:00
Namekuji
5832940d7a
fix: rename copyright to firefish
2023-07-24 13:10:35 -04:00
yumeko
ae22abd61b
Merge branch firefish:develop into fix/10404-object-storage-prefix
2023-07-24 10:08:38 +00:00
ThatOneCalculator
c0eac56355
fix: 🐛 antenna notes pagination repeat
2023-07-23 14:13:46 -07:00
yumeko
19311e683c
Dump to console the error data associated with logger error calls.
2023-07-22 22:12:52 +03:00
yumeko
4e23b77aff
Replace URL generation code in the drive file uploader with something more robust.
...
Closes #10404 , hopefully.
2023-07-22 14:03:40 +03:00
yumeko
2137c57541
Add a basic title and description for the objectStorageS3ForcePathStyle storage configuration option.
2023-07-22 11:31:01 +03:00
Vyr Cossont
0394f22c4f
fix: convert quoted status and reaction accounts in Mastodon API layer
2023-07-21 16:23:15 -07:00
Kainoa Kanter
7569081040
Update MkImgWithBlurhash.vue
2023-07-21 23:16:54 +00:00
Kainoa Kanter
a2d81850e4
Merge branch 'fix/10332-internal-error-on-nonexisting-emoji' into 'develop'
...
Throw a proper ApiError with statusCode 404 when GETting a non-existing emoji.
Closes #10332
See merge request firefish/firefish!10523
2023-07-21 23:14:49 +00:00
yumeko
c9526b9a31
Throw a proper ApiError with statusCode 404 when GETting a non-existing emoji.
...
Closes #10332
2023-07-21 23:15:53 +03:00
yumeko
47f5cb2e76
Don't leak error details (including the stack trace) upon API call failure to client in production
2023-07-21 22:32:39 +03:00
Алексей Ермолаев
1f4eb88d45
Merge branch 'develop' into fix/photoswipe-animation
2023-07-21 20:32:02 +03:00
ThatOneCalculator
e35b38302d
refactor: ♻️ new git repo
...
for real this time
2023-07-21 09:44:29 -07:00
Алексей Ермолаев
8550a8fe2c
Add largest dimension property to enhance image display
2023-07-21 19:05:45 +03:00
Алексей Ермолаев
3d0a56e4c6
Re-centering images after changing image component
...
Also fixing scaling issues in pages when image is thinner than page width.
2023-07-21 17:50:09 +03:00
Алексей Ермолаев
40350c5eab
Better animations on opening images in Photoswipe
2023-07-21 17:06:24 +03:00
ThatOneCalculator
5557836f61
Merge branch 'develop' of codeberg.org:firefish/firefish into develop
2023-07-20 23:32:00 -07:00
ThatOneCalculator
8de79198a1
fix: 🩹 version manifest assets based on instance version
2023-07-20 23:31:51 -07:00
freeplay
d5abff3c84
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-20 19:17:21 -04:00
freeplay
389beda241
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-20 19:14:54 -04:00
freeplay
942efb635e
refactor: sticky-container class
2023-07-20 19:14:13 -04:00
ThatOneCalculator
03077a157e
refactor: ♻️ create drive file endpoint
...
Adjusts ratelimit to 250 files every 10 minutes, fixes error text, fixes reused variable name.
2023-07-20 16:13:10 -07:00
ThatOneCalculator
7364ebdca8
fix: 🍱 asset versioning, screenshots
2023-07-19 20:32:04 -07:00
ThatOneCalculator
76ad0a19b3
fix: 🍱 fix old favicon
2023-07-19 19:13:54 -07:00
ThatOneCalculator
b4ed4dec47
v1.0.1
2023-07-19 15:20:22 -07:00
ThatOneCalculator
314daf1305
reduce border radius on about icon
2023-07-19 12:52:55 -07:00
ThatOneCalculator
0a7b4bdb8a
logo
2023-07-19 11:53:03 -07:00
ThatOneCalculator
cac284a79d
fix: 🐛 merge somehow stripped style.css of splash style
2023-07-19 10:24:42 -07:00
ThatOneCalculator
1eea65386e
docs: 📝 codeberg -> gitlab
2023-07-19 10:22:36 -07:00
ThatOneCalculator
e67633298e
docs: 🚚 new website
2023-07-19 10:06:57 -07:00
ThatOneCalculator
5e3bc675ef
add
2023-07-19 09:58:14 -07:00
ThatOneCalculator
ebf7fb1a04
fix: 🐛 gitignore causing wrong file to be pushed
2023-07-19 09:56:16 -07:00
DVD
6e296320e0
fix: skip attachment import if undefined
2023-07-19 09:45:00 -07:00
ThatOneCalculator
91033ab90a
fix: import
2023-07-19 09:37:11 -07:00
ThatOneCalculator
aa24a3c172
links
2023-07-19 08:58:59 -07:00
ThatOneCalculator
a31805ad25
rm about-calckey
2023-07-19 08:55:35 -07:00
ThatOneCalculator
8422807031
Merge branch 'rebrand' into develop
2023-07-19 08:55:26 -07:00
ThatOneCalculator
73d023930b
error
2023-07-18 23:42:42 -07:00
ThatOneCalculator
7dce4cccae
repo
2023-07-18 21:21:48 -07:00
freeplay
fa55fa5e44
fix: add back follows you tag
2023-07-18 14:07:16 -04:00
Laura Hausmann
ed5c5a7156
[mastodon-client] fix mentions of remote local users without host
2023-07-18 18:01:44 +02:00
Laura Hausmann
0ff1f7ca65
[mastodon-client] improve mention regexes
2023-07-18 18:01:44 +02:00
PrivateGER
457bd6c2e5
Fix broken lists
2023-07-18 16:00:48 +02:00
Namekuji
be5713f20c
chore: make contributors consistent with the website
2023-07-18 00:23:13 -04:00
ThatOneCalculator
d94d015ec7
chore: 🎨 format
2023-07-17 17:43:04 -07:00
ThatOneCalculator
b54dfff32f
chore: 🎨 format
2023-07-17 17:38:27 -07:00
ThatOneCalculator
2bdeb700be
fix: 🌐 missing locale
2023-07-17 17:15:26 -07:00
PrivateGER
933a4d2aa2
Use MS sorting rather than manual JS
2023-07-18 02:12:33 +02:00
ThatOneCalculator
5dff9df704
feat: ✨ copy feeds from user menu
2023-07-17 17:10:25 -07:00
ThatOneCalculator
9128459ed1
chore: 🌐 (only outbox.json) no longer needed
2023-07-17 09:55:44 -07:00
Kainoa Kanter
2c1df97c15
Merge pull request '[PR]: Import mastodon note package' ( #10499 ) from cgsama/calckey:import-masto-package into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10499
2023-07-17 16:54:45 +00:00
Kainoa Kanter
19934043c5
Merge pull request '[PR]: Store antennas in cache instead of postgres' ( #10442 ) from refactor/antennas-in-cache into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10442
2023-07-17 16:51:33 +00:00
ThatOneCalculator
082b119300
hide mark read button
2023-07-17 09:50:28 -07:00
Kainoa Kanter
3b56117fab
revert 00d1c034d5
...
revert fix: 🐛 Scrolling Issue in Safari for Top and Bottom Bars
2023-07-17 16:26:07 +00:00
freeplay
23b7c3c1b0
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-17 12:16:19 -04:00
freeplay
a79bd2c555
feat: show snippet of alt text when hovering alt button
2023-07-17 12:14:57 -04:00
コルセット姫@がんばらない
cb3b7ef5be
Merge branch 'develop' into import-masto-package
2023-07-17 09:47:04 +00:00
Syuilo
00d1c034d5
fix: 🐛 Scrolling Issue in Safari for Top and Bottom Bars
2023-07-16 22:51:50 -07:00
Namekuji
0775ad96f9
fix: use hostname as prefix instead of host
2023-07-17 01:48:53 -04:00
Kainoa Kanter
15ffb8cf40
feat: ✨ verify links with rel=me ( #10506 )
...
Adds Mastodon-style `rel=me` link verification, and creates a background job to verify said links
Closes #9341
![image](/attachments/861e01eb-660f-4c62-8d83-d824cb79da48)
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Co-authored-by: Namekuji <nmkj@waah.day>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10506
2023-07-17 05:31:34 +00:00
Syuilo
5d4af6b69e
refactor: ⚡ improve performance of contextmenu
2023-07-16 22:12:42 -07:00
naskya
04c43ed3ef
Merge branch 'develop' into refactor/antennas-in-cache
2023-07-17 04:43:03 +00:00
Mizunashi Mana
b7c72b902d
fix: Branch by bind address
2023-07-17 09:52:35 +09:00
CGsama
f5adccecb8
Merge commit '97a0127dbf0b96203902fb075b1d51659a921bfc'
...
Conflicts:
pnpm-lock.yaml
2023-07-16 20:39:26 -04:00
Kainoa Kanter
fa02334ddb
Merge branch 'develop' into move-json5-to-prod-dependencies
2023-07-16 22:34:49 +00:00
ThatOneCalculator
2958655948
chore: 🎨 format
2023-07-16 15:33:17 -07:00
ThatOneCalculator
6165a4b580
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-16 15:32:45 -07:00
ThatOneCalculator
bdc35a343e
refactor: 🚨 linting fix
2023-07-16 15:32:32 -07:00
freeplay
18260e1a63
feat: add view on remote server to user profile dropdowns
2023-07-16 17:46:30 -04:00
freeplay
dfd900c09f
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-16 17:25:12 -04:00
freeplay
6fbbef1a8e
fix: unable to scroll through reactions on mobile
2023-07-16 17:24:34 -04:00
ThatOneCalculator
a88133c4bc
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-16 13:57:46 -07:00
ThatOneCalculator
04c0993f23
Merge branch 'fix/ssrf' into develop
2023-07-16 13:57:27 -07:00
Kainoa Kanter
1f7ca63d39
Merge pull request '[PR]: Fixes Post Import from Certain Mastodon Instances' ( #10473 ) from dvd/calckey:fix/post-import into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10473
2023-07-16 20:51:47 +00:00
Kainoa Kanter
58cd156a54
Merge pull request '[PR]: Fix Quicktime (.mov) Video Player on Chrome' ( #10503 ) from dvd/calckey:fix/quicktime-on-chrome into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10503
2023-07-16 18:14:51 +00:00
freeplay
48c52c3ee8
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-16 13:42:21 -04:00
freeplay
5b5f997ecf
fix: more reliable not closing emoji picker on shift key
2023-07-16 13:41:55 -04:00
DVD
e38facfb7b
Fix: Quicktime Video Play on Chrome
2023-07-16 21:56:08 +08:00
Mizunashi Mana
b9db50de08
fix: Add error message on initialization failed
2023-07-16 20:59:41 +09:00
Mizunashi Mana
e5360536f3
feat: Add bind address option
2023-07-16 20:13:24 +09:00
CGsama
4bb6d7105a
support new zip file by mastodon
2023-07-16 06:24:37 -04:00
Mizunashi Mana
1f441507f7
feat: Move json5 to prod dependencies
2023-07-16 19:00:51 +09:00
CGsama
35f09d0067
change wording
2023-07-16 03:24:37 -04:00
CGsama
0c9ab9fdfa
fix format
2023-07-16 01:47:06 -04:00
CGsama
809d418018
use gunzip-maybe tar-stream to replace exec
2023-07-16 01:41:57 -04:00
CGsama
324d1a932d
handle import mastodon package
2023-07-15 23:02:00 -04:00
コルセット姫@がんばらない
cae6ba0edb
feat: ✨ Add media to Mastodon and Calckey post imports ( #10496 )
...
### What does this PR do?
Adding files fields in the export notes option, and corresponding import notes
Current the mastodon import does not import any attachments, this pr will use the "upload from url" feature to include medias if its a valid URL.
There are many way to convert the outbox.json file, can be simple as upload media_attachments to any web hosting and do string replace on the json file.
I also create a tool that upload the tar.gz file with auto convert and host the media as simplify the process at https://tempfile.moegirl.live
Detail example can be found at https://fedi.moegirl.live/notes/9h76gtqnp2gwl5dz
https://r2temp.moegirl.live/2023/7/15/15356683-050f-423a-b331-c9a05561f52a/shana-settings-_-meng-zhai-le-yuan-xyou-yu-ou-xiang-de-luo-ke-ke-wu-yan-moe-otaku-elysian-x-gloomily-idol-s-rococo-luncheon----mozilla-firefox-private-browsing-2023-07-15-18-36-37.mp4
Co-authored-by: CGsama <CGsama@outlook.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10496
Co-authored-by: コルセット姫@がんばらない <cgsama@noreply.codeberg.org>
Co-committed-by: コルセット姫@がんばらない <cgsama@noreply.codeberg.org>
2023-07-15 22:56:09 +00:00
ThatOneCalculator
bd57b95a97
docs: 💡 going past DB_MAX_NOTE_TEXT_LENGTH
2023-07-15 15:32:39 -07:00
ThatOneCalculator
49b0a52f9f
fix: 🔧 max post length 100000
...
Pleroma doesn't accept >100K (ref: https://blob.cat/objects/82f33d96-534f-45ee-902a-f77c2723db8b )
2023-07-15 14:50:23 -07:00
ThatOneCalculator
e1b8532cd8
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-15 14:22:36 -07:00
ThatOneCalculator
ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07:00
ThatOneCalculator
bb22a671b0
Merge branch 'develop' into rebrand
2023-07-15 14:15:01 -07:00
ThatOneCalculator
d64389543c
fix: 🔒 prevent potential SSRF through media proxy
2023-07-15 14:13:21 -07:00
freeplay
e74af25d16
fix: move nowrap to proper place
2023-07-15 15:26:15 -04:00
freeplay
83294c6c3d
fix: note detailed tabs using wrong styling
2023-07-15 15:21:33 -04:00
ThatOneCalculator
9c2264fb8e
fix: 🐛 allow up to 1024 chars for SMTP login
...
Closes #10472
2023-07-15 00:19:09 -07:00
ThatOneCalculator
63b3666b71
chore: 🎨 format
2023-07-15 00:06:53 -07:00
ThatOneCalculator
9f38f8bbca
refactor: 🗑️ deprecate DB_MAX_NOTE_TEXT_LENGTH
2023-07-15 00:06:42 -07:00
ThatOneCalculator
e3b8c05e47
docs: 📝 descriptions for notes/children+conversation endpoints
2023-07-14 23:16:50 -07:00
ThatOneCalculator
c467db2ea2
refactor: ♻️ correct params for notes/children+conversion
2023-07-14 23:13:32 -07:00
ThatOneCalculator
c99480529f
feat: ✨ seperate sponsors and patrons
2023-07-14 23:03:07 -07:00
ThatOneCalculator
7be2b16215
remove trailing slash
2023-07-14 18:38:53 -07:00
PrivateGER
c9c183fec0
formattin~
2023-07-15 02:15:10 +02:00
PrivateGER
f1c18e0b09
Allow relevancy sorting of Meilisearch
2023-07-15 02:10:42 +02:00
ThatOneCalculator
f3aa965c38
chore: 🎨 format
2023-07-14 16:51:49 -07:00
ThatOneCalculator
102b57424e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-14 16:51:31 -07:00
ThatOneCalculator
8f650e6e3a
refactor: 🚸 filter out https on recommended instances
2023-07-14 16:51:21 -07:00
naskya
6072ec92ab
nowrap tab texts in MkNoteDetailed
2023-07-14 21:48:13 +00:00
freeplay
79aaf392e8
refactor: remove tinycolor from MkFolder + a11y
2023-07-14 15:31:31 -04:00
freeplay
4fde8ba470
fix: error in user card if no user desc
2023-07-14 00:25:01 -04:00
freeplay
f67ea7a609
fix: Follow Request labeling
...
resolves #10368
2023-07-14 00:17:20 -04:00
ThatOneCalculator
133c9f775c
Revert "refactor: ⚡ use blurhash-as for encoding and decoding"
...
This reverts commit ae059881fb
.
2023-07-13 19:06:57 -07:00
ThatOneCalculator
ae059881fb
refactor: ⚡ use blurhash-as for encoding and decoding
2023-07-13 19:00:26 -07:00
ThatOneCalculator
17e0601a95
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-13 18:32:58 -07:00
ThatOneCalculator
2e4c30e572
chore: 🎨 format
2023-07-13 18:32:23 -07:00
Kainoa Kanter
41e5f8495e
Merge pull request '[PR]: User card design' ( #10486 ) from Freeplay/calckey:user-cards into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10486
2023-07-14 00:55:57 +00:00
ThatOneCalculator
361873c6f4
chore: 🎨 format
2023-07-13 17:52:23 -07:00
ThatOneCalculator
cd5c4ff191
refactor: ♻️ no autobind
2023-07-13 17:52:19 -07:00
ThatOneCalculator
be67a5e599
fix: 💄 mkdonation bg
2023-07-13 17:38:44 -07:00
ThatOneCalculator
5b2884c5d3
refactor: 💄 privacy icon
2023-07-13 17:24:24 -07:00
ThatOneCalculator
a82ef942b4
refactor: 💄 relay icon
2023-07-13 17:22:35 -07:00
ThatOneCalculator
cb561ddef8
fix: 💄 different default font if cjk
2023-07-13 17:11:59 -07:00
ThatOneCalculator
5d38558e8a
chore: 🎨 format
2023-07-13 16:53:53 -07:00
okayurisotto
599417de6e
Refactor sw ( #10579 )
...
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): 冗長な部分を変更
* refactor(sw): 使われていない煩雑な機能を削除
* refactor(sw): remove dead code
* refactor(sw): URL文字列の作成に`URL`を使うように
* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
* refactor(sw): `append` -> `set` in `URLSearchParams`
* refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処
* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。
* refactor(sw): i18n loading
* refactor(sw): 型推論がうまくできる書き方に変更
`codes`が`(string | undefined)[]`から`string[]`になった
* refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように
* refactor(sw): `findClient`
* refactor(sw): `openClient`における`any`や`as`の書き換え
* refactor(sw): `openPost`における`any`の書き換え
* refactor(sw): `let` -> `const`
* refactor(sw): `any` -> `unknown`
* cleanup(sw): import
* cleanup(sw)
* cleanup(sw): `?.`
* cleanup(sw/.eslintrc.js)
* refactor(sw): `@typescript-eslint/explicit-function-return-type`
* refactor(sw): `@typescript-eslint/no-unused-vars`
* refactor(sw): どうしようもないところに`eslint-disable-next-line`を
* refactor(sw): `import/no-default-export`
* update operations.ts
* throw new Error
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: Kainoa kanter <kainoa@t1c.dev>
2023-07-13 16:52:04 -07:00
freeplay
46c436bbb1
fix: collapsing white space
2023-07-13 19:32:35 -04:00
freeplay
33931fd896
chore: format
2023-07-13 19:30:22 -04:00
freeplay
55d150f9b1
refactor: use new card design in user popup
2023-07-13 19:27:00 -04:00
freeplay
f591fa14ed
style: user card design
2023-07-13 19:26:44 -04:00
Namekuji
3fc381c050
refactor: use copy_limit if greater than 0
2023-07-13 18:19:08 -04:00
naskya
479d76d763
Fallback language for code MFM should be plaintext
2023-07-13 21:45:54 +00:00
naskya
22102d6c38
fix
2023-07-13 16:10:13 +00:00
naskya
8ad603cba8
Merge branch 'develop' into chore/findOneBy-exist
2023-07-13 15:44:42 +00:00
naskya
ae70f02bb0
More replacements which aren't covered by f4870d6e
2023-07-13 15:31:40 +00:00
naskya
65dcff4a66
Stop using the name 'exist' if it's not for existence check
2023-07-13 15:28:44 +00:00
okayurisotto
f4870d6e4a
refactor(backend): Use exist
to check existence
...
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え
* cleanup
2023-07-13 15:08:36 +00:00
naskya
c9448bb281
fix #10483 (2)
2023-07-13 13:25:45 +00:00
naskya
f451e97505
fix #10483
2023-07-13 13:22:50 +00:00
ThatOneCalculator
64322721b6
refactor: ♻️ substr -> slice
2023-07-12 23:56:22 -07:00
ThatOneCalculator
34b05e1a9d
Revert "refactor: ♻️ simplify shift key logic"
...
This reverts commit ea76790997
.
2023-07-12 23:31:14 -07:00
ThatOneCalculator
9a68e77f92
refactor: ♿ add aria labels to buttons
2023-07-12 23:22:58 -07:00
ThatOneCalculator
c1fe242a25
fix: 💄 scoped style fix
2023-07-12 23:11:36 -07:00
ThatOneCalculator
83f4e6f0ca
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-12 23:09:44 -07:00
ThatOneCalculator
ea76790997
refactor: ♻️ simplify shift key logic
2023-07-12 23:08:41 -07:00
DVD
c5eeb5e583
Fix CW Import
2023-07-13 09:07:35 +08:00
naskya
6129d6eddb
chore: forgot to remove a debug print stmt?
2023-07-13 00:45:26 +00:00
freeplay
b3776a5e69
fix: match custom emoji size to Misskey's
...
resolves #10438
2023-07-12 13:26:36 -04:00
ThatOneCalculator
1c2fa18f34
refactor: 💄 max instance name length 37, gradate specific server dono button
2023-07-12 01:05:16 -07:00
ThatOneCalculator
c75c9f4b75
gap
2023-07-12 01:01:05 -07:00
ThatOneCalculator
17e578010a
fix: 💄 ease-out transitions
2023-07-12 00:58:09 -07:00
ThatOneCalculator
8d88ac30e1
fix: 💄 properly slide in
2023-07-12 00:56:40 -07:00
ThatOneCalculator
6b5d9f7454
fix: 🐛 give donation link in non-admin meta
2023-07-12 00:54:28 -07:00
ThatOneCalculator
badd040df6
fix: 🐛 properly show instance's link
2023-07-12 00:48:07 -07:00
ThatOneCalculator
66d7884b72
feat: 💄 fly in as well
2023-07-12 00:45:53 -07:00
ThatOneCalculator
c7ca8aed74
fix: 💄 scope transition style
2023-07-12 00:36:24 -07:00
ThatOneCalculator
d9fd0ea714
fix: 💄 locales, transition for MkDonation
2023-07-12 00:23:54 -07:00
ThatOneCalculator
5bc1d7ff86
Merge remote-tracking branch 'weblate/develop' into develop
2023-07-11 23:45:39 -07:00
ThatOneCalculator
acb6edef3c
refactor: ♻️ donation link logic, add link to /about, fix typo
2023-07-11 23:42:59 -07:00
ThatOneCalculator
04224bfc66
feat: ✨ Donation pop-up with optional admin link
...
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-07-11 23:23:44 -07:00
ThatOneCalculator
ba7dbe9861
fix: 🐛 save reactions if added
2023-07-11 21:01:31 -07:00
ThatOneCalculator
b0b0fda42c
fix
2023-07-11 20:57:28 -07:00
ThatOneCalculator
7d41179b83
feat: ✨ don't close emoji picker if shift is held down, like Discord
...
https://snug.moe/notes/9h1p04dqytz2qfsz
2023-07-11 20:56:40 -07:00
ThatOneCalculator
2a86a8ad75
fix: 🐛 plus button in reaction settings
2023-07-11 20:36:15 -07:00
ThatOneCalculator
d45c028af4
fix: 🐛 plus button for reactions
2023-07-11 20:30:31 -07:00
ThatOneCalculator
cfb46f2775
fix popup menu
2023-07-11 19:44:00 -07:00
ThatOneCalculator
e57a9a075c
refactor: ♻️ MkPostFormAttachees setup syntax
2023-07-11 19:38:49 -07:00
ThatOneCalculator
d6dd1bc43c
save on delete
2023-07-11 19:24:24 -07:00
ThatOneCalculator
648cc87823
chore: 🎨 format
2023-07-11 19:21:52 -07:00
ThatOneCalculator
d9113cc62c
fix
2023-07-11 19:20:58 -07:00
ThatOneCalculator
bd5bf012d4
fix
2023-07-11 19:08:47 -07:00
ThatOneCalculator
adb5a39b96
fix?
2023-07-11 18:55:24 -07:00
dvd
56906803c8
Merge branch 'develop' into fix/post-import
2023-07-12 01:42:39 +00:00
DVD
576e4121be
Disable signature check
2023-07-12 09:27:20 +08:00
ThatOneCalculator
cacee0228b
fix: 🐛 fix draggable
...
Use vue-draggable-plus instead of vuedraggable: https://github.com/SortableJS/vue.draggable.next/issues/216
Closes #10467
2023-07-11 18:26:53 -07:00
Namekuji
17320b960b
chore: change account
2023-07-11 20:48:38 -04:00
ThatOneCalculator
5a6eba62a5
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-11 15:06:20 -07:00
DVD
4bcfcfe7f1
Fixes image cropper ui
2023-07-11 21:27:10 +08:00
ThatOneCalculator
afb89029b8
chore: vite conf changes
2023-07-10 22:34:04 -07:00
ThatOneCalculator
4fe5322419
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-10 21:29:09 -07:00
ThatOneCalculator
36ef3600c3
build: ⬆️ up backend deps
2023-07-10 21:29:01 -07:00
freeplay
6d70b2402d
style: consistent link underline thickness
2023-07-11 00:27:21 -04:00
ThatOneCalculator
54b6106be3
fix: 🚑 correct import for swiper 10
2023-07-10 21:16:56 -07:00
ThatOneCalculator
8d9154c8c0
perf: ⚡ use fast-blurhash for blurhash decoding, up deps
2023-07-10 21:09:07 -07:00
Kainoa Kanter
225fa2976b
Merge pull request '[PR]: Fix indexing causing Postgres error loop' ( #10462 ) from PrivateGER/calckey:fix/indexing-hang into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10462
2023-07-11 00:51:32 +00:00
freeplay
6c85183da7
style: underline-offset tweak
2023-07-10 19:38:32 -04:00
freeplay
a37daacc56
style: don't truncate URL's
2023-07-10 19:02:31 -04:00
PrivateGER
b46d437971
Fix Postgres error loop when indexing notes
2023-07-10 23:44:31 +02:00
freeplay
ff7df3cc01
style: use muted repeat icon instead of forbidden for disabled boosts
2023-07-10 17:43:02 -04:00
freeplay
ed7b30ad7e
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-10 13:11:09 -04:00
freeplay
ac2f75857f
style: link underlines, attempt two™
2023-07-10 13:09:44 -04:00
Laura Hausmann
5bb7707649
[mastodon-client] fix getDefaultPostPrivacy
2023-07-10 18:58:15 +02:00
Laura Hausmann
5c3a3ac02b
[mastodon-client] userDetail: fallback to username if displayname is null
2023-07-10 18:58:15 +02:00
Laura Hausmann
dc0194a842
Revert "Revert "[mastodon-client] send proper user preferences""
...
This reverts commit dfd9bd5dd1
.
2023-07-10 18:58:15 +02:00
Laura Hausmann
3e1b112f92
Revert "Revert "[mastodon-client] send actual default post privacy instead of fallback value""
...
This reverts commit a441cc6067
.
2023-07-10 18:58:15 +02:00
Namekuji
5291fd4f10
fix: add db to redis uri
2023-07-10 03:54:28 -04:00
Namekuji
b9794dd625
make unused dependencies optional
2023-07-10 03:48:46 -04:00
Namekuji
4f0c6c94aa
remove unnecessary migration file
2023-07-10 03:43:44 -04:00
Namekuji
b6d909f79d
fix config parser
2023-07-10 03:23:38 -04:00
Namekuji
a9ac5fcfec
add environment variable of read size
2023-07-10 02:51:54 -04:00
Namekuji
74eb19acdd
add environment variable to skip copying antenna
2023-07-10 02:31:50 -04:00
Namekuji
4d36c7f4ed
fix: renew entity models
2023-07-10 02:17:30 -04:00
Namekuji
61f0f52d42
copy existing posts in antenna to redis at migration
2023-07-10 01:59:14 -04:00
ThatOneCalculator
ce239565a7
Revert "fix: nav post button gradient transition ( #10401 ) + half refactor ?"
...
This reverts commit 6031e11721
.
2023-07-09 21:08:24 -07:00
ThatOneCalculator
645480f889
chore: 🎨 format
2023-07-09 20:46:58 -07:00
ThatOneCalculator
a5f84ec30b
feat: ✨ Timestamps on announcements
...
Closes #10453
2023-07-09 20:46:53 -07:00
ThatOneCalculator
ba4e96ee1e
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-09 20:12:34 -07:00
ThatOneCalculator
a441cc6067
Revert "[mastodon-client] send actual default post privacy instead of fallback value"
...
This reverts commit 81145570fcb458a9239f88fe9a273d6c2f1810d3.
2023-07-09 20:12:16 -07:00
ThatOneCalculator
dfd9bd5dd1
Revert "[mastodon-client] send proper user preferences"
...
This reverts commit 3fe156f79578d8506cfbb70f3f6f806f50a818b9.
2023-07-09 20:12:13 -07:00
naskya
6e6c3c5845
revert Chinese cat mode for now
...
https://codeberg.org/calckey/calckey/issues/9746#issuecomment-978014
2023-07-10 03:05:27 +00:00
ThatOneCalculator
84b70a4fcc
Revert "style: link underlines"
...
This reverts commit 46d97d49a2
.
2023-07-09 20:01:01 -07:00
ThatOneCalculator
22ab154215
Revert "Isolate text directions in posts"
...
This reverts commit 4795a50162
.
2023-07-09 20:00:55 -07:00
freeplay
4795a50162
Isolate text directions in posts
2023-07-09 22:15:56 -04:00
Laura Hausmann
02ddbe2363
[mastodon-client] return actual status bookmark state
2023-07-10 00:05:52 +02:00
Laura Hausmann
c1e43407d5
[mastodon-client] enforce limits for favorites and bookmarks
2023-07-09 23:53:15 +02:00
Laura Hausmann
ec06d62d61
[mastodon-client] return 404 instead of 401 on NO_SUCH_NOTE
2023-07-09 23:39:48 +02:00
Laura Hausmann
28992db8e4
[server/api/notes/show] return correct status code
2023-07-09 23:35:23 +02:00
Laura Hausmann
76a10c0a54
[mastodon-client] fix posting polls
2023-07-09 23:32:01 +02:00
Laura Hausmann
32ea8320ac
[mastodon-client] populate user details for notifications
2023-07-09 23:32:00 +02:00
Laura Hausmann
d1c9c7cc31
[mastodon-client] fix poll notifications
2023-07-09 23:32:00 +02:00
Kainoa Kanter
b841ed5be8
Merge pull request '[PR]: Fix Mastodon compatibility string' ( #10447 ) from mkljczk/calckey:develop into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10447
2023-07-09 21:26:48 +00:00
naskya
3237a0c27c
Nya-ify capital Greek alphabets
2023-07-09 21:19:09 +00:00
Kainoa Kanter
0cab9d1825
Merge pull request '[PR]: enhance: Implement speak-as-cat for Chinese and Greek' ( #10449 ) from sinofp/calckey:miao into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10449
2023-07-09 21:09:51 +00:00
freeplay
d76a66716a
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-09 15:06:18 -04:00
freeplay
46d97d49a2
style: link underlines
2023-07-09 15:05:39 -04:00
sinofp
d850381376
Implement speak-as-cat for Chinese and Greek
...
The Chinese meow character is 喵, whose pinyin is miāo.
妙, 庙, 描, 渺, 瞄, 秒, 苗, and 藐 are all the miao characters from *3500 commonly used Chinese characters.xls*
@naskya proposed to include 廟 and να.
Download the spreadsheet from https://faculty.blcu.edu.cn/xinghb/zh_CN/article/167473/content/1045.htm
See the discussion at https://codeberg.org/calckey/calckey/issues/9746#issuecomment-974699
2023-07-09 18:54:12 +01:00
marcin mikołajczak
49c68c7d07
Merge branch 'develop' into develop
2023-07-09 16:36:13 +00:00
marcin mikołajczak
d2e4769fa4
Fix Mastodon compatibility string
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-09 18:22:53 +02:00
naskya
8442beae92
fix reactions_not_public condition
2023-07-09 13:58:58 +00:00
ThatOneCalculator
6d7acfb7d3
Merge remote-tracking branch 'origin/develop' into refactor/antennas-in-cache
2023-07-08 23:21:14 -07:00
freeplay
12ae9653ec
fix: error if no banner
2023-07-09 00:42:49 -04:00
freeplay
98ba4a2b55
style fix
2023-07-09 00:32:55 -04:00
freeplay
6031e11721
fix: nav post button gradient transition ( #10401 ) + half refactor ?
2023-07-09 00:22:17 -04:00
freeplay
9588ba3cbf
Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
2023-07-08 23:21:29 -04:00
freeplay
a19e014cc5
fix: MkMedia #10429 ? + styling
2023-07-08 23:21:02 -04:00
Laura Hausmann
bd1faa9ab3
[mastodon-client] enforce limit for notifications
2023-07-09 03:44:41 +02:00
Laura Hausmann
19470265f3
[mastodon-client] always sort timelines by id (descending)
2023-07-09 03:24:23 +02:00
freeplay
9ecffcb1f9
style; proper styling for url preview
2023-07-08 20:30:24 -04:00
ThatOneCalculator
83bcd4fe56
fix: 💄 url preview title size
2023-07-08 17:21:32 -07:00
ThatOneCalculator
45de86370f
chore: 🎨 format
2023-07-08 16:21:15 -07:00
ThatOneCalculator
6883234517
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
2023-07-08 16:20:55 -07:00
ThatOneCalculator
364266da0a
fix: 🐛 server stats setting, meta fetching
2023-07-08 16:20:38 -07:00
ThatOneCalculator
1f5cf72ae7
fix: 🐛 server stats setting, meta fetching
2023-07-08 16:19:55 -07:00
ThatOneCalculator
c33313f797
typo
2023-07-08 16:10:12 -07:00
ThatOneCalculator
01064dd3c6
fix
2023-07-08 15:59:47 -07:00
Laura Hausmann
858549ce41
[mastodon-client] populate user details for account following/followers
2023-07-09 00:58:45 +02:00
Laura Hausmann
e47e905ce9
[mastodon-client] enforce limits for /following and /followers
2023-07-09 00:58:45 +02:00
Laura Hausmann
a9ae14431d
[mastodon-client] TODO/FIXME cleanup
2023-07-09 00:58:45 +02:00
Laura Hausmann
69d1c9746a
[mastodon-client] drive file name fixup
2023-07-09 00:58:45 +02:00
Laura Hausmann
12d7246bf3
[mastodon-client] media caption support
2023-07-09 00:58:45 +02:00
Laura Hausmann
2446822680
[mastodon-client] send proper user preferences
2023-07-09 00:58:45 +02:00
Laura Hausmann
2775ab324e
[mastodon-client] send actual default post privacy instead of fallback value
2023-07-09 00:58:45 +02:00
Laura Hausmann
68ec7b3d94
[mastodon-client] remove reactions reply
2023-07-09 00:58:44 +02:00
Kainoa Kanter
523bf79273
Merge pull request '[PR]: feat: notify announcements with popups' ( #10441 ) from naskya/calckey:feat/announcement-popup into develop
...
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10441
2023-07-08 22:41:54 +00:00
Syuilo
fd1bc109d9
refactor: ⚡ antenna notes in cache
...
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-07-08 15:39:42 -07:00
naskya
fb8c2b1310
fix
2023-07-08 22:37:15 +00:00
naskya
b5585c1e98
better locale & style
2023-07-08 22:29:36 +00:00
Syuilo
5e85d0761e
fix: 🐛 prevent creation of empty antennas
2023-07-08 15:06:59 -07:00
naskya
cb6df7fe25
Don't show announcement popups if the tutorial isn't completed
2023-07-08 21:47:06 +00:00
naskya
2f4f3a3e02
Remove unnecessary imports
2023-07-08 21:21:16 +00:00
naskya
ac9774c1e6
Refactor MkAnnouncement
2023-07-08 21:17:13 +00:00
naskya
8b79f59d8d
Navigate to /announcements if there are more than three unreads
2023-07-08 21:02:11 +00:00
naskya
20fbb4f57e
Don't show more then three announcement popups (because it can be annoying for new users)
2023-07-08 20:31:18 +00:00
naskya
d8a94fc707
oops (remove debug logs)
2023-07-08 20:22:04 +00:00
naskya
e7ccbb030d
Fix isRead not being saved on closing popups
2023-07-08 20:15:08 +00:00
naskya
f7062a03fe
Show popups at client init
2023-07-08 20:09:40 +00:00
naskya
c47ec377c7
Add showPopup, isGoodNews to announcement setting UI
2023-07-08 20:01:16 +00:00
naskya
aeb1f9c993
chore: Use css module
2023-07-08 19:57:26 +00:00
naskya
478be7a3ae
Create MkAnnouncement component
2023-07-08 19:55:38 +00:00
naskya
83d754c7ed
Merge remote-tracking branch 'calckey/develop' into feat/announcement-popup
2023-07-08 19:52:49 +00:00
naskya
75b352b721
Add showPopup, isGoodNews & Update API
2023-07-08 19:48:20 +00:00
freeplay
ab19e68417
fix: banner blur
2023-07-08 13:06:56 -04:00
Kainoa Kanter
c8ae0cfb95
revert 679d89fa59
...
revert build: ⚡ build megalodon with swc
Do it right this time
2023-07-08 16:56:54 +00:00