summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use JavaScript Standard StyleBoHong Li2017-03-0819-3139/+3069
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Fixed Syntax ErrorBoHong Li2017-03-041-1/+5
|
* Merge branch 'master' into feature/addSecretsRaccoon2017-03-037-144/+134
|\
| * Fix user profile photo might not replace to proper sizeWu Cheng-Han2017-02-181-4/+4
| |
| * first envs then the configMike2017-02-151-1/+1
| | | | | | or docker -e will not work
| * Add validation to defaultpermission in configNV2017-02-101-2/+7
| |
| * Add default permission configNV2017-02-102-2/+6
| |
| * Fix ldap config not initialize properlyWu Cheng-Han2017-02-071-4/+3
| |
| * Fix HMD_LDAP_TLS_CA not passing correctly and update README.mdWu Cheng-Han2017-02-071-2/+11
| |
| * Update to add biggerphoto on parsing user profileWu Cheng-Han2017-02-031-10/+26
| |
| * Update realtime to use timer to avoid memory leaks on busy tickWu Cheng-Han2017-02-031-5/+11
| |
| * Update to remove history cache to lower application couplingWu Cheng-Han2017-02-032-111/+61
| |
| * Merge branch 'master' into es6-integrationYukai Huang2017-01-212-3/+3
| |\
| | * Fix redundant parameter to removeColumn in db migration scriptsWu Cheng-Han2017-01-212-3/+3
| | |
| * | Merge branch 'master' into frontend-nextYukai Huang2017-01-212-24/+33
| |\|
| * | Recover config change in 0f833f0Yukai Huang2017-01-151-2/+2
| | |
| * | Merge branch 'frontend-next' into t216-refactor-commonYukai Huang2017-01-157-29/+176
| |\ \
| * | | Update server google/dropbox config checkYukai Huang2017-01-141-2/+2
| | | |
* | | | Add basics for secret management by Docker 1.13Sheogorath2017-02-071-24/+28
| |_|/ |/| | | | | | | | See https://docs.docker.com/engine/swarm/secrets/
* | | Refactor checkViewPermission to fix limited & protected permission check bug ↵Wu Cheng-Han2017-01-162-23/+31
| | | | | | | | | | | | and fix code style
* | | Fix missing config in hackmd responseWu Cheng-Han2017-01-161-1/+2
| |/ |/|
* | Fix allowemailregister config typo and default should be trueWu Cheng-Han2017-01-121-1/+1
| |
* | Fix for limited and protected permissions should forbid guest in realtime eventsWu Cheng-Han2017-01-121-2/+2
| |
* | Merge pull request #317 from SISheogorath/master+allowEmailRegisterMax Wu2017-01-122-0/+3
|\ \ | | | | | | Add `allowemailregister` option
| * | Add `allowemailregister` optionSheogorath2017-01-122-0/+3
| | |
* | | Fix permission order and keep wording consistencyWu Cheng-Han2017-01-121-1/+1
| | |
* | | Fix author creation in operationCallback might cause unique constraint ↵Wu Cheng-Han2017-01-121-11/+19
|/ / | | | | | | validation error
* | 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
| |