13076 Commits (d5ef02c7a7905dc2053298045873b365d2411cde)
 

Author SHA1 Message Date
  Mark Felder d5ef02c7a7 Mastodon makes this field null when posting with MastoFE or if you choose to not disclose it, so it's safe to be null by default 3 years ago
  Mark Felder fb2a8e7ccd Additional validation so we don't get caught off guard with a nil response 3 years ago
  Mark Felder 3554a65f45 Inject fake application metadata and validate it is stripped by transmogrifier 3 years ago
  Mark Felder 9b61df1fb6 App is already preloaded into the token, so avoid an extra query 3 years ago
  Mark Felder bd3d0e8b57 Use a custom oauth token so we can predict and validate the client_name and website 3 years ago
  Mark Felder 4b979538bc Document the application metadata is now retained as part of the post. 3 years ago
  Mark Felder 333ff527fd Validate client application metadata is retained in the object 3 years ago
  Mark Felder c1d78328ee Consistency 3 years ago
  Mark Felder 6dc0b13cf8 Revert to original formatting for these function defs 3 years ago
  Mark Felder 7c508319a5 Prefer naming this put_application because we're putting it into the params map 3 years ago
  Mark Felder 09b8378646 %Token{} may not be in the conn, so avoid breaking the ability to post statuses in that scenario. 3 years ago
  Mark Felder 4540e08a6a Rendering fallback for when we don't have valid data available 3 years ago
  Mark Felder 981349f21d Enable rendering of the client application data details 3 years ago
  Mark Felder 3dc7e89c54 Ensure we capture the application details into the object 3 years ago
  Mark Felder de8b8e9cf1 Add a function to lookup client app details by the app_id 3 years ago
  feld fc42e714e2 Merge branch 'new-user-emails' into 'develop' 3 years ago
  Mark Felder 6e90b79d63 Lint 3 years ago
  Mark Felder 4cacce4b42 Revert "Add plaintext support for all emails except the digest" 3 years ago
  feld 593c0851d9 Merge branch 'develop' into 'new-user-emails' 3 years ago
  Haelwenn a5bee1bf35 Merge branch 'feat/mrf-noemptypolicy' into 'develop' 3 years ago
  Mark Felder 55a13fc360 MRF NoEmptyPolicy: Deny posts from local users if there is no content or only mentions. 3 years ago
  rinpatch 17f41a589f Merge branch 'fix/rss-link' into 'develop' 3 years ago
  rinpatch ed8ef80b5e RSS: Make sure post URL is the first `<link>` element 3 years ago
  rinpatch a52cedba62 Merge branch 'chore/descriptions-improvements' into 'develop' 3 years ago
  Mark Felder ce7c275fb3 Improve various descriptions and labels 3 years ago
  Mark Felder 2bffa8e020 Make the suggestion match the default value 3 years ago
  feld ff70d71693 Merge branch 'docs/improve-mailer-settings-desc' into 'develop' 3 years ago
  feld 85cb122986 Merge branch 'develop' into 'docs/improve-mailer-settings-desc' 3 years ago
  Mark Felder 4dbb08a19f Improved Mailer descriptions 3 years ago
  rinpatch 8babd796da Merge branch 'fix/reports-from-admins' into 'develop' 3 years ago
  Mark Felder f736501e97 Alpha-sort adapters 3 years ago
  Mark Felder 0fcf16dcb8 Move Enabled to top as it's the master control of all email. Description not really needed. 3 years ago
  Mark Felder bd828e5c9c More description improvements 3 years ago
  Mark Felder 227dd84f11 Update SMTP error description and default value 3 years ago
  Mark Felder 9e3e8e2e30 Update Swoosh docs URL, lint 3 years ago
  Mark Felder cfc474c5f7 There is no reason to expose these Local adapter settings either. 3 years ago
  Mark Felder 6ffe15cc9f Remove No MX lookups setting 3 years ago
  Mark Felder 85710b026f Improve SMTP adapter setting descriptions 3 years ago
  Mark Felder 9f98885388 No reason to suggest users try the useless "Local" mail adapter 3 years ago
  rinpatch 6e68058b63 Merge branch 'feat/allow_alt_text_search_config' into 'develop' 3 years ago
  hyperion 8d4e0342e1 Update priv/repo/migrations/20190501125843_add_fts_index_to_objects.exs, priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs files 3 years ago
  feld 4dd28b4bd1 Merge branch 'varnish-large-files' into 'develop' 3 years ago
  Mark Felder 1d8f1fe077 Add a default rule to not attempt to cache any files larger than 50MB 3 years ago
  Mark Felder 0368419fce Slightly better formatting 3 years ago
  Mark Felder 5df9f68392 Add plaintext support for all emails except the digest 3 years ago
  Mark Felder 6a3e75c8e6 Lint 3 years ago
  Mark Felder c361440396 Add basic test to validate the registration email is dispatched when the others are disabled 3 years ago
  Mark Felder 95930a7aa5 Actually send the mail 3 years ago
  Mark Felder 2a863987bc Added: New user registration mail 3 years ago
  Mark Felder e945ccc91b Add a registration email that only sends if no other emails (welcome, approval, confirmation) are enabled 3 years ago