Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tokens not required for ldap auth | alecdwm | 2016-12-14 | 1 | -4/+30 |
| | |||||
* | Added HMD_LDAP_TLS_CA env variable | alecdwm | 2016-12-14 | 1 | -0/+6 |
| | |||||
* | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 3 | -1/+60 |
| | | | | | | | | | | | | | | 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 | ||||
* | Update sequelize init condition | Yukai Huang | 2016-12-12 | 1 | -5/+4 |
| | |||||
* | Simplify output with sequelize database argument | Yukai Huang | 2016-12-12 | 1 | -2/+8 |
| | |||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 6 | -14/+87 |
| | |||||
* | Merge pull request #248 from hackmdio/file-upload-options | Max Wu | 2016-11-27 | 1 | -1/+15 |
|\ | | | | | Support other options for image uploading | ||||
| * | Add env config prefix | Yukai Huang | 2016-11-17 | 1 | -5/+5 |
| | | |||||
| * | Config s3 through env variables | Yukai Huang | 2016-11-16 | 1 | -7/+6 |
| | | |||||
| * | upload image to s3 | Yukai Huang | 2016-11-16 | 1 | -1/+12 |
| | | |||||
| * | support filesystem image upload | Yukai Huang | 2016-11-14 | 1 | -1/+5 |
| | | |||||
* | | Update to auto generate meta description based on content in publish note ↵ | Wu Cheng-Han | 2016-11-26 | 2 | -7/+17 |
| | | | | | | | | and slide | ||||
* | | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵ | Wu Cheng-Han | 2016-11-26 | 1 | -5/+2 |
| | | | | | | | | external lib [Security Issue] | ||||
* | | Fix slide might trigger script when processing markdown which cause XSS ↵ | Wu Cheng-Han | 2016-11-26 | 1 | -11/+1 |
| | | | | | | | | [Security Issue] | ||||
* | | Add dmp worker to leverage CPU intensive calculation to child process | Wu Cheng-Han | 2016-11-18 | 2 | -102/+221 |
| | | |||||
* | | Revert "Add workers for notes to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 3 | -191/+90 |
| | | | | | | | | This reverts commit 4ccfdfa538d2fd7e9ee63e937435a7f6fc622c12. | ||||
* | | Revert "Add workers for history to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 2 | -99/+46 |
|/ | | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf. | ||||
* | Add workers for history to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 2 | -46/+99 |
| | |||||
* | Add workers for notes to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 3 | -90/+191 |
| | |||||
* | Fix config.js use cdn option not parse properly and add missing cdn resources | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Change use cdn config option default to be true | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Change to raise socket io timeout, heartbeat interval and timeout to lower ↵ | Wu Cheng-Han | 2016-10-23 | 1 | -2/+2 |
| | | | | offline period | ||||
* | Change revision saving policy period | Wu Cheng-Han | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Fix socket disconnect might interrupt loop issue | Wu Cheng-Han | 2016-10-14 | 1 | -3/+9 |
| | |||||
* | Fix to handle undefined document on update history | Wu Cheng-Han | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Fix note extract tags might get encoded HTML entity | Wu Cheng-Han | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Fix history time should save in UNIX timestamp to avoid time offset issue | Wu Cheng-Han | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Mark as 0.4.5 | Wu Cheng-Han | 2016-10-11 | 1 | -2/+2 |
| | |||||
* | Fix new note with empty content not saving to history and remove debug code | Wu Cheng-Han | 2016-10-11 | 1 | -4/+1 |
| | |||||
* | Fix doc updating revision not stringify and compress authorship before save | Wu Cheng-Han | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Add more environment variables for server configuration, update related ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -14/+34 |
| | | | | section in README.md | ||||
* | Try to fix memory leaks by clear OT server before disconnect note | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
| | |||||
* | Update to support delete note | Wu Cheng-Han | 2016-10-10 | 3 | -0/+41 |
| | |||||
* | Update to send note title on emit check and refresh event | Wu Cheng-Han | 2016-10-10 | 1 | -1/+4 |
| | |||||
* | Update to make note history count in server-side when user logged | Wu Cheng-Han | 2016-10-10 | 2 | -2/+69 |
| | |||||
* | Update to improve history api error and bad request handling | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
| | |||||
* | Update to add cache to history | Wu Cheng-Han | 2016-10-10 | 1 | -0/+228 |
| | |||||
* | Add more comments in the code and remove unused code file | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
| | |||||
* | Update to make OT socket io handle error better, use delay to avoid wrong ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -1/+9 |
| | | | | reversion on client | ||||
* | Workaround cheerio text method shouldn't preserve html tags on fetching note ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -1/+2 |
| | | | | title | ||||
* | Update to allow CORS as API on revision actions | Wu Cheng-Han | 2016-10-10 | 1 | -0/+14 |
| | |||||
* | Update to support showing owner on the infobar | Wu Cheng-Han | 2016-10-10 | 1 | -0/+6 |
| | |||||
* | Update to prevent duplicate socket push in queue in order to lower down ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -0/+12 |
| | | | | server loading | ||||
* | Update to move authorship calculation code to note model and support update ↵ | Wu Cheng-Han | 2016-10-10 | 2 | -101/+177 |
| | | | | authorship after making revision of docs | ||||
* | Update to add revision saving policy | Wu Cheng-Han | 2016-09-18 | 2 | -5/+25 |
| | |||||
* | Update to prevent caching and crawling status | Wu Cheng-Han | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Update to use proper way to render view and fix upload image error should ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -74/+19 |
| | | | | response with code | ||||
* | Add info api for note | Wu Cheng-Han | 2016-08-19 | 1 | -0/+32 |
| | |||||
* | Update slide mode to show extra info and support url actions and support ↵ | Wu Cheng-Han | 2016-08-15 | 2 | -4/+37 |
| | | | | disqus via yaml-metadata | ||||
* | Update to change the last change user saving strategy | Wu Cheng-Han | 2016-08-15 | 1 | -2/+2 |
| |