summaryrefslogtreecommitdiff
path: root/app.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-09Fix image path problem when using filesystem backendNV1-1/+1
2017-02-03Update to remove history cache to lower application couplingWu Cheng-Han1-3/+3
2017-01-20Handle SIGTERM the same way SIGINT is handledJan Kunzmann1-3/+5
2017-01-12Add `allowemailregister` optionSheogorath1-25/+27
2017-01-12Fix SIGINT checkClean should only log error instead throw errorWu Cheng-Han1-1/+1
2016-12-30Added Esperanto translationJames Stephenson1-1/+1
Translation by Jonathan Powell and James Stephenson
2016-12-27Fix URL concatenationknjcode1-1/+2
2016-12-18fix #284S.Noda1-1/+1
2016-12-14LDAP login improvementsalecdwm1-3/+9
- return bad request if no username or password given - return to referer url on auth success - flash error message on auth failure
2016-12-13Initial support for LDAP server authenticationalecdwm1-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
2016-12-12Fix missing dependency in app.jsWu Cheng-Han1-0/+1
2016-12-12Fix redirection to url without trailing slashes not considering about config ↵Wu Cheng-Han1-2/+5
urlpath
2016-12-11Remove bower occurencesYukai Huang1-2/+1
2016-12-03Update to handle request with invalid uriWu Cheng-Han1-0/+11
2016-12-03Remove preprocess image on upload image or it will losing support of image ↵Wu Cheng-Han1-72/+51
some formats
2016-12-02Update to support optional email register and signinWu Cheng-Han1-1/+46
2016-11-22Handle preprocess image errorYukai Huang1-0/+4
2016-11-18Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han1-0/+4
2016-11-16Config sharp image preprocessingYukai Huang1-53/+69
2016-11-16upload image to s3Yukai Huang1-4/+32
2016-11-16Join image path with config.serverurlYukai Huang1-1/+3
2016-11-15save to upload folder only when option enabledYukai Huang1-2/+4
2016-11-14support filesystem image uploadYukai Huang1-12/+26
2016-11-14upload image to public/uploadsYukai Huang1-0/+3
2016-11-07Add to throw error when server not ready after db syncedWu Cheng-Han1-0/+2
2016-10-24Revert "html minify in production environment"Max Wu1-13/+0
2016-10-23html minify in production environmentPeter Dave Hello1-0/+13
2016-10-21Update to support Swedish localeWu Cheng-Han1-1/+1
2016-10-21Fix socket disconnect might interrupt loop issueWu Cheng-Han1-1/+3
2016-10-14Update to support Hindi localeWu Cheng-Han1-1/+1
2016-10-12Fix to handle checkAllNotesRevision might return null notesWu Cheng-Han1-1/+1
2016-10-10Fix fatal error should throw instead of returnWu Cheng-Han1-2/+2
2016-10-10Update to add post history by note id with data, delete all history and ↵Wu Cheng-Han1-0/+6
delete history by id and rename methods
2016-10-10Update to add cache to historyWu Cheng-Han1-51/+5
2016-10-10Update to support Ukrainian localeWu Cheng-Han1-1/+1
2016-10-10Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish localesWu Cheng-Han1-1/+1
2016-10-02Update to support Greek and Portuguese localesWu Cheng-Han1-1/+1
2016-09-26Remove expiry from cookiesJordan Matelsky1-2/+1
As per [this issue](https://github.com/expressjs/session/issues/365)
2016-09-18Update to add revision saving policyWu Cheng-Han1-1/+1
2016-09-18Update to prevent caching and crawling statusWu Cheng-Han1-0/+4
2016-09-16Update to support French, Deutsch, Japanese and Spanish localesWu Cheng-Han1-1/+1
2016-09-06Removed redundant condition.robert1-11/+5
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-0/+11
for now
2016-08-19Update to use proper way to render view and fix upload image error should ↵Wu Cheng-Han1-5/+7
response with code
2016-08-15Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han1-0/+2
disqus via yaml-metadata
2016-08-01Update to support redirect back to previous url after signinWu Cheng-Han1-36/+43
2016-07-30Update to raise the body-parser limit to fix "Error: request entity too ↵Wu Cheng-Han1-2/+5
large" issue
2016-07-08Fix the signin and logout redirect url might be emptyMax Wu1-14/+14
2016-07-05Add rolling option on session to reset maxAge on every response to extend ↵Wu Cheng-Han1-1/+2
session life
2016-06-17Add revision apiCheng-Han, Wu1-0/+2