Commit graph

27258 commits

Author SHA1 Message Date
c30d755eb3 missed some rocket icons 2024-07-12 21:58:27 -06:00
ecdc10686c oops 2024-07-11 16:16:01 -06:00
5b0e4b99e6 bump version 2024-07-11 16:04:33 -06:00
9c98ad70d4 Replace rocket with repeat, and fix localonly icon 2024-07-11 16:03:59 -06:00
e9594d3579 Merge branch 'stable' of activitypub.software:limepotato/sharkey into stable 2024-07-08 11:21:57 -06:00
45095b91c1 start star? 2024-07-08 11:21:45 -06:00
bacc429c18 Update README.md 2024-07-07 06:05:05 +00:00
0ce73b87c7 rounderish 2024-07-06 21:19:56 -06:00
6b6903dd41 Bump version 2024-07-06 19:05:37 -06:00
0c9bea367e Builtin catppuccin themes 2024-07-06 19:04:54 -06:00
4c2fffa54f hmm 2024-07-06 16:10:06 -06:00
2b8c5d306c hmmm 2024-07-06 16:03:47 -06:00
6c78f81739 Bump version 2024-07-06 15:52:39 -06:00
036d8be30d Fill robots.txt 2024-07-06 15:51:22 -06:00
35557b0b8b Increase post form height 2024-07-06 15:49:59 -06:00
cecf94fed6 these are a different kind of notes 2024-07-06 15:08:23 -06:00
5428a9fba5 Bump Version 2024-07-06 14:19:36 -06:00
61094b8bbe Rename 'Users' to 'Creatures'
Signed-off-by: limepotato <limepot@protonmail.ch>
2024-07-06 14:18:34 -06:00
1331efc96a Rename Boosts to Rebeeps
Signed-off-by: limepotato <limepot@protonmail.ch>
2024-07-06 14:18:32 -06:00
ed3a9f7e39 Rename 'Notes' to 'Beeps'
Signed-off-by: limepotato <limepot@protonmail.ch>
2024-07-06 14:18:30 -06:00
dakkar
39e953270e merge: bump version (!561)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/561

Approved-by: Marie <marie@kaifa.ch>
2024-06-26 20:10:51 +00:00
dakkar
d4238e5b4f bump version
2024.5.0 should have been called 2024.5.0-rc, let's at least have a
clearly different version for the real release
2024-06-26 20:59:45 +01:00
dakkar
dc4f6c8016 merge: release 2024.5.0 (!556)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/556

Approved-by: Tess K <me@thvxl.se>
2024-06-26 19:57:45 +00:00
dakkar
348366fa7d merge: parse notRespondingSince from redis instance cache (!560)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/560

Approved-by: Tess K <me@thvxl.se>
Approved-by: Marie <marie@kaifa.ch>
2024-06-25 13:10:48 +00:00
anatawa12
0e5a52c678 fix: notRespondingSinceが実装される前に不通になったインスタンスが自動的に配信停止にならない (#14059)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-06-23 10:59:43 +01:00
dakkar
3c3485e8a8 parse notRespondingSince from redis instance cache
if we don't do this, we'll get a string, and `DeliverProcessorService`
will error out `i.notRespondingSince.getTime is not a function`
2024-06-23 10:57:05 +01:00
dakkar
c57931d408 merge: ugly work-around to prevent plugins from breaking timelines (!558)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/558

Approved-by: Leah <kevinlukej@gmail.com>
Approved-by: fEmber <acomputerdog@gmail.com>
2024-06-21 14:39:26 +00:00
dakkar
52bb428fdb merge: cache-bursting for stylesheets and fonts (!557)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/557

Approved-by: Leah <kevinlukej@gmail.com>
Approved-by: Tess K <me@thvxl.se>
2024-06-21 12:22:27 +00:00
dakkar
d6a1db1e7b ugly work-around to prevent plugins from breaking timelines
as the comment says, this is a complicated interaction that must be
fixed upstream (I'm not going to fork aiscript for this!)

but at least this stops errors in plugins from completely breaking
Sharkey's frontend
2024-06-20 10:23:29 +01:00
dakkar
6d1b1df1aa cache-bursting for stylesheets and fonts
adding `?version=…` makes sure browsers get the latest files, and it
looks like they honour the caching headers we send back
2024-06-19 17:04:49 +01:00
dakkar
717696c472 merge: Misskey fixes & add button to see if notification dot works (!553)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/553

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <marie@kaifa.ch>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
2024-06-18 15:25:39 +00:00
KevinWh0
da63519854 add .js to import in general.vue 2024-06-18 15:45:00 +01:00
KevinWh0
c71b74c2a0 remove $i check from attemptShowNotificationDot 2024-06-18 15:45:00 +01:00
KevinWh0
72c8391208 change notificationDotNotWorkingAdvice wording 2024-06-18 15:45:00 +01:00
KevinWh0
a3ff0510fb added docs for how to enable it 2024-06-18 15:45:00 +01:00
KevinWh0
88eb1a0c53 fixes & add button to see if notification dot works 2024-06-18 15:44:58 +01:00
dakkar
16ecc2e406 merge: Revert "fix: start only one instance of ChartManagementService scheduled job" (!555)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/555

Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: fEmber <acomputerdog@gmail.com>
2024-06-18 14:26:51 +00:00
dakkar
b7805adc85 merge: prepare for 2024.5, 2nd try (!554)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/554

Closes #494

Approved-by: Tess K <me@thvxl.se>
Approved-by: Marie <marie@kaifa.ch>
2024-06-18 14:25:04 +00:00
dakkar
91cd995fb2 Revert "fix: start only one instance of ChartManagementService scheduled job"
This reverts commit 2532fea702.
2024-06-18 15:20:09 +01:00
dakkar
8d9781876d merge: merge up to 2024.5.0 (!537)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/537

Approved-by: Marie <marie@kaifa.ch>
2024-06-17 11:04:47 +00:00
dakkar
3545d4f67b merge: add fade and followmouse to list of animated mfm tags (!551)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/551

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <marie@kaifa.ch>
2024-06-17 09:57:29 +00:00
Sugar
be5cda6f6f add fade to animated mfm tags 2024-06-17 05:36:10 +02:00
dakkar
4c06f9a6e2 followmouse should be gated by "play animation" button 2024-06-15 13:45:27 +01:00
Amelia Yukii
6c2c5c3112 merge: run tests in CI (!549)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/549

Approved-by: Tess K <me@thvxl.se>
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
2024-06-15 12:17:44 +00:00
dakkar
cc598384ce run tests in CI 2024-06-15 12:17:44 +00:00
dakkar
ce10bc7494 merge: add copyright text to all our files (!550)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/550

Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: Leah <kevinlukej@gmail.com>
2024-06-15 12:15:35 +00:00
dakkar
b525c5887f add copyright text to all our files 2024-06-15 11:36:55 +01:00
dakkar
d27965d8b3 remove duplicate switches
I got confused in the last merge from `develop`
2024-06-14 11:40:22 +01:00
dakkar
26ea236e6d added rough japanese translation 2024-06-14 11:23:09 +01:00
dakkar
fdd9df8ae9 Merge branch 'develop' into future-2024-05-31 2024-06-14 11:19:13 +01:00