Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-11 | [#3213] Reorganized hashtags cleanup. Transaction-wrapped ↵ | Ivan Tashkinov | |
Hashtag.get_or_create_by_names/1. Misc. improvements. | |||
2021-02-11 | [#2510] Improved support for app-bound OAuth tokens. Auth-related refactoring. | Ivan Tashkinov | |
2021-02-10 | not used mock | Alexander Strizhakov | |
2021-02-10 | Merge branch 'fix/no-version-api-pleroma-social' into 'develop' | Haelwenn | |
Fix no version number on api.pleroma.social See merge request pleroma/pleroma!3310 | |||
2021-02-09 | Rendering fallback for when we don't have valid data available | Mark Felder | |
2021-02-09 | Enable rendering of the client application data details | Mark Felder | |
2021-02-09 | Ensure we capture the application details into the object | Mark Felder | |
2021-02-09 | Add a function to lookup client app details by the app_id | Mark Felder | |
2021-02-09 | Merge branch 'features/ap_id-c2s-authentication' into 'develop' | rinpatch | |
activity_pub_controller: Add authentication to object & activity endpoints See merge request pleroma/pleroma!3295 | |||
2021-02-09 | OpenAPI spec: Do not show build enviroment in the spec version | rinpatch | |
2021-02-09 | OpenAPI spec task: Load pleroma application to get version info | rinpatch | |
For whatever reason it seems to pick up the version without loading the app on my machine, but not on the CI. | |||
2021-02-08 | Merge branch 'new-user-emails' into 'develop' | feld | |
Basic new user registration email, various improvements See merge request pleroma/pleroma!3304 | |||
2021-02-08 | Lint | Mark Felder | |
2021-02-08 | Revert "Add plaintext support for all emails except the digest" | Mark Felder | |
This reverts commit 5df9f68392f65a5688867b9bad4bda766e492923. | |||
2021-02-08 | Merge branch 'develop' into 'new-user-emails' | feld | |
2021-02-08 | Merge branch 'feat/mrf-noemptypolicy' into 'develop' | Haelwenn | |
MRF NoEmptyPolicy: Deny posts from local users if there is no content or only mentions. See merge request pleroma/pleroma!3309 | |||
2021-02-08 | MRF NoEmptyPolicy: Deny posts from local users if there is no content or ↵ | Mark Felder | |
only mentions. Helps prevent accidental button mashes from submitting incomplete posts | |||
2021-02-08 | Merge branch 'fix/rss-link' into 'develop' | rinpatch | |
RSS: Make sure post URL is the first `<link>` element See merge request pleroma/pleroma!3308 | |||
2021-02-08 | RSS: Make sure post URL is the first `<link>` element | rinpatch | |
Otherwise some RSS readers (tested in Miniflux) might pick the context URL as the external link. Related to #2425. | |||
2021-02-08 | Merge branch 'chore/descriptions-improvements' into 'develop' | rinpatch | |
More descriptions improvements See merge request pleroma/pleroma!3307 | |||
2021-02-08 | activity_pub_controller: Add authentication to object & activity endpoints | Haelwenn (lanodan) Monnier | |
2021-02-08 | Improve various descriptions and labels | Mark Felder | |
2021-02-08 | Make the suggestion match the default value | Mark Felder | |
2021-02-08 | Merge branch 'docs/improve-mailer-settings-desc' into 'develop' | feld | |
Improve Mailer descriptions for AdminFE See merge request pleroma/pleroma!3306 | |||
2021-02-08 | Merge branch 'develop' into 'docs/improve-mailer-settings-desc' | feld | |
# Conflicts: # CHANGELOG.md | |||
2021-02-08 | Improved Mailer descriptions | Mark Felder | |
2021-02-08 | Merge branch 'fix/reports-from-admins' into 'develop' | rinpatch | |
Suppress report notification for admin actors See merge request pleroma/pleroma!3301 | |||
2021-02-07 | [#3213] Partially addressed code review points. | Ivan Tashkinov | |
migration rollback task changes, hashtags-related config handling tweaks, `hashtags.data` deletion (unused). | |||
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-06 | Merge 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-06 | Update 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-05 | Merge branch 'varnish-large-files' into 'develop' | feld | |
Improve Varnish VCL See merge request pleroma/pleroma!3305 | |||
2021-02-05 | Add a default rule to not attempt to cache any files larger than 50MB | Mark 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-05 | Slightly better formatting | Mark Felder | |
2021-02-05 | Add plaintext support for all emails except the digest | Mark Felder | |
2021-02-05 | Lint | Mark Felder | |
2021-02-04 | Add 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-04 | Actually send the mail | Mark Felder | |
2021-02-04 | Added: New user registration mail | Mark Felder | |
2021-02-04 | Add a registration email that only sends if no other emails (welcome, ↵ | Mark Felder | |
approval, confirmation) are enabled | |||
2021-02-04 | Improve confirmation email language | Mark Felder | |
2021-02-04 | Also make this maybe_ for consistency | Mark Felder | |