Hazelnoot
8894578b2a
merge: Instance admin UX improvements ( !1059 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1059
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:59:16 +00:00
Hazelnoot
561d44cd23
fix lint error in admin-user.vue
2025-06-01 13:45:02 -04:00
Hazelnoot
37be5b1e37
merge: Increase default "max file size" role policy ( resolves #1083 ) ( !1078 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1078
Closes #1083
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
2025-06-01 17:37:38 +00:00
Marie
4d8efa9be4
add spdx header
2025-06-01 17:35:53 +00:00
Hazelnoot
4c99406aa2
merge: Resolve AP collection items (prerequisite for future work) ( !1067 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1067
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:34:24 +00:00
Hazelnoot
2db4da48ed
reduce default maxFileSize to 25MB
2025-06-01 13:29:26 -04:00
Hazelnoot
e1504cfb88
merge: Persisted instance blocks ( !1068 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1068
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:25:52 +00:00
Marie
1022ee32c8
merge: fix DeepLX ( !1077 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1077
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:25:30 +00:00
Hazelnoot
09e939fe40
merge: Add "unixtime" to the MFM cheatsheet ( resolves #1086 ) ( !1080 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1080
Closes #1086
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:24:26 +00:00
Hazelnoot
84b7f58f70
merge: Fixes to discord preview rendering ( !1075 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1075
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:20:02 +00:00
Hazelnoot
cf341d7ce7
merge: Fix spacing between notes and ads in the timeline ( resolves #1084 ) ( !1079 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1079
Closes #1084
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-01 17:19:07 +00:00
Hazelnoot
c6aaf721cd
use yes/no buttons for reloadAsk
2025-06-01 13:16:13 -04:00
Hazelnoot
3d3846ec85
synchronize localStorage properties to preference profile
2025-06-01 13:16:12 -04:00
Hazelnoot
f5195008a5
add "unixtime" to the MFM cheatsheet
2025-06-01 12:09:49 -04:00
Hazelnoot
e6baf8d02f
fix spacing between notes and ads in the timeline
2025-06-01 11:58:48 -04:00
Hazelnoot
8cfa19ce33
increase default "max file size" role policy to 100MB, matching "drive capacity" which was the original limit.
2025-06-01 11:39:37 -04:00
dakkar
b13781632f
fix DeepLX
...
`??` binds tighter than `? :`, so that expression was parsed as:
```ts
( deeplFreeInstance ?? this.serverSettings.deeplIsPro )
? 'https://api.deepl.com/v2/translate '
: 'https://api-free.deepl.com/v2/translate '
```
which ended up calling the non-free DeepL instead of the local DeepLX
2025-06-01 14:44:49 +01:00
dakkar
034bfc02bd
allow fragments in AP ID URLs - fixes polls
...
our own `renderVote` generates IDs like
`${this.config.url}/users/${user.id}#votes/${vote.id}/activity`
also `renderUpdate` generates
`${this.config.url}/users/${user.id}#updates/${new Date().getTime()}`
so we can't reject IDs with fragments
2025-06-01 14:06:04 +01:00
Outvi V
d0641eaf20
chore: lint
2025-06-01 13:30:24 +08:00
Outvi V
3f77cca7af
chore: lint
2025-06-01 13:20:19 +08:00
Outvi V
e8f2180279
fix: simplify the code
2025-06-01 13:07:57 +08:00
Hazelnoot
89586bf790
correctly render reblogs and quotes-with-CW for discord previews
2025-06-01 00:26:21 -04:00
Hazelnoot
a5857d2724
allow passing user/note into convertStatus for performance
2025-06-01 00:25:53 -04:00
Hazelnoot
efd378f963
return typed relations from MastodonDataService note fetchers
2025-06-01 00:25:39 -04:00
Outvi V
3889457d50
chore: lint
2025-06-01 06:55:31 +08:00
Hazelnoot
c1af8dfb7f
merge: Factor out TransitionGroup dynamic switching into a dedicated component ( !1053 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1053
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-05-31 22:46:12 +00:00
Outvi V
de7f7984cd
chore: move retryOnThrottled
to frontend-shared
2025-06-01 06:30:28 +08:00
Marie
7ab4d375ed
merge: Restore instance banner ( !1073 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1073
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-05-31 19:41:28 +00:00
Marie
6fcc6ba17c
fix indenting
2025-05-31 19:35:02 +00:00
Hazelnoot
c41a4a6860
merge: Add configuration option for the "query is slow" warning ( !1061 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1061
Approved-by: Marie <github@yuugi.dev>
Approved-by: Julia <julia@insertdomain.name>
2025-05-31 16:48:30 +00:00
Marie
b9ada1eea7
merge: Add back in missing tossface option ( !1074 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1074
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Julia <julia@insertdomain.name>
2025-05-31 16:27:47 +00:00
Marie
0c49f9daf1
Add back in tossface
2025-05-31 14:50:53 +00:00
Outvi V
e36ea27517
fix(page.note): throw (not return) on all attempts throttled
2025-05-31 22:50:21 +08:00
piuvas
44f9be3efb
fix indentation.
2025-05-31 09:46:43 -03:00
piuvas
dcb62a3fcc
Update navbar.vue
2025-05-30 23:18:37 -03:00
Outvi V
5e6c6fccc4
chore: lint
2025-05-31 10:09:46 +08:00
Outvi V
85bc401e47
feat(page.note): add delay and retry to embedded note loading
2025-05-31 09:59:29 +08:00
piuvas
b0b2a321f8
improve instanceMute setting.
2025-05-30 20:06:47 -03:00
piuvas
dc53a1edf0
generate types.
2025-05-30 20:06:24 -03:00
piuvas
a5e7a6b68b
improve attributionDomain settings.
2025-05-30 20:06:16 -03:00
dakkar
993bd03134
merge: Block remote interactions with local-only posts ( resolves #972 ) ( !1070 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1070
Closes #972
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-05-30 20:45:55 +00:00
Hazelnoot
693cdde327
upsert reactions to avoid error+retry overhead
2025-05-30 15:37:27 -04:00
dakkar
bba8e9fc79
merge: Add web optimization for video files during processing ( !1054 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1054
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
2025-05-30 19:24:05 +00:00
Hazelnoot
dbc82c1efe
catch errors from fetchInstance() to resolve test errors
2025-05-30 15:03:19 -04:00
Hazelnoot
f6b71d28a0
revert changes to MkImgWithBlurhash to fix CSS issue
2025-05-30 14:55:59 -04:00
PrivateGER
f0207211d9
Import fs module with new syntax
2025-05-30 20:41:51 +02:00
Hazelnoot
9c4e3934d1
exclude local notes from bubble timeline
2025-05-30 14:39:37 -04:00
Marie
9637e1b82b
merge: apply more styles to our icons - fixes #1081 ( !1069 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1069
Closes #1081
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
2025-05-30 17:55:25 +00:00
Hazelnoot
b0a5efb357
block remote interactions with local-only posts
2025-05-30 13:10:46 -04:00
Hazelnoot
5818a89ba0
fix circular reference between i.ts, instance.ts, and misskeyApi.ts
2025-05-30 13:04:38 -04:00