summaryrefslogtreecommitdiff
path: root/public/js/cover.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Linter: Fix all lint errorsPhilip Molares2021-02-151-5/+5
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Replace CodiMD with HedgeDocErik Michelson2020-11-141-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>
* Fix #249 - Focus user field after opening login modalErik Michelson2020-01-081-0/+14
| | | | Signed-off-by: Erik Michelson <erik@liltv.de>
* Fix eslint warningsSheogorath2019-05-311-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 replacementsSheogorath2018-06-241-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 stringJake Burden2018-06-221-19/+19
| | | | Signed-off-by: Jake Burden <jake@doge.haus>
* Add delete user UISheogorath2018-05-251-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.0Wu Cheng-Han2017-03-141-5/+3
|
* Use JavaScript Standard Style (part 2)BoHong Li2017-03-091-372/+367
| | | | Fixed all fail on frontend code.
* Removed UTF-8 BOM in download functionNV2017-02-031-1/+1
|
* Revert experimental vue for nowYukai Huang2017-01-211-8/+0
|
* Merge branch 'master' into frontend-nextYukai Huang2017-01-211-3/+7
|\
| * Update to prevent all empty link change hashWu Cheng-Han2017-01-161-4/+5
| |
| * Fix pagination should hide on refresh historyWu Cheng-Han2017-01-161-0/+1
| |
| * Fix to prevent hash change on click nav item on indexWu Cheng-Han2017-01-161-2/+6
| |
| * Update to remove history pagination animation on refreshWu Cheng-Han2017-01-151-2/+0
| |
* | Merge branch 'frontend-next' into t216-refactor-commonYukai Huang2017-01-151-0/+2
|\ \
| * | Merge branch 'master' into frontend-nextYukai Huang2017-01-131-0/+2
| |\|
| | * Fix history list might check pagination on clear and openWu Cheng-Han2017-01-121-0/+2
| | |
* | | Rename common.js to login.jsYukai Huang2017-01-131-1/+1
|/ /
* | Convert history.js to es6Yukai Huang2017-01-051-14/+15
| |
* | Convert cover.js to es6Yukai Huang2017-01-051-126/+127
| |
* | Basic setup for Vue appYukai Huang2016-12-241-0/+6
| |
* | Install vue and babel dependencyYukai Huang2016-12-241-0/+2
| |
* | Fix module variable requireYukai Huang2016-12-241-0/+1
|/
* Fix history tags dropdown should unescape htmlWu Cheng-Han2016-11-291-1/+2
|
* Require cover stylesheetsYukai Huang2016-11-021-0/+3
|
* Try to remove unused front-end dependencyWu Cheng-Han2016-10-191-0/+2
|
* Fix spellcheckYukai Huang2016-10-131-1/+0
| | | | * also fix spaces width
* Fix history deletionYukai Huang2016-10-131-0/+1
|
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-121-77/+99
|\
| * Fix history list not parse and bind events properly on change paginationWu Cheng-Han2016-10-121-76/+92
| |
| * Update to make history refresh have better UX and keep the beginning and end ↵Wu Cheng-Han2016-10-121-1/+7
| | | | | | | | of the pagination visible
* | Fix module exportYukai Huang2016-10-111-1/+7
| |
* | Merge branch 'master' into webpack-frontendYukai Huang2016-10-111-29/+63
|\|
| * Update to support pagination for history listWu Cheng-Han2016-10-111-1/+5
| |
| * Update to make history delete and pin function call to new APIsWu Cheng-Han2016-10-101-28/+58
| |
* | Manage more packages with npm and webpackYukai Huang2016-10-111-0/+3
| |
* | Cover page is now workingYukai Huang2016-10-101-4/+18
|/
* Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han2016-08-191-1/+1
| | | | for now
* Improve index layout and UX with UI adjustments and better wordingWu Cheng-Han2016-08-151-12/+11
|
* Fix history filter tags and search keyword might not apply after refreshCheng-Han, Wu2016-06-261-1/+15
|
* Add release-notes as pure markdown file and remove old release notes section ↵Cheng-Han, Wu2016-05-301-546/+1
| | | | on index
* Fix to handle if user avatar photo is nullCheng-Han, Wu2016-05-161-2/+3
|
* Fix some code styles and user avatar style for PR #122Cheng-Han, Wu2016-05-151-2/+2
|
* Add avatar to History page.Jason Croft2016-05-121-0/+2
|
* Mark as 0.4.0Cheng-Han, Wu2016-04-201-0/+62
|
* Fixed logout url not correctCheng-Han, Wu2016-03-041-1/+1
|
* Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu2016-02-161-1/+1
| | | | minor issue in history
* Fixed release notes typosCheng-Han, Wu2016-01-311-2/+2
|