Commit Graph

303 Commits

Author SHA1 Message Date
dc8a16b43b Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
b0a383561e FEATURE: Add Lithuanian locale 2018-09-27 05:26:38 +02:00
4486e238d1 FIX: smiling face with three hearts emoji typo (#6286) 2018-08-19 15:08:05 +02:00
3fbf7b164d FEATURE: emoji 11.0 "recently added" update (#6275)
Adds support for emojis in the http://www.unicode.org/emoji/charts-11.0/emoji-released.html list
2018-08-16 11:59:45 +02:00
5c248e3a7a Update translations 2018-08-07 12:05:45 -04:00
d3e04daa95 Add Swahili language 2018-07-16 18:11:38 +02: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
b7bf0e96aa Update translations 2018-05-29 22:01:57 +02:00
864ada835b FEATURE: Add Bulgarian language 2018-05-29 21:07:17 +02:00
9e7150a2ad Revert "add a few emoji aliases"
This reverts commit d942bf62823f4bbc22accb1ce134f9f451ef6f6f.
2018-05-01 11:04:26 +02:00
Sam
d942bf6282 add a few emoji aliases 2018-05-01 15:07:59 +10:00
0e15a575f4 EXPERIMENTAL: new dashboard UI
This is the first iteration of an effort towards making a very good dashboard.

Until we feel confident this is good, this dashboard will only be accessible through /admin/dashboard_next
2018-04-16 10:42:06 +02:00
e053697cfa FEATURES: updates emojis and adds support for more women emojis! 2018-03-22 11:08:06 +01:00
0c8df32903 Update translations, except ur because of errors 2018-03-07 14:11:56 -05:00
e2a441ade9 Add Slovenian translations 2018-03-06 20:51:41 +01:00
4a7a371557 Fixed typo in page title (#5642)
Fixed typo in page title
2018-03-02 01:55:14 +01:00
aa990604c5 Adds :puke: as alias to :face_vomiting: 2018-02-24 17:11:04 +01:00
32ad98161f Update translations 2018-02-15 16:36:03 -05:00
f7042ecc85 Update translations 2018-01-31 11:19:21 -05:00
6750ff6873 (S)CSS cleanup: 0px => O and removal of duplicated properties (#5526) 2018-01-25 09:53:36 -05:00
d18900c24b Update Chart.min.js to latest version 2018-01-15 12:41:03 +05:30
abde97c5c0 FEATURE: updates emojis to last revision 2018-01-05 11:01:23 +01:00
e7d1d4eddf FIX: correct shushing_face name 2018-01-05 11:01:23 +01:00
0df1c85fd3 FEATURE: Serbian translation (#5443) 2017-12-19 12:26:06 +01:00
c52f747031 FEATURE: Catalan Translations (#5404) 2017-12-07 10:36:25 +01:00
978cf9485f Update translations 2017-12-06 10:25:12 -05:00
b094894c94 Feature: Add service worker registration method to plugin API 2017-11-28 14:01:41 +08:00
bd1616d3d9 Add offline route and service worker to fix Android app install banner (#5217)
* set up static offline.html route and service worker for Android Web App Banner

* add viewport meta tag to offline view for android app banner

* add i18n support for offline.html pages, cleanup

* fix html syntax, add page title, remove license for service-worker.js
2017-10-31 10:46:48 +11:00
77d4c4d8dc Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
ea969d1ed0 FEATURE: add Thai language 2017-08-25 12:33:09 -04:00
Sam
bcf7dc38c2 FEATURE: server side support for upload:// markdown
This allows uploads to be specified using short sha1 hash instead of full
URL

Client side change is pending
2017-08-22 11:46:23 -04:00
3b7657e4b3 Update translations 2017-08-16 11:38:45 -04:00
130ae2cd4b FEATURE: add Latvian language 2017-08-15 11:40:00 -04:00
da5e7dc876 FIX: Pull last emoji-db revision
This commit will add new images in some sets and fix a bug where
🤦‍♂️ was using :person_facepalming: image which is in fact
represented as a woman in most sets.
2017-07-29 13:12:45 +02:00
d666b73893 Update translations. 2017-07-20 14:57:02 +05:30
6fd44b1efd FIX: s/google_blob/google_classic 2017-07-06 09:05:15 +02:00
fcc50edeef FIX: do not override 🦗 with :cricket_bat_and_ball: 2017-07-05 18:51:25 +02:00
25d70ec900 Update Translations 2017-07-05 11:35:35 +05:30
92e7dc6edc FIX: regression with woman_shrugging emoji 2017-07-04 14:47:24 +02:00
a71c75367e FEATURE: emoji generation now use emoji-db
- unicode 10
- emoji 5.0
- support for google_blob and facebook_messenger sets
2017-07-04 14:08:47 +02:00
febfe27669 Update translations 2017-06-26 14:56:22 -04:00
9206741190 update pikaday.js 2017-06-23 17:50:13 +02:00
f1750be2be Fixes woman_shrugging name conversion 2017-06-15 08:26:29 +02:00
95e1843d33 Improves native emoji conversion 2017-06-14 17:42:52 +02:00
1ceb64500f Merge pull request #4926 from jjaffeux/fixes-mouse-three
Uses computer_mouse as base name
2017-06-14 14:55:48 +02:00
252c811dae Uses computer_mouse as base name 2017-06-14 11:10:09 +02:00
485de2fcc3 Merge pull request #4924 from jjaffeux/cook-toned
adds tones to woman_cook and man_cook
2017-06-14 09:25:48 +02:00
44e152d750 adds tones to woman_cook and man_cook 2017-06-14 08:35:11 +02:00
03f3612884 Fixes automobile being an alias now 2017-06-14 07:50:36 +02:00
Sam
826f332766 Merge pull request #4901 from jjaffeux/emoji-5.0
Emoji next
2017-06-13 11:12:41 -04:00