Joffrey JAFFEUX
c5140ef3fb
FIX: prevents multiple jumps to happen with LockOn ( #8460 )
2019-12-04 16:45:23 +01:00
David Taylor
46d8fd3831
FIX: Allow for nil upload record when migrating to S3
2019-12-04 15:13:39 +00:00
Joffrey JAFFEUX
b74679f231
FIX: ensures the element is on the page before scroll with lockon ( #8458 )
2019-12-04 14:12:50 +01:00
David Taylor
be1510b09d
FIX: Use filtered posts when determining the next page
...
This bug was causing some unusual behavior when the last post is filtered (e.g. from an ignored user). In some situations this would cause suggested topics to be omitted from the payload.
The next_page specs have been updated to remove most of the stubs
2019-12-04 12:52:24 +00:00
Daniel Waterworth
2f5adbe1f4
DEV: Allow the creation of sub-sub-categories
...
This commits adds a new site setting (max_category_nesting), that
determines whether sub-sub-categories are allowable.
2019-12-04 12:07:05 +00:00
Daniel Waterworth
6e5fedb312
DEV: Use category ids in more URLs preferentially
...
This is a followup to 374534f0
2019-12-04 09:47:41 +00:00
Krzysztof Kotlarek
bb69e8942e
FEATURE: ability to add all active components to theme ( #8447 )
...
* FEATURE: ability to add all active components to theme
* FIX: add a component to all themes takes only active ones
* FIX: move select components/themes to top
* FIX: improve defaultIsAvailable
* FIX: Add filter(Boolean) and remove btn class
2019-12-04 17:13:41 +11:00
Krzysztof Kotlarek
46fc45de99
FIX: inbound link when the only slug available ( #8457 )
...
Problem mentioned in [meta](https://meta.discourse.org/t/inbound-links-dont-show-up-when-topic-id-is-not-included/100551 )
When there is an internal link without ID, only slug, we should still try to create reflection link.
2019-12-04 17:13:20 +11:00
Joe
5e134400e2
UX: prevent scrollbars on initial panel load ( #8456 )
2019-12-04 11:40:59 +08:00
Daniel Waterworth
226fc07a17
FIX: Don't allow category slugs to be entirely digits
2019-12-04 01:22:29 +00:00
Blake Erickson
8f708bd6e1
DEV: Run prettier
...
Follow up to: 80f4b9e2279856eb34349636a50a3cc3967ffaf3
2019-12-03 17:39:39 -07:00
Blake Erickson
80f4b9e227
DEV: Remove buffered rendering from watched words
...
This is another refactoring in the multi-step process to remove all uses
of our custom Render Buffer.
Previous commit: bb31e7f5b6150e7d30461cdeef9b537f43f3caee in the series.
This commit affects the display of the Webhooks Deliver Status column. It
is just a refactor and does not change any functionality.
2019-12-03 17:23:10 -07:00
Sam Saffron
57bb553499
DEV: nav-item should not fail when no top menu items exist
...
This can be called from themes where anonymous_top_menu_items is not set
cause the site requires login
Bail out cleanly if that is the case
2019-12-04 10:30:04 +11:00
Gerhard Schlager
2cca14d510
FEATURE: Add hidden setting to allow unsafe-eval
in CSP
...
This new setting defaults to `true` for now, until we make sure that all official plugins and theme components work without `unsafe-eval` in the CSP.
2019-12-03 21:09:08 +01:00
Mark VanLandingham
6fe27b9e97
FEATURE: Plugin outlet adjacent to new topic btn ( #8443 )
2019-12-03 13:57:07 -06:00
Gerhard Schlager
9ebb69e8eb
FIX: Respect enable_inline_emoji_translation
setting in titles
2019-12-03 20:39:11 +01:00
Gerhard Schlager
86b81b5f63
DEV: Reenable Emoji Picker tests
2019-12-03 20:39:11 +01:00
Gerhard Schlager
e7c3c10829
FIX: Prepends whitespace when inserting via emoji picker
2019-12-03 20:39:11 +01:00
Daniel Waterworth
ee2473d7d5
FIX: linting
2019-12-03 16:07:55 +00:00
Daniel Waterworth
af5bcb25d5
DEV: Make bread-crumb component work with sub-sub-categories
2019-12-03 15:56:13 +00:00
romanrizzi
d0bb6314c6
DEV: '= true' is not necessary
2019-12-03 11:32:45 -03:00
Joe
98b600f1e1
UX: Adjusts wizard step margins ( #8452 )
2019-12-03 22:28:03 +08:00
romanrizzi
c86ca3609e
FIX: Filter readers avatars correctly when the post is a whisper
2019-12-03 10:50:02 -03:00
Dan Ungureanu
e4f05a0d15
FIX: Call the right method
2019-12-03 14:16:06 +02:00
Joffrey JAFFEUX
0d3d2c43a0
DEV: s/\$redis/Discourse\.redis ( #8431 )
...
This commit also adds a rubocop rule to prevent global variables.
2019-12-03 10:05:53 +01:00
Roman Rizzi
9eccfb7b52
FIX: Guarantee order to correctly defer replies in review queue ( #8426 )
...
Our code used to approve the first flagged post and ignore the rest in some specific conditions.
2019-12-03 18:39:10 +11:00
Blake Erickson
69213d2ea4
FIX: 500 error for missing badge grouping ( #8446 )
...
If a badge grouping happens to have been deleted a 500 error will be
thrown when looking a user's badges.
This fix allows the badge page to still be shown without any errors. The
badge with the missing badge grouping is still displayed.
I'll follow up with a separate pr/commit that will ensure if a badge
grouping is deleted, all badges with that badge_grouping_id will also be
updated.
2019-12-03 18:37:01 +11:00
Martin Brennan
f3109a1f25
Add timezone to current_user_serializer ( #8448 )
...
* the code to get current user already got their
user_option record as well, so adding the timezone
column to the attributes returned should not create
any additional overhead. this timezone will be very
useful for getting momentjs dates relative to the
user's timezone
2019-12-03 18:31:15 +11:00
Sam Saffron
f65c453555
Revert "FIX: Do not autocomplete categories or emojis in code blocks ( #8433 )"
...
This reverts commit b643526d9a407b8abb826dba78a954cdfe6d6133.
Sadly this introduces a regex runaway CPU condition, we will re-work
this so it is safe.
2019-12-03 09:27:26 +11:00
Mark VanLandingham
118fef2353
FIX: Hide pie legend when results are grouped ( #8445 )
2019-12-02 13:59:52 -06:00
Mark VanLandingham
87a298a59b
FIX: Poll pie container was too large ( #8444 )
2019-12-02 11:51:06 -06:00
Dan Ungureanu
b643526d9a
FIX: Do not autocomplete categories or emojis in code blocks ( #8433 )
...
Emojis and category autocomplete show up often when writing code
snippets, which makes it easy to insert unwanted text by mistake.
2019-12-02 18:48:40 +02:00
Robin Ward
5df719a3c2
FEATURE: Support pasting a list of usernames into a PM
...
This allows you to paste multiple usernames into a PM's recipient list
at once. It supports usernames separated by spaces, commas, and new lines.
2019-12-02 11:28:09 -05:00
Daniel Waterworth
712e171b34
DEV: Don't pass multiple categories to tag-drop
...
The tag-drop component uses the passed in categories to calculate paths,
but only the last category is relevant, since, from a category we can
calculate its ancestors.
2019-12-02 12:27:19 +00:00
Arpit Jalan
016732cced
FEATURE: improve suspect user discovery
2019-12-02 16:39:28 +05:30
Daniel Waterworth
374534f00e
DEV: Use category ids in URLs preferentially
2019-12-02 09:28:15 +00:00
Daniel Waterworth
9251065768
FIX: Generate redirect URL correctly when using a subdirectory
...
The url property of a category contains the base_uri and so it shouldn't
be concatated into a larger URL unless it is the prefix.
2019-12-02 09:28:15 +00:00
Daniel Waterworth
c414db107c
FIX: Handle none path correctly with three levels
...
With a path like "/c/foo/1/none", "none" was being interpreted as an id.
2019-12-02 09:28:15 +00:00
Joffrey JAFFEUX
3cf4ba5069
FIX: ensures censor has always at least an empty string to handle ( #8442 )
2019-12-02 10:24:07 +01:00
Vinoth Kannan
580b289861
UX: skip leading spaces in selection when adding a link.
2019-11-30 20:14:22 +05:30
Bianca Nenciu
57f108899a
FEATURE: Make site texts controller handle pages and locales ( #8408 )
...
Some endpoints are returning i18n keys instead of translated messages
and with these changes, the site_texts endpoint can help translating
those.
Pagination part is needed for better wildcard support. For example,
looking for 'js.notifications' would set 'has_more' to true, but return
only the first 50 messages with no way of fetching the remaining.
2019-11-30 15:16:36 +02:00
Régis Hanol
455147cabe
DEV: use DB.after_commit instead of delaying the job
2019-11-29 22:48:39 +01:00
Régis Hanol
5ae570a088
remove unnecessary symlink
2019-11-29 22:23:43 +01:00
Régis Hanol
3807484757
FIX: delay the 'send_advanced_tutorial_message' job to prevent race conditions
...
When a user accepts an invite with an email address that matches a group
which automatically awards its members Trust Level 2, a race condition might happen
when the 'send_advanced_tutorial_message' job runs.
That job is enqueued inside the 'user_promoted' event which is triggered inside a
transaction on the user record. If the job runs before the transaction is done,
the user record is invisible and this generates an exception.
2019-11-29 22:14:41 +01:00
David Taylor
06c2e28bbb
DEV: Remove two more references to instagram_user_infos
...
Follow-up to ad6f33e5b12c7d9bc8ee58003ae65fa60cee1dd2
2019-11-29 17:12:06 +00:00
David Taylor
cdec5f154b
DEV: Remove remaining reference to instagram_user_infos
...
Follow-up to ad6f33e5b12c7d9bc8ee58003ae65fa60cee1dd2
2019-11-29 16:53:53 +00:00
David Taylor
ad6f33e5b1
DEV: Remove unused instagram_user_info model
...
This has been unused since 703c724cf3adff0feb89f99be30f4fb4ed540e22
2019-11-29 16:43:38 +00:00
David Taylor
88dce41be1
DEV: Drop unused google and instagram auth_info tables
...
Information was migrated to user_associated_accounts in fc7938f7e081318ad52462bd2aa1c95e61fb5d03 and 703c724cf3adff0feb89f99be30f4fb4ed540e22
2019-11-29 16:28:39 +00:00
David Taylor
dd8fe1a9e7
DEV: Update annotations
2019-11-29 15:49:08 +00:00
David Taylor
a6aada16bd
DEV: Refactor API key specs to avoid hard-coding keys
...
By hard-coding keys, we are not testing the API key system end to end. This change also makes the specs more resilient to upcoming API key changes
2019-11-29 15:16:22 +00:00