summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-10-314-10/+24
|
* Compile assetsnpmbuildbot[bot]2020-10-286-6/+6
| | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add mentions dataJohn Molakvoæ (skjnldsv)2020-10-286-137/+35
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Hide long messagesJohn Molakvoæ (skjnldsv)2020-10-281-1/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix white-space displayJohn Molakvoæ (skjnldsv)2020-10-281-2/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prevent submitting empty messagesJohn Molakvoæ (skjnldsv)2020-10-281-2/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-10-284-0/+26
|
* Merge pull request #23662 from ↵dependabot-preview[bot]2020-10-272-2/+2
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.1.0
| * Bump @nextcloud/vue from 3.0.0 to 3.1.0dependabot-preview[bot]2020-10-272-2/+2
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-10-272-0/+8
|/
* Merge pull request #23659 from nextcloud/dependabot/npm_and_yarn/camelcase-6.1.0Roeland Jago Douma2020-10-262-2/+2
|\ | | | | Bump camelcase from 6.0.0 to 6.1.0
| * Bump camelcase from 6.0.0 to 6.1.0dependabot-preview[bot]2020-10-262-2/+2
| | | | | | | | | | | | | | | | | | Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/sindresorhus/camelcase/releases) - [Commits](https://github.com/sindresorhus/camelcase/compare/v6.0.0...v6.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-10-244-4/+18
|/
* [tx-robot] updated from transifexNextcloud bot2020-10-236-0/+42
|
* [tx-robot] updated from transifexNextcloud bot2020-10-2212-0/+66
|
* [tx-robot] updated from transifexNextcloud bot2020-10-21140-626/+816
|
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-209-7/+17
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-207-112/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup old comments tabJohn Molakvoæ (skjnldsv)2020-10-2018-2432/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-2023-5/+1494
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use absolute URLs on search results for the clientsJoas Schilling2020-09-151-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-08-252-2/+2
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2410-6/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-126-54/+54
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-1/+5
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-047-41/+25
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-042-138/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-9/+22
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-316-15/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-316-19/+19
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-213-17/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Compile assetsnpmbuildbot[bot]2020-07-142-2/+3
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-081-25/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump bundlesJulius Härtl2020-07-071-9/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Migrate comments to unified search APIChristoph Wurst2020-06-247-77/+222
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate Comments to the new bootstrap mechanismChristoph Wurst2020-06-174-36/+78
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-06-012-0/+2
|
* Remove the escape-html globalRoeland Jago Douma2020-05-293-3/+12
| | | | | | | Already announced for 19 that it would go. So now it realy does go. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a capability when file comments are enabledJoas Schilling2020-05-284-0/+40
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-182-6/+6
|
* Fix some js linter warnings in commentsRoeland Jago Douma2020-05-104-20/+20
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #20714 from nextcloud/fix/license-headers-19Christoph Wurst2020-04-2910-0/+10
|\ | | | | Update license headers for 19
| * Update license headers for 19Christoph Wurst2020-04-2910-0/+10
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-291-1/+1
|/ | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>