Wu Cheng-Han
d96385eafd
Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue]
2017-10-05 10:17:26 +08:00
Wu Cheng-Han
b0b417cefc
Fix unescape > symbol inside the style tags to make the CSS works
2017-10-05 09:59:57 +08:00
Wu Cheng-Han
8979f215ab
Fix blockquote not parse correctly in slide mode
2017-10-05 09:59:07 +08:00
Max Wu
b469592db8
Update .travis.yml
2017-09-27 22:26:03 +08:00
Wu Cheng-Han
7f52a4b38a
Update yarn.lock file
2017-09-27 22:07:55 +08:00
Max Wu
6f2d1d4320
Merge pull request #538 from madebyherzblut/fix-yarn-lock
...
Update yarn.lock
2017-09-27 21:46:13 +08:00
Max Wu
fb14e121cd
Merge pull request #527 from sygi/patch-1
...
Typo in Polish translation
2017-09-27 21:41:06 +08:00
Max Wu
8168615e10
Merge pull request #541 from Stonesjtu/patch-1
...
Fix naming typo.
2017-09-27 21:40:26 +08:00
Wu Cheng-Han
2bdccd3996
Fix home and end keys behavior for windows
2017-09-27 21:27:33 +08:00
Wu Cheng-Han
fe384d80bf
Fix the < and > symbols are doubly escaped which affected by executing preventXSS twice
2017-09-27 18:22:49 +08:00
Wu Cheng-Han
f2743ff8f8
Fix slide mode contains unclosed tags might cause XSS [Security Issue]
2017-09-27 18:21:28 +08:00
Wu Cheng-Han
9b00afb863
Fix unclosed tags might cause XSS [Security Issue]
2017-09-27 18:20:04 +08:00
Kaiyu Shi
4ae8086301
Give google the correct name.
2017-09-04 16:04:20 +08:00
Christian Schuhmann
355c805db8
Update yarn.lock
2017-08-29 16:53:15 +02:00
Jakub Sygnowski
3ca1255064
(nit) typo
2017-08-10 14:50:45 +02:00
Raccoon
d1d6d5810b
Merge pull request #499 from bd808/no-ssh
...
Use git URLs in package.json
2017-07-03 10:58:23 +08:00
Bryan Davis
723c9d79b6
Use git URLs in package.json
...
Using the "github:..." form to declare a dependency in package.json
makes npm attempt to install the package using an ssh clone rather than
an https clone. Some deployment environments may not allow ssh access
to external servers which will prevent the clones from succeeding. Using
the "git+https://..." form will clone the same repo from GitHub without
requiring ssh connectivity.
2017-07-01 15:41:56 -06:00
Max Wu
ec2813f06e
Merge pull request #488 from zuphilip/patch-1
...
Translate "revert" to "Zurücksetzen" in German
2017-06-18 15:26:41 +08:00
Philipp Zumstein
9d6c1b956c
Translate "revert" to "Zurücksetzen" in German
2017-06-16 16:55:37 +02:00
Max Wu
a645f28b33
Fix slide mode might hide scrollbar on some linux
2017-06-14 12:12:28 +08:00
Max Wu
3b8f4bc1a2
Merge pull request #486 from kota-row/fix_s3_url
...
fix s3 us-east-1 region endpoint
2017-06-14 11:59:14 +08:00
Kotaro Yamamoto
1220bbe9f6
fix s3 us-east-1 region endpoint
2017-06-14 11:08:09 +09:00
Wu Cheng-Han
c8d3951d32
Add support of Danish locale
2017-06-11 15:52:04 +08:00
Max Wu
15a346bd36
Merge pull request #481 from TheBacha/sv
...
minor fix for swedish translation
2017-06-11 14:52:20 +08:00
Max Wu
46f657cac7
Merge pull request #480 from TheBacha/danish
...
add danish translation
2017-06-11 14:50:12 +08:00
Wu Cheng-Han
f715e8e5a3
Fix lodash will be ignored by webpack in pack bundle
2017-06-08 00:40:32 +08:00
Patrick Andersen
9a06546117
minor fix for swedish translation
2017-06-06 17:56:14 +02:00
Max Wu
ca71028dd7
Merge pull request #476 from butlerx/updated/reveal
...
add more reveal features to slide demo
2017-06-06 23:52:06 +08:00
Patrick Andersen
0516a83b7d
add danish translation
2017-06-06 17:48:29 +02:00
butlerx
dcaf38b6ce
fix grammer errors
2017-06-05 12:16:21 +01:00
Wu Cheng-Han
20c5c78c29
Fix typo in the db config
2017-06-05 03:52:25 +08:00
Wu Cheng-Han
48f8378335
Fix speaker note separator regex should only take effect on the line start
2017-06-05 01:20:21 +08:00
Wu Cheng-Han
ca95901204
Fix slide might not provide slideOptions meta
2017-06-05 01:12:40 +08:00
Max Wu
9b16703819
Merge pull request #478 from SISheogorath/feature/errorExitOnFail
...
Use non-zero exit codes when build fails
2017-06-04 19:06:09 +08:00
Sheogorath
8acceb28ed
Use non-zero exit codes when build fails
2017-06-03 18:22:37 +02:00
butlerx
50153c65c6
add more reveal features to slide demo
2017-06-03 15:40:59 +01:00
Wu Cheng-Han
8f4be63df4
Update yams-metadata doc for slide theme
2017-06-03 13:33:07 +08:00
Max Wu
38cf2f7535
Merge pull request #471 from butlerx/reveal/theme
...
add the ability to set slide theme in slide options
2017-06-03 12:51:03 +08:00
butlerx
0c827703c1
switch to __dirname
2017-06-02 11:34:35 +01:00
Raccoon
6e119603ab
Merge pull request #472 from tkykm/patch-1
...
Read to correct tlsca file path
2017-06-01 19:20:42 +08:00
tkykm
bf3512f8f6
Read to correct tlsca file path
2017-06-01 19:58:55 +09:00
butlerx
c531d96f66
check if reveal theme exists
2017-06-01 10:12:40 +01:00
butlerx
e5834c077f
add the ability to set slide theme in slide options
2017-05-31 23:28:43 +01:00
Max Wu
0a6793747c
fix: export to gist occurred 404 not found
2017-05-17 02:42:44 +08:00
Max Wu
eacbb99575
Merge pull request #458 from hackmdio/fix-heroku-port-binding
...
Fix error: uncaughtException: listen EACCES 0.0.0.0:80 on heroku
2017-05-15 10:39:20 +08:00
Yukai Huang
a2f4d88019
Remove redundant HMD_PORT config from app.json
2017-05-14 19:07:56 +08:00
Max Wu
ea9b1557f9
Merge pull request #421 from hackmdio/BackendRefactor
...
Backend code refactoring - part 1
2017-05-14 17:50:25 +08:00
Max Wu
c37b666915
Merge branch 'master' into BackendRefactor
2017-05-14 17:42:14 +08:00
Max Wu
f85d1d8801
Merge pull request #429 from hackmdio/refactor-part-3
...
Refactor frontend part 3
2017-05-13 19:54:43 +08:00
Wu Cheng-Han
c0f13cf8d8
Merge branch 'master' of https://github.com/jackycute/HackMD
2017-05-09 22:12:20 +08:00