summaryrefslogtreecommitdiff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update node dependency up to 6.x in package.jsonbananaappletw2017-02-151-1/+1
|
* Add travis cibananaappletw2017-02-151-0/+2
|
* Update webpack config to use parallel uglify plugin to speed up production buildWu Cheng-Han2017-02-031-1/+2
|
* Update to use babel-polyfill to support ES6 features in old browsersWu Cheng-Han2017-02-031-0/+1
|
* Upgrade mermaid to support class diagramWu Cheng-Han2017-02-021-1/+1
|
* Upgrade viz.js to fix manual workaround and get smaller file sizeWu Cheng-Han2017-02-021-1/+1
|
* Revert experimental vue for nowYukai Huang2017-01-211-3/+0
|
* Merge branch 'master' into frontend-nextYukai Huang2017-01-131-0/+1
|\
| * Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-091-0/+1
| |\ | | | | | | Support for LDAP server authentication
| | * Use randomcolor not seedrandom for avatar backgroundsalecdwm2017-01-061-1/+0
| | |
| | * Profile pictures for LDAP usersalecdwm2017-01-061-0/+1
| | |
| | * Initial support for LDAP server authenticationalecdwm2016-12-131-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
* | | Revert "Rename npm script"bananaappletw2017-01-041-2/+2
| | | | | | | | | | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
* | | Merge branch 'master' into frontend-nextYukai Huang2017-01-021-7/+7
|\| |
| * | Mark as 0.5.0Wu Cheng-Han2017-01-021-1/+1
| | |
| * | Update dependenciesWu Cheng-Han2017-01-021-6/+6
| | |
* | | Basic setup for Vue appYukai Huang2016-12-241-0/+2
| | |
* | | Install vue and babel dependencyYukai Huang2016-12-241-0/+7
|/ /
* | Mark as 0.4.6Wu Cheng-Han2016-12-191-1/+1
| |
* | Upgrade dependenciesWu Cheng-Han2016-12-191-39/+39
| |
* | Remove unused vendor code and add missing dependencyWu Cheng-Han2016-12-191-1/+1
| |
* | Remove unused dependenciesWu Cheng-Han2016-12-181-2/+0
|/
* Remove bower occurencesYukai Huang2016-12-111-3/+0
|
* Rename npm scriptYukai Huang2016-12-101-2/+2
| | | | | | | 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.
* Remove preprocess image on upload image or it will losing support of image ↵Wu Cheng-Han2016-12-031-1/+0
| | | | 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-021-0/+5
|
* Remove webpack shell plugin for webpack because it've been solved in another wayWu Cheng-Han2016-11-281-2/+1
|
* Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han2016-11-281-1/+3
| | | | build config
* Merge pull request #248 from hackmdio/file-upload-optionsMax Wu2016-11-271-1/+4
|\ | | | | Support other options for image uploading
| * Config sharp image preprocessingYukai Huang2016-11-161-0/+1
| |
| * upload image to s3Yukai Huang2016-11-161-0/+1
| |
| * Install nodemon for local developmentYukai Huang2016-11-141-1/+2
| |
* | Optimize hackmd resource packing and load ordersWu Cheng-Han2016-11-261-0/+9
| |
* | Optimize index page resources packing and loadsWu Cheng-Han2016-11-261-0/+2
| |
* | Update socket.io to 1.6.0Wu Cheng-Han2016-11-261-2/+2
| |
* | Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han2016-11-181-0/+1
|/
* Add optimize-css webpack pluginYukai Huang2016-11-031-0/+1
|
* Revert "html minify in production environment"Max Wu2016-10-241-1/+0
|
* html minify in production environmentPeter Dave Hello2016-10-231-0/+1
|
* Fix missing dependency in d44e8303668a93942644f78adc11c34ec07e6abdWu Cheng-Han2016-10-181-0/+1
|
* Update emoji parser using markdown-it-emoji instead of emojify to solve ↵Wu Cheng-Han2016-10-181-1/+0
| | | | issue #217
* Config heroku deploymentYukai Huang2016-10-161-1/+5
|
* Move gist-embed to CDNYukai Huang2016-10-141-1/+0
|
* Move highlight.js to CDNYukai Huang2016-10-141-1/+0
|
* Fix scrollspyYukai Huang2016-10-131-1/+0
|
* Enable production assets hashYukai Huang2016-10-121-0/+3
|
* Load more scripts using webpackYukai Huang2016-10-121-0/+2
|
* Load customized vendor script through script-loaderYukai Huang2016-10-121-0/+1
|