summaryrefslogtreecommitdiff
path: root/public/js/cover.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-15Linter: Fix all lint errorsPhilip Molares1-5/+5
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-14Replace CodiMD with HedgeDocErik Michelson1-1/+1
Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in public/views Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in README Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in SECURITY.md Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in LICENSE Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in docs/configuration.md Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in bin/setup Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/guides Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/dev Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/guides/auth Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/setup Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update various links in code to the new GitHub org. Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: codiMDVersion.js is now hedgeDocVersion.js Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/setup/yunohost Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rebrand to HedgeDoc: Add banner and logo Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in docs/guides/migrate-etherpad Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Remove note in docs/guides/auth/github Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Replace links in public/docs/features Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Add todo placeholder in docs/history Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Replace github link in public/views/index/body Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Replace github link in README Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Add logo to README Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Add note about the renaming to the front page Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Removed Travis from README.md and change CodiMD to HedgeDoc in some places Signed-off-by: Yannick Bungers <git@innay.de> Some more renaming to HedgeDoc - Fixed capitalization of HedgeDoc - Added renaming for etherpad migration doc Signed-off-by: Yannick Bungers <git@innay.de> Changed Repo name to hedgedoc Signed-off-by: Yannick Bungers <git@innay.de>
2020-01-08Fix #249 - Focus user field after opening login modalErik Michelson1-0/+14
Signed-off-by: Erik Michelson <erik@liltv.de>
2019-05-31Fix eslint warningsSheogorath1-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>
2018-06-24Final replacementsSheogorath1-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>
2018-06-22turn concatenated string into a multi-line template stringJake Burden1-19/+19
Signed-off-by: Jake Burden <jake@doge.haus>
2018-05-25Add delete user UISheogorath1-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>
2017-03-14Update to fix pagination error in list.js over v1.5.0Wu Cheng-Han1-5/+3
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-372/+367
Fixed all fail on frontend code.
2017-02-03Removed UTF-8 BOM in download functionNV1-1/+1
2017-01-21Revert experimental vue for nowYukai Huang1-8/+0
2017-01-16Update to prevent all empty link change hashWu Cheng-Han1-4/+5
2017-01-16Fix pagination should hide on refresh historyWu Cheng-Han1-0/+1
2017-01-16Fix to prevent hash change on click nav item on indexWu Cheng-Han1-2/+6
2017-01-15Update to remove history pagination animation on refreshWu Cheng-Han1-2/+0
2017-01-13Rename common.js to login.jsYukai Huang1-1/+1
2017-01-12Fix history list might check pagination on clear and openWu Cheng-Han1-0/+2
2017-01-05Convert history.js to es6Yukai Huang1-14/+15
2017-01-05Convert cover.js to es6Yukai Huang1-126/+127
2016-12-24Basic setup for Vue appYukai Huang1-0/+6
2016-12-24Install vue and babel dependencyYukai Huang1-0/+2
2016-12-24Fix module variable requireYukai Huang1-0/+1
2016-11-29Fix history tags dropdown should unescape htmlWu Cheng-Han1-1/+2
2016-11-02Require cover stylesheetsYukai Huang1-0/+3
2016-10-19Try to remove unused front-end dependencyWu Cheng-Han1-0/+2
2016-10-13Fix spellcheckYukai Huang1-1/+0
* also fix spaces width
2016-10-13Fix history deletionYukai Huang1-0/+1
2016-10-12Fix history list not parse and bind events properly on change paginationWu Cheng-Han1-76/+92
2016-10-12Update to make history refresh have better UX and keep the beginning and end ↵Wu Cheng-Han1-1/+7
of the pagination visible
2016-10-11Fix module exportYukai Huang1-1/+7
2016-10-11Update to support pagination for history listWu Cheng-Han1-1/+5
2016-10-11Manage more packages with npm and webpackYukai Huang1-0/+3
2016-10-10Update to make history delete and pin function call to new APIsWu Cheng-Han1-28/+58
2016-10-10Cover page is now workingYukai Huang1-4/+18
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-1/+1
for now
2016-08-15Improve index layout and UX with UI adjustments and better wordingWu Cheng-Han1-12/+11
2016-06-26Fix history filter tags and search keyword might not apply after refreshCheng-Han, Wu1-1/+15
2016-05-30Add release-notes as pure markdown file and remove old release notes section ↵Cheng-Han, Wu1-546/+1
on index
2016-05-16Fix to handle if user avatar photo is nullCheng-Han, Wu1-2/+3
2016-05-15Fix some code styles and user avatar style for PR #122Cheng-Han, Wu1-2/+2
2016-05-12Add avatar to History page.Jason Croft1-0/+2
2016-04-20Mark as 0.4.0Cheng-Han, Wu1-0/+62
2016-03-04Fixed logout url not correctCheng-Han, Wu1-1/+1
2016-02-16Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu1-1/+1
minor issue in history
2016-01-31Fixed release notes typosCheng-Han, Wu1-2/+2
2016-01-19Marked as 0.3.4Wu Cheng-Han1-0/+46
2015-10-22Support pinning note in historyWu Cheng-Han1-4/+57
2015-09-27Marked as 0.3.3Wu Cheng-Han1-0/+44
2015-09-24Fixed index clear history list not working, history list will now be ↵Wu Cheng-Han1-4/+5
id-unique, fixed typo and styles
2015-07-11Marked as 0.3.2Wu Cheng-Han1-0/+26