Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ldap config not initialize properly | Wu Cheng-Han | 2017-02-07 | 1 | -4/+3 |
| | |||||
* | Fix HMD_LDAP_TLS_CA not passing correctly and update README.md | Wu Cheng-Han | 2017-02-07 | 1 | -2/+11 |
| | |||||
* | Update to add biggerphoto on parsing user profile | Wu Cheng-Han | 2017-02-03 | 1 | -10/+26 |
| | |||||
* | Update realtime to use timer to avoid memory leaks on busy tick | Wu Cheng-Han | 2017-02-03 | 1 | -5/+11 |
| | |||||
* | Update to remove history cache to lower application coupling | Wu Cheng-Han | 2017-02-03 | 2 | -111/+61 |
| | |||||
* | Merge branch 'master' into es6-integration | Yukai Huang | 2017-01-21 | 2 | -3/+3 |
|\ | |||||
| * | Fix redundant parameter to removeColumn in db migration scripts | Wu Cheng-Han | 2017-01-21 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-21 | 2 | -24/+33 |
|\| | |||||
| * | Refactor checkViewPermission to fix limited & protected permission check bug ↵ | Wu Cheng-Han | 2017-01-16 | 2 | -23/+31 |
| | | | | | | | | and fix code style | ||||
| * | Fix missing config in hackmd response | Wu Cheng-Han | 2017-01-16 | 1 | -1/+2 |
| | | |||||
* | | Recover config change in 0f833f0 | Yukai Huang | 2017-01-15 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'frontend-next' into t216-refactor-common | Yukai Huang | 2017-01-15 | 7 | -29/+176 |
|\| | |||||
| * | Fix allowemailregister config typo and default should be true | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
| | | |||||
| * | Fix for limited and protected permissions should forbid guest in realtime events | Wu Cheng-Han | 2017-01-12 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #317 from SISheogorath/master+allowEmailRegister | Max Wu | 2017-01-12 | 2 | -0/+3 |
| |\ | | | | | | | Add `allowemailregister` option | ||||
| | * | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 2 | -0/+3 |
| | | | |||||
| * | | Fix permission order and keep wording consistency | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix author creation in operationCallback might cause unique constraint ↵ | Wu Cheng-Han | 2017-01-12 | 1 | -11/+19 |
| |/ | | | | | | | validation error | ||||
| * | Merge pull request #313 from elct9620/feature/disable_anonymous_view | Max Wu | 2017-01-10 | 3 | -15/+20 |
| |\ | | | | | | | WIP: Add options to limit anonymous view note | ||||
| | * | Adjust permission order to more clarly | 蒼時弦也 | 2017-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | Fix syntax when use case | 蒼時弦也 | 2017-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 3 | -15/+20 |
| | | | |||||
| | * | Recovery tariling spaces | 蒼時弦也 | 2017-01-10 | 1 | -2/+2 |
| | | | |||||
| | * | Remove temporary change | 蒼時弦也 | 2017-01-10 | 2 | -5/+0 |
| | | | |||||
| | * | Fix anonymouse view permission check | 蒼時弦也 | 2017-01-05 | 1 | -1/+4 |
| | | | |||||
| | * | Add limit for constrain anonymous view note | 蒼時弦也 | 2017-01-05 | 2 | -3/+5 |
| | | | |||||
| * | | Allow displaying LDAP provider name on sign-in modal | neopostmodern | 2017-01-09 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 5 | -1/+128 |
| |\ \ | | |/ | |/| | Support for LDAP server authentication | ||||
| | * | removed comma | alecdwm | 2017-01-06 | 1 | -1/+1 |
| | | | |||||
| | * | dark avatar backgrounds only | alecdwm | 2017-01-06 | 1 | -1/+4 |
| | | | |||||
| | * | Use randomcolor not seedrandom for avatar backgrounds | alecdwm | 2017-01-06 | 1 | -3/+2 |
| | | | |||||
| | * | Profile pictures for LDAP users | alecdwm | 2017-01-06 | 2 | -0/+34 |
| | | | |||||
| | * | LDAP auth use email if provided | alecdwm | 2016-12-14 | 1 | -1/+1 |
| | | | |||||
| | * | Tokens not required for ldap auth | alecdwm | 2016-12-14 | 1 | -4/+30 |
| | | | |||||
| | * | Added HMD_LDAP_TLS_CA env variable | alecdwm | 2016-12-14 | 1 | -0/+6 |
| | | | |||||
| | * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 3 | -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 | ||||
* | | | Update server google/dropbox config check | Yukai Huang | 2017-01-14 | 1 | -2/+2 |
|/ / | |||||
* | | Fix and refactor extracting content using metaMarked directly might lead in ↵ | Wu Cheng-Han | 2017-01-04 | 2 | -68/+34 |
| | | | | | | | | invalid object | ||||
* | | Mark as 0.5.0 | Wu Cheng-Han | 2017-01-02 | 1 | -2/+2 |
| | | |||||
* | | Fix yaml metadata description not able to show | Wu Cheng-Han | 2017-01-02 | 1 | -3/+3 |
| | | |||||
* | | Refactor data processing to model definition | Wu Cheng-Han | 2017-01-02 | 3 | -0/+27 |
| | | |||||
* | | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 2017-01-02 | 3 | -7/+35 |
| | | |||||
* | | Fix migration script of revision lacks of definition of primary key | Wu Cheng-Han | 2017-01-02 | 1 | -1/+4 |
| | | |||||
* | | Fix to not use diff_cleanupSemantic, bug report refer to ↵ | Wu Cheng-Han | 2017-01-02 | 1 | -1/+0 |
| | | | | | | | | https://code.google.com/p/google-diff-match-patch/issues/detail?id=67 | ||||
* | | Remove LZString compression for data storage | Wu Cheng-Han | 2017-01-02 | 5 | -37/+28 |
| | | |||||
* | | Remove manual LZString compression for partial socket io event data | Wu Cheng-Han | 2017-01-02 | 2 | -10/+2 |
| | | |||||
* | | Use dburl to configurate | bananaappletw | 2016-12-22 | 2 | -6/+5 |
| | | |||||
* | | Simplify code for heroku | bananaappletw | 2016-12-22 | 1 | -1/+2 |
| | | |||||
* | | Fix #293 | bananaappletw | 2016-12-22 | 1 | -3/+4 |
| | | |||||
* | | Fixed typo: anonmyous | Florian Rhiem | 2016-12-21 | 3 | -7/+7 |
| | |