aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-231-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-4/+5
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-157-19/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1210-14/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-4/+4
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-292-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-261-8/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-256-8/+8
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-212-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-204-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-162-40/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1598-316/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-132-6/+6
| | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-092-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0288-0/+88
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-011-3/+0
|\ | | | | chore: Remove deprecated legacy search backend
| * chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-3/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-011-2/+10
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(comments): Replace security annotations with respective attributesprovokateurin2024-07-251-3/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(comments): Extend Vue before calling `new` on itLouis Chemineau2024-07-251-10/+15
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge branch 'master' into fix/comments/align-submit-buttonEdward Ly2024-07-222-0/+8
|\
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-07-182-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | build: increment patch versionEdward Ly2024-07-221-1/+1
| | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly>
* | fix(comments): manually center align submit button in new comment fieldEdward Ly2024-07-171-1/+1
|/ | | | Signed-off-by: Edward Ly <contact@edward.ly>
* fix(comments): comment deleting with activities installedGrigory Vodyanov2024-07-155-3/+60
| | | | | | | 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-132-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-102-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-093-8/+8
| | | | | | | | | 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(deps): Update openapi-extractorprovokateurin2024-07-021-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-265-26/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-252-10/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-152-4/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45867 from nextcloud/fix/comments-iconsAndy Scherzinger2024-06-142-12/+27
|\ | | | | fix(comments): Use proper icon components instead of icon classes to fix dark mode
| * fix(comments): Use proper icon components instead of icon classes to fix ↵Ferdinand Thiessen2024-06-132-12/+27
| | | | | | | | | | | | dark mode Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-142-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Update comments app iconAndy Scherzinger2024-06-102-2/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-056-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-313-2/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-2750-960/+123
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-092-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-082-0/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-05-042-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-302-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(comments): Fix issues thrown by comments sidebar tab codeFerdinand Thiessen2024-04-172-8/+17
| | | | | | | | When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data). This is fixed as well as some other vue related errors in the sidebar Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>