Commit graph

29377 commits

Author SHA1 Message Date
zima
e94bc67833 Merge pull request 'Fix emoji category sorting' (#56) from dev into stable
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/56
2025-01-22 23:00:00 +00:00
zima
f4e04606c6 Merge pull request 'Sort emoji categories consistently' (#55) from fix-emoji-category-sort into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/55
Reviewed-by: zima <zima@noreply.codeberg.org>
2025-01-22 22:36:50 +00:00
HellhoundSoftware
4d3ddb8862
Regenerate misskey-js type info 2025-01-17 19:25:23 -05:00
HellhoundSoftware
ba18fbf6fe
Sort emoji categories consistently 2025-01-17 19:23:53 -05:00
zima
52b68f383d Merge pull request 'Merge dev into stable' (#54) from dev into stable
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/54
2025-01-15 23:50:12 +00:00
zima
f5d6bdc651 Merge pull request 'Update to Sharkey 2024.11.2' (#50) from Chore-Update-upstream-to-2024.11.2 into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/50
2025-01-14 05:56:32 +00:00
zima
68fbb2915c Fix custom font 2025-01-13 22:16:38 -07:00
zima
794f4ddbe4 Generate new locales 2025-01-13 22:16:33 -07:00
HellhoundSoftware
6478399432
Don't sneakily disable RSS behind users' backs
Also keeps the database shape consistent with what the ORM model says,
because upstream forgot to do that.
2025-01-13 23:34:54 -05:00
zima
239393c64f Merge tag '2024.11.2' into Chore-Update-upstream-to-2024.11.2 2025-01-13 21:01:36 -07:00
zima
2c777025da Merge pull request 'v0.2.0' (#48) from dev into stable
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/48
2025-01-14 02:54:03 +00:00
HellhoundSoftware
cbd0bde157 Fix null coalescing in /admin/emoji/update (fixes #44) (#45)
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/45
Reviewed-by: zima <zima@noreply.codeberg.org>
Co-authored-by: HellhoundSoftware <keith@keithhacks.cyou>
Co-committed-by: HellhoundSoftware <keith@keithhacks.cyou>
2025-01-14 01:48:00 +00:00
zima
4bfe849810 Merge pull request 'Disable import/export buttons when action is in progress' (#47) from import-buttons-feedback into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/47
Reviewed-by: zima <zima@noreply.codeberg.org>
2025-01-14 01:19:54 +00:00
zima
c93bb36eac Merge pull request 'Add smaller font size (resolves #10)' (#46) from smaller-font-size into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/46
Reviewed-by: zima <zima@noreply.codeberg.org>
2025-01-14 00:59:35 +00:00
HellhoundSoftware
987ad20f74
Disable import/export buttons when action is in progress 2025-01-13 16:43:49 -05:00
HellhoundSoftware
03c57d0f93
Add smaller font size 2025-01-13 15:46:05 -05:00
zima
e2339ca32e Merge pull request 'Update defaults for emoji to Fluent Emoji' (#41) from 7-set-default-emoji-set-to-fluent-emoji into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/41
2025-01-07 01:04:40 +00:00
zima
57af29838b Update defaults for emoji 2025-01-06 17:48:02 -07:00
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
zima
45b26d3219 Merge pull request 'Hotfix: Relaxed the rate limit set for the /proxy endpoint' (#40) from dev into stable
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/40
2024-12-26 02:13:15 +00:00
zima
60a6b4e16e Merge pull request 'Adjust rate limit for proxy endpoint' (#39) from 38-hotfix-adjust-proxy-rate-limit into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/39
2024-12-26 02:11:48 +00:00
zima
a4a56e8b7e Adjust rate limit for proxy endpoint 2024-12-25 18:46:19 -07:00
zima
1fc5b17082 Merge pull request 'v0.1.0' (#36) from dev into stable
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/36
2024-12-24 01:59:12 +00:00
zima
a85253ff44 Merge branch 'stable' into dev 2024-12-24 01:40:35 +00:00
zima
9d40879e70 Remove automatic CI on pushes 2024-12-24 01:34:24 +00:00
zima
7c2f8420f4 Merge pull request 'Revert URL to resolve issue with Jest' (#35) from 34-fix-ci-compose-url into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/35
2024-12-24 01:32:32 +00:00
zima
a38848c3be Revert URL to resolve issue with Jest 2024-12-23 18:16:48 -07:00
zima
db7f94dd69 Merge pull request 'Test environment revision and dev environment implementation' (#33) from 31-revise-local-test-suite-and-create-local-dev-container into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/33

Closes #31
2024-12-23 23:49:22 +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
zima
d39316bd16 Create dev container env 2024-12-22 12:03:17 -07:00
zima
daecf42ab4 Remove unnecessary cd 2024-12-22 12:03:05 -07:00
zima
f7523afb8e Set name for test env to not conflict with other envs 2024-12-22 12:02:47 -07:00
zima
fb1189d05b Test db containers no longer use bind mounts and are ephemeral 2024-12-22 12:01:47 -07:00
zima
a019965f6b Change test container to automatically start in work dir 2024-12-22 12:00:26 -07:00
zima
4f4b725f94 Update CI env to use localhost address 2024-12-22 11:58:40 -07:00
zima
143b650b53 Add docker default private network to allowed networks 2024-12-22 11:58:29 -07:00
zima
da6c59382f Merge pull request 'Fix linting in MkEmojiPicker and custom-emojis in frontend' (#32) from fix-linting-in-emoji-picker-and-custom-emoji into dev
Some checks failed
/ testCommit (push) Has been cancelled
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/32

Fixes #28
2024-12-22 01:41:38 +00:00
zima
84f86f526d Fix linting in MkEmojiPicker and custom-emojis in frontend 2024-12-21 18:25:35 -07:00
zima
695e7fd68e Merge pull request 'Add CI workflow for tests' (#30) from ci into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/30
2024-12-22 00:52:58 +00:00
zima
1028474757 Add CI workflow for tests 2024-12-21 17:36:50 -07:00
zima
104eed031e Adjust when script sets up .config dir 2024-12-21 13:19:21 -07:00