Commit graph

29412 commits

Author SHA1 Message Date
46f2d31819 Update packages/frontend/src/pages/admin/branding.vue
syntax
2025-01-15 17:06:34 +00:00
4512d2c87b Update packages/frontend/src/pages/admin/branding.vue
syntax
2025-01-15 16:56:37 +00:00
3c7e9325af Update packages/frontend/src/pages/admin/branding.vue
syntax
2025-01-15 16:53:00 +00:00
adb2693cfe Update packages/backend/src/server/api/endpoints/admin/meta.ts 2025-01-15 06:34:26 +00:00
48407e4c3b Update packages/backend/src/models/json-schema/meta.ts 2025-01-15 06:14:38 +00:00
9a683d2359 Update packages/backend/src/server/api/endpoints/admin/meta.ts
syntax fix
2025-01-13 13:02:12 +00:00
326e892d68 Update packages/backend/src/server/api/endpoints/admin/update-meta.ts
add links
2025-01-13 12:17:55 +00:00
484c4407f1 Update packages/backend/src/server/api/endpoints/admin/meta.ts
add links
2025-01-13 12:14:51 +00:00
e988c607bf Update packages/backend/src/models/Meta.ts
add links
2025-01-13 12:10:34 +00:00
5a3fe6b4b7 Update packages/backend/src/models/json-schema/meta.ts
add links
2025-01-13 12:03:11 +00:00
f0be45bf2a Update packages/backend/src/core/entities/MetaEntityService.ts
add links
2025-01-13 11:58:17 +00:00
c1fa231b6b Upload files to "packages/backend/migration"
add link files
2025-01-13 11:51:39 +00:00
7014dff641 links test 2025-01-11 17:46:47 +10:30
d5c0c37d99 links test 2025-01-11 17:42:25 +10:30
a4919c5224 Upload files to "packages/backend/assets"
test image
2025-01-04 03:18:44 +00:00
aa3d32b7b9 Delete favicon.ico 2025-01-04 03:17:53 +00:00
0cc4b4ed25 Upload files to "/"
test
2025-01-04 03:17:28 +00:00
912b4cee14 Delete packages/backend/assets/favicon.ico 2025-01-04 03:16:58 +00:00
f7ff33dfd5 Update README.md 2025-01-03 20:34:45 +00:00
faf758e192 Update README.md 2025-01-03 20:33:57 +00:00
b493a24d6e Update README.md
img link
2025-01-03 20:31:54 +00:00
7aea24f450 Upload files to "packages/frontend/assets"
re add logo
2025-01-03 20:30:19 +00:00
048d4922a5 Upload files to "packages/frontend/assets"
re add img
2025-01-03 20:29:53 +00:00
b90acb67be merge upstream 2025-01-03 09:13:01 +10:30
dakkar
0a4e1614ea merge: 2024.11.2, for real (!846)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/846
2025-01-01 17:26:31 +00:00
dakkar
5ef24836ef bump version 2025-01-01 17:11:38 +00:00
dakkar
f4aa986abd fix scheduled replies becoming quote-boosts
thanks to @CenTdemeern1 for triggering this bug!
see https://kitsunes.club/notes/a2h1y2rq9n

also compare with https://s.thenautilus.net/notes/a2h1y2rqx9

my instance errored out with:

> WARN 1	[remote ap]	Failed to resolve quote
> https://mastodon.social/users/DrALJONES/statuses/110586222749407429
>  for note https://kitsunes.club/notes/a2h1y2rq9n: StatusError: 404 Not
> Found

What happened?

* Charlotte scheduled a reply
* the processor called `findOneBy` with an undefined `note.renote`,
  which probably caused a `select` without any `where`
* a random note was attached as a quote
* that note has been deleted on the original instance but not on
kitsuclub's database
* the rest of fedi didn't notice the quote
2025-01-01 17:10:56 +00:00
Julia
4c0bbddd0f merge: Bump stable version (!842)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/842
2024-12-31 02:30:13 +00:00
Julia Johannesen
afad149c6f
Bump version 2024-12-30 21:12:03 -05:00
dakkar
befc4512d0 merge: rethrow everything but non-retryable HTTP errors (!837)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/837

Approved-by: Marie <github@yuugi.dev>
Approved-by: Charlotte <timo.herngreen@gmail.com>
2024-12-30 08:52:06 +00:00
Hazelnoot
4b6a338e0d merge: fix: Replace RE2 with RegExp for "mute word" regex validation (resolves #850) (!836)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/836

Closes #850

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2024-12-26 19:09:49 +00:00
Hazelnoot
9fc562be3d avoid use of any in logger.ts 2024-12-26 13:46:15 -05:00
dakkar
45f7743323 fix types
I don't understand the difference between `any` and `unknown`, but the
type signatures before this branch had `Record<string, any> | null`,
and this code passes the typecheck… mah
2024-12-26 09:33:35 +00:00
Hazelnoot
abb2c37591 re-implement "reduce inbox log spam when fetching blocked / unavailable notes" 2024-12-22 15:28:28 -05:00
dakkar
e4047b4076 rethrow everything but non-retryable HTTP errors
every job that ends without an exception will be considered
"completed" and not retried
2024-12-22 15:28:21 -05:00
dakkar
5eca807e19 merge: Revert "Synchronize server startup" (!831)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/831

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Charlotte <timo.herngreen@gmail.com>
2024-12-21 16:35:51 +00:00
dakkar
0c123d04d6 merge: Sync charts one-at-a-time to reduce database contention and timeouts (!830)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/830

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Charlotte <timo.herngreen@gmail.com>
2024-12-21 16:35:44 +00:00
bunnybeam
9160ede4d5
replace RE2 with RegExp for regex word mute validation 2024-12-21 01:34:56 +00:00
Hazelnoot
4e422836dd merge: Fix the ascii art (!835)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/835

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2024-12-20 22:35:15 +00:00
Hazelnoot
50290cf002 merge: Add Release version to Sentry logging (!834)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/834

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2024-12-20 22:34:34 +00:00
CenTdemeern1
eb21b13e73 Fix the ascii art
I should really make a new one from scratch sometime
2024-12-20 02:58:35 +01:00
Kio!
903b2be132 Update file worker.ts 2024-12-19 19:20:57 +00:00
Kio!
0bb61fef7b Update file worker.ts 2024-12-19 19:11:52 +00:00
Kio!
cdc11df562 Add missing imports before Dakkar can mention it 2024-12-19 19:07:04 +00:00
Kio!
990388141c Add Meta, oops 2024-12-19 19:01:14 +00:00
Kio!
ba9f7f42d2 Add Release version to sentry logging 2024-12-19 17:30:22 +00:00
Hazelnoot
465c780a04 Revert "Synchronize server startup"
This reverts commit ffbdfa9123.
2024-12-19 11:22:54 -05:00
Hazelnoot
d14f0b140b merge: fix typo in translation key (!829)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/829

Approved-by: Marie <github@yuugi.dev>
Approved-by: Charlotte <timo.herngreen@gmail.com>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
2024-12-18 18:26:52 +00:00
Hazelnoot
62327152ec merge: Check for cross-domain redirects that bounce from an allowed domain to a blocked domain (!827)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/827

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2024-12-18 18:26:23 +00:00
dakkar
72db1c3937 fix typo in translation key
yes, it's mis-spelled in the code
2024-12-18 17:46:37 +00:00