Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | Merge branch 'chore/rename-chat' into 'develop' | Haelwenn | |
Rename the non-federating Chat feature to Shout See merge request pleroma/pleroma!2842 | |||
2021-06-02 | Update wording for relays in docs and config description | Mark Felder | |
2021-06-02 | Formatting | Mark Felder | |
2021-06-01 | disableChat / disableShout didn't actually do anything for PleromaFE | Mark Felder | |
2021-06-01 | Update description file for new shout config setting location | Mark Felder | |
2021-06-01 | Move shout configuration from :instance, update docs and changelog | Mark Felder | |
2021-06-01 | Update PleromaFE settings for the old chat box | Mark Felder | |
2021-06-01 | Just call it shout | Mark Felder | |
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-05-29 | Adding description | Snow | |
2021-05-28 | Merge branch 'plug-runtime-dev' into 'develop' | feld | |
Put Plugs in runtime mode in :dev, :test to speed up recompilation See merge request pleroma/pleroma!3411 | |||
2021-05-20 | Switch from the deprecated "use Mix.config" to "import Config" | Mark Felder | |
2021-05-19 | Merge remote-tracking branch 'pleroma/develop' into plug-runtime-dev | Alex Gleason | |
2021-05-19 | Put Plugs in runtime mode in :dev, :test to speed up recompilation | Alex Gleason | |
2021-05-16 | Merge remote-tracking branch 'pleroma/develop' into optional-config | Alex Gleason | |
2021-05-16 | Make prod.secret.exs optional (with warning) | Alex Gleason | |
2021-03-30 | Support for configuration via AdminFE | Mark Felder | |
2021-03-30 | Upstream original followbot implementation | Mark Felder | |
2021-03-19 | Merge branch 'fix/remove_auto_nsfw' into 'develop' | rinpatch | |
Remove sensitive setting #nsfw See merge request pleroma/pleroma!3223 | |||
2021-03-02 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-02-27 | Remove sensitive-property setting #nsfw, create HashtagPolicy | Haelwenn (lanodan) Monnier | |
2021-02-23 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # lib/pleroma/application.ex # lib/pleroma/config.ex | |||
2021-02-23 | [#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle ↵ | Ivan Tashkinov | |
management. | |||
2021-02-22 | Apply i1t's suggestion(s) to 1 file(s) | Ivan Tashkinov | |
2021-02-19 | Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is ↵ | Mark Felder | |
remote | |||
2021-02-18 | [#3213] HashtagsTableMigrator: fault rate allowance to enable the feature ↵ | Ivan Tashkinov | |
(defaults to 1%), counting of affected objects, misc. tweaks. | |||
2021-02-17 | Remove `:auth, :enforce_oauth_admin_scope_usage` | rinpatch | |
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now. | |||
2021-02-13 | [#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ↵ | Ivan Tashkinov | |
improvements (docs etc.). | |||
2021-02-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/mix/tasks/pleroma/database.ex # lib/pleroma/web/templates/feed/feed/_activity.rss.eex | |||
2021-02-11 | [#3213] Reorganized hashtags cleanup. Transaction-wrapped ↵ | Ivan Tashkinov | |
Hashtag.get_or_create_by_names/1. Misc. improvements. | |||
2021-02-08 | Merge branch 'chore/descriptions-improvements' into 'develop' | rinpatch | |
More descriptions improvements See merge request pleroma/pleroma!3307 | |||
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 | Improved Mailer descriptions | Mark Felder | |
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-03 | Load an emoji.txt specific to the test env | Mark Felder | |
2021-02-03 | Merge branch 'develop' into 'fix/2412-filters' | feld | |
# Conflicts: # CHANGELOG.md | |||
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 | |