Commit Graph

1067 Commits

Author SHA1 Message Date
Angelina Filippova
73d552d5eb Update settings types that require confirmation when updated 2021-07-12 01:34:31 +03:00
Angelina Filippova
fe263d0d00 Make Pleroma.Upload.Filter.Mogrify suggestions strings 2021-07-10 15:28:09 +03:00
Angelina Filippova
07ffce0342 Update :auth setting type, add placeholders 2021-05-19 01:56:22 +03:00
Angelina Filippova
7a91877ee4 Update ip_whitelist type 2021-05-18 20:15:06 +03:00
Angelina Filippova
9411f90398 Remove unused suggestions 2021-05-04 19:08:05 +03:00
Angelina Filippova
921d874187 Update :rate_limit types, add placeholders 2021-05-02 16:06:14 +03:00
Angelina Filippova
7c6de228dd Delete unused suggestions 2021-04-13 02:31:28 +03:00
Angelina Filippova
db699f358f Update type of settings whose values should be reversed 2021-04-06 02:46:54 +03:00
Angelina Filippova
f565854b51 Change [:list, :string] and [:list, :atom] types to :multiple_select 2021-03-30 21:28:55 +03:00
Angelina Filippova
05ef2282d5 Change :crontab type to [:keyword, :string] 2021-03-30 00:26:09 +03:00
Angelina Filippova
567c93a26d Update type of :queues, remove unused suggestions 2021-03-29 22:26:34 +03:00
Angelina Filippova
481f63a9a7 Add textarea type 2021-03-28 01:58:36 +03:00
Angelina Filippova
5835f6d0a4 Add map_keys key to :mascots setting 2021-03-27 00:13:35 +03:00
Angelina Filippova
c425f87717 Update type of :ip setting in group Gopher 2021-03-27 00:12:17 +03:00
Angelina Filippova
67f7822b17 Set type :select to settings that are rendered as single selects 2021-03-27 00:11:04 +03:00
Angelina Filippova
68d3d04274 Update types of settings with type image, remove duplicated suggestions 2021-03-26 00:00:32 +03:00
Angelina Filippova
3f9983ee93 Update types of settings groups that don't have keys 2021-03-24 23:07:29 +03:00
Angelina Filippova
63e412ceb5 Update suggestions for settings with type atom 2021-03-23 01:28:46 +03:00
Angelina Filippova
36d93d691d Update types for settings that are selects and multiple selects with reduced labels 2021-03-22 21:26:48 +03:00
Alexander Strizhakov
957a51058b
adding path field to description tabs 2021-03-04 13:23:48 +03:00
Alexander Strizhakov
f9d9987df8
added tabs setting to the description.exs 2021-03-04 13:22:30 +03:00
Alexander Strizhakov
8827d7a74f
adding tab & tab_label fields to the descriptions
for top level groups
2021-03-04 13:22:30 +03:00
Mark Felder
db7d6f337f Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is remote 2021-02-19 18:37:37 -06:00
rinpatch
6d66fadea7 Remove :auth, :enforce_oauth_admin_scope_usage
`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-17 20:47:38 +03:00
rinpatch
a52cedba62 Merge branch 'chore/descriptions-improvements' into 'develop'
More descriptions improvements

See merge request pleroma/pleroma!3307
2021-02-08 19:21:01 +00:00
Mark Felder
ce7c275fb3 Improve various descriptions and labels 2021-02-08 11:45:50 -06:00
Mark Felder
2bffa8e020 Make the suggestion match the default value 2021-02-08 11:25:32 -06:00
Mark Felder
4dbb08a19f Improved Mailer descriptions 2021-02-08 10:08:33 -06:00
Mark Felder
f736501e97 Alpha-sort adapters
Add various labels, descriptions and suggestions for all adapter settings and try to use
the same terminology by the service provider.
2021-02-06 13:18:48 -06:00
Mark Felder
0fcf16dcb8 Move Enabled to top as it's the master control of all email. Description not really needed. 2021-02-06 12:34:32 -06:00
Mark Felder
bd828e5c9c More description improvements 2021-02-06 12:28:49 -06:00
Mark Felder
227dd84f11 Update SMTP error description and default value 2021-02-06 12:06:47 -06:00
Mark Felder
9e3e8e2e30 Update Swoosh docs URL, lint 2021-02-06 12:04:28 -06:00
Mark Felder
cfc474c5f7 There is no reason to expose these Local adapter settings either. 2021-02-06 12:01:11 -06:00
Mark Felder
6ffe15cc9f Remove No MX lookups setting
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 11:55:25 -06:00
Mark Felder
85710b026f Improve SMTP adapter setting descriptions 2021-02-06 11:55:01 -06:00
Mark Felder
9f98885388 No reason to suggest users try the useless "Local" mail adapter 2021-02-06 11:28:55 -06:00
Mark Felder
887db076b5 Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
feld
008499f65a Merge branch 'develop' into 'fix/2412-filters'
# Conflicts:
#   CHANGELOG.md
2021-02-03 14:23:23 +00:00
Mark Felder
2048b93929 Add missing :ex_aws, :s3, :region setting 2021-01-29 11:31:15 -06:00
feld
d7af0294e6 Merge branch 'service-worker-allowed-header' into 'develop'
Ability to set custom HTTP headers per each frontend

See merge request pleroma/pleroma!3247
2021-01-26 18:14:01 +00:00
Alexander Strizhakov
875fbaae35
support for expires_in/expires_at in filters 2021-01-26 08:27:45 +03:00
Mark Felder
e709dec2eb Add Invalidation Script url_format setting 2021-01-21 14:52:02 -06:00
Mark Felder
003402df40 Add ability to invalidate cache entries for Apache 2021-01-21 14:20:13 -06:00
eugenijm
7fcaa188a0 Allow to define custom HTTP headers per each frontend 2021-01-21 21:55:23 +03:00
eugenijm
133644dfa2 Ability to set the Service-Worker-Allowed header 2021-01-21 21:55:11 +03:00
Alexander Strizhakov
5ade430e46
changed naming in changelog 2021-01-21 10:13:02 +03:00
Alexander Strizhakov
6d48144a9d
use proper naming
for MediaProxyWarmingPolicy in ConcurrentLimiter
2021-01-21 09:50:18 +03:00
Alexander Strizhakov
b4ff63d020
configurable limits for ConcurrentLimiter
Pleroma.Web.RichMedia.Helpers & Pleroma.Web.MediaProxy
2021-01-21 09:47:21 +03:00
feld
2926713fe5 Merge branch 'deprecate-public_endpoint' into 'develop'
Deprecate Uploaders.S3, :public_endpoint

See merge request pleroma/pleroma!3251
2021-01-20 22:48:48 +00:00