1
0
Commit Graph

9204 Commits

Author SHA1 Message Date
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
Marie 893f964def merge: check signatures with and without query - fix #1036 (!966)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/966

Closes #1036

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-05 23:23:30 +00:00
Marie 142b3b552e update comment 2025-05-05 23:04:43 +00:00
Marie 621f2e2ee4 upd: add logger, check hostname, add catch 2025-05-06 01:02:27 +02:00
Hazelnoot 3a7e50932c Merge branch 'develop' into merge/2025-03-24
# Conflicts:
#	packages/frontend/src/pages/welcome.entrance.a.vue
2025-05-05 16:48:13 -04:00
Marie cb3f5f598d Update instance.ts 2025-05-05 17:33:27 +00:00
Marie e2be44fb99 change regex to include a zero-length match 2025-05-05 13:03:39 +00:00
Marie 581cc2b513 remove http/https protocol 2025-05-05 13:00:31 +00:00
Hazelnoot 76597d1a4c check role assignments in featured timeline 2025-05-04 08:55:57 -04:00
Hazelnoot f6eb3148f3 use bucket rate limit for featured timeline 2025-05-04 08:55:26 -04:00
Hazelnoot 2294c22e35 fix scrolling in following feed on mobile 2025-05-04 08:47:38 -04:00
Hazelnoot e87afe5804 fix more type errors because TS can't make up its mind 2025-05-03 22:21:38 -04:00
Hazelnoot ff8b22ce60 apply optimized domain block pattern to silence and bubble checks 2025-05-03 21:54:25 -04:00
Hazelnoot f4dafd709c check suspended users/hosts in following feed 2025-05-03 21:43:53 -04:00
Marie d7a54dbe7f instance > meta 2025-05-03 23:07:14 +00:00
Marie a2efaa157f Hide scrolling timeline when local timelines are disabled for guests (resolves #1043) 2025-05-03 23:03:15 +00:00
Marie 47afda6d8c Change "Powered by" color based on fgOnAccent (resolves #1041) 2025-05-03 22:58:10 +00:00
Marie 01d8159bc9 fix padding/margin on tabs as --margin no longer exists 2025-05-03 22:46:12 +00:00
Marie a7fa4100be fix background transparency on notes 2025-05-03 22:39:49 +00:00
Marie 69448c0204 fix incorrect file extension for error image 2025-05-03 11:49:24 +00:00
dakkar d41372f948 (manually) revert bc422fe36f
the fix for #1037 was wrong (it would collapse a boosted quote if the
quoted note was from the current user), and not
necessary (`appearNote.value.userId` _is_ the author of the boosted
note, no need to look inside `note.renote` at all)

so… I'm not sure why I even raised the issue 😕
2025-05-03 08:47:29 +01:00
dakkar ae5b5e77cc fix "collapse renotes of my own notes" 2025-05-02 20:05:56 +01:00
Marie c74e472041 merge: nicer SQL checks for blocked hosts (!977)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/977

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-02 18:54:54 +00:00
dakkar 203cd7ad31 put widgets drawer back on the right hand side 2025-05-02 19:44:14 +01:00
dakkar 75ecbd22e3 use correct source for notficationClickable 2025-05-02 19:30:18 +01:00
dakkar 3f611fe234 honour blocked hosts in global-timeline 2025-05-02 15:57:56 +01:00
dakkar 31d93c8052 nicer SQL checks for blocked hosts
instead of passing a (possibly gigantic) array from JS, we get
PostgreSQL to look at the value in the `meta` table directly

tested the `federation/instances` endpoint, and the `QueryService`
methods; I have not tested the charts
2025-05-02 15:57:56 +01:00
Hazelnoot 54b5c930cb enforce maxFileSize for remote users 2025-05-02 08:37:42 -04:00
Marie d3a07a8c1c merge: save draft early when doing "delete&edit" - fixes #638 (!975)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/975

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-01 23:06:34 +00:00
Marie f2f3ae0112 merge: collapse renotes of notes created by the logged-in user - fix #1037 (!974)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/974

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-01 23:04:45 +00:00
Marie d84509b7c3 merge: allow clearing a role's color - fixes #734 (!976)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/976

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-01 23:02:13 +00:00
Hazelnoot 3199c309e2 make bubble timeline visibility checks match local timeline 2025-05-01 12:14:45 -04:00
Hazelnoot 2d4741603d Merge remote-tracking branch 'origin/merge/2025-03-24' into merge/2025-03-24 2025-05-01 12:07:45 -04:00