Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into es6-integration | Yukai Huang | 2017-01-21 | 22 | -235/+239 |
|\ | |||||
| * | Fix template partial path | Wu Cheng-Han | 2017-01-21 | 2 | -14/+14 |
| | | |||||
| * | Refactor templates and rearrange its path | Wu Cheng-Han | 2017-01-21 | 22 | -243/+247 |
| | | |||||
* | | Merge branch 'master' into es6-integration | Yukai Huang | 2017-01-21 | 5 | -0/+9 |
|\| | |||||
| * | Add screenshot on index page | Wu Cheng-Han | 2017-01-21 | 3 | -0/+7 |
| | | |||||
| * | Fix meta error not clear on before rendering | Wu Cheng-Han | 2017-01-21 | 2 | -0/+2 |
| | | |||||
* | | Revert useless linebreak | Yukai Huang | 2017-01-21 | 1 | -0/+1 |
| | | |||||
* | | Revert experimental vue for now | Yukai Huang | 2017-01-21 | 4 | -46/+0 |
| | | |||||
* | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-21 | 5 | -32/+57 |
|\| | |||||
| * | Update to prevent all empty link change hash | Wu Cheng-Han | 2017-01-16 | 2 | -4/+9 |
| | | |||||
| * | Fix pagination should hide on refresh history | Wu Cheng-Han | 2017-01-16 | 1 | -0/+1 |
| | | |||||
| * | Update index layout to add profile on navbar | Wu Cheng-Han | 2017-01-16 | 2 | -23/+43 |
| | | |||||
| * | Fix to prevent hash change on click nav item on index | Wu Cheng-Han | 2017-01-16 | 1 | -2/+6 |
| | | |||||
| * | Update to remove history pagination animation on refresh | Wu Cheng-Han | 2017-01-15 | 1 | -2/+0 |
| | | |||||
| * | Fix checkLoginStateChanged might fall into infinite loop while calling ↵ | Wu Cheng-Han | 2017-01-15 | 1 | -6/+4 |
| | | | | | | | | loginStateChangeEvent | ||||
* | | Merge branch 'frontend-next' into t216-refactor-common | Yukai Huang | 2017-01-15 | 7 | -11/+63 |
|\ \ | |||||
| * | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-13 | 7 | -11/+63 |
| |\| | |||||
| | * | Fix permission dropdown text might out of range in smaller screen | Wu Cheng-Han | 2017-01-13 | 1 | -0/+3 |
| | | | |||||
| | * | Merge pull request #317 from SISheogorath/master+allowEmailRegister | Max Wu | 2017-01-12 | 1 | -1/+1 |
| | |\ | | | | | | | | | Add `allowemailregister` option | ||||
| | | * | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | 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 | 2 | -9/+9 |
| | | | | |||||
| | * | | Fix sortOnlineUserList might not check property existence before comparsion | Wu Cheng-Han | 2017-01-12 | 1 | -4/+4 |
| | | | | |||||
| | * | | 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 | 2 | -5/+27 |
| | |\ | | | | | | | | | 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 | 2 | -9/+9 |
| | | | | |||||
| | | * | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 2 | -1/+23 |
| | | | | |||||
| | * | | Allow displaying LDAP provider name on sign-in modal | neopostmodern | 2017-01-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 2 | -4/+29 |
| | |\ \ | | | |/ | | |/| | Support for LDAP server authentication | ||||
| | | * | LDAP signin form moved to main signin-modal | alecdwm | 2016-12-14 | 3 | -40/+23 |
| | | | | | | | | | | | | | | | | | | | | - previously was a separate modal - now is located on main modal, like email auth | ||||
| | | * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 3 | -4/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | Minor style update | Yukai Huang | 2017-01-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove old config.js.example | Yukai Huang | 2017-01-13 | 1 | -11/+0 |
| | | | | |||||
* | | | | Add default value for config | Yukai Huang | 2017-01-13 | 1 | -6/+6 |
| | | | | |||||
* | | | | Rename common.js to login.js | Yukai Huang | 2017-01-13 | 5 | -7/+14 |
| | | | | |||||
* | | | | Move config variable to lib/config | Yukai Huang | 2017-01-13 | 2 | -24/+20 |
|/ / / | |||||
* | | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-07 | 3 | -17/+41 |
|\| | | |||||
| * | | 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 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Convert pretty.js to es6 | Yukai Huang | 2017-01-05 | 1 | -44/+43 |
| | | | |||||
* | | | Convert slide.js to es6 | Yukai Huang | 2017-01-05 | 1 | -33/+31 |
| | | |