Rafael dos Santos Silva
330ef3700f
FEATURE: Add dash warning for using S3 without CDN ( #11561 )
...
Over the years we had some admins complaining that most of their costs
running Discourse is on S3 uploads.
That only happens when they are using S3 without a CDN, which is widely
considered a bad pratice for public websites, as egress bandwidth can
get expensive quite fast.
Related:
https://meta.discourse.org/t/download-avatars-locally-from-s3-shutting-down-s3-in-my-site/174001/3?u=falco
https://meta.discourse.org/t/use-webtorrent-to-load-media-objects/155873/2?u=falco
2020-12-28 12:43:48 -03:00
Jeff Atwood
c92415d402
enhance TL2 congratulations PM ( #11577 )
...
add some detail to the TL2 congratulatory PM
2020-12-24 15:40:45 -08:00
Arpit Jalan
0f005d0e86
Bump onebox gem to 2.2.1 ( #11575 )
...
- allow oneboxes with title and image
2020-12-24 10:24:59 +05:30
dependabot[bot]
0dfd051a65
Build(deps-dev): Bump mocha from 1.11.2 to 1.12.0 ( #11573 )
...
Bumps [mocha](https://github.com/freerange/mocha ) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/freerange/mocha/releases )
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md )
- [Commits](https://github.com/freerange/mocha/compare/v1.11.2...v1.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-23 16:58:40 -05:00
dependabot[bot]
160649a781
Build(deps): Bump faraday from 1.1.0 to 1.2.0 ( #11572 )
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v1.1.0...v1.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-23 16:57:20 -05:00
dependabot[bot]
9cea216ae5
Build(deps): Bump rack-mini-profiler from 2.2.0 to 2.2.1 ( #11571 )
...
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases )
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-23 16:53:52 -05:00
Robin Ward
abe8aeb597
FIX: The `title` attribute of the diversity scales was incorrect ( #11570 )
...
It needed to be underscored, since it had dashes in it.
2020-12-23 14:12:13 -05:00
dependabot[bot]
f040b5da58
Build(deps): Bump json from 2.4.1 to 2.5.1 ( #11564 )
...
Bumps [json](https://github.com/flori/json ) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/flori/json/releases )
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md )
- [Commits](https://github.com/flori/json/compare/v2.4.1...v2.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-23 12:32:15 +01:00
Arpit Jalan
6929a6bdfb
Bump onebox gem to 2.2.0 ( #11568 )
...
- do not show title only oneboxes
2020-12-23 12:26:01 +05:30
Bianca Nenciu
755627caa5
FEATURE: Introduce skip_auto_delete_reply_likes site setting ( #11562 )
...
osts from topics with 'auto delete replies timer' with more than
skip_auto_delete_reply_likes likes will no longer be deleted. If 0,
all posts will be deleted.
2020-12-23 16:30:10 +11:00
Krzysztof Kotlarek
edf4e8b788
FIX: user destroyer spec ( #11567 )
...
Don't user @user and @admin after https://github.com/discourse/discourse/commit/db235c5ff92
2020-12-23 15:45:53 +11:00
Krzysztof Kotlarek
32ff52dd42
FIX: when the user is deleted anonymise category post ( #11551 )
...
Fix for a bug when deleting a user who was an admin and created a category.
The first post with instruction about category should not be deleted but rather anonymise.
The bug was mentioned here: https://meta.discourse.org/t/cant-undelete-category-description-posts-created-by-deleted-user/173696/10
2020-12-23 14:19:30 +11:00
Alan Guo Xiang Tan
d9109ed436
FIX: Show all topic statuses on full page search.
2020-12-23 10:30:35 +08:00
Alan Guo Xiang Tan
db235c5ff9
DEV: Improve specs to use objects that have already been fabricated.
2020-12-23 10:25:23 +08:00
Krzysztof Kotlarek
f84ff26aa9
FIX: use Redis replica host and port ( #11566 )
...
Introduce Redis `replica` config and deprecate `slave`
2020-12-23 13:14:19 +11:00
dependabot[bot]
5bc0efa588
DEV: Bump docile to correct Ruby 2.7 delegation issues
...
Bumps [docile](https://github.com/ms-ati/docile ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/ms-ati/docile/releases )
- [Changelog](https://github.com/ms-ati/docile/blob/master/HISTORY.md )
- [Commits](https://github.com/ms-ati/docile/compare/v1.3.3...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Corrects Ruby 2.7 delegation issues.
2020-12-23 08:52:46 +11:00
Sam
adf8539f64
FIX: allow for final sigma in suggested usernames ( #11540 )
...
Final sigma is not lower cased correctly in Ruby causing issues with routing.
This works around the issue by downcasing all usernames containing a sigma using JS.
2020-12-23 08:51:36 +11:00
Sam
758e160862
FEATURE: explicitly ban outlier traffic sources in robots.txt ( #11553 )
...
Googlebot handles no-index headers very elegantly. It advises to leave as many routes as possible open and uses headers for high fidelity rules regarding indexes.
Discourse adds special `x-robot-tags` noindex headers to users, badges, groups, search and tag routes.
Following up on b52143feff
we now have it so Googlebot gets special handling.
Rest of the crawlers get a far more aggressive disallow list to protect against excessive crawling.
2020-12-23 08:51:14 +11:00
Jeff Atwood
53f1811757
simplify copy slightly for new post / topic panel ( #11565 )
...
simplify copy slightly for new post / topic advice panel
2020-12-22 13:26:44 -08:00
Penar Musaraj
3c5d91afae
DEV: Add "before-manage-group-tags" plugin outlet ( #11560 )
2020-12-22 15:35:55 -05:00
Roman Rizzi
8a7fe3b276
FIX: Don't enqueue imported users when there're multiple custom fields. ( #11559 )
...
My initial implementation didn't consider this case. We should skip imported users if the "imported_id" field is present, even if there're other custom fields.
2020-12-22 14:28:07 -03:00
Daniel Waterworth
a4fb28ccd8
FIX: Disallow zero-width and other non-printing characters in tags ( #11546 )
2020-12-22 09:27:37 -06:00
Arpit Jalan
c9381beb9c
FIX: handle badge grant for deleted badge ( #11558 )
2020-12-22 20:24:51 +05:30
Discourse Translator Bot
e113ddc73c
Update translations ( #11557 )
2020-12-22 14:49:40 +01:00
Krzysztof Kotlarek
07bf7a91f4
Revert "FIX: use Redis replica host and port ( #11543 )" ( #11552 )
...
This reverts commit b0e1210b0c
.
2020-12-22 16:16:50 +11:00
Krzysztof Kotlarek
b0e1210b0c
FIX: use Redis replica host and port ( #11543 )
...
* FIX: use Redis replica host and port
Introduce Redis `replica` config and deprecate `slave`
* FIX: move deprecations to separate file
2020-12-22 15:52:00 +11:00
Guo Xiang Tan
d10d296e92
FIX: Search topic title headline being truncated.
...
Need to apply the `HighlightAll` option in order to avoid topic titles
from truncated in headlines when displaying search results.
2020-12-22 09:09:47 +08:00
Guo Xiang Tan
8336c2235e
FIX: Missing PG topic title headline when pg headlines is enabled.
2020-12-22 09:09:00 +08:00
Sam
293b243aeb
FEATURE: special shortcut for searching for own posts ( #11541 )
...
You can now use `@me` to search for posts created by yourself, this is particularly handy if you have a long username.
`@me rainbow` will find all posts you created with the word rainbow.
Also cleans up test suite so it has no warnings.
2020-12-22 10:46:42 +11:00
David Taylor
d25fd34b44
DEV: Remove with_deleted workarounds for old Rails version ( #11550 )
...
* DEV: Remove with_deleted workarounds for old Rails version
These workarounds using private APIs are no longer required in the latest version of Rails. The referenced issue (https://github.com/rails/rails/issues/4306 ) was closed in 2013. The acts_as_paranoid workaround which this was based on was removed for rails > 5.
Switching to using a scope also allows us to use it within a `belongs_to` relation (e.g. in the Poll model). This avoids issues which can be caused by unscoping all `where` clauses.
Predicates are not necessarily strings, so calling `.join(" AND ")` can sometimes cause weird errors. If we use `WhereClause#ast`, and then `.to_sql` we achieve the same thing with fully public APIs, and it will work successfully for all predicates.
2020-12-22 10:38:59 +11:00
Rafael dos Santos Silva
32e7ee4867
FEATURE: Adds support for the WEBP image format ( #11532 )
...
Adds support for both still and animated webp images.
Animated images won't be optimized or get thumbnails.
Depends on https://github.com/discourse/discourse_docker/pull/506
and https://github.com/discourse/discourse_docker/pull/507
2020-12-21 20:09:00 -03:00
dependabot[bot]
6b500ca263
Build(deps): Bump rake from 13.0.2 to 13.0.3 ( #11549 )
...
Bumps [rake](https://github.com/ruby/rake ) from 13.0.2 to 13.0.3.
- [Release notes](https://github.com/ruby/rake/releases )
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rake/compare/v13.0.2...v13.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 16:32:27 -05:00
dependabot[bot]
9a3ad4ee00
Build(deps): Bump regexp_parser from 2.0.0 to 2.0.1 ( #11548 )
...
Bumps [regexp_parser](https://github.com/ammar/regexp_parser ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/ammar/regexp_parser/releases )
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ammar/regexp_parser/compare/v2.0.0...v2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 16:32:09 -05:00
dependabot[bot]
45b3b7618f
Build(deps): Bump ffi from 1.14.1 to 1.14.2 ( #11547 )
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 16:31:06 -05:00
Rafael dos Santos Silva
c4552e9c10
FIX: Autoplay videos must always be muted ( #11533 )
...
This automatically adds the muted attribute if it's missing in a video
tag.
Co-authored-by: David Taylor <david@taylorhq.com>
2020-12-21 14:55:00 -03:00
Bianca Nenciu
38950840e0
FIX: Show restricted tags in bulk select ( #11531 )
...
Navigating to a category and tag page, selecting topics and attempting
to bulk append a tag showed all but the tags restricted to the category.
2020-12-21 12:26:51 +02:00
Arpit Jalan
bbf6cc4f18
DEV: require fileutils gem on boot ( #11542 )
2020-12-21 16:31:06 +11:00
Alan Guo Xiang Tan
d2a0462186
FIX: Re-run remove flag and queued post web hook migrations.
...
There have been production instances where the migrations has run but the records
that were meant to be deleted have not been deleted. The root cause is
unknown but the migration is safe and simple to re-run. The problem is
not reproducible locally so we're not spending too much time on digging
up the root. Time vs business cost tradeoff.
Follow-up fb15da43da
2020-12-21 10:17:08 +08:00
dependabot[bot]
504b1562d5
Build(deps): Bump rake from 13.0.1 to 13.0.2
...
Bumps [rake](https://github.com/ruby/rake ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/ruby/rake/releases )
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rake/compare/v13.0.1...v13.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 10:12:15 +08:00
dependabot[bot]
9dad7588db
Build(deps): Bump docile from 1.3.2 to 1.3.3
...
Bumps [docile](https://github.com/ms-ati/docile ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/ms-ati/docile/releases )
- [Changelog](https://github.com/ms-ati/docile/blob/master/HISTORY.md )
- [Commits](https://github.com/ms-ati/docile/compare/v1.3.2...v1.3.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 10:12:06 +08:00
dependabot[bot]
84dbe7a5c5
Build(deps): Bump rubocop-rspec from 2.0.1 to 2.1.0
...
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v2.0.1...v2.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 10:11:48 +08:00
dependabot[bot]
bd414008fc
DEV: Bump webmock from 3.10.0 to 3.11.0 ( #11538 )
...
Bumps [webmock](https://github.com/bblimke/webmock ) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/bblimke/webmock/releases )
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bblimke/webmock/compare/v3.10.0...v3.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-21 10:38:22 +11:00
dependabot[bot]
aff68f47d9
DEV: Bump ffi from 1.13.1 to 1.14.1 ( #11539 )
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.13.1 to 1.14.1.
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/compare/1.13.1...1.14.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This brings us 1 step closer to working on the new ARM Macs natively.
2020-12-21 10:37:31 +11:00
Mark VanLandingham
d8e2b497f7
DEV: Move rerender on 'do not disturb' change to mixin ( #11529 )
2020-12-18 10:35:43 -06:00
Mark VanLandingham
649ed24bb4
FEATURE: Do not disturb ( #11484 )
2020-12-18 09:03:51 -06:00
Bianca Nenciu
806f05f851
FIX: Make find_by_slug_path work with default slugs ( #11501 )
...
Default slugs are generated by adding '-category' to category ID.
2020-12-18 16:05:01 +02:00
Roman Rizzi
142e0ae062
Revert "Revert "DEV: Wrap `Ember.run.debounce`. ( #11352 )"" ( #11509 )
...
* Revert "Revert "DEV: Wrap `Ember.run.debounce`. (#11352 )" (#11465 )"
This reverts commit aa0d4ea764
.
* Correctly debounce onScroll function
2020-12-18 10:18:52 -03:00
Arpit Jalan
f296ca4b4a
FEATURE: allow plugins to show custom HTML via renderTags ( #11520 )
...
This commit allows discourse-assign plugin to show custom HTML via
renderTags even if topic has no tags.
2020-12-18 09:42:42 +05:30
dependabot[bot]
843f8c67b2
Build(deps): Bump json from 2.4.0 to 2.4.1 ( #11521 )
...
Bumps [json](https://github.com/flori/json ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/flori/json/releases )
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md )
- [Commits](https://github.com/flori/json/compare/v2.4.0...v2.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 14:52:04 +11:00
Penar Musaraj
2b8b252249
UX: Move reply filter button on mobile ( #11524 )
2020-12-18 14:51:13 +11:00