Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix eslint warnings | Sheogorath | 2019-05-31 | 1 | -50/+50 |
| | | | | | | | | | | | Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Final replacements | Sheogorath | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | Looks like I missed a few. This should be complete now. And make us ready for the repo rename and merging. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | turn concatenated string into a multi-line template string | Jake Burden | 2018-06-22 | 1 | -19/+19 |
| | | | | Signed-off-by: Jake Burden <jake@doge.haus> | ||||
* | Add delete user UI | Sheogorath | 2018-05-25 | 1 | -8/+12 |
| | | | | | | | | | | This provides the UI for the delete user feature introduced in 4229084c6211db3d22cd9abec99b957725650b9e Placing of the user delete button is not perfect, but can be moved to an own user tab later on. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 2017-03-14 | 1 | -5/+3 |
| | |||||
* | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 1 | -372/+367 |
| | | | | Fixed all fail on frontend code. | ||||
* | Removed UTF-8 BOM in download function | NV | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Revert experimental vue for now | Yukai Huang | 2017-01-21 | 1 | -8/+0 |
| | |||||
* | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-21 | 1 | -3/+7 |
|\ | |||||
| * | Update to prevent all empty link change hash | Wu Cheng-Han | 2017-01-16 | 1 | -4/+5 |
| | | |||||
| * | Fix pagination should hide on refresh history | Wu Cheng-Han | 2017-01-16 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'frontend-next' into t216-refactor-common | Yukai Huang | 2017-01-15 | 1 | -0/+2 |
|\ \ | |||||
| * | | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-13 | 1 | -0/+2 |
| |\| | |||||
| | * | Fix history list might check pagination on clear and open | Wu Cheng-Han | 2017-01-12 | 1 | -0/+2 |
| | | | |||||
* | | | Rename common.js to login.js | Yukai Huang | 2017-01-13 | 1 | -1/+1 |
|/ / | |||||
* | | Convert history.js to es6 | Yukai Huang | 2017-01-05 | 1 | -14/+15 |
| | | |||||
* | | Convert cover.js to es6 | Yukai Huang | 2017-01-05 | 1 | -126/+127 |
| | | |||||
* | | Basic setup for Vue app | Yukai Huang | 2016-12-24 | 1 | -0/+6 |
| | | |||||
* | | Install vue and babel dependency | Yukai Huang | 2016-12-24 | 1 | -0/+2 |
| | | |||||
* | | Fix module variable require | Yukai Huang | 2016-12-24 | 1 | -0/+1 |
|/ | |||||
* | Fix history tags dropdown should unescape html | Wu Cheng-Han | 2016-11-29 | 1 | -1/+2 |
| | |||||
* | Require cover stylesheets | Yukai Huang | 2016-11-02 | 1 | -0/+3 |
| | |||||
* | Try to remove unused front-end dependency | Wu Cheng-Han | 2016-10-19 | 1 | -0/+2 |
| | |||||
* | Fix spellcheck | Yukai Huang | 2016-10-13 | 1 | -1/+0 |
| | | | | * also fix spaces width | ||||
* | Fix history deletion | Yukai Huang | 2016-10-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-12 | 1 | -77/+99 |
|\ | |||||
| * | Fix history list not parse and bind events properly on change pagination | Wu Cheng-Han | 2016-10-12 | 1 | -76/+92 |
| | | |||||
| * | Update to make history refresh have better UX and keep the beginning and end ↵ | Wu Cheng-Han | 2016-10-12 | 1 | -1/+7 |
| | | | | | | | | of the pagination visible | ||||
* | | Fix module export | Yukai Huang | 2016-10-11 | 1 | -1/+7 |
| | | |||||
* | | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-11 | 1 | -29/+63 |
|\| | |||||
| * | Update to support pagination for history list | Wu Cheng-Han | 2016-10-11 | 1 | -1/+5 |
| | | |||||
| * | Update to make history delete and pin function call to new APIs | Wu Cheng-Han | 2016-10-10 | 1 | -28/+58 |
| | | |||||
* | | Manage more packages with npm and webpack | Yukai Huang | 2016-10-11 | 1 | -0/+3 |
| | | |||||
* | | Cover page is now working | Yukai Huang | 2016-10-10 | 1 | -4/+18 |
|/ | |||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -1/+1 |
| | | | | for now | ||||
* | Improve index layout and UX with UI adjustments and better wording | Wu Cheng-Han | 2016-08-15 | 1 | -12/+11 |
| | |||||
* | Fix history filter tags and search keyword might not apply after refresh | Cheng-Han, Wu | 2016-06-26 | 1 | -1/+15 |
| | |||||
* | Add release-notes as pure markdown file and remove old release notes section ↵ | Cheng-Han, Wu | 2016-05-30 | 1 | -546/+1 |
| | | | | on index | ||||
* | Fix to handle if user avatar photo is null | Cheng-Han, Wu | 2016-05-16 | 1 | -2/+3 |
| | |||||
* | Fix some code styles and user avatar style for PR #122 | Cheng-Han, Wu | 2016-05-15 | 1 | -2/+2 |
| | |||||
* | Add avatar to History page. | Jason Croft | 2016-05-12 | 1 | -0/+2 |
| | |||||
* | Mark as 0.4.0 | Cheng-Han, Wu | 2016-04-20 | 1 | -0/+62 |
| | |||||
* | Fixed logout url not correct | Cheng-Han, Wu | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | Support set url path and use relative url, move raphael to bower and fixed ↵ | Cheng-Han, Wu | 2016-02-16 | 1 | -1/+1 |
| | | | | minor issue in history | ||||
* | Fixed release notes typos | Cheng-Han, Wu | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Marked as 0.3.4 | Wu Cheng-Han | 2016-01-19 | 1 | -0/+46 |
| | |||||
* | Support pinning note in history | Wu Cheng-Han | 2015-10-22 | 1 | -4/+57 |
| | |||||
* | Marked as 0.3.3 | Wu Cheng-Han | 2015-09-27 | 1 | -0/+44 |
| |