summaryrefslogtreecommitdiff
path: root/package.json (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-01Use git URLs in package.jsonBryan Davis1-2/+2
Using the "github:..." form to declare a dependency in package.json makes npm attempt to install the package using an ssh clone rather than an https clone. Some deployment environments may not allow ssh access to external servers which will prevent the clones from succeeding. Using the "git+https://..." form will clone the same repo from GitHub without requiring ssh connectivity.
2017-06-03Use non-zero exit codes when build failsSheogorath1-1/+1
2017-05-08refactor(config.js): Extract config fileBoHong Li1-1/+2
* Separate different config source to each files * Freeze config object
2017-05-07Load statusbar template by string-loaderYukai Huang1-1/+2
2017-03-29chore(build): Upgrade uws to 0.14.1, other npm version have been removedWu Cheng-Han1-1/+1
2017-03-29style: Fix missing newline in variablesWu Cheng-Han1-1/+2
2017-03-23Mark as 0.5.1Wu Cheng-Han1-1/+1
2017-03-14Update to fix pagination error in list.js over v1.5.0Wu Cheng-Han1-2/+1
2017-03-13Add inlineAttachment to globalYukai Huang1-1/+2
2017-03-13Add standarjs globalsYukai Huang1-0/+20
2017-03-13Remove eslintBoHong Li1-3/+2
1. Remove eslint , bacause we use JavaScript Standard Style. 2. Add lts/boron version to travis CI, web use it in docker version Signed-off-by: BoHong Li <a60814billy@gmail.com>
2017-03-08Use JavaScript Standard StyleBoHong Li1-1/+8
Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
2017-02-16Using package.json to test lint insteadbananaappletw1-1/+2
Exclude *.min.js from eslint
2017-02-15Update node dependency up to 6.x in package.jsonbananaappletw1-1/+1
2017-02-15Add travis cibananaappletw1-0/+2
2017-02-03Update webpack config to use parallel uglify plugin to speed up production buildWu Cheng-Han1-1/+2
2017-02-03Update to use babel-polyfill to support ES6 features in old browsersWu Cheng-Han1-0/+1
2017-02-02Upgrade mermaid to support class diagramWu Cheng-Han1-1/+1
2017-02-02Upgrade viz.js to fix manual workaround and get smaller file sizeWu Cheng-Han1-1/+1
2017-01-21Revert experimental vue for nowYukai Huang1-3/+0
2017-01-06Use randomcolor not seedrandom for avatar backgroundsalecdwm1-1/+0
2017-01-06Profile pictures for LDAP usersalecdwm1-0/+1
2017-01-04Revert "Rename npm script"bananaappletw1-2/+2
This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
2017-01-02Mark as 0.5.0Wu Cheng-Han1-1/+1
2017-01-02Update dependenciesWu Cheng-Han1-6/+6
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