aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/mixins/CommentMixin.js
Commit message (Collapse)AuthorAgeFilesLines
* fix(comments): comment deleting with activities installedGrigory Vodyanov2024-07-151-0/+10
| | | | | | | Signed-off-by: Grigory Vodyanov <scratchx@gmx.com> Signed-off-by: Grigory V <scratchx@gmx.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(comments): Provide `resourceType` as property instead of mixinFerdinand Thiessen2023-11-161-8/+11
| | | | | | Also fix typos where `ressource` instead of `resource` was used. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(comments): Use activity tab to mount comments sidebar section if availableFerdinand Thiessen2023-11-161-4/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add mentions dataJohn Molakvoæ (skjnldsv)2020-10-281-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-0/+117
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>