| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | Merge branch 'frontend-next' into t216-refactor-common | Yukai Huang | 2017-01-15 | 2 | -5/+27 |
|\ \ |
|
| * | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-13 | 2 | -5/+27 |
| |\| |
|
| | * | Update to use shorter wording in limited and protected permissions | Wu Cheng-Han | 2017-01-12 | 1 | -2/+2 |
| | * | Fix permission order and keep wording consistency | Wu Cheng-Han | 2017-01-12 | 1 | -6/+6 |
| | * | 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 |
| | * | Update limite icon to fa-id-card | 蒼時弦也 | 2017-01-10 | 1 | -1/+1 |
| | * | Update limited/protected permission icon | 蒼時弦也 | 2017-01-10 | 1 | -8/+2 |
| | * | Add fa-stack style to public/js/index.js | 蒼時弦也 | 2017-01-10 | 1 | -4/+10 |
| | * | Adjust permission order to more clarly | 蒼時弦也 | 2017-01-10 | 1 | -7/+7 |
| | * | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 1 | -1/+21 |
* | | | 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 | 1 | -15/+39 |
|\| |
|
| * | 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 |
* | | Convert synscroll to es6 | Yukai Huang | 2017-01-04 | 2 | -96/+85 |
* | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-02 | 2 | -12/+14 |
|\| |
|
| * | Mark as 0.5.0 | Wu Cheng-Han | 2017-01-02 | 1 | -1/+1 |
| * | 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 |
| * | Update to remove null byte before saving to DB and remove null byte on changes | Wu Cheng-Han | 2017-01-02 | 1 | -0/+7 |
| * | Remove manual LZString compression for partial socket io event data | Wu Cheng-Han | 2017-01-02 | 1 | -8/+0 |
| * | Fix js-url not import correctly | Wu Cheng-Han | 2016-12-24 | 1 | -1/+0 |
* | | Basic setup for Vue app | Yukai Huang | 2016-12-24 | 3 | -0/+42 |
* | | Install vue and babel dependency | Yukai Huang | 2016-12-24 | 1 | -0/+2 |
* | | Fix module variable require | Yukai Huang | 2016-12-24 | 2 | -0/+2 |
|/ |
|
* | Fix mathjax not able to render issue | Wu Cheng-Han | 2016-12-20 | 1 | -1/+8 |
* | Mark as 0.4.6 | Wu Cheng-Han | 2016-12-19 | 1 | -1/+1 |
* | Update to handle graphviz output empty graph | Wu Cheng-Han | 2016-12-19 | 1 | -0/+1 |
* | Remove unused vendor code and add fix related usages | Wu Cheng-Han | 2016-12-19 | 1 | -2/+2 |
* | Fix slide mode on print pdf not finish view rendering | Wu Cheng-Han | 2016-12-18 | 1 | -4/+12 |
* | Update to make TOC syntax be case-insensitive | Wu Cheng-Han | 2016-12-12 | 1 | -1/+1 |
* | Fix textcomplete up side down option not set properly | Wu Cheng-Han | 2016-12-07 | 1 | -7/+5 |
* | Fix emoji textcomplete image path | Wu Cheng-Han | 2016-12-07 | 1 | -1/+1 |
* | Add preferences to editor status bar and make allow override browser keymap o... | Wu Cheng-Han | 2016-12-04 | 1 | -0/+53 |
* | Fix history tags dropdown should unescape html | Wu Cheng-Han | 2016-11-29 | 1 | -1/+2 |
* | Fix slide resource path and style load orders to avoid conflicts | Wu Cheng-Han | 2016-11-29 | 1 | -2/+2 |
* | Fix header id and text might affects by mathjax tags | Wu Cheng-Han | 2016-11-28 | 1 | -3/+12 |