dakkar
|
41ac75a113
|
fix uses of renamed method
`FederatedInstanceService.fetch` will now just load from the DB, it
won't do anything if the instance is not already there
|
2024-11-08 16:45:51 +00:00 |
|
dakkar
|
ffebe778d4
|
copy changes from NoteCreate to NoteEdit
|
2024-11-08 15:55:50 +00:00 |
|
dakkar
|
f079edaf3c
|
Merge tag '2024.10.1' into feature/2024.10
|
2024-11-08 15:52:37 +00:00 |
|
Julia
|
e783359aca
|
merge: Revert "Experimental: dont mark backfetched notes as silent" (!703)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/703
Approved-by: Julia <julia@insertdomain.name>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
|
2024-11-03 19:39:00 +00:00 |
|
かっこかり
|
6718a54f6f
|
fix(backend): ノートを連合する際にリモートユーザーのacctの大小文字を区別して処理している問題を修正 (#14880)
* fix: make sure outgoing remote mentions get resolved correctly if referenced with non-canonical casing (resolves #646)
* Update Changelog
* Update Changelog
* indent
---------
Co-authored-by: Laura Hausmann <laura@hausmann.dev>
|
2024-11-03 08:26:51 +09:00 |
|
Hazelnoot
|
ddf572c22f
|
fix lint errors in FollowingEntityService.ts
|
2024-11-02 17:43:11 -04:00 |
|
Hazel K
|
37fd454f70
|
factor out shared code
|
2024-11-02 17:39:16 -04:00 |
|
Marie
|
b8b077cbad
|
chore: replace recaptcha with frc
|
2024-11-02 11:02:13 +00:00 |
|
Marie
|
d786e96c2b
|
upd: add FriendlyCaptcha as a captcha solution
FriendlyCaptcha is a german captcha solution which is GDPR compliant and has a non-commerical free license
|
2024-11-02 02:20:35 +01:00 |
|
Hazelnoot
|
37ff2bb0ca
|
always approve the first / root user
|
2024-11-01 09:29:40 -04:00 |
|
Hazelnoot
|
f36a1a5701
|
allow admins to create approved users
|
2024-11-01 09:29:40 -04:00 |
|
Julia
|
1520bc1715
|
merge: Split character limits between local and remote notes (resolves #723) (!669)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/669
Closes #723
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Julia <julia@insertdomain.name>
|
2024-10-29 03:04:25 +00:00 |
|
Tamme Schichler
|
8eb7749e44
|
fix(backend): Accept arrays in ActivityPub icon and image properties (#14825)
This is allowed according to the Activity vocabulary: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon
The issue is noticeable in combination with Bridgy Fed: https://github.com/snarfed/bridgy-fed/issues/1408
|
2024-10-28 21:06:16 +09:00 |
|
dakkar
|
276b30bdc0
|
merge: Collapse user activity, files, and listenbrainz on mobile (resolves #747) (!718)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/718
Closes #747
Approved-by: Marie <github@yuugi.dev>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2024-10-27 12:12:30 +00:00 |
|
Hazelnoot
|
a541eaba5e
|
fix test errors
|
2024-10-26 17:34:42 -04:00 |
|
Hazelnoot
|
27b502fab5
|
normalize re-fetch logic between InboxProcessorService and ActivityPubServerService
|
2024-10-26 10:40:15 -04:00 |
|
Hazelnoot
|
c0a5955e0a
|
log key rotation
|
2024-10-26 10:40:15 -04:00 |
|
Hazelnoot
|
78a75171c2
|
remove cached public keys after deletion
|
2024-10-26 10:40:15 -04:00 |
|
Hazelnoot
|
c5d9bde43f
|
expose CW limit to frontend
|
2024-10-26 10:37:43 -04:00 |
|
Hazelnoot
|
01e98c75ab
|
add separate limits for CW length
|
2024-10-26 10:04:23 -04:00 |
|
Hazel K
|
560ee43dcf
|
separate character limits for local and remote notes
|
2024-10-26 09:49:28 -04:00 |
|
dakkar
|
d7ffc0be62
|
MR !710 had missed renderUpNote
|
2024-10-24 13:47:54 +01:00 |
|
dakkar
|
ff220bd372
|
Merge branch 'develop' into 'fix/user-lookup-capitalization'
# Conflicts:
# packages/backend/src/core/MfmService.ts
|
2024-10-24 08:14:53 +00:00 |
|
dakkar
|
4fed355592
|
merge: fix: send MFM payload for notes that don't contain advanced MFM (!710)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/710
Closes #647
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2024-10-24 08:10:46 +00:00 |
|
Laura Hausmann
|
aae7fff494
|
fix: make sure mentions of local users get rendered correctly during AP delivery (resolves #645)
|
2024-10-24 05:51:30 +02:00 |
|
Laura Hausmann
|
724aff6e4e
|
fix: make sure outgoing remote mentions get resolved correctly if referenced with non-canonical casing (resolves #646)
|
2024-10-24 05:45:22 +02:00 |
|
Laura Hausmann
|
d52f4748f2
|
fix: send MFM payload for notes that don't contain advanced MFM (resolves #647)
|
2024-10-24 05:40:17 +02:00 |
|
syuilo
|
952fec5665
|
feat: 過去のノートを非公開化/フォロワーのみ表示可能にできる機能 (#14814)
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* Update privacy.vue
* wip
|
2024-10-22 17:08:53 +09:00 |
|
dakkar
|
dfee4108f9
|
Revert "Experimental: dont mark backfetched notes as silent"
This reverts commit 1410f8d501 .
|
2024-10-21 14:10:54 +01:00 |
|
syuilo
|
5c79d8db20
|
feat: ノートの閲覧にログイン必須にする設定 (#14799)
* wip
* wip
* wip
* Update packages/frontend/src/pages/note.vue
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* wip
* Update WebhookTestService.ts
* Update privacy.vue
* wip
* rename
* Update locales/ja-JP.yml
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* 🎨
* wip
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
|
2024-10-21 12:49:29 +09:00 |
|
dakkar
|
4ccc0c4b1e
|
merge: Optimizations to InternalStorageService (resolves #753) (!694)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/694
Closes #753
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
|
2024-10-20 15:48:46 +00:00 |
|
Marie
|
65ac5fef46
|
fix: default sensitive not letting users unmark files
|
2024-10-20 11:04:48 +02:00 |
|
Hazelnoot
|
fcd2c93a19
|
ensure that "thumbnail stored" / "web stored" messages only appear after success
|
2024-10-20 00:13:07 -04:00 |
|
Hazelnoot
|
7aee3c1617
|
fix comment typo in InternalStorageService.ts
|
2024-10-20 00:11:14 -04:00 |
|
Hazelnoot
|
b1d9314d6e
|
pre-create the files directory to reduce IO operations
|
2024-10-20 00:10:11 -04:00 |
|
Hazelnoot
|
2deb64486b
|
use async IO for InternalStorageService
|
2024-10-20 00:10:10 -04:00 |
|
dakkar
|
2a4c91efcc
|
Merge branch 'develop' into feature/2024.9.0
|
2024-10-18 22:09:11 +01:00 |
|
Hazelnoot
|
9b06347882
|
fix TS errors in NoteCreateService / NoteEditService
|
2024-10-15 21:31:34 -04:00 |
|
Marie
|
6b56163931
|
upd: change condition
|
2024-10-15 18:21:08 -04:00 |
|
Marie
|
dd58a4aa92
|
upd: add ability to refresh poll
|
2024-10-15 18:21:08 -04:00 |
|
Hazelnoot
|
8a34d8e9d2
|
Merge branch 'develop' into feature/2024.9.0
# Conflicts:
# locales/en-US.yml
# locales/ja-JP.yml
# packages/backend/src/core/NoteCreateService.ts
# packages/backend/src/core/NoteDeleteService.ts
# packages/backend/src/core/NoteEditService.ts
# packages/frontend-shared/js/config.ts
# packages/frontend/src/boot/common.ts
# packages/frontend/src/pages/following-feed.vue
# packages/misskey-js/src/autogen/endpoint.ts
|
2024-10-15 18:09:11 -04:00 |
|
Marie
|
7647aa637a
|
merge: Improvements and tweaks to latest note handling (resolves #744) (!688)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/688
Closes #744
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
|
2024-10-15 21:50:32 +00:00 |
|
Hazelnoot
|
de9b99c937
|
merge: Add filter options to following feed (resolves #726) (!671)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/671
Closes #726
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
|
2024-10-15 21:50:26 +00:00 |
|
Hazelnoot
|
5dc700938d
|
update latest_note for edits
|
2024-10-15 14:17:19 -04:00 |
|
Hazelnoot
|
93cf2f9045
|
factor out latest_note logic into LatestNoteService
|
2024-10-15 14:17:19 -04:00 |
|
Hazelnoot
|
c55af9c3b3
|
update latest note in background (don't await the result)
|
2024-10-15 14:17:19 -04:00 |
|
Hazel K
|
463b9ac59d
|
add filters for following feed
|
2024-10-15 14:16:46 -04:00 |
|
Hazel K
|
fea993f6b2
|
correct name of SkLatestNote
|
2024-10-15 14:16:46 -04:00 |
|
Hazelnoot
|
86a693b182
|
factor out tuple logic into from-tuple.ts
|
2024-10-15 14:03:57 -04:00 |
|
Hazelnoot
|
4e592fb1c9
|
federate Flag.object as an array to fix Pleroma compatibility
|
2024-10-15 13:54:28 -04:00 |
|