summaryrefslogtreecommitdiff
path: root/public/js/history.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-15Linter: Fix all lint errorsPhilip Molares1-3/+3
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2019-05-31Fix eslint warningsSheogorath1-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>
2019-04-16Replace js-url with wurlSheogorath1-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>
2018-11-14switching to eslint for code checkingClaudius Coenen1-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>
2018-06-30Update storeSheogorath1-59/+20
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-11Fix typoMax Wu1-1/+1
Signed-off-by: Max Wu <jackymaxj@gmail.com>
2018-03-11Update to show log on migrate LZString type note url in historyMax Wu1-1/+1
Signed-off-by: Max Wu <jackymaxj@gmail.com>
2018-03-03Update to migrate note url in the history of browser storage and cookieMax Wu1-0/+15
Signed-off-by: Max Wu <jackymaxj@gmail.com>
2017-11-02Revert "Load js-url lib using legacy-loader"Literallie1-4/+2
Didn't work in Firefox for some reason. `[Script Loader] ReferenceError: module is not defined` This reverts commit 5b83deb043296c23ff912a2472703c1f7faddb4b.
2017-10-22Load js-url lib using legacy-loaderLiterallie1-2/+4
Doesn't use eval, plus no window object access
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-272/+228
Fixed all fail on frontend code.
2017-01-13Rename common.js to login.jsYukai Huang1-2/+6
2017-01-05Convert history.js to es6Yukai Huang1-113/+91
2016-11-26Fix possible meta XSS in history list [Security Issue]Wu Cheng-Han1-0/+5
2016-10-19Update to make history not depends on extraWu Cheng-Han1-49/+13
2016-10-13Fix spellcheckYukai Huang1-1/+0
* also fix spaces width
2016-10-13Fix history deletionYukai Huang1-2/+3
2016-10-11Fix module exportYukai Huang1-1/+4
2016-10-11Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han1-6/+7
2016-10-10Update to make note history count in server-side when user loggedWu Cheng-Han1-1/+27
2016-10-10Fix get or set history on server ajax should not fallback to browser storage ↵Wu Cheng-Han1-6/+6
to avoid some internet edge cases
2016-10-10Fix saveHistoryToStorage not correctly fallback to cookieWu Cheng-Han1-1/+1
2016-10-10Cover page is now workingYukai Huang1-1/+8
2016-10-08Config bootstrap with webpackYukai Huang1-1/+1
2016-10-08Resolve dependency module requiringYukai Huang1-1/+15
* es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
2016-06-21Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu1-8/+24
google-analytics (GA) and refactor render publish slide response function
2016-06-02Improve history clearDuplicatedHistory performanceCheng-Han, Wu1-8/+2
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-2/+8
note status (created or updated) and support docs (note alias)
2016-02-16Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu1-16/+20
minor issue in history
2015-10-22Support pinning note in historyWu Cheng-Han1-3/+12
2015-09-26Fixed if using splice in loop should always decrement index or might out of ↵Wu Cheng-Han1-1/+3
array range
2015-09-24Fixed index clear history list not working, history list will now be ↵Wu Cheng-Han1-8/+15
id-unique, fixed typo and styles
2015-07-02Jump to 0.3.1Wu Cheng-Han1-1/+2
2015-06-01Marked as 0.2.9Wu Cheng-Han1-5/+13
2015-05-15Marked as 0.2.8Wu Cheng-Han1-61/+126
2015-05-04First commit, version 0.2.7Wu Cheng-Han1-0/+256