ef2362a30f
FEATURE: Introducing new UI for changing User's notification levels ( #7248 )
...
* FEATURE: Introducing new UI for tracking User's ignored or muted states
2019-03-27 09:41:50 +00:00
675d950eab
FIX: corrects link to moderators_activity report ( #7265 )
2019-03-27 10:14:42 +01:00
f177567cee
Clean up style when both oAuth2 and account approval are enabled
2019-03-26 20:47:06 -04:00
095ee6ac96
UX: prevent images and lightboxes from extending outside blockquotes ( #7262 )
2019-03-27 01:51:21 +08:00
4f04ae5692
FIX: Failed to show details about some bounced emails
...
Bounces sent to reply_by_email_address could not be found.
2019-03-26 18:00:27 +01:00
de011b53b5
UX: Hide link to incoming email when there is no bounce key
...
For example, webhooks mark email log entries as bounced without there ever being an incoming email.
2019-03-26 18:00:27 +01:00
02f2ce8b05
target panel children instead of targeting the panel ( #7257 )
2019-03-26 23:54:37 +08:00
b2cacc5b0e
FIX: check can_create_tags on mini-tag-chooser as tag-chooser ( #7260 )
2019-03-26 16:45:38 +01:00
4874cf742b
FIX: better styling with popover ( #7259 )
2019-03-26 16:34:27 +01:00
52332ccd72
FIX: uses aria-label instead of title as it's useless with popover ( #7258 )
2019-03-26 16:31:48 +01:00
8fb63b2706
FEATURE: unified popover implementation ( #7244 )
2019-03-26 15:43:27 +01:00
4a1096f14a
IE11 profile fix
2019-03-26 10:13:09 -04:00
41563ba6b2
FIX: flaky test in reports ( #7255 )
...
* FIX: flaky test in reports
2019-03-26 13:23:57 +00:00
cf9d8c1ad3
Add index for SearchLog#created_at
.
...
Admin search logs filters by `created_at` so this will help.
2019-03-26 20:39:22 +08:00
3aa32c3170
FIX: send only one post request when changing topic notification level ( #7254 )
2019-03-26 12:04:33 +01:00
4774633dac
DEV: Remove StatsSocket
.
...
Removed in favor of https://github.com/discourse/discourse-prometheus .
2019-03-26 18:16:58 +08:00
e0cb2a434a
Fix regression introduced in dae0bb4c67c9f7f1eb475fb60f375118f93cdfd9.
...
Add tests so it doesn't bite me again.
2019-03-26 17:52:37 +08:00
dc90133d29
FIX: Forcing permissions of seeded categories shouldn't fail
...
Less restrictive permissions of subcategories could make the seeding of categories fail.
2019-03-26 10:39:07 +01:00
dae0bb4c67
FIX: Post blurb incorrect when search contains a phrase match.
...
If the blurb generated is not around the search term, we will not be
able to highlight it on the client side.
2019-03-26 17:01:52 +08:00
1799820256
DEV: Improve search phrase spec to show that it actually works.
2019-03-26 16:31:15 +08:00
bf57f39353
DEV: Remove code that is not used.
2019-03-26 15:36:26 +08:00
161a3c3870
DEV: Don't optimize image when migrating to new scheme.
...
The image has already been uploaded, the migrate to new scheme job's is
just to correct the scheme and not the content of the upload.
2019-03-26 15:12:10 +08:00
5a8451bf89
PERF: no need to select entire group just to find name
...
Note, this is a very good candidate for some cache longer term to cut
the query out
2019-03-26 17:59:05 +11:00
3cfedc6c71
PERF: no need to select the full theme just to get color scheme
2019-03-26 17:53:18 +11:00
b58c965aad
FIX: Destroy optimized image if attempting to migrate to new scheme fails.
2019-03-26 14:37:34 +08:00
0ac6a58b09
FIX: Skip validation when saving in Upload#migrate_to_new_scheme
.
2019-03-26 14:28:39 +08:00
6ea14b591f
Bump logster to 2.3.0 ( #7251 )
...
Introduces a new feature that keeps track of number of logs that have been suppressed by each pattern.

d3146c0fe1
2019-03-26 07:51:58 +03:00
51a6acb2af
FEATURE: Implements a Well-Know URL for Changing Passwords
...
Read https://github.com/WICG/change-password-url/blob/gh-pages/explainer.md for details on the spec.
2019-03-25 23:46:27 -03:00
71e431de9e
DEV: Fix hardcoded value introduced in cc2bac86e9ba41a948c7c6fdee8c184615c68b98.
2019-03-26 07:45:21 +08:00
6101a29227
Browser version bump
2019-03-25 17:11:18 -04:00
b1d707b3bb
FIX: More explicit grid layout
2019-03-25 16:41:38 -04:00
528a7c577a
Remove flaky test
2019-03-25 15:31:25 -04:00
e89cec7550
Fix Prettier
2019-03-25 15:03:28 -04:00
fc81358714
prettier
2019-03-25 14:48:14 -04:00
47a0e4b906
UX: improve mobile search
...
Improves usability of header search icon while user is already in full page search in mobile.
Currently, hitting search icon a second time empties input and does not scroll up to show search form.
This commit scrolls up to show form and sets focus on input.
2019-03-25 14:42:54 -04:00
df279251b7
REFACTOR: More consistent user/group page layouts
2019-03-25 14:40:22 -04:00
cb70a328f5
FIX: Remove duplicate site settings and add unique index
2019-03-25 17:30:53 +01:00
cd4fd447ca
Make Rubocop happy
2019-03-25 17:04:45 +01:00
467c17da53
FIX: Make migration resilient against duplicate site settings
2019-03-25 16:57:23 +01:00
60e6070c27
UX: Show spinner during text replacement
2019-03-25 16:47:55 +01:00
453ba2da7b
Make Google Groups scraper work with latest chromedriver
2019-03-25 16:11:22 +01:00
cc2bac86e9
FIX: Dry run broken for uploads:migrate_to_s3
.
2019-03-25 22:38:24 +08:00
4452332077
DEV: Update Mousetrap to 1.6.3
2019-03-25 10:01:55 -04:00
8d098df289
UX: Inherit badge icon color
...
Fixes issue with icon color differing from text color in select-kit box category style
2019-03-25 09:29:38 -04:00
ec2123809f
FEATURE: user and group cards on mobile ( #7246 )
2019-03-25 13:37:17 +01:00
f072da1bfe
FEATURE: Add every month / 6 months options to email digest. ( #7247 )
2019-03-25 12:45:01 +02:00
dcd56cf593
FIX: Fixed changing composer mode escaping title ( #7191 )
2019-03-25 13:14:26 +05:30
5a9dd923cc
FIX: Onebox discourse user not respecting enable names ( #7245 )
2019-03-25 12:50:14 +05:30
3f35315391
DEV: add script to switch ruby version from inside container
...
This script can be used to flip Ruby to a patched Ruby version
or a different major version from inside the container
It is used to test and compare different Ruby versions
2019-03-25 17:41:24 +11:00
ac661e856a
FEATURE: Allow categories to be prioritized/deprioritized in search. ( #7209 )
2019-03-25 10:59:55 +08:00