Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix front-end constants generation not getting config properly | Wu Cheng-Han | 2017-03-23 | 1 | -3/+7 |
| | |||||
* | Update to indicate version in status API header | Wu Cheng-Han | 2017-03-22 | 1 | -1/+2 |
| | |||||
* | Update to print info on exit term signals handled | Wu Cheng-Han | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Update to handle SIGQUIT | Wu Cheng-Han | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Add support of Catalan locale | Wu Cheng-Han | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Fix typo and possible wrong value on provider is false on generating ↵ | Wu Cheng-Han | 2017-03-20 | 1 | -3/+3 |
| | | | | front-end constants | ||||
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 1 | -0/+16 |
| | | | | To avoid extra webpacking on changing configs and follow the 12 factor app | ||||
* | Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵ | Wu Cheng-Han | 2017-03-14 | 1 | -2/+4 |
| | | | | on it | ||||
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -554/+556 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Fix image path problem when using filesystem backend | NV | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | Update to remove history cache to lower application coupling | Wu Cheng-Han | 2017-02-03 | 1 | -3/+3 |
| | |||||
* | 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) |