aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-06There is no reason to expose these Local adapter settings either.Mark Felder
2021-02-06Remove No MX lookups settingMark 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-06Improve SMTP adapter setting descriptionsMark Felder
2021-02-06No reason to suggest users try the useless "Local" mail adapterMark Felder
2021-02-06Merge branch 'feat/allow_alt_text_search_config' into 'develop'rinpatch
allow user defined text search config in database See merge request pleroma/pleroma!3275
2021-02-06Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, ↵hyperion
priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs files
2021-02-05Merge branch 'varnish-large-files' into 'develop'feld
Improve Varnish VCL See merge request pleroma/pleroma!3305
2021-02-05Add a default rule to not attempt to cache any files larger than 50MBMark Felder
This fixes connection failures when trying to retrieve large files. It is less common in typical Pleroma usage, but it's possible to encounter this on a cloud instance with lower memory.
2021-02-05Slightly better formattingMark Felder
2021-02-05Add plaintext support for all emails except the digestMark Felder
2021-02-05LintMark Felder
2021-02-04Add basic test to validate the registration email is dispatched when the ↵Mark Felder
others are disabled Also only check for subject as the body is a mess of html and we don't really need to prove its contents if the subject matches.
2021-02-04Actually send the mailMark Felder
2021-02-04Added: New user registration mailMark Felder
2021-02-04Add a registration email that only sends if no other emails (welcome, ↵Mark Felder
approval, confirmation) are enabled
2021-02-04Improve confirmation email languageMark Felder
2021-02-04Also make this maybe_ for consistencyMark Felder
2021-02-04These welcome emails are not guaranteed and can be private functionsMark Felder
2021-02-04Merge branch 'develop' into fix/reports-from-adminsMark Felder
2021-02-04Merge branch 'chore/fix-mix-env' into 'develop'feld
Standardize the way we capture and use Mix.env() See merge request pleroma/pleroma!3303
2021-02-04Standardize the way we capture and use Mix.env()Mark Felder
2021-02-04Merge branch 'fix/configdb-error' into 'develop'feld
Improve error message for ConfigDB See merge request pleroma/pleroma!3289
2021-02-04Merge branch 'bugfix/notice-external-redirect' into 'develop'Haelwenn
Redirect non-local activities when /notice/:id is used See merge request pleroma/pleroma!3300
2021-02-04Redirect non-local activities when /notice/:id is usedHaelwenn (lanodan) Monnier
Related-to: https://git.pleroma.social/pleroma/pleroma/-/issues/2496
2021-02-04Merge branch 'chore/external-emoji-example' into 'develop'Haelwenn
Stop external emoji example from leaking See merge request pleroma/pleroma!3302
2021-02-03Load an emoji.txt specific to the test envMark Felder
2021-02-03Document admin actors not getting report notificationsMark Felder
2021-02-03Validate admin making report doesn't get their own report notification, but ↵Mark Felder
other admins do
2021-02-03Exclude reporter from receiving notifications from their own reports.Mark Felder
Currently only works if the reporting actor is an admin, but if we include moderators with those who receive notification reports it will work for them.
2021-02-03Merge branch 'fix/openapi-relationship-nullable' into 'develop'rinpatch
Account schema: specify that pleroma.relationship is nullable See merge request pleroma/pleroma!3299
2021-02-03Account schema: specify that pleroma.relationship is nullablerinpatch
2021-02-03Merge branch 'fix/deploy-api-docs-2-electric-boogalo' into 'develop'rinpatch
CI: Forgot $ in spec-deploy See merge request pleroma/pleroma!3298
2021-02-03CI: Forgot $ in spec-deployrinpatch
2021-02-03Merge branch 'fix/2412-filters' into 'develop'feld
Support for expires_in/expires_at in filters Closes #2412 See merge request pleroma/pleroma!3279
2021-02-03Merge branch 'develop' into 'fix/2412-filters'feld
# Conflicts: # CHANGELOG.md
2021-02-03Merge branch 'fix/2449-scheduled-poll-bug' into 'develop'feld
Fix for scheduled post with poll Closes #2449 See merge request pleroma/pleroma!3294
2021-02-03Merge branch 'feature/2438-users-posts-total-count' into 'develop'feld
Feature/2438 users/instances posts total count Closes #2438 See merge request pleroma/pleroma!3270
2021-02-03Merge branch 'fix/deploy-api-docs' into 'develop'rinpatch
CI: Add job ref when calling api docs builder See merge request pleroma/pleroma!3297
2021-02-03CI: Add job ref when calling api docs builderrinpatch
Just grabbing the latest artifact for the branch does not work because gitlab will only change the latest artifact when the whole pipeline finishes
2021-02-03Merge branch 'feat/openapi-spec-export' into 'develop'rinpatch
Improve OpenAPI spec and deploy it to api.pleroma.social See merge request pleroma/pleroma!3296
2021-02-03Improve OpenAPI spec and deploy it to api.pleroma.socialrinpatch
Too many changes in OpenAPI spec to describe each one, but basically it is tag fixes, bringing consitency to operation summaries and fixing some incorrect information.
2021-02-03Add test for Answer presence into an authenticated /outboxHaelwenn (lanodan) Monnier
2021-02-03Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/pleroma/web/activity_pub/activity_pub.ex
2021-02-02Merge branch 'a1batross-develop-patch-62810' into 'develop'feld
mix: instance: ensure all needed folders are created before generating config See merge request pleroma/pleroma!3284
2021-02-02Merge branch 'email-stub-in-verify-credentials' into 'develop'feld
Email-like field in /api/v1/accounts/verify_credentials (for PeerTube OAuth plugin and alike) See merge request pleroma/pleroma!3286
2021-02-02Merge branch 'develop' into a1batross-develop-patch-62810Mark Felder
2021-02-02Merge branch 'develop' into a1batross-develop-patch-62810Mark Felder
2021-02-02Mix pleroma.instance creates parent directories nowMark Felder
2021-02-02Merge branch 'fix/majic-nits' into 'develop'feld
Majic: don't fix extensions See merge request pleroma/pleroma!3287
2021-02-02Document OAuth 2.0 provider fqn field additionMark Felder