Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-06 | Remove No MX lookups setting | Mark Felder | |
This setting defaults to false so the relay host will be used in an MX query so multiple SMTP servers can be used. gen_smtp code states that all records returned from the MX query are attempted in order and only a permanent SMTP error will stop the client from attempting other servers in the list. Connection failures, TLS issues, etc will cause it to try the next host. If there is no MX record associated with the relay host, it automatically tries connecting to it directly. There is really no reason to expose this to end users. The default value is fine for everyone. | |||
2021-02-06 | Improve SMTP adapter setting descriptions | Mark Felder | |
2021-02-06 | No reason to suggest users try the useless "Local" mail adapter | Mark Felder | |
2021-01-31 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-31 | [#3213] ActivityPub: implemented subqueries-based hashtags filtering, ↵ | Ivan Tashkinov | |
removed aggregation-based hashtags filtering. | |||
2021-01-31 | [#3213] Added HashtagsCleanupWorker periodic job. | Ivan Tashkinov | |
2021-01-29 | Add missing :ex_aws, :s3, :region setting | Mark Felder | |
2021-01-26 | Merge branch 'service-worker-allowed-header' into 'develop' | feld | |
Ability to set custom HTTP headers per each frontend See merge request pleroma/pleroma!3247 | |||
2021-01-21 | Add Invalidation Script url_format setting | Mark Felder | |
2021-01-21 | Allow to define custom HTTP headers per each frontend | eugenijm | |
2021-01-21 | Ability to set the Service-Worker-Allowed header | eugenijm | |
2021-01-21 | [#3213] HashtagsTableMigrator: failures handling fix, retry function. | Ivan Tashkinov | |
Changed default hashtags filtering strategy to non-aggregate approach. | |||
2021-01-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md | |||
2021-01-21 | use proper naming | Alexander Strizhakov | |
for MediaProxyWarmingPolicy in ConcurrentLimiter | |||
2021-01-21 | configurable limits for ConcurrentLimiter | Alexander Strizhakov | |
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy | |||
2021-01-16 | [#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance ↵ | Ivan Tashkinov | |
optimization (auto switch to non-aggregate join strategy when efficient). | |||
2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
2021-01-06 | Merge remote-tracking branch 'upstream/develop' into block-behavior | Alex Gleason | |
2020-12-23 | Formatting | Mark Felder | |
2020-12-23 | Update descriptions for MediaProxy, remove settings that should not be ↵ | Mark Felder | |
exposed in AdminFE | |||
2020-12-19 | config/description.exs: Remove outdated information about Oban | rinpatch | |
The version of Oban we depend on no longer uses ShareLocks, so this note no longer applies. | |||
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander Strizhakov | |
- 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) | |||
2020-12-09 | Tweaks to OAuth entities expiration: changed default to 30 days, removed ↵ | Ivan Tashkinov | |
hardcoded values usage, fixed OAuthView (expires_in). | |||
2020-11-17 | Remove FedSockets | rinpatch | |
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 https://git.pleroma.social/pleroma/pleroma/-/issues/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. | |||
2020-11-11 | fix for adminFE | Alexander Strizhakov | |
- revert UserAllowPolicy description - MRF descriptions order | |||
2020-11-10 | config descriptions for custom MRF policies | Alexander Strizhakov | |
2020-11-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
alexgleason/pleroma-block-behavior | |||
2020-10-30 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-29 | Improve Keyword descriptions for AdminFE | Mark Felder | |
2020-10-28 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-27 | Merge branch 'develop' into 'feature/autofollowing' | feld | |
# Conflicts: # CHANGELOG.md | |||
2020-10-27 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-27 | Merge branch '1668-prometheus-access-restrictions' into 'develop' | feld | |
[#1668] App metrics endpoint (Prometheus) access restrictions Closes #1668 See merge request pleroma/pleroma!3093 | |||
2020-10-27 | Merge branch 'develop' into 'feature/autofollowing' | feld | |
# Conflicts: # CHANGELOG.md | |||
2020-10-26 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
alexgleason/pleroma-block-behavior | |||
2020-10-20 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-20 | [#1668] Formatting fix. | Ivan Tashkinov | |
2020-10-20 | Rename `Pleroma.Backup` to `Pleroma.User.Backup` | Egor Kislitsyn | |
2020-10-20 | [#1668] Added :prometheus group config to config/description.exs. | Ivan Tashkinov | |
2020-10-16 | Remove suggestions | Mark Felder | |
2020-10-16 | The suggestions are problematic as they need to be real local account names | Mark Felder | |
2020-10-16 | Adds feature to permit e.g., local admins and community moderators to ↵ | Mark Felder | |
automatically follow all newly registered accounts | |||
2020-10-14 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-13 | Merge remote-tracking branch 'upstream/develop' into block-behavior | Alex Gleason | |
2020-10-13 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-13 | RemoteIp module name | Alexander Strizhakov | |
2020-10-10 | Blocks: add blockers_visible config | Alex Gleason | |
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-08 | Merge branch 'fix/2209-remoteip' into 'develop' | Haelwenn | |
#2209 RemoteIP CIDR helper, config and doc improvements See merge request pleroma/pleroma!3057 | |||
2020-10-07 | Add config for Pleroma.Backup | Egor Kislitsyn | |