- 17 Feb, 2021 1 commit
-
-
rinpatch authored
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now.
-
- 26 Jan, 2021 1 commit
-
-
Alexander Strizhakov authored
-
- 21 Jan, 2021 4 commits
-
-
feld authored
-
Eugenij authored
-
Alexander Strizhakov authored
-
Alexander Strizhakov authored
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy
-
- 20 Jan, 2021 1 commit
-
-
feld authored
-
- 15 Jan, 2021 1 commit
-
-
feld authored
The previous limit of 5 was probably causing massing performance issues due to concurrent full table scans.
-
- 13 Jan, 2021 1 commit
-
-
feld authored
-
- 12 Jan, 2021 1 commit
-
-
feld authored
-
- 05 Jan, 2021 1 commit
-
-
feld authored
-
- 18 Dec, 2020 1 commit
-
-
lain authored
-
- 17 Dec, 2020 1 commit
-
-
Ivan Tashkinov authored
-
- 14 Dec, 2020 1 commit
-
-
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
-
- 09 Dec, 2020 1 commit
-
-
Ivan Tashkinov authored
Tweaks to OAuth entities expiration: changed default to 30 days, removed hardcoded values usage, fixed OAuthView (expires_in).
-
- 26 Nov, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 20 Nov, 2020 1 commit
-
-
lain authored
-
- 19 Nov, 2020 2 commits
- 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
-
-
minibikini authored
-
- 05 Nov, 2020 1 commit
-
- 04 Nov, 2020 1 commit
-
- 27 Oct, 2020 1 commit
-
-
minibikini authored
-
- 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