summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for LDAP server authenticationalecdwm2016-12-1311-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 configWu Cheng-Han2016-12-131-1/+2
|
* Merge pull request #277 from hackmdio/heroku-sequelizeMax Wu2016-12-122-3/+14
|\ | | | | Fix heroku production postgres setting
| * Update sequelize init conditionYukai Huang2016-12-121-5/+4
| |
| * Simplify output with sequelize database argumentYukai Huang2016-12-122-31/+10
| |
| * Fix heroku production db settingYukai Huang2016-12-121-1/+34
| |
* | Fix missing dependency in app.jsWu Cheng-Han2016-12-121-0/+1
| |
* | Fix the generate template not including base url variableWu Cheng-Han2016-12-123-3/+4
| |
* | Fix redirection to url without trailing slashes not considering about config ↵Wu Cheng-Han2016-12-121-2/+5
| | | | | | | | urlpath
* | Update to make TOC syntax be case-insensitiveWu Cheng-Han2016-12-121-1/+1
| |
* | Fix reveal fade class conflict with bootstrap tooltip css and scrollbar ↵Wu Cheng-Han2016-12-121-0/+7
|/ | | | might show up in print mode
* Update README.mdMax Wu2016-12-111-3/+4
| | | to mention about build front-end bundle on upgrade guide
* Merge pull request #274 from hackmdio/drop-bowerMax Wu2016-12-117-63/+11
|\ | | | | Drop bower
| * Remove bower occurencesYukai Huang2016-12-117-58/+7
| |
| * Rename npm scriptYukai Huang2016-12-103-4/+4
| | | | | | | | | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod
| * Drop nodemon dependencyYukai Huang2016-12-101-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 enabledWu Cheng-Han2016-12-071-2/+2
|
* Fix textcomplete up side down option not set properlyWu Cheng-Han2016-12-072-9/+8
|
* Fix emoji textcomplete image pathWu Cheng-Han2016-12-071-1/+1
|
* Fix Facebook page link nameWu Cheng-Han2016-12-061-1/+1
|
* Fix preferences checkbox might not vertical aligned in some browsersWu Cheng-Han2016-12-041-0/+5
|
* Add preferences to editor status bar and make allow override browser keymap ↵Wu Cheng-Han2016-12-043-2/+75
| | | | option
* Update to handle request with invalid uriWu Cheng-Han2016-12-031-0/+11
|
* Remove preprocess image on upload image or it will losing support of image ↵Wu Cheng-Han2016-12-032-73/+51
| | | | some formats
* Add delay to throttle nodemon in dev scriptWu Cheng-Han2016-12-021-1/+1
|
* Update to support optional email register and signinWu Cheng-Han2016-12-0214-16/+180
|
* Fix history tags dropdown should unescape htmlWu Cheng-Han2016-11-291-1/+2
|
* Fix incorrect resource arrangement in webpack configWu Cheng-Han2016-11-291-2/+2
|
* Update webpack and slide resource loading to reduce pack sizeWu Cheng-Han2016-11-292-2/+6
|
* Fix slide resource path and style load orders to avoid conflictsWu Cheng-Han2016-11-293-7/+18
|
* Fix header id and text might affects by mathjax tagsWu Cheng-Han2016-11-282-4/+14
|
* Update to support typescript and jsx syntax highlightingWu Cheng-Han2016-11-282-2/+4
|
* Fix webpack config typoWu Cheng-Han2016-11-281-1/+1
|
* Fix google drive upload script not expose object correctlyWu Cheng-Han2016-11-281-2/+1
|
* Remove webpack shell plugin for webpack because it've been solved in another wayWu Cheng-Han2016-11-282-6/+1
|
* Remove unused css filesWu Cheng-Han2016-11-2810-38934/+0
|
* Fix slide preview styles might overwrite code block stylesWu Cheng-Han2016-11-281-2/+6
|
* Fix missing expose reveal markdown in webpack configWu Cheng-Han2016-11-281-7/+8
|
* Fix missing slide preview css in webpack configWu Cheng-Han2016-11-281-2/+4
|
* Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han2016-11-28412-77408/+18
| | | | build config
* Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han2016-11-285-46/+56
| | | | features in CodeMirror
* Merge pull request #248 from hackmdio/file-upload-optionsMax Wu2016-11-2714-20/+205
|\ | | | | Support other options for image uploading
| * Handle preprocess image errorYukai Huang2016-11-221-0/+4
| |
| * Update READMEYukai Huang2016-11-172-0/+26
| |
| * Add env config prefixYukai Huang2016-11-171-5/+5
| |
| * Add libvips heroku buildpackYukai Huang2016-11-171-0/+8
| |
| * Config sharp image preprocessingYukai Huang2016-11-162-53/+70
| |
| * Fix order listYukai Huang2016-11-161-29/+29
| |
| * Config s3 through env variablesYukai Huang2016-11-161-7/+6
| |
| * Create s3 config guideYukai Huang2016-11-167-0/+62
| |