| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Update to prevent all empty link change hash | Wu Cheng-Han | 2017-01-16 | 2 | -4/+9 |
* | | | | | | Fix missing config in hackmd response | Wu Cheng-Han | 2017-01-16 | 1 | -1/+2 |
* | | | | | | 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 loginS... | Wu Cheng-Han | 2017-01-15 | 1 | -6/+4 |
| |_|_|_|/
|/| | | | |
|
* | | | | | 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 | 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 valida... | Wu Cheng-Han | 2017-01-12 | 1 | -11/+19 |
* | | | | | | 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 |
|\ \ \ \ \ |
|
| * | | | | | 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 | neopostmodern | 2017-01-09 | 3 | -2/+7 |
|/ / / / / |
|
* | | | | | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 11 | -6/+191 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | 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 |
| * | | | | LDAP login improvements | alecdwm | 2016-12-14 | 1 | -3/+9 |
| * | | | | 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 |
* | | | | | 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 i... | Wu Cheng-Han | 2017-01-04 | 2 | -68/+34 |
| |_|_|/
|/| | | |
|
* | | | | Add back missing release-note link on index | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |