- 02 Jan, 2023 1 commit
-
- 01 Jan, 2023 1 commit
-
-
marcin mikołajczak authored
Signed-off-by:
marcin mikołajczak <git@mkljczk.pl>
-
- 13 Nov, 2022 1 commit
-
-
Haelwenn authored
-
- 25 Jun, 2022 1 commit
-
-
tusooa authored
-
- 01 Jun, 2022 1 commit
-
-
tusooa authored
-
- 26 Feb, 2022 1 commit
-
-
Sean King authored
-
- 05 Apr, 2021 2 commits
- 13 Jan, 2021 1 commit
-
-
Haelwenn authored
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
-
- 04 Jan, 2021 1 commit
-
-
lain authored
Now it defaults to not fetching, and the option is named.
-
- 17 Nov, 2020 1 commit
-
-
rinpatch authored
Current FedSocket implementation has a bunch of problems. It doesn't have proper error handling (in case of an error the server just doesn't respond until the connection is closed, while the client doesn't match any error messages and just assumes there has been an error after 15s) and the code is full of bad descisions (see: fetch registry which uses uuids for no reason and waits for a response by recursively querying a ets table until the value changes, or double JSON encoding). Sometime ago I almost completed rewriting fedsockets from scrach to adress these issues. However, while doing so, I realized that fedsockets are just too overkill for what they were trying to accomplish, which is reduce the overhead of federation by not signing every message. This could be done without reimplementing failure states and endpoint logic we already have with HTTP by, for example, using TLS cert auth, or switching to a more performant signature algorithm. I opened #2262 for further discussion on alternatives to fedsockets. From discussions I had with other Pleroma developers it seems like they would approve the descision to remove them as well, therefore I am submitting this patch.
-
- 12 Nov, 2020 1 commit
-
-
rinpatch authored
Validate the content-type of the response when fetching an object, according to https://www.w3.org/TR/activitypub/#x3-2-retrieving-objects. content-type headers had to be added to many mocks in order to support this, some of this was done with a regex. While I did go over the resulting files to check I didn't modify anything unrelated, there is a possibility I missed something. Closes #1948
-
- 05 Nov, 2020 1 commit
-
-
rinpatch authored
Fix object spoofing vulnerability in attachments See merge request pleroma/secteam/pleroma!18
-
- 18 Sep, 2020 1 commit
-
-
- 11 Sep, 2020 1 commit
-
-
Haelwenn authored
-
- 08 Sep, 2020 1 commit
-
- 02 Sep, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 01 Sep, 2020 1 commit
-
-
Haelwenn authored
-
- 18 Aug, 2020 1 commit
-
- 15 Jul, 2020 2 commits
- 13 Jul, 2020 1 commit
-
-
Haelwenn authored
-
- 26 Jun, 2020 1 commit
-
-
Haelwenn authored
-
- 02 Mar, 2020 1 commit
-
- 18 Feb, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 15 Feb, 2020 1 commit
-
-
Ivan Tashkinov authored
[#1505] Restricted max thread distance for fetching replies on incoming federation (in addition to reply-to depth restriction).
-
- 13 Dec, 2019 1 commit
-
-
Phil Hagelberg authored
-
- 10 Dec, 2019 1 commit
-
-
minibikini authored
-
- 23 Nov, 2019 1 commit
-
-
rinpatch authored
-
- 08 Nov, 2019 1 commit
-
-
rinpatch authored
Probably fixes the issue hj had, where polls would have different counters between endpoints.
-
- 06 Nov, 2019 2 commits
- 24 Oct, 2019 1 commit
-
-
Steven Fuchs authored
-
- 18 Oct, 2019 5 commits
- 06 Oct, 2019 2 commits
-