- 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.
-
- 05 Nov, 2020 1 commit
-
- 04 Nov, 2020 1 commit
-
- 21 Oct, 2020 1 commit
-
-
rinpatch authored
-
- 20 Oct, 2020 1 commit
-
-
minibikini authored
-
- 18 Oct, 2020 1 commit
-
-
Ivan Tashkinov authored
[#1668] Restricted access to app metrics endpoint by default. Added ability to configure IP whitelist for this endpoint. Added tests and documentation.
-
- 16 Oct, 2020 1 commit
-
-
feld authored
Adds feature to permit e.g., local admins and community moderators to automatically follow all newly registered accounts
-
- 13 Oct, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 07 Oct, 2020 5 commits
-
-
feld authored
-
feld authored
-
minibikini authored
-
minibikini authored
-
minibikini authored
-
- 06 Oct, 2020 1 commit
-
-
feld authored
-
- 01 Oct, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 18 Sep, 2020 1 commit
-
-
- 17 Sep, 2020 2 commits
-
-
Sergey Suprunenko authored
-
Ivan Tashkinov authored
-
- 14 Sep, 2020 1 commit
- 10 Sep, 2020 4 commits
-
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
- 08 Sep, 2020 6 commits
-
-
feld authored
Making this configurable is misleading.
-
feld authored
There's really no sound reason to turn this off anyway.
-
Roman Chvanikov authored
-
rinpatch authored
Fix/2087 metadata See merge request pleroma/secteam/pleroma!11
-
- 07 Sep, 2020 2 commits
-
-
Alexander Strizhakov authored
not needed options deletion
-
Alexander Strizhakov authored
-
- 05 Sep, 2020 1 commit
-
-
Ivan Tashkinov authored
[#2497] Adjusted media proxy preview invalidation. Allowed client-side caching for media preview. Adjusted prewarmer to fetch only proxiable URIs. Removed :preview pool in favor of existing :media one. Misc. refactoring.
-
- 03 Sep, 2020 2 commits
- 02 Sep, 2020 2 commits
-
-
rinpatch authored
-
Alexander Strizhakov authored
- fix for gun worker termination in some circumstances - pool for http clients (ex_aws, tzdata) - default pool timeouts for gun - gun retries on gun_down messages - s3 upload timeout if streaming enabled
-
- 25 Aug, 2020 1 commit
-
-
feld authored
-
- 21 Aug, 2020 1 commit
-
-
Ivan Tashkinov authored
-
- 19 Aug, 2020 1 commit
-
-
Ivan Tashkinov authored
-
- 18 Aug, 2020 1 commit
-
-
Ivan Tashkinov authored
-