summaryrefslogtreecommitdiff
path: root/public/js/history.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linter: Fix all lint errorsPhilip Molares2021-02-151-3/+3
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Fix eslint warningsSheogorath2019-05-311-76/+77
| | | | | | | | | | | 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>
* Replace js-url with wurlSheogorath2019-04-161-2/+3
| | | | | | | | js-url is outdated and wurl is it's successor. This will fix some vulnerabilities in the dependencies and also optimize the build process by removing the external library toward internal tooling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* switching to eslint for code checkingClaudius Coenen2018-11-141-0/+1
| | | | | | | most rules degraded to WARN, so we don't go insane. This will change over time. The aim is to conform to a common style Signed-off-by: Claudius Coenen <opensource@amenthes.de>
* Update storeSheogorath2018-06-301-59/+20
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix typoMax Wu2018-03-111-1/+1
| | | | Signed-off-by: Max Wu <jackymaxj@gmail.com>
* Update to show log on migrate LZString type note url in historyMax Wu2018-03-111-1/+1
| | | | Signed-off-by: Max Wu <jackymaxj@gmail.com>
* Update to migrate note url in the history of browser storage and cookieMax Wu2018-03-031-0/+15
| | | | Signed-off-by: Max Wu <jackymaxj@gmail.com>
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-272/+228
| | | | Fixed all fail on frontend code.
* Rename common.js to login.jsYukai Huang2017-01-131-2/+6
|
* Convert history.js to es6Yukai Huang2017-01-051-113/+91
|
* Fix possible meta XSS in history list [Security Issue]Wu Cheng-Han2016-11-261-0/+5
|
* Update to make history not depends on extraWu Cheng-Han2016-10-191-49/+13
|
* Fix spellcheckYukai Huang2016-10-131-1/+0
| | | | * also fix spaces width
* Fix history deletionYukai Huang2016-10-131-2/+3
|
* Fix module exportYukai Huang2016-10-111-1/+4
|
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-111-15/+44
|\
| * Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han2016-10-111-6/+7
| |
| * Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-101-1/+27
| |
| * Fix get or set history on server ajax should not fallback to browser storage ↵Wu Cheng-Han2016-10-101-6/+6
| | | | | | | | to avoid some internet edge cases
| * Fix saveHistoryToStorage not correctly fallback to cookieWu Cheng-Han2016-10-101-1/+1
| |
* | Cover page is now workingYukai Huang2016-10-101-1/+8
| |
* | Config bootstrap with webpackYukai Huang2016-10-081-1/+1
| |
* | Resolve dependency module requiringYukai Huang2016-10-081-1/+15
|/ | | | | | | | * es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
* Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu2016-06-211-8/+24
| | | | google-analytics (GA) and refactor render publish slide response function
* Improve history clearDuplicatedHistory performanceCheng-Han, Wu2016-06-021-8/+2
|
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-2/+8
| | | | note status (created or updated) and support docs (note alias)
* Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu2016-02-161-16/+20
| | | | minor issue in history
* Support pinning note in historyWu Cheng-Han2015-10-221-3/+12
|
* Fixed if using splice in loop should always decrement index or might out of ↵Wu Cheng-Han2015-09-261-1/+3
| | | | array range
* Fixed index clear history list not working, history list will now be ↵Wu Cheng-Han2015-09-241-8/+15
| | | | id-unique, fixed typo and styles
* Jump to 0.3.1Wu Cheng-Han2015-07-021-1/+2
|
* Marked as 0.2.9Wu Cheng-Han2015-06-011-5/+13
|
* Marked as 0.2.8Wu Cheng-Han2015-05-151-61/+126
|
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+256