Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.md for npm script | bananaappletw | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-13 | 18 | -69/+306 |
|\ | |||||
| * | Update README.md to describe allowemailregister config more clear | Wu Cheng-Han | 2017-01-13 | 1 | -2/+2 |
| | | |||||
| * | Fix permission dropdown text might out of range in smaller screen | Wu Cheng-Han | 2017-01-13 | 1 | -0/+3 |
| | | |||||
| * | 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 | 5 | -28/+35 |
| |\ | | | | | | | Add `allowemailregister` option | ||||
| | * | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 5 | -28/+35 |
| | | | |||||
| * | | Update to use shorter wording in limited and protected permissions | Wu Cheng-Han | 2017-01-12 | 2 | -4/+4 |
| | | | |||||
| * | | Fix permission order and keep wording consistency | Wu Cheng-Han | 2017-01-12 | 3 | -10/+10 |
| | | | |||||
| * | | Fix author creation in operationCallback might cause unique constraint ↵ | Wu Cheng-Han | 2017-01-12 | 1 | -11/+19 |
| | | | | | | | | | | | | validation error | ||||
| * | | Fix sortOnlineUserList might not check property existence before comparsion | Wu Cheng-Han | 2017-01-12 | 1 | -4/+4 |
| | | | |||||
| * | | Fix SIGINT checkClean should only log error instead throw error | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix history list might check pagination on clear and open | Wu Cheng-Han | 2017-01-12 | 1 | -0/+2 |
| | | | |||||
| * | | Workaround text shadow for font antialias might cause cut off in Edge | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
| |/ | |||||
| * | 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 | ||||
* | | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-07 | 5 | -85/+75 |
|\| | | |||||
| * | | 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 | ||||
* | | | Merge branch 'Yukai/#4-es6-module' into 'frontend-next' | Wu, Cheng-Han | 2017-01-06 | 8 | -843/+779 |
|\ \ \ | | | | | | | | | | | | | | | | | 導入 es6 語法 See merge request !4 | ||||
| * | | | Convert history.js to es6 | Yukai Huang | 2017-01-05 | 3 | -133/+113 |
| | | | | |||||
| * | | | Convert cover.js to es6 | Yukai Huang | 2017-01-05 | 1 | -126/+127 |
| | | | | |||||
| * | | | Convert extra.js to es6 | Yukai Huang | 2017-01-05 | 2 | -352/+326 |
| | | | | |||||
| * | | | Convert common.js to es6 | Yukai Huang | 2017-01-05 | 2 | -70/+65 |
| | | | |