Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 3 | -4/+46 |
| | | | | | | | | | | | | | | Limitations as of this commit: - tlsOptions can only be specified in config.json, not as env vars - authentication failures are not yet gracefully handled by the UI - instead the error message is shown on a blank page (/auth/ldap) - no email address is associated with the LDAP user's account - no picture/profile URL is associated with the LDAP user's account - we might have to generate our own access + refresh tokens, because we aren't using oauth. The currently generated tokens are just a placeholder. - 'LDAP Sign in' needs to be translated to each locale | ||||
* | Fix the generate template not including base url variable | Wu Cheng-Han | 2016-12-12 | 2 | -2/+2 |
| | |||||
* | Fix index signin and signout button might not shown if only email enabled | Wu Cheng-Han | 2016-12-07 | 1 | -2/+2 |
| | |||||
* | Fix Facebook page link name | Wu Cheng-Han | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Add preferences to editor status bar and make allow override browser keymap ↵ | Wu Cheng-Han | 2016-12-04 | 1 | -0/+8 |
| | | | | option | ||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 3 | -1/+35 |
| | |||||
* | Update webpack and slide resource loading to reduce pack size | Wu Cheng-Han | 2016-11-29 | 1 | -1/+0 |
| | |||||
* | Fix slide resource path and style load orders to avoid conflicts | Wu Cheng-Han | 2016-11-29 | 1 | -5/+8 |
| | |||||
* | Update dependency gist-embed to 2.6.0 | Wu Cheng-Han | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | Optimize slide page resource packing and load orders, fix possible wrong ↵ | Wu Cheng-Han | 2016-11-26 | 2 | -33/+18 |
| | | | | chunks orders and font awesome version | ||||
* | Optimize pretty page resource packing and load orders | Wu Cheng-Han | 2016-11-26 | 1 | -26/+16 |
| | |||||
* | Optimize hackmd resource packing and load orders | Wu Cheng-Han | 2016-11-26 | 3 | -46/+16 |
| | |||||
* | Optimize index page resources packing and loads | Wu Cheng-Han | 2016-11-26 | 1 | -26/+8 |
| | |||||
* | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵ | Wu Cheng-Han | 2016-11-26 | 5 | -12/+12 |
| | | | | external lib [Security Issue] | ||||
* | Fix slide might trigger script when processing markdown which cause XSS ↵ | Wu Cheng-Han | 2016-11-26 | 1 | -1/+1 |
| | | | | [Security Issue] | ||||
* | Update socket.io to 1.6.0 | Wu Cheng-Han | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | Update to separate polypill for IE to a template | Wu Cheng-Han | 2016-11-26 | 5 | -21/+11 |
| | |||||
* | Fix syntax highlighting not apply correctly in slides | Wu Cheng-Han | 2016-11-07 | 1 | -3/+3 |
| | |||||
* | Merge pull request #243 from Yukaii/google-font-optional-cdn | Max Wu | 2016-11-04 | 4 | -0/+8 |
|\ | | | | | Google font optional cdn | ||||
| * | Add font css to templates | Yukai Huang | 2016-11-03 | 4 | -0/+8 |
| | | |||||
* | | Fix slide highlighting styles not apply properly and add missing styles ↵ | Wu Cheng-Han | 2016-11-04 | 2 | -3/+4 |
|/ | | | | dependency of prism in html export | ||||
* | Require slide mode stylesheets | Yukai Huang | 2016-11-02 | 1 | -3/+2 |
| | |||||
* | Require pretty stylesheets | Yukai Huang | 2016-11-02 | 1 | -3/+0 |
| | |||||
* | Require cover stylesheets | Yukai Huang | 2016-11-02 | 1 | -2/+0 |
| | |||||
* | Require index stylesheets | Yukai Huang | 2016-11-02 | 1 | -4/+2 |
| | |||||
* | Fix slide export pdf styles not applied issue and add shiv and shim for IE | Wu Cheng-Han | 2016-10-29 | 1 | -4/+16 |
| | |||||
* | Update mathjax cdn path and source path | Wu Cheng-Han | 2016-10-25 | 3 | -6/+12 |
| | |||||
* | Fix conflicting bootstrap in index and add select2 in non-cdn resource | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Update to move select2 dependency to bower and add its cdn sources | Wu Cheng-Han | 2016-10-23 | 1 | -1/+3 |
| | |||||
* | Fix config.js use cdn option not parse properly and add missing cdn resources | Wu Cheng-Han | 2016-10-23 | 3 | -0/+5 |
| | |||||
* | Fix some typo of PR #230 | Wu Cheng-Han | 2016-10-23 | 2 | -2/+1 |
| | |||||
* | Use CDNJS by default with https and SRI support | Peter Dave Hello | 2016-10-23 | 6 | -83/+84 |
| | |||||
* | Update to support Swedish locale | Wu Cheng-Han | 2016-10-21 | 1 | -0/+1 |
| | |||||
* | Fix to use bower version emojify.js | Wu Cheng-Han | 2016-10-19 | 4 | -1/+4 |
| | |||||
* | Fix index social-foot styles | Wu Cheng-Han | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/jackycute/HackMD | Wu Cheng-Han | 2016-10-18 | 1 | -0/+1 |
|\ | |||||
| * | Add missing tooltip script | Yukai Huang | 2016-10-18 | 1 | -0/+1 |
| | | |||||
* | | Update emoji parser using markdown-it-emoji instead of emojify to solve ↵ | Wu Cheng-Han | 2016-10-18 | 3 | -3/+3 |
|/ | | | | issue #217 | ||||
* | Update to support Hindi locale | Wu Cheng-Han | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Fix export html highlight style source is missing and should load emojify ↵ | Wu Cheng-Han | 2016-10-14 | 1 | -1/+2 |
| | | | | styles from CDN | ||||
* | Move gist-embed to CDN | Yukai Huang | 2016-10-14 | 3 | -0/+3 |
| | |||||
* | Move list-pagination plugin to CDN | Yukai Huang | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Move highlight.js to CDN | Yukai Huang | 2016-10-14 | 4 | -0/+4 |
| | |||||
* | Add handlebars script tag | Yukai Huang | 2016-10-13 | 2 | -0/+2 |
| | |||||
* | Fix HTML exporting | Yukai Huang | 2016-10-13 | 2 | -0/+2 |
| | |||||
* | Fix history deletion | Yukai Huang | 2016-10-13 | 1 | -1/+3 |
| | |||||
* | Remove jquery-scrollspy dependency | Yukai Huang | 2016-10-13 | 2 | -2/+0 |
| | | | | scrollspy is bootstrap built-in plugin | ||||
* | Fix lastchangeui and moment timestamps | Yukai Huang | 2016-10-13 | 3 | -0/+3 |
| | |||||
* | Fix scrollspy | Yukai Huang | 2016-10-13 | 2 | -1/+3 |
| | |||||
* | Optimize common assets with CDN | Yukai Huang | 2016-10-13 | 5 | -13/+15 |
| | | | | | | | * jquery * lodash * socket.io * boostrap |