summaryrefslogtreecommitdiffstats
path: root/apps/comments/src/views
Commit message (Collapse)AuthorAgeFilesLines
* fix(comments): move new comment instructions placeholder to descriptionGrigorii K. Shartsev2024-03-121-2/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Create semantic list for comments in comments tabjulia.kirschenheuter2023-04-031-12/+13
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix mentions rendering in comment editorLouis Chemineau2022-11-211-17/+22
| | | | | | NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix empty content regressions in comments appRichard Steinmetz2022-10-261-12/+35
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-6/+6
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-3/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-1/+1
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix comments maxAutoCompleteResults initial stateJohn Molakvoæ (skjnldsv)2021-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move comments to initial stateRoeland Jago Douma2021-03-221-1/+2
| | | | | | | | | * Do not extend the jssettings * Just use the proper intial state * Use it in the js code as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Add mentions dataJohn Molakvoæ (skjnldsv)2020-10-281-4/+25
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-201-1/+0
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-0/+264
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>