Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP auth use email if provided | alecdwm | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | LDAP signin form moved to main signin-modal | alecdwm | 2016-12-14 | 4 | -42/+24 |
| | | | | | - previously was a separate modal - now is located on main modal, like email auth | ||||
* | LDAP login improvements | alecdwm | 2016-12-14 | 1 | -3/+9 |
| | | | | | | - return bad request if no username or password given - return to referer url on auth success - flash error message on auth failure | ||||
* | Tokens not required for ldap auth | alecdwm | 2016-12-14 | 1 | -4/+30 |
| | |||||
* | Added HMD_LDAP_TLS_CA env variable | alecdwm | 2016-12-14 | 2 | -0/+7 |
| | |||||
* | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 11 | -7/+135 |
| | | | | | | | | | | | | | | 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 missing base url option in webpack production config | Wu Cheng-Han | 2016-12-13 | 1 | -1/+2 |
| | |||||
* | Merge pull request #277 from hackmdio/heroku-sequelize | Max Wu | 2016-12-12 | 2 | -3/+14 |
|\ | | | | | Fix heroku production postgres setting | ||||
| * | Update sequelize init condition | Yukai Huang | 2016-12-12 | 1 | -5/+4 |
| | | |||||
| * | Simplify output with sequelize database argument | Yukai Huang | 2016-12-12 | 2 | -31/+10 |
| | | |||||
| * | Fix heroku production db setting | Yukai Huang | 2016-12-12 | 1 | -1/+34 |
| | | |||||
* | | Fix missing dependency in app.js | Wu Cheng-Han | 2016-12-12 | 1 | -0/+1 |
| | | |||||
* | | Fix the generate template not including base url variable | Wu Cheng-Han | 2016-12-12 | 3 | -3/+4 |
| | | |||||
* | | Fix redirection to url without trailing slashes not considering about config ↵ | Wu Cheng-Han | 2016-12-12 | 1 | -2/+5 |
| | | | | | | | | urlpath | ||||
* | | 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 | ||||
* | Update README.md | Max Wu | 2016-12-11 | 1 | -3/+4 |
| | | | to mention about build front-end bundle on upgrade guide | ||||
* | Merge pull request #274 from hackmdio/drop-bower | Max Wu | 2016-12-11 | 7 | -63/+11 |
|\ | | | | | Drop bower | ||||
| * | Remove bower occurences | Yukai Huang | 2016-12-11 | 7 | -58/+7 |
| | | |||||
| * | Rename npm script | Yukai Huang | 2016-12-10 | 3 | -4/+4 |
| | | | | | | | | | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod | ||||
| * | Drop nodemon dependency | Yukai Huang | 2016-12-10 | 1 | -2/+1 |
|/ | | | | Sometimes nodemon not reload source code correctly, so simply drop it. | ||||
* | 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 handle request with invalid uri | Wu Cheng-Han | 2016-12-03 | 1 | -0/+11 |
| | |||||
* | Remove preprocess image on upload image or it will losing support of image ↵ | Wu Cheng-Han | 2016-12-03 | 2 | -73/+51 |
| | | | | some formats | ||||
* | Add delay to throttle nodemon in dev script | Wu Cheng-Han | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 14 | -16/+180 |
| | |||||
* | Fix history tags dropdown should unescape html | Wu Cheng-Han | 2016-11-29 | 1 | -1/+2 |
| | |||||
* | Fix incorrect resource arrangement in webpack config | Wu Cheng-Han | 2016-11-29 | 1 | -2/+2 |
| | |||||
* | Update webpack and slide resource loading to reduce pack size | Wu Cheng-Han | 2016-11-29 | 2 | -2/+6 |
| | |||||
* | Fix slide resource path and style load orders to avoid conflicts | Wu Cheng-Han | 2016-11-29 | 3 | -7/+18 |
| | |||||
* | 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 webpack config typo | Wu Cheng-Han | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | Fix google drive upload script not expose object correctly | Wu Cheng-Han | 2016-11-28 | 1 | -2/+1 |
| | |||||
* | Remove webpack shell plugin for webpack because it've been solved in another way | Wu Cheng-Han | 2016-11-28 | 2 | -6/+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 |
| | |||||
* | Fix missing expose reveal markdown in webpack config | Wu Cheng-Han | 2016-11-28 | 1 | -7/+8 |
| | |||||
* | Fix missing slide preview css in webpack config | Wu Cheng-Han | 2016-11-28 | 1 | -2/+4 |
| | |||||
* | Update to move custom CodeMirror codebase to our own repo and update webpack ↵ | Wu Cheng-Han | 2016-11-28 | 412 | -77408/+18 |
| | | | | 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 | 14 | -20/+205 |
|\ | | | | | Support other options for image uploading | ||||
| * | Handle preprocess image error | Yukai Huang | 2016-11-22 | 1 | -0/+4 |
| | | |||||
| * | Update README | Yukai Huang | 2016-11-17 | 2 | -0/+26 |
| | | |||||
| * | Add env config prefix | Yukai Huang | 2016-11-17 | 1 | -5/+5 |
| | |