Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-06 | Alpha-sort adapters | Mark Felder | |
Add various labels, descriptions and suggestions for all adapter settings and try to use the same terminology by the service provider. | |||
2021-02-06 | Move Enabled to top as it's the master control of all email. Description not ↵ | Mark Felder | |
really needed. | |||
2021-02-06 | More description improvements | Mark Felder | |
2021-02-06 | Update SMTP error description and default value | Mark Felder | |
2021-02-06 | Update Swoosh docs URL, lint | Mark Felder | |
2021-02-06 | There is no reason to expose these Local adapter settings either. | Mark Felder | |
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-02-04 | Merge 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-04 | Standardize the way we capture and use Mix.env() | Mark Felder | |
2021-02-04 | Merge branch 'fix/configdb-error' into 'develop' | feld | |
Improve error message for ConfigDB See merge request pleroma/pleroma!3289 | |||
2021-02-04 | Merge 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-04 | Redirect non-local activities when /notice/:id is used | Haelwenn (lanodan) Monnier | |
Related-to: https://git.pleroma.social/pleroma/pleroma/-/issues/2496 | |||
2021-02-04 | Merge branch 'chore/external-emoji-example' into 'develop' | Haelwenn | |
Stop external emoji example from leaking See merge request pleroma/pleroma!3302 | |||
2021-02-03 | Load an emoji.txt specific to the test env | Mark Felder | |
2021-02-03 | Merge branch 'fix/openapi-relationship-nullable' into 'develop' | rinpatch | |
Account schema: specify that pleroma.relationship is nullable See merge request pleroma/pleroma!3299 | |||
2021-02-03 | Account schema: specify that pleroma.relationship is nullable | rinpatch | |
2021-02-03 | Merge branch 'fix/deploy-api-docs-2-electric-boogalo' into 'develop' | rinpatch | |
CI: Forgot $ in spec-deploy See merge request pleroma/pleroma!3298 | |||
2021-02-03 | CI: Forgot $ in spec-deploy | rinpatch | |
2021-02-03 | Merge 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-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-03 | Merge 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-03 | Merge 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-03 | Merge 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-03 | CI: Add job ref when calling api docs builder | rinpatch | |
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-03 | Merge 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-03 | Improve OpenAPI spec and deploy it to api.pleroma.social | rinpatch | |
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-02 | Merge 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-02 | Merge 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-02 | Merge branch 'develop' into a1batross-develop-patch-62810 | Mark Felder | |
2021-02-02 | Merge branch 'develop' into a1batross-develop-patch-62810 | Mark Felder | |
2021-02-02 | Mix pleroma.instance creates parent directories now | Mark Felder | |
2021-02-02 | Merge branch 'fix/majic-nits' into 'develop' | feld | |
Majic: don't fix extensions See merge request pleroma/pleroma!3287 | |||
2021-02-02 | Document OAuth 2.0 provider fqn field addition | Mark Felder | |
2021-02-02 | Merge branch 'fix/2411-mutes-api' into 'develop' | feld | |
Support for with_relationships parameter Closes #2411 See merge request pleroma/pleroma!3290 | |||
2021-02-02 | Document we are disabling the extension fixup in Majic | Mark Felder | |
2021-02-02 | Merge branch 'develop' into fix/majic-nits | Mark Felder | |
2021-02-02 | Merge branch 'develop' into 'fix/2411-mutes-api' | feld | |
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md | |||
2021-02-02 | Merge branch 'fix/2473-purge-expired-activities-duplicates' into 'develop' | feld | |
fix and delete purge activities duplicates Closes #2473 See merge request pleroma/pleroma!3285 | |||
2021-02-02 | Merge branch 'feature/2164-unify-api-arguments' into 'develop' | feld | |
Unifying timelines api arguments Closes #2164 See merge request pleroma/pleroma!3281 | |||
2021-02-02 | Improve changelog description | Mark Felder | |
2021-02-02 | Merge branch 'develop' into 'feature/2164-unify-api-arguments' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-02 | Merge branch 'fix/attachment-cleanup' into 'develop' | feld | |
Only run attachment cleanup if enabled See merge request pleroma/pleroma!3288 | |||
2021-02-02 | Merge branch 'active-user-count' into 'develop' | feld | |
Monthly Active Users Closes #2332 See merge request pleroma/pleroma!3283 | |||
2021-02-01 | fix for test warnings | Alexander Strizhakov | |
2021-02-01 | fix for scheduled post with poll | Alexander Strizhakov | |
2021-02-01 | only_remote -> remote renaming | Alexander Strizhakov | |
2021-02-01 | `/api/v1/accounts/:id/statuses` docs update | Alexander Strizhakov | |
2021-02-01 | more tests and update for docs and changelog | Alexander Strizhakov | |