summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #313 from elct9620/feature/disable_anonymous_viewMax Wu2017-01-103-15/+20
|\ | | | | WIP: Add options to limit anonymous view note
| * Adjust permission order to more clarly蒼時弦也2017-01-101-1/+1
| |
| * Fix syntax when use case蒼時弦也2017-01-101-1/+1
| |
| * Add limited and protected permission蒼時弦也2017-01-103-15/+20
| |
| * Recovery tariling spaces蒼時弦也2017-01-101-2/+2
| |
| * Remove temporary change蒼時弦也2017-01-102-5/+0
| |
| * Fix anonymouse view permission check蒼時弦也2017-01-051-1/+4
| |
| * Add limit for constrain anonymous view note蒼時弦也2017-01-052-3/+5
| |
* | Allow displaying LDAP provider name on sign-in modalneopostmodern2017-01-091-1/+5
| |
* | Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-095-1/+128
|\ \ | |/ |/| Support for LDAP server authentication
| * removed commaalecdwm2017-01-061-1/+1
| |
| * dark avatar backgrounds onlyalecdwm2017-01-061-1/+4
| |
| * Use randomcolor not seedrandom for avatar backgroundsalecdwm2017-01-061-3/+2
| |
| * Profile pictures for LDAP usersalecdwm2017-01-062-0/+34
| |
| * LDAP auth use email if providedalecdwm2016-12-141-1/+1
| |
| * Tokens not required for ldap authalecdwm2016-12-141-4/+30
| |
| * Added HMD_LDAP_TLS_CA env variablealecdwm2016-12-141-0/+6
| |
| * Initial support for LDAP server authenticationalecdwm2016-12-133-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
* | Fix and refactor extracting content using metaMarked directly might lead in ↵Wu Cheng-Han2017-01-042-68/+34
| | | | | | | | invalid object
* | Mark as 0.5.0Wu Cheng-Han2017-01-021-2/+2
| |
* | Fix yaml metadata description not able to showWu Cheng-Han2017-01-021-3/+3
| |
* | Refactor data processing to model definitionWu Cheng-Han2017-01-023-0/+27
| |
* | Update to remove null byte before saving to DB and remove null byte on changesWu Cheng-Han2017-01-023-7/+35
| |
* | Fix migration script of revision lacks of definition of primary keyWu Cheng-Han2017-01-021-1/+4
| |
* | Fix to not use diff_cleanupSemantic, bug report refer to ↵Wu Cheng-Han2017-01-021-1/+0
| | | | | | | | https://code.google.com/p/google-diff-match-patch/issues/detail?id=67
* | Remove LZString compression for data storageWu Cheng-Han2017-01-025-37/+28
| |
* | Remove manual LZString compression for partial socket io event dataWu Cheng-Han2017-01-022-10/+2
| |
* | Use dburl to configuratebananaappletw2016-12-222-6/+5
| |
* | Simplify code for herokubananaappletw2016-12-221-1/+2
| |
* | Fix #293bananaappletw2016-12-221-3/+4
| |
* | Fixed typo: anonmyousFlorian Rhiem2016-12-213-7/+7
| |
* | Fix possible user is undefined in realtime eventsWu Cheng-Han2016-12-201-17/+26
| |
* | Fix email option in config not parse correctlyWu Cheng-Han2016-12-201-1/+1
| |
* | Mark as 0.4.6Wu Cheng-Han2016-12-191-1/+1
| |
* | Try to fix when server have heavy loading cache might not update to db properlyWu Cheng-Han2016-12-182-2/+2
| |
* | Add support of allow free url config option with correspond modificationsWu Cheng-Han2016-12-162-2/+12
| |
* | Fix typoWu Cheng-Han2016-12-161-1/+1
| |
* | Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-153-0/+8
|/
* Update sequelize init conditionYukai Huang2016-12-121-5/+4
|
* Simplify output with sequelize database argumentYukai Huang2016-12-121-2/+8
|
* Update to support optional email register and signinWu Cheng-Han2016-12-026-14/+87
|
* Merge pull request #248 from hackmdio/file-upload-optionsMax Wu2016-11-271-1/+15
|\ | | | | Support other options for image uploading
| * Add env config prefixYukai Huang2016-11-171-5/+5
| |
| * Config s3 through env variablesYukai Huang2016-11-161-7/+6
| |
| * upload image to s3Yukai Huang2016-11-161-1/+12
| |
| * support filesystem image uploadYukai Huang2016-11-141-1/+5
| |
* | Update to auto generate meta description based on content in publish note ↵Wu Cheng-Han2016-11-262-7/+17
| | | | | | | | and slide
* | Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵Wu Cheng-Han2016-11-261-5/+2
| | | | | | | | external lib [Security Issue]
* | Fix slide might trigger script when processing markdown which cause XSS ↵Wu Cheng-Han2016-11-261-11/+1
| | | | | | | | [Security Issue]
* | Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han2016-11-182-102/+221
| |