Hazelnoot
|
22bba7fe6d
|
fix media upload error caused by extraneous array brackets
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
347edb107b
|
copy stack to AxiosError causes
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
38b1e1225c
|
use isAxiosError to improve type detection
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
fefe2f6db8
|
more improvements to Mastodon error logging
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
34e0d73a60
|
differentiate between "error" and "exception" in mastodon API
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
2c5fb36e7f
|
add missing "return reply" calls to async fastify routes
Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
9db39d449f
|
more fixes to Mastodon logging
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
b6f4fda80d
|
handle AxiosErrors without a response
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
282ef9e673
|
split exception logging from error logging to simplify and improve mastodon errors
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
f7ca7a2cc0
|
minor refactor to ServerUtilityService.addMultipartFormDataContentType
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
3b44e11799
|
improvements to Mastodon error conversion
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
6757c227a9
|
check type of field values
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
cbe88122b9
|
fix hook targets
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
89cab66898
|
fix multipart/form-data decoding
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
c0f24eaf5d
|
correctly parse response errors for logging
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
2aa3cf2731
|
debug-log mastodon error responses
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
e9ae78c0b7
|
enable debug logging for Mastodon API
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
fd5a3eb3f8
|
add logging.verbose option to enable debug logging in production. (same function as MK_VERBOSE environment variable)
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
7db03f61b1
|
store OAuth "website" in POST /api/v1/apps
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
7cd181df71
|
improve type checks in POST /api/v1/apps endpoint
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
317f5602fe
|
temporary: add recursive error handler to MastodonApiServerService.ts
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
cd4fbc851b
|
improve compatibility with multipart/form-data mastodon API requests
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
1a19301c90
|
merge: Add missing paused state (!992)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/992
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
|
2025-05-08 14:05:52 +00:00 |
|
Hazelnoot
|
3fc2cc125b
|
merge: when creating a note as a side-effect, make it silent - fixes #986 (!932)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/932
Closes #986
Approved-by: Marie <github@yuugi.dev>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
|
2025-05-08 14:05:16 +00:00 |
|
dakkar
|
1a94437ac0
|
bump version to be a -rc
|
2025-05-08 11:37:06 +01:00 |
|
Marie
|
8635365b8f
|
add missing state to types
|
2025-05-08 11:46:21 +02:00 |
|
Marie
|
239bfd3b62
|
add missing state
ref: https://github.com/misskey-dev/misskey/issues/15992
|
2025-05-08 11:45:36 +02:00 |
|
Marie
|
a72610c8d6
|
merge: Reorder relay activities to avoid delivery race condition (resolves #989) (!986)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/986
Closes #989
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
|
2025-05-08 09:17:07 +00:00 |
|
Marie
|
d9a4268711
|
merge: Respect "enable favicon notification dot" setting (resolves #1048) (!988)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/988
Closes #1048
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2025-05-08 09:16:16 +00:00 |
|
Marie
|
0d6b52ab3a
|
merge: Fix polls not rendering properly in Schedule List (!990)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/990
Closes #1049
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2025-05-08 09:16:09 +00:00 |
|
Marie
|
29f6777a07
|
merge: reverts the check in usingBunnyCdn back and some lint fixes caused by other commits (!989)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/989
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2025-05-08 09:14:55 +00:00 |
|
Marie
|
ffbfe741e3
|
Fix missing icon, Fix import of all notes being outside all notes folder
|
2025-05-08 01:40:40 +02:00 |
|
Marie
|
cfad5999b2
|
Fix polls not rendering properly in Schedule List
|
2025-05-08 01:26:56 +02:00 |
|
Marie
|
a3454543f5
|
Fix frontend lint issue caused by adding reset
|
2025-05-07 19:20:37 +00:00 |
|
Marie
|
0195810b6a
|
revert back to old check
|
2025-05-07 19:10:34 +00:00 |
|
Hazelnoot
|
6ec295b461
|
check notification dot preference from prefer instead of store (resolves #1048)
|
2025-05-07 13:30:34 -04:00 |
|
Hazelnoot
|
b66a486036
|
merge: Show all files for Drive Cleaner (!982)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/982
Closes #1033
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
|
2025-05-07 17:14:41 +00:00 |
|
Hazelnoot
|
6a06bd9361
|
merge: add logo text source and instructions (!983)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/983
Approved-by: Marie <github@yuugi.dev>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
|
2025-05-07 17:12:46 +00:00 |
|
Hazelnoot
|
c302a5c2d7
|
reorder relay activities to avoid delivery race condition
|
2025-05-07 12:40:01 -04:00 |
|
Hazelnoot
|
d39a56c1b7
|
merge: Merge upstream 2025.4.1 (!955)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/955
Closes #638, #1037, #734, and #766
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
|
2025-05-07 16:33:18 +00:00 |
|
dakkar
|
9e271b6fda
|
add logo text source and instructions
|
2025-05-07 17:02:25 +01:00 |
|
Marie
|
4eab54d2ca
|
merge: Add BunnyCDN Edge Storage support (!952)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/952
Closes #1020
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2025-05-07 08:49:50 +00:00 |
|
Marie
|
6b6dd372cb
|
up
|
2025-05-07 10:48:09 +02:00 |
|
Marie
|
f1b0ff8f5f
|
isNotUserHome > isUserHome
|
2025-05-07 10:46:17 +02:00 |
|
Marie
|
da54742291
|
add boolean to ignore folderId sorting, show all files on drive cleaner
|
2025-05-07 09:06:50 +02:00 |
|
Marie
|
7f2ff3ddcc
|
fix const name
|
2025-05-07 08:26:07 +02:00 |
|
Marie
|
e77b6cf24d
|
fix background tomfoolery for mobile users
|
2025-05-07 08:22:35 +02:00 |
|
Marie
|
1795ac50b5
|
fix background image tomfoolery on desktop
|
2025-05-07 01:02:35 +02:00 |
|
Hazelnoot
|
95cd19b049
|
Merge branch 'develop' into merge/2025-03-24
|
2025-05-06 11:20:46 -04:00 |
|
Marie
|
216ab3aea7
|
merge: remove http/https protocol in uri on masto api (!980)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/980
Closes #1046
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2025-05-06 08:33:19 +00:00 |
|