aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-273-57/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(comments): Drop dead code from comments appFerdinand Thiessen2023-12-121-30/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-16/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract "decodeHtmlEntities" function to its own fileDaniel Calviño Sánchez2022-11-101-0/+34
| | | | | | | This will make possible to use it from files other than "GetComments.js". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-113-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Import type from packagesLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-4/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add mentions dataJohn Molakvoæ (skjnldsv)2020-10-281-122/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-204-0/+243
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>