Commit Graph

29146 Commits

Author SHA1 Message Date
072f5ce825 Increase ruby character size 2018-08-03 13:37:08 -04:00
535732bdc1 FIX: ensure the 'email_revoked' PM template is customizable 2018-08-03 17:10:20 +02:00
ac2513b0f2 FEATURE: automatic PM when a user's email is revoked 2018-08-03 16:39:22 +02:00
6ede7c4623 PERF: Add missing index on EmailLog#bounced.
* Also remove index on `user_id_and_created_at` which
  isn't being used alot.
2018-08-03 17:07:18 +08:00
Sam
280c318c49 FEATURE: allow ruby tags in Markdown 2018-08-03 11:47:36 +10:00
880462a41c FEATURE: display out of date themes on admin dashboard
* FEATURE: disaply out of date themes on admin dashboard

* Update copy
2018-08-03 09:53:48 +10:00
864e279aaf FIX: wrong links to subcategories in top categories section of user summary 2018-08-02 17:38:42 -04:00
c81bad3232 Merge pull request #6232 from OsamaSayegh/message-email-short-reply
UX: better rejection message when reply via email is too short
2018-08-02 14:25:04 -07:00
f7f24a5399 FIX: discourse_merger: skip collisions on join models when both objects were merged 2018-08-02 16:05:55 -04:00
a157dfd418 UX: better rejection message when reply via email is too short 2018-08-02 22:43:53 +03:00
1ca999fdb5 FIX: formats topic report only if we have one (#6231) 2018-08-02 08:01:17 -04:00
14bbd5d167 FIX: use the right URL when downloading the file from S3 2018-08-02 10:04:41 +02:00
Sam
0b3d51a8bc FEATURE: whitelist lang attribute 2018-08-02 16:53:08 +10:00
Sam
b76d17881b FEATURE: bump default max size of uploads from 3072K to 4096K 2018-08-02 15:06:30 +10:00
9499693baa Layout works better with auto columns 2018-08-01 22:37:21 -04:00
60f62f6f36 FIX: improves report-show mobile UI (#6229) 2018-08-01 19:54:27 -04:00
859c98743f FIX: removes ellipsis from activity-metrics report cells 2018-08-01 19:08:53 -04:00
8cbe3cbe26 this file shouldn’t have been comitted 2018-08-01 19:01:47 -04:00
9073e11943 FIX: improves number/percent support in reports 2018-08-01 18:40:59 -04:00
4a872823e7 Improvements to user drafts (#6226)
* drafts in user profile: only show to user herself (not to admins), use avatar replying to (instead of topic OP), add keyboard shortcut for drafts, simplify display labels

* use JSON when testing Draft.stream
2018-08-02 07:41:27 +10:00
8147130412 Group icon misalignment 2018-08-01 17:30:17 -04:00
d678ef2653 group icon needs margin 2018-08-01 17:05:35 -04:00
0f1137dafa FIX: 'migrate_from_s3' rake task wasn't handling short urls 2018-08-01 22:58:46 +02:00
04255d1dce removing unneeded styles 2018-08-01 16:38:47 -04:00
f0bea4ae55 Improve PM participant list 2018-08-01 16:20:14 -04:00
4eef41ea1b FIX: Error with debouncing mentions 2018-08-01 15:57:24 -04:00
2ec1aec2be FIX: Clicking admin wrench in topic footer didn't hide post select box 2018-08-01 21:29:35 +02:00
474a01f338 Support new mailgun's API key format 2018-08-01 19:04:49 +02:00
1a0ffc5ace FEATURE: Added method to get multiple values at once from PluginStore. (#6225) 2018-08-01 18:42:40 +02:00
059862ed46 Mark discord auth plugin official 2018-08-01 09:33:14 -07:00
f4ca105498 FIX: Moving posts to existing topic didn't update topic metadata 2018-08-01 18:05:43 +02:00
d7b463a03d FIX: Remove unused import 2018-08-01 11:54:47 -04:00
7c950321d1 FIX: Allow non-english usernames in autocomplete
Also add support for username formatters
2018-08-01 11:53:20 -04:00
0f6dcb8c40 remove unnecessary require 2018-08-01 10:37:10 -04:00
b829452c75 Merge pull request #6209 from discourse/mini_scheduler
REFACTOR: extract scheduler to the mini_scheduler gem
2018-08-01 10:28:24 -04:00
499ed469b0 FIX: disk_space refresh is now on demand 2018-08-01 10:06:20 -04:00
0b9437cee7 FIX: more resilient/consistent dashboard caching (#6223) 2018-08-01 09:45:50 -04:00
c8c2bdda79 Travis should run linters only once 2018-08-01 13:55:24 +02:00
7c7dfa4e5e FIX: wraps any query with the slow query guard (#6222) 2018-08-01 07:39:57 -04:00
b89906e194 Enable rich text pasting by default 2018-08-01 16:36:16 +05:30
8178444382 Make prettier happy 2018-08-01 15:13:54 +05:30
8556288397 DEV: Export Tag class to modify methods in plugin 2018-08-01 15:10:15 +05:30
a115aae45f Use rchardet instead of charlock_holmes gem 2018-08-01 10:41:20 +02:00
5d421fb946 FIX: Try respecting charset in HTTP header of RSS feed 2018-08-01 10:41:20 +02:00
ff942ed2f3 FIX: Try detecting encoding of RSS feed 2018-08-01 10:41:20 +02:00
a900c9bf93 pass env vars into local dev image (#6212) 2018-08-01 16:44:27 +10:00
1f45215537 FEATURE: Drafts view in user profile
* add drafts.json endpoint, user profile tab with drafts stream

* improve drafts stream display in user profile

* truncate excerpts in drafts list, better handling for resume draft action

* improve draft stream SQL query, add rspec tests

* if composer is open, quietly close it when user opens another draft from drafts stream; load PM draft only when user is in /u/username/messages (instead of /u/username)

* cleanup

* linting fixes

* apply prettier styling to modified files

* add client tests for drafts, includes a fixture for drafts.json

* improvements to code following review

* refresh drafts route when user deletes a draft open in the composer while being in the drafts route; minor prettier scss fix

* added more spec tests, deleted an acceptance test for removing drafts that was too finicky, formatting and code style fixes, added appEvent for draft:destroyed

* prettier, eslint fixes

* use "username_lower" from users table, added error handling for rejected promises

* adds guardian spec for can_see_drafts, adds improvements following code review

* move DraftsController spec to its own file

* fix failing drafts qunit test, use getOwner instead of deprecated this.container

* limit test fixture for draft.json testing to new_topic request only
2018-08-01 16:34:54 +10:00
70ea153dce Fix lint. 2018-08-01 12:23:36 +08:00
53adbf70f3 FIX: Nav item missing for plugins that don't include a custom filter. 2018-08-01 11:50:14 +08:00
5febe71baa FIX: prevents crash if flagger doesn’t exist (#6219) 2018-07-31 23:48:54 -04:00