summaryrefslogtreecommitdiff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to own, fixed, lz-string versionSheogorath2018-09-051-4/+4
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update markdown-pdfSheogorath2018-07-271-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Release 1.2.0Sheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Revert "Update pg"Sheogorath2018-06-301-1/+1
| | | | This reverts commit 4d4163c1705af7dbdeeac3e788e72f6683221680.
* Update randomcolorSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update pgSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update storeSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update highlight.jsSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update xss protectionSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update sqliteSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update shortidSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update passportSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update to octicon 4.4.0Sheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update passport-ldapSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update validatorSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update password-gitlab2Sheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update minioSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update markdown-pdfSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Rebrand HackMD to CodiMDSheogorath2018-06-241-3/+3
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Merge pull request #830 from SISheogorath/feature/GDPRChristoph (Sheogorath) Kern2018-06-171-0/+1
|\ | | | | GDPR compliant part 1
| * Fix missing dependencySheogorath2018-05-271-0/+1
| | | | | | | | | | | | | | | | | | To export the notes we need the archiver package that takes care of creating the zip files. Looks like I forgot this one in the initial commit. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Add Azure Blob Storage supportÁdám Hóka2018-06-011-0/+1
| | | | | | | | Signed-off-by: Adam Hoka <hoka.adam@nexogen.hu>
* | Release 1.1.1-ceSheogorath2018-05-231-1/+1
|/ | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add current requirements for node versionsSheogorath2018-05-211-1/+1
| | | | | | | Right now we can only run on node versions below 10.x thanks to scrypt dependencies. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Upgrade base64url packageSheogorath2018-05-171-1/+1
| | | | | | | | | There was recently a possible security problem with base64url. Shouldn't really hit us but it doesn't hurt. Details: https://snyk.io/vuln/npm:base64url:20180511 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix possible file limit errorsSheogorath2018-04-161-0/+1
| | | | | | | | | | | | | | | As we currently may need higher nofile limits than usual/default on various systems this commit should probide a fix for that an allow to build HackMD without highering these limits and increase security. Inspiration was found in a copy-webpack-plugin-issue[1] and found by @thegcat[2]. Thanks for that! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> [1]: https://github.com/webpack-contrib/copy-webpack-plugin/issues/59#issuecomment-228563990 [2]: https://github.com/thegcat
* Add config.json.example to npm testSheogorath2018-04-141-1/+1
| | | | | | | | | | This commit extends the find command to also match the example config file. This should validate the syntax or this file to prevent syntax errors for future pull request. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Release 1.1.0-ceSheogorath2018-04-061-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Merge pull request #743 from hackmdio/fix-to-use-url-safe-base64Christoph (Sheogorath) Kern2018-03-181-0/+1
|\ | | | | Fix to use url-safe base64 in note url
| * Remove and replace all note id compression in LZString with base64urlMax Wu2018-02-261-0/+1
| | | | | | | | Signed-off-by: Max Wu <jackymaxj@gmail.com>
* | Remove engine.io-client dependency and fix webpack configDavid Mehren2018-03-061-1/+0
|/ | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Use jq instead of jsonlintSheogorath2018-02-191-1/+1
| | | | | | | | | As the jsonlint package from NPM causes problems and looks unmaintained, it'll be replaced with `jq` a well maintained project which allows to search through JSON files in a `grep`-like style, but knowing the JSON structure. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update socket.io to version 2.0.4Sheogorath2018-01-301-2/+2
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add simple user-management tool for emailsignin …Dario Ernst2018-01-291-0/+2
| | | | | | | | | Currently, administrators of closed instances need to manually fiddle in their databases for user-management. This commit adds a small commandline utility that allows to create and delete users. Signed-off-by: Dario Ernst <dario@kanojo.de>
* Upgrade reveal.js to 3.6.0 and useCDN option for CSS includeWu Cheng-Han2018-01-291-1/+1
|
* Merge pull request #506 from erasys/minioChristoph (Sheogorath) Kern2018-01-231-0/+1
|\ | | | | Add support for minio
| * Add support for minioMarc Deop2017-08-301-0/+1
| |
* | Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-221-0/+1
|\ \ | | | | | | Implement basic CSP support
| * | Revert "Load js-url lib using legacy-loader"Literallie2017-11-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Didn't work in Firefox for some reason. `[Script Loader] ReferenceError: module is not defined` This reverts commit 5b83deb043296c23ff912a2472703c1f7faddb4b.
| * | Load js-url lib using legacy-loaderLiterallie2017-10-221-0/+1
| | | | | | | | | | | | Doesn't use eval, plus no window object access
| * | CSP: Add nonce to slide view inline JSLiterallie2017-10-221-0/+1
| | |
* | | Release 1.0.1-ceSheogorath2018-01-191-1/+1
| | |
* | | Release 1.0.0-ceSheogorath2018-01-181-1/+1
| | |
* | | Merge pull request #578 from hackmdio/licenseChangeAgreementMax Wu2017-12-071-1/+1
|\ \ \ | | | | | | | | License Change Agreement
| * | | Update license field in package.jsonWu Cheng-Han2017-10-131-1/+1
| | |/ | |/|
* | | Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+1
| | |
* | | Add mattermost authenticationChristoph Witzany2017-10-311-0/+2
| | |
* | | Upgrade mermaid to v7.1.0, fix #600Peter Dave Hello2017-10-301-1/+1
| | |
* | | Merge pull request #574 from PeterDaveHello/README.md-Table-of-ContentsSheogorath2017-10-271-1/+3
|\ \ \ | |_|/ |/| | Add "Table of Contents" in README.md
| * | Integrate npm package "doctoc" to update README.mdPeter Dave Hello2017-10-131-1/+3
| |/