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 |
| | |||||
* | Update to make TOC syntax be case-insensitive | Wu Cheng-Han | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Fix reveal fade class conflict with bootstrap tooltip css and scrollbar ↵ | Wu Cheng-Han | 2016-12-12 | 1 | -0/+7 |
| | | | | might show up in print mode | ||||
* | Fix index signin and signout button might not shown if only email enabled | Wu Cheng-Han | 2016-12-07 | 1 | -2/+2 |
| | |||||
* | Fix textcomplete up side down option not set properly | Wu Cheng-Han | 2016-12-07 | 2 | -9/+8 |
| | |||||
* | Fix emoji textcomplete image path | Wu Cheng-Han | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | Fix Facebook page link name | Wu Cheng-Han | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Fix preferences checkbox might not vertical aligned in some browsers | Wu Cheng-Han | 2016-12-04 | 1 | -0/+5 |
| | |||||
* | Add preferences to editor status bar and make allow override browser keymap ↵ | Wu Cheng-Han | 2016-12-04 | 3 | -2/+75 |
| | | | | option | ||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 4 | -1/+38 |
| | |||||
* | Fix history tags dropdown should unescape html | Wu Cheng-Han | 2016-11-29 | 1 | -1/+2 |
| | |||||
* | 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 | 2 | -7/+10 |
| | |||||
* | Fix header id and text might affects by mathjax tags | Wu Cheng-Han | 2016-11-28 | 2 | -4/+14 |
| | |||||
* | Update to support typescript and jsx syntax highlighting | Wu Cheng-Han | 2016-11-28 | 2 | -2/+4 |
| | |||||
* | Fix google drive upload script not expose object correctly | Wu Cheng-Han | 2016-11-28 | 1 | -2/+1 |
| | |||||
* | Remove unused css files | Wu Cheng-Han | 2016-11-28 | 10 | -38934/+0 |
| | |||||
* | Fix slide preview styles might overwrite code block styles | Wu Cheng-Han | 2016-11-28 | 1 | -2/+6 |
| | |||||
* | Update to move custom CodeMirror codebase to our own repo and update webpack ↵ | Wu Cheng-Han | 2016-11-28 | 410 | -77395/+0 |
| | | | | build config | ||||
* | Update editor other cursor classes and adding option for other cursors ↵ | Wu Cheng-Han | 2016-11-28 | 5 | -46/+56 |
| | | | | features in CodeMirror | ||||
* | Merge pull request #248 from hackmdio/file-upload-options | Max Wu | 2016-11-27 | 1 | -0/+0 |
|\ | | | | | Support other options for image uploading | ||||
| * | upload image to public/uploads | Yukai Huang | 2016-11-14 | 1 | -0/+0 |
| | | |||||
* | | 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 | 3 | -34/+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 | 4 | -47/+17 |
| | | |||||
* | | Optimize index page resources packing and loads | Wu Cheng-Han | 2016-11-26 | 1 | -26/+8 |
| | | |||||
* | | Fix possible meta XSS in history list [Security Issue] | Wu Cheng-Han | 2016-11-26 | 1 | -0/+5 |
| | | |||||
* | | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵ | Wu Cheng-Han | 2016-11-26 | 7 | -19/+13 |
| | | | | | | | | external lib [Security Issue] | ||||
* | | Update to support go in code block syntax highlighting | Wu Cheng-Han | 2016-11-26 | 4 | -7/+9 |
| | | |||||
* | | Fix slide might able to add unsafe attribute on section tag which cause XSS ↵ | Wu Cheng-Han | 2016-11-26 | 2 | -1/+5 |
| | | | | | | | | [Security Issue] | ||||
* | | Fix slide might trigger script when processing markdown which cause XSS ↵ | Wu Cheng-Han | 2016-11-26 | 2 | -5/+11 |
| | | | | | | | | [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 published note won't scroll to hash on load | Wu Cheng-Han | 2016-11-26 | 1 | -0/+2 |
| | | |||||
* | | Fix mathjax with blockquote might have race condition | Wu Cheng-Han | 2016-11-18 | 1 | -11/+13 |
| | | |||||
* | | Update to support haskell syntax highlighting in code block | Wu Cheng-Han | 2016-11-18 | 4 | -13/+20 |
| | | |||||
* | | Remove uesless executable permission for static files | Peter Dave Hello | 2016-11-14 | 75 | -0/+0 |
|/ | |||||
* | Fix index social foot style | Wu Cheng-Han | 2016-11-07 | 1 | -0/+1 |
| | |||||
* | Fix syntax highlighting not apply correctly in slides | Wu Cheng-Han | 2016-11-07 | 4 | -4/+7 |
| | |||||
* | Merge pull request #243 from Yukaii/google-font-optional-cdn | Max Wu | 2016-11-04 | 74 | -2/+219 |
|\ | | | | | Google font optional cdn | ||||
| * | Add google font css for exported html | Yukai Huang | 2016-11-03 | 1 | -0/+1 |
| | | |||||
| * | Add font css to templates | Yukai Huang | 2016-11-03 | 4 | -0/+8 |
| | | |||||
| * | Rename google font css | Yukai Huang | 2016-11-03 | 1 | -0/+0 |
| | | |||||
| * | Seperate cdn/local google font css | Yukai Huang | 2016-11-03 | 3 | -2/+210 |
| | | |||||
| * | Add fonts | Yukai Huang | 2016-11-03 | 66 | -0/+0 |
| | | |||||
* | | 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 | ||||
* | | Remove html.min.css since it will be built via webpack afterwards | Wu Cheng-Han | 2016-11-03 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #242 from Yukaii/webpack-stylesheet | Max Wu | 2016-11-03 | 10 | -14/+26 |
|\ | | | | | Use webpack to bundle stylesheet |