- Jan 07, 2020
-
-
rinpatch authored
Fix SMTP mailer example See merge request pleroma/pleroma!2091
-
- Jan 05, 2020
-
-
Steph authored
`ssl: true` and `tls: :always` tries to use both TLS and STARTTLS on the same SMTP connection, causing it to fail.
-
- Dec 28, 2019
-
-
rinpatch authored
Update `captcha` dependency Closes #1492 See merge request pleroma/pleroma!2088
-
minibikini authored
-
- Dec 24, 2019
-
-
Haelwenn authored
Documentation imrpovements See merge request pleroma/pleroma!2084
-
- Dec 23, 2019
-
-
lain authored
Increase CAPTCHA expiration time to 5 minutes Closes #1491 See merge request pleroma/pleroma!2086
-
minibikini authored
-
- Dec 21, 2019
-
-
rinpatch authored
Add support for custom modules at runtime Closes #1448 See merge request pleroma/pleroma!2039
-
rinpatch authored
Revert "Merge branch 'feature/status-counts-by-scope' into 'develop'" Closes #1488 See merge request pleroma/pleroma!2083
-
Maxim Filippov authored
This reverts merge request !2076
-
- Dec 20, 2019
-
-
feld authored
Posts without media attachments should get the Summary TwitterCard See merge request pleroma/pleroma!2082
-
feld authored
-
feld authored
Stats: return status counts by scope See merge request pleroma/pleroma!2076
-
feld authored
Do not crash when remote user follower and following counters are hidden See merge request pleroma/pleroma!2077
-
Haelwenn authored
Remove `/api/account/register` documentation from pleroma_api.md Closes #1486 See merge request pleroma/pleroma!2078
-
minibikini authored
-
- Dec 19, 2019
-
-
Maxim Filippov authored
-
Maxim Filippov authored
-
minibikini authored
-
- Dec 18, 2019
-
-
Maxim Filippov authored
-
- Dec 17, 2019
-
-
rinpatch authored
Add ActivityPub Object Event type support See merge request pleroma/pleroma!2075
-
rinpatch authored
CI: Add a cache policy for test jobs and fix rum tests recompiling everything See merge request pleroma/pleroma!2074
-
rinpatch authored
everything
-
Thomas Citharel authored
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Haelwenn authored
Hide follower counter when hiding is activated Closes #1450 See merge request pleroma/pleroma!2072
-
minibikini authored
-
- Dec 16, 2019
-
-
lain authored
Remove useless sleeping/reduce it See merge request pleroma/pleroma!2069
-
minibikini authored
-
rinpatch authored
Add default endpoint to Pleroma.Captcha.Kocaptcha See merge request pleroma/pleroma!2070
-
minibikini authored
-
minibikini authored
This reverts commit 82c62c50.
-
minibikini authored
-
- Dec 15, 2019
-
-
rinpatch authored
-
rinpatch authored
there is no reason IPC between two processes on the same node should take 4 seconds
-
rinpatch authored
It was used to check that authenticated and unauthenticated users have different limits. Instead of sleeping a super low limit for unauthenticated users was set, preventing them from doing 5 requests in the first place.
-
rinpatch authored
there is no need to wait for the task to finish, it will be deleted when the transaction is aborted anyway.
-
rinpatch authored
the ids favs use are accurate down to a microsecond, there is no need for it
-
rinpatch authored
-
- Dec 13, 2019
-
-
Haelwenn authored
Publisher: check out a connection for inserting publish_one jobs See merge request pleroma/pleroma!2063
-
rinpatch authored
Related to #1474, federation of one post on my istance creates in best-case 360 jobs, so if they for some reason take a while to insert, it will exhaust the connection pool. This fixes it by checking out one dedicated connection for inserting them.
-