Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 5 | -28/+35 |
| | |||||
* | Merge pull request #313 from elct9620/feature/disable_anonymous_view | Max Wu | 2017-01-10 | 5 | -20/+47 |
|\ | | | | | WIP: Add options to limit anonymous view note | ||||
| * | Update limite icon to fa-id-card | 蒼時弦也 | 2017-01-10 | 2 | -2/+2 |
| | | |||||
| * | Update limited/protected permission icon | 蒼時弦也 | 2017-01-10 | 2 | -10/+4 |
| | | |||||
| * | Add fa-stack style to public/js/index.js | 蒼時弦也 | 2017-01-10 | 1 | -4/+10 |
| | | |||||
| * | Adjust permission order to more clarly | 蒼時弦也 | 2017-01-10 | 3 | -10/+10 |
| | | |||||
| * | Fix syntax when use case | 蒼時弦也 | 2017-01-10 | 1 | -1/+1 |
| | | |||||
| * | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 5 | -16/+43 |
| | | |||||
| * | Recovery tariling spaces | 蒼時弦也 | 2017-01-10 | 2 | -11/+11 |
| | | |||||
| * | Remove temporary change | 蒼時弦也 | 2017-01-10 | 3 | -6/+0 |
| | | |||||
| * | Update readme | 蒼時弦也 | 2017-01-06 | 1 | -9/+10 |
| | | |||||
| * | Fix anonymouse view permission check | 蒼時弦也 | 2017-01-05 | 1 | -1/+4 |
| | | |||||
| * | Add limit for constrain anonymous view note | 蒼時弦也 | 2017-01-05 | 2 | -3/+5 |
| | | |||||
* | | Merge pull request #316 from neopostmodern/ldap-provider-name | Max Wu | 2017-01-09 | 3 | -2/+7 |
|\ \ | | | | | | | Allow displaying LDAP provider name on sign-in modal | ||||
| * | | Allow displaying LDAP provider name on sign-in modal | neopostmodern | 2017-01-09 | 3 | -2/+7 |
|/ / | |||||
* | | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 11 | -6/+191 |
|\ \ | |/ |/| | 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 | 2 | -4/+2 |
| | | |||||
| * | Profile pictures for LDAP users | alecdwm | 2017-01-06 | 3 | -0/+35 |
| | | |||||
| * | LDAP auth use email if provided | alecdwm | 2016-12-14 | 1 | -1/+1 |
| | | |||||
| * | LDAP signin form moved to main signin-modal | alecdwm | 2016-12-14 | 4 | -42/+24 |
| | | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth | ||||
| * | 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 | ||||
| * | Tokens not required for ldap auth | alecdwm | 2016-12-14 | 1 | -4/+30 |
| | | |||||
| * | Added HMD_LDAP_TLS_CA env variable | alecdwm | 2016-12-14 | 2 | -0/+7 |
| | | |||||
| * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 11 | -7/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 for selectionObjects in OT CodeMirror adapter might call on undefined | Wu Cheng-Han | 2017-01-05 | 2 | -2/+2 |
| | | |||||
* | | Update to show yaml-metadata and diagram parsing error in the view | Wu Cheng-Han | 2017-01-04 | 1 | -2/+16 |
| | | |||||
* | | Workaround that graphviz might not recover from error | Wu Cheng-Han | 2017-01-04 | 1 | -12/+22 |
| | | |||||
* | | Fix and refactor extracting content using metaMarked directly might lead in ↵ | Wu Cheng-Han | 2017-01-04 | 2 | -68/+34 |
| | | | | | | | | invalid object | ||||
* | | Add back missing release-note link on index | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Mark as 0.5.0 | Wu Cheng-Han | 2017-01-02 | 4 | -4/+33 |
| | | |||||
* | | Update dependencies | Wu Cheng-Han | 2017-01-02 | 1 | -6/+6 |
| | | |||||
* | | Update README.md about migration tool of version 0.5.0 | Wu Cheng-Han | 2017-01-02 | 1 | -0/+6 |
| | | |||||
* | | Update authors | Wu Cheng-Han | 2017-01-02 | 1 | -0/+9 |
| | | |||||
* | | Update year to 2017 | Wu Cheng-Han | 2017-01-02 | 2 | -2/+2 |
| | | |||||
* | | Fix yaml metadata description not able to show | Wu Cheng-Han | 2017-01-02 | 1 | -3/+3 |
| | | |||||
* | | Update to improve editor performance by debounce checkEditorScrollbar event | Wu Cheng-Han | 2017-01-02 | 1 | -1/+5 |
| | | |||||
* | | Fix authorship might losing update event because of throttling | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | 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 | 4 | -7/+42 |
| | | |||||
* | | 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 | 5 | -22/+3 |
| | | |||||
* | | Merge pull request #307 from captflint/master | Max Wu | 2016-12-31 | 3 | -1/+106 |
|\ \ | | | | | | | Added Esperanto translation | ||||
| * | | Added Esperanto translation | James Stephenson | 2016-12-30 | 3 | -1/+106 |
|/ / | | | | | | | Translation by Jonathan Powell and James Stephenson | ||||
* | | Merge pull request #302 from knjcode/url_resolve | Max Wu | 2016-12-27 | 1 | -1/+2 |
|\ \ | | | | | | | Fix URL concatenation when uploading images to local filesystem | ||||
| * | | Fix URL concatenation | knjcode | 2016-12-27 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #300 from ColinMaudry/patch-1 | Max Wu | 2016-12-27 | 1 | -16/+16 |
|\ \ | | | | | | | Little improvements (typos, uppercase + accents, better case) for French locale |