Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle SIGTERM the same way SIGINT is handled | Jan Kunzmann | 2017-01-20 | 1 | -3/+5 |
| | |||||
* | Merge pull request #317 from SISheogorath/master+allowEmailRegister | Max Wu | 2017-01-12 | 1 | -25/+27 |
|\ | | | | | Add `allowemailregister` option | ||||
| * | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 1 | -25/+27 |
| | | |||||
* | | Fix SIGINT checkClean should only log error instead throw error | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 1 | -0/+12 |
|\ | | | | | Support for LDAP server authentication | ||||
| * | LDAP login improvements | alecdwm | 2016-12-14 | 1 | -3/+9 |
| | | | | | | | | | | | | - return bad request if no username or password given - return to referer url on auth success - flash error message on auth failure | ||||
| * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Added Esperanto translation | James Stephenson | 2016-12-30 | 1 | -1/+1 |
| | | | | | | | | Translation by Jonathan Powell and James Stephenson | ||||
* | | Fix URL concatenation | knjcode | 2016-12-27 | 1 | -1/+2 |
| | | |||||
* | | fix #284 | S.Noda | 2016-12-18 | 1 | -1/+1 |
|/ | |||||
* | Fix missing dependency in app.js | Wu Cheng-Han | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | Fix redirection to url without trailing slashes not considering about config ↵ | Wu Cheng-Han | 2016-12-12 | 1 | -2/+5 |
| | | | | urlpath | ||||
* | Remove bower occurences | Yukai Huang | 2016-12-11 | 1 | -2/+1 |
| | |||||
* | Update to handle request with invalid uri | Wu Cheng-Han | 2016-12-03 | 1 | -0/+11 |
| | |||||
* | Remove preprocess image on upload image or it will losing support of image ↵ | Wu Cheng-Han | 2016-12-03 | 1 | -72/+51 |
| | | | | some formats | ||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 1 | -1/+46 |
| | |||||
* | Merge pull request #248 from hackmdio/file-upload-options | Max Wu | 2016-11-27 | 1 | -18/+87 |
|\ | | | | | Support other options for image uploading | ||||
| * | Handle preprocess image error | Yukai Huang | 2016-11-22 | 1 | -0/+4 |
| | | |||||
| * | Config sharp image preprocessing | Yukai Huang | 2016-11-16 | 1 | -53/+69 |
| | | |||||
| * | upload image to s3 | Yukai Huang | 2016-11-16 | 1 | -4/+32 |
| | | |||||
| * | Join image path with config.serverurl | Yukai Huang | 2016-11-16 | 1 | -1/+3 |
| | | |||||
| * | save to upload folder only when option enabled | Yukai Huang | 2016-11-15 | 1 | -2/+4 |
| | | |||||
| * | support filesystem image upload | Yukai Huang | 2016-11-14 | 1 | -12/+26 |
| | | |||||
| * | upload image to public/uploads | Yukai Huang | 2016-11-14 | 1 | -0/+3 |
| | | |||||
* | | Try to replace engine.io to uws in socket.io for better performance | Wu Cheng-Han | 2016-11-18 | 1 | -0/+4 |
|/ | |||||
* | Add to throw error when server not ready after db synced | Wu Cheng-Han | 2016-11-07 | 1 | -0/+2 |
| | |||||
* | Revert "html minify in production environment" | Max Wu | 2016-10-24 | 1 | -13/+0 |
| | |||||
* | html minify in production environment | Peter Dave Hello | 2016-10-23 | 1 | -0/+13 |
| | |||||
* | Update to support Swedish locale | Wu Cheng-Han | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Fix socket disconnect might interrupt loop issue | Wu Cheng-Han | 2016-10-21 | 1 | -1/+3 |
| | |||||
* | Update to support Hindi locale | Wu Cheng-Han | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Fix to handle checkAllNotesRevision might return null notes | Wu Cheng-Han | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Fix fatal error should throw instead of return | Wu Cheng-Han | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Update to add post history by note id with data, delete all history and ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -0/+6 |
| | | | | delete history by id and rename methods | ||||
* | Update to add cache to history | Wu Cheng-Han | 2016-10-10 | 1 | -51/+5 |
| | |||||
* | Update to support Ukrainian locale | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish locales | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | Update to support Greek and Portuguese locales | Wu Cheng-Han | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | Remove expiry from cookies | Jordan Matelsky | 2016-09-26 | 1 | -2/+1 |
| | | | As per [this issue](https://github.com/expressjs/session/issues/365) | ||||
* | Update to add revision saving policy | Wu Cheng-Han | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Update to prevent caching and crawling status | Wu Cheng-Han | 2016-09-18 | 1 | -0/+4 |
| | |||||
* | Update to support French, Deutsch, Japanese and Spanish locales | Wu Cheng-Han | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | Removed redundant condition. | robert | 2016-09-06 | 1 | -11/+5 |
| | |||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -0/+11 |
| | | | | for now | ||||
* | Update to use proper way to render view and fix upload image error should ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -5/+7 |
| | | | | response with code | ||||
* | Update slide mode to show extra info and support url actions and support ↵ | Wu Cheng-Han | 2016-08-15 | 1 | -0/+2 |
| | | | | disqus via yaml-metadata | ||||
* | Update to support redirect back to previous url after signin | Wu Cheng-Han | 2016-08-01 | 1 | -36/+43 |
| | |||||
* | Update to raise the body-parser limit to fix "Error: request entity too ↵ | Wu Cheng-Han | 2016-07-30 | 1 | -2/+5 |
| | | | | large" issue | ||||
* | Fix the signin and logout redirect url might be empty | Max Wu | 2016-07-08 | 1 | -14/+14 |
| | |||||
* | Add rolling option on session to reset maxAge on every response to extend ↵ | Wu Cheng-Han | 2016-07-05 | 1 | -1/+2 |
| | | | | session life |