syuilo
1df90cef4c
update typescript
2024-06-21 13:03:00 +09: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
woxtu
b683d79f8b
Fix type checking ( #14047 )
2024-06-20 16:24:10 +09: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
woxtu
77ae69355c
Enable to iterate over DOM collections ( #14040 )
2024-06-19 12:19:38 +09: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
woxtu
f37d684fab
Add missing styles ( #14031 )
2024-06-18 19:46:20 +09:00
Kisaragi
a88579ca98
docs: add changelog entry (follow-up of #14036 ) ( #14037 )
2024-06-18 12:44:30 +09:00
Ryu jongheon
d0ee0203e1
Fix(backend): Limit antenna/webhook/list to exact amount ( #14036 )
...
... not +1
* Update antennas/clips e2e test
2024-06-18 12:18:04 +09: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
zyoshoka
379ce0145b
fix(frontend): fix time on MkChart
's story ( #13958 )
2024-06-15 16:35:41 +09:00
かっこかり
34458d767b
fix changelog
2024-06-15 15:46:36 +09:00
anatawa12
96fcb9f54c
ci: upgrade dockle ( #14002 )
2024-06-15 14:10:37 +09:00
zyoshoka
d4e2be68ee
fix(frontend): chart in MkInstanceCardMini
is no longer displayed ( #13932 )
...
* fix(frontend): chart in `MkInstanceCardMini` is no longer displayed
* Update CHANGELOG.md
* test: add `MkInstanceCardMini` story
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-06-15 10:32:51 +09:00
Acid Chicken
1a82a41f92
refactor(backend): get column names from metadata ( #13943 )
...
* ci: enable
* chore: stop when generated column found
* chore: get column names from metadata
* ci: disable
2024-06-15 10:28:57 +09:00
Kisaragi
9bddb81efc
chore: issueを起票する前にGitHub Discussionsにも誘導する ( #13991 )
2024-06-15 08:43:11 +09:00
anatawa12
220e112c83
fix rate limit check never ends ( #13994 )
2024-06-15 08:42:13 +09: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
dakkar
a22450d4f3
merge: feat: add an option to collapse replies ( !545 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/545
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <marie@kaifa.ch>
2024-06-14 10:13:59 +00:00
dakkar
7c6312833f
fix "react" button style in SkNoteDetailed
...
thanks fEmber for noticing!
2024-06-13 14:17:04 +01:00
dakkar
26975419af
more lints
2024-06-13 09:52:48 +01:00
dakkar
6601e95e67
types
2024-06-13 09:24:56 +01:00
dakkar
599bc708de
lints
2024-06-13 09:24:36 +01:00
dakkar
ed8b1b8f07
keep renoteCollapsed as it was before adding reply collapse
2024-06-13 10:13:46 +02:00
dakkar
b2cbd507fe
Merge branch 'develop' into future-2024-05-31
2024-06-13 09:06:24 +01:00
dakkar
853058e78d
merge: tweak the rate limit for notes/create
and other improvements ( !548 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/548
Closes #467 and #468
Approved-by: fEmber <acomputerdog@gmail.com>
Approved-by: Marie <marie@kaifa.ch>
2024-06-13 07:58:28 +00:00
dakkar
fef64e9c69
merge: Choosing search engines for search mfm ( !547 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/547
Approved-by: Luna <her@mint.lgbt>
Approved-by: Marie <marie@kaifa.ch>
2024-06-13 07:58:06 +00:00
Kisaragi
c51347d78b
docs: update changelog (follow-up of #13949 ) ( #13971 )
2024-06-13 11:09:03 +09:00
Kisaragi
dc3629e732
feat(backend): report Retry-After
if client hit rate limit ( #13949 )
...
* feat(backend): report `Retry-After` if client hit rate limit
* refactor(backend): fix lint error
2024-06-13 10:56:26 +09:00
syuilo
c73d739bd6
node 22 support
2024-06-13 10:40:20 +09:00
sirsegv
1616cb533e
Fix json module imports for node 22 ( #13875 )
2024-06-13 10:18:01 +09:00
dakkar
73323a70a3
use configured boost visibility, instead of note's
2024-06-12 17:51:35 +01:00
dakkar
935cb73c0b
more robust "only one renote at a time" logic
...
this blocks the button as well, not just the hotkey
2024-06-12 17:49:13 +01:00