summaryrefslogtreecommitdiff
path: root/package.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-24Basic setup for Vue appYukai Huang1-0/+2
2016-12-24Install vue and babel dependencyYukai Huang1-0/+7
2016-12-19Mark as 0.4.6Wu Cheng-Han1-1/+1
2016-12-19Upgrade dependenciesWu Cheng-Han1-39/+39
2016-12-19Remove unused vendor code and add missing dependencyWu Cheng-Han1-1/+1
2016-12-18Remove unused dependenciesWu Cheng-Han1-2/+0
2016-12-13Initial support for LDAP server authenticationalecdwm1-0/+1
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
2016-12-11Remove bower occurencesYukai Huang1-3/+0
2016-12-10Rename npm scriptYukai Huang1-2/+2
webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod
2016-12-10Drop nodemon dependencyYukai Huang1-2/+1
Sometimes nodemon not reload source code correctly, so simply drop it.
2016-12-03Remove preprocess image on upload image or it will losing support of image ↵Wu Cheng-Han1-1/+0
some formats
2016-12-02Add delay to throttle nodemon in dev scriptWu Cheng-Han1-1/+1
2016-12-02Update to support optional email register and signinWu Cheng-Han1-0/+5
2016-11-28Remove webpack shell plugin for webpack because it've been solved in another wayWu Cheng-Han1-2/+1
2016-11-28Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han1-1/+3
build config
2016-11-26Optimize hackmd resource packing and load ordersWu Cheng-Han1-0/+9
2016-11-26Optimize index page resources packing and loadsWu Cheng-Han1-0/+2
2016-11-26Update socket.io to 1.6.0Wu Cheng-Han1-2/+2
2016-11-18Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han1-0/+1
2016-11-16Config sharp image preprocessingYukai Huang1-0/+1
2016-11-16upload image to s3Yukai Huang1-0/+1
2016-11-14Install nodemon for local developmentYukai Huang1-1/+2
2016-11-03Add optimize-css webpack pluginYukai Huang1-0/+1
2016-10-24Revert "html minify in production environment"Max Wu1-1/+0
2016-10-23html minify in production environmentPeter Dave Hello1-0/+1
2016-10-18Fix missing dependency in d44e8303668a93942644f78adc11c34ec07e6abdWu Cheng-Han1-0/+1
2016-10-18Update emoji parser using markdown-it-emoji instead of emojify to solve ↵Wu Cheng-Han1-1/+0
issue #217
2016-10-16Config heroku deploymentYukai Huang1-1/+5
2016-10-14Move gist-embed to CDNYukai Huang1-1/+0
2016-10-14Move highlight.js to CDNYukai Huang1-1/+0
2016-10-13Fix scrollspyYukai Huang1-1/+0
2016-10-12Enable production assets hashYukai Huang1-0/+3
2016-10-12Load more scripts using webpackYukai Huang1-0/+2
2016-10-12Load customized vendor script through script-loaderYukai Huang1-0/+1
2016-10-12Fix engine.io-client webpack load dependencyYukai Huang1-2/+3
2016-10-11Setup webpack production configYukai Huang1-1/+2
2016-10-11Manage more packages with npm and webpackYukai Huang1-1/+2
2016-10-11Remove ot from package.jsonYukai Huang1-1/+0
2016-10-11Split common vendor javascript into chunksYukai Huang1-0/+2
2016-10-11Mark as 0.4.5Wu Cheng-Han1-1/+1
2016-10-10Update npm and bower dependencies with related patchWu Cheng-Han1-14/+14
2016-10-10Remove unused npm dependencyWu Cheng-Han1-1/+0
2016-10-10More function expose workaround for reveal-markdown.jsYukai Huang1-0/+2
2016-10-09Revert some bower assetsYukai Huang1-0/+1
2016-10-09Revert to customized codemirrorYukai Huang1-1/+0
2016-10-08Config bootstrap with webpackYukai Huang1-0/+3
2016-10-08Resolve dependency module requiringYukai Huang1-0/+2
* es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
2016-10-08Use xss in script tagYukai Huang1-2/+1
2016-10-08Change npm task 'build' to 'dev'Yukai Huang1-1/+1
2016-10-08Remove Idle.Js dependencyYukai Huang1-1/+0
use vendor minified js for now