Commit Graph

4851 Commits

Author SHA1 Message Date
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