- 25 Jun, 2022 1 commit
-
-
marcin mikołajczak authored
Signed-off-by:
marcin mikołajczak <git@mkljczk.pl>
-
- 26 Feb, 2022 1 commit
-
-
Sean King authored
-
- 15 Dec, 2021 2 commits
- 01 Jun, 2021 2 commits
-
- 31 May, 2021 1 commit
-
-
Alex Gleason authored
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
-
- 12 Mar, 2021 1 commit
-
-
Ivan Tashkinov authored
Extracted BaseMigrator and BaseMigratorState.
-
- 22 Feb, 2021 1 commit
-
-
Ivan Tashkinov authored
-
- 04 Feb, 2021 1 commit
-
-
feld authored
-
- 21 Jan, 2021 2 commits
-
-
Alexander Strizhakov authored
for MediaProxyWarmingPolicy in ConcurrentLimiter
-
Alexander Strizhakov authored
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy
-
- 13 Jan, 2021 2 commits
-
-
Ivan Tashkinov authored
-
Haelwenn authored
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
-
- 27 Dec, 2020 3 commits
-
-
Alexander Strizhakov authored
-
-
-
- 23 Nov, 2020 1 commit
-
-
lain authored
-
- 20 Nov, 2020 3 commits
-
-
lain authored
-
lain authored
-
Alexander Strizhakov authored
-
- 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.
-
- 11 Nov, 2020 1 commit
-
-
Alexander Strizhakov authored
- fetching activity data - attachment prefetching - using limiter to prevent overload
-
- 04 Nov, 2020 1 commit
-
- 31 Oct, 2020 1 commit
-
-
Eugenij authored
-
- 22 Oct, 2020 1 commit
-
-
Ivan Tashkinov authored
-
- 13 Oct, 2020 2 commits
-
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
-
- 07 Oct, 2020 2 commits
- 29 Sep, 2020 1 commit
-
-
Ivan Tashkinov authored
-
- 26 Sep, 2020 1 commit
-
-
Ivan Tashkinov authored
Adjusted MediaProxyControllerTest to gracefully fail on missing dependencies. Installation docs update. Added ffmpeg/imagemagick checks to launch checks (if media preview proxy is enabled). Added documentation on installing optional media / graphics packages (imagemagick, ffmpeg, exiftool).
-
- 18 Sep, 2020 1 commit
-
-
- 07 Sep, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 02 Sep, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 01 Sep, 2020 1 commit
-
-
rinpatch authored
see changed files for rationale
-
- 05 Aug, 2020 1 commit
-
-
Roman Chvanikov authored
-
- 15 Jul, 2020 3 commits