Commit Graph

28678 Commits

Author SHA1 Message Date
67a986f30d centralize trust level doc to blog 2018-06-25 17:34:47 -07:00
Sam
9757681707 try to set node version 2018-06-26 09:49:07 +10:00
Sam
96a938111c attempt to see if xenial gets us a new version of node 2018-06-26 09:49:07 +10:00
652b32484f Assign default value for message template matches 2018-06-26 05:16:03 +05:30
f3011c709b Extract html content from lithium message template 2018-06-26 05:07:32 +05:30
acd1693dac FEATURE: simplifies the same day hour to hour use case in local dates 2018-06-25 22:16:07 +02:00
24dfa1b657 Rename s3 vars, change condition when displaying s3 uploads 2018-06-25 17:16:01 +02:00
b3073175a7 FIX: missing translations for mobile flag modal 2018-06-25 10:59:44 -04:00
a0b799810b post-info glyph margin fix 2018-06-25 10:50:16 -04:00
5100a62fc0 FIX: Megatopics forced into summary mode when loading posts. 2018-06-25 22:11:56 +08:00
803968147c FIX: ListItem can’t have itemprop=url and itemprop=item together 2018-06-25 14:12:55 +02:00
666386d4b7 FIX: allows more chars than a-z in select-kit 2018-06-25 12:52:20 +02:00
d08b596e47 Remove unused function in post-stream.js.es6. 2018-06-25 17:23:34 +08:00
d1297b7296 Update server.en.yml 2018-06-25 16:18:07 +10:00
e5f62f7965 Update server.es.yml (reverted from commit 1ea380e30eeb550fe280eb12974712717cc28821) 2018-06-25 16:18:07 +10:00
50192de046 Fix the specs 2018-06-25 16:18:07 +10:00
93e60a59f5 Added rspec test 2018-06-25 16:18:07 +10:00
c5e24da5dd Update poll_mailbox.rb 2018-06-25 16:18:07 +10:00
64941e7f91 Update server.en.yml 2018-06-25 16:18:07 +10:00
8809984d83 Update server.es.yml 2018-06-25 16:18:07 +10:00
f57375a5ce Update site_settings.yml 2018-06-25 16:18:07 +10:00
4644d777bd FEATURE: add website field to SSO 2018-06-25 16:09:39 +10:00
329c94a354 add user-preferences-emails-pref-email-settings outlet 2018-06-25 16:02:03 +10:00
2f5b7beace bump onebox version 2018-06-25 11:22:06 +05:30
Sam
85d97caa56 lint file 2018-06-25 15:35:45 +10:00
d58ff44b04 Simplify to only support topics list for now 2018-06-25 15:02:22 +10:00
b4a13a1afa UX: keyboard shortcuts (j/k) should work with /categories 2018-06-25 15:02:22 +10:00
bed26ea0b3 fix indentation 2018-06-25 15:01:39 +10:00
a0af15d525 no redeclaring state 2018-06-25 15:01:39 +10:00
e874afaf31 read embed state info from data attribute 2018-06-25 15:01:39 +10:00
6eb0b310fe add data attributes to reflect embed status 2018-06-25 15:01:39 +10:00
5914a3db20 Update embed.html.erb
Small fix
2018-06-25 15:01:39 +10:00
2244f19ff9 Update embed.html.erb
Add state descriptor to message being sent to parent window
2018-06-25 15:01:39 +10:00
f0fc38418c FEATURE: Support referrerPolicy on embed iframe
This commit adds a new property "discourseReferrerPolicy" to the
set of supported configuration properties for the comment embed
script. If provided the value will be used to set the "referrerPolicy"
attribute on the iframe created to display the comments. This in turn
will allow embedding pages to define a more lenient referer policy on
the embed iframe for pages whose default policy is so strict it
keeps the comment embed from working.

Example:

  * Setup:
    * Discourse hosted at discourse.example.com
    * Comments embedded at example.com
    * Referrer-Policy at example.com set to 'same-origin'
  * Without this commit:
    * Loading the comments fails due to the referer being empty
  * With this commit and no adjusted configuration:
    * Loading the comments fails due to the referer being empty
      (= same behaviour as without the commit)
  * With this commit and DiscourseEmbed.discourseReferrerPolicy =
    'no-referrer-when-downgrade' as additional configuration:
    * Loading the comments succeeds

Note that this change is of special interest for embedding pages
wanting to restrict data flows under the terms of the GDPR since
it allows selectively whitelisting comment embeds while preventing
referer leaking by default.
2018-06-25 14:59:34 +10:00
c722fc5164 FIX: makes sure category and tag drop headers have a title 2018-06-24 22:23:31 +02:00
7059d90dee Merge branch 'master' of https://github.com/discourse/discourse 2018-06-23 22:29:18 -07:00
549a47e801 copyedit on TL1 welcome (again) 2018-06-23 22:29:13 -07:00
Sam
da8c6e9ac0 bump mini_sql for faster/more correct time conversions 2018-06-24 15:17:47 +10:00
d634486870 copyedit on TL1 congrats PM 2018-06-23 14:30:04 -07:00
41f76a74f8 FEATURE: send message when a user reaches tl1 2018-06-22 13:20:00 -07:00
6901e0e043 FIX: Rails.logger isn't always available when loading plugin locales 2018-06-22 10:20:20 -04:00
c08c725c54 Allow plugins to omit base locales if they want 2018-06-22 09:46:23 -04:00
50f14c6e61 Prefer update! -> update!. 2018-06-22 15:13:04 +08:00
6597cc4cd0 Fix the build. 2018-06-22 13:42:43 +08:00
cb622ead43 Make prettier happy. 2018-06-22 11:37:43 +08:00
f69356e628 FIX: Users can't "show all posts" in forced summary topics. 2018-06-22 11:32:45 +08:00
bad6a5142c PERF: Don't include entire post stream when we're loading more posts. 2018-06-22 10:49:03 +08:00
657c8a013a UX: Don't display an empty participants section. 2018-06-22 10:16:43 +08:00
4c6a0a4046 UX: Don't display participants count if it is zero.
This can happen for megatopics where we don't send
down the payload for participants count.
2018-06-22 08:32:20 +08:00
fed86225c8 FEATURE: differentiate total and total for period on admin table report 2018-06-21 22:46:53 +02:00