44a5c29d42
Clear old text and URL when showing up the "Insert Hyperink" modal. ( #6138 )
2018-07-25 17:12:49 +10:00
1390eb2957
Disable bootstrap mode before start importing
2018-07-25 12:12:26 +05:30
f540020d1d
Add different trigger for the emoji popup of French users. ( #6140 )
2018-07-25 16:39:06 +10:00
417bcf7d2e
add checks for staff and system user before sending flags_agreed_and_post_deleted message
2018-07-24 19:25:11 -04:00
9516d3de4b
removes rubocop from dangerfile for now ( #6168 )
...
This will be re-enabled once I can reproduce and fix errors using travis local docker build.
2018-07-24 18:10:02 -04:00
29e612e86a
forces rubocop install in travis ( #6167 )
2018-07-24 17:51:53 -04:00
3a52c2fa64
DEV: migrate widgets tests to async/await
2018-07-24 23:22:03 +02:00
fe39cdc90a
FEATURE: when a post is deleted because a moderator agreed with flags, send a message to the post author
2018-07-24 17:17:56 -04:00
e4480ad0d2
try to require test gemfile in Dangerfile ( #6165 )
2018-07-24 17:07:08 -04:00
d16a2c776a
DEV: migrate components tests to async/await
2018-07-24 22:41:14 +02:00
c0992a4d31
makes danger usable for bundler with --deployment ( #6164 )
2018-07-24 15:11:23 -04:00
9b455bebc7
do not check plugins in danger for now ( #6163 )
2018-07-24 13:35:47 -04:00
e8b9bd7d9b
improves danger formatting ( #6162 )
2018-07-24 13:10:54 -04:00
7058205f70
FIX: Broken specs
2018-07-24 12:00:34 -04:00
75b03dab84
fixes dangerfile ( #6158 )
2018-07-24 11:31:57 -04:00
1ac643d71c
FIX: Email template for "Queued Posts Reminder" was not found
2018-07-24 17:26:52 +02:00
236243f38a
SECURITY: Consider 0.0.0.0
a private IP
2018-07-24 11:16:27 -04:00
9fff53407c
adds prettier to travis ( #6154 )
2018-07-24 10:27:45 -04:00
b4a2f3fe2f
DEV: implementing danger for travis
2018-07-24 10:12:15 -04:00
8ca25f5aed
UX: open the change avatar modal when clicking the profile picture
2018-07-24 15:13:21 +02:00
7a3c541077
UX: Preview multiple color schemes in wizard ( #6151 )
...
It was a dropdown to provide choices of color schemes,
and only one scheme could be shown.
With this commit, multiple color scheme previews can be displayed on
one page at the same time, making admins choose color schemes more
easily.
Theme preview windows are shrinked.
Imported default color schemes.
Co-Authored-By: Misaka 0x4e21 <misaka4e21@gmail.com >
2018-07-24 09:00:20 -04:00
c3b6811651
PERF: Split loading of posts to speed up user renames
2018-07-24 11:57:04 +02:00
abddb48260
Rubocop fix
2018-07-24 10:49:20 +01:00
fa19d3a53c
Merge pull request #6108 from discourse/transaction-sidekiq-fix
...
Fix notifications for topics moved between categories
2018-07-24 17:44:03 +08:00
20a21b1240
Move into MiniSQLMultisiteConnection, and add test for rollback
2018-07-24 09:41:55 +01:00
178cb480fa
correct migration
2018-07-24 18:36:18 +10:00
f0a23d50b4
DEV: add script for testing memory usage in sidekiq
2018-07-24 17:57:02 +10:00
98f84d1a4e
Update annotations.
2018-07-24 15:49:55 +08:00
01a63f8b4b
Drop EmailLogs#topic_id
.
2018-07-24 15:18:57 +08:00
7a2bf8e368
Fix invalid query syntax when CategoryCustomField#value
is blank.
2018-07-24 14:48:27 +08:00
663d78414b
Merge pull request #6104 from tgxworld/split_up_reply_key_from_email_logs
...
PERF: Move `EmailLog#reply_key` into new `post_reply_keys` table.
2018-07-24 14:33:48 +08:00
fad9c2b971
PERF: Move EmailLog#reply_key
into new post_reply_keys
table.
2018-07-24 13:51:53 +08:00
5760873580
Fix linting.
2018-07-24 13:43:52 +08:00
ae8b0a517f
PERF: Split skipped email logs into a seperate table.
2018-07-24 13:14:37 +08:00
9b84e78fdf
Update annotations.
2018-07-24 11:14:19 +08:00
95720e3873
lint files
2018-07-24 10:57:16 +10:00
dd9d815178
FIX: Add User Api Key headers to CORS
...
- add User-Api-Key and User-Api-Client-Id to Access-Control-Allow-Headers
- update test
2018-07-24 10:28:23 +10:00
c9d4288214
UX: auto fix order when reordering categories ( #6149 )
...
* set correct position number when moving up/down
* UX: drop 'fix order' and auto re-order subcategory
- auto "fix position" on save
- place subcategories after parent category and maintain the relative
positions on save
2018-07-24 10:25:40 +10:00
e42038eae2
Rake task called method with wrong arguments
2018-07-24 00:10:09 +02:00
f4b5eccad3
FIX: categories page crawler view had incorrect URLs
2018-07-23 14:54:41 -04:00
568276fe40
FEATURE: allows tag editing on mobile ( #6148 )
2018-07-23 14:25:21 -04:00
73d736c8c3
FIX: popup-menu instantly closing ( #6147 )
2018-07-23 14:19:36 -04:00
78419f677d
FIX: multiple select-kit fixes on mobile
2018-07-23 12:19:40 -04:00
eda1462b3b
FEATURE: List, revoke and reconnect associated accounts. Phase 1 ( #6099 )
...
Listing connections is supported for all built-in auth providers. Revoke and reconnect is currently only implemented for Facebook.
2018-07-23 16:51:57 +01:00
32062864d3
FIX: removes system from user to user report ( #6144 )
2018-07-23 10:33:12 -04:00
9b2d6053da
UX: don't show the avatar section when overriden by SSO
2018-07-23 12:03:43 +02:00
d7b5a374c2
Fix indentation
2018-07-23 10:42:15 +01:00
84ab825e41
FEATURE: Webhook for user destroyed event ( #6124 )
2018-07-23 13:19:49 +05:30
caa669cf29
FIX: if exclude_category_ids is specified pass it through
...
This allows us to optionally show all topics on latest even if stuff is
suppressed via a plugin
2018-07-23 17:23:00 +10:00
ab5d40c319
Merge pull request #6135 from udan11/fix_dead_link
...
Fix dead link present in admin account registration instructions.
2018-07-22 21:05:43 -07:00