summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-01-102-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-01-062-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-162-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-102-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-12-082-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-12-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-062-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-11-262-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-11-192-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-11-082-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-11-034-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2020-11-022-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-11-012-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-314-10/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-10-284-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2020-10-272-0/+8
|
* [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
|
* [tx-robot] updated from transifexNextcloud bot2020-08-252-2/+2
|
* Build source maps on production build againJulius Härtl2020-07-142-2/+3
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Do not quote properties when optimizing bundlesJulius Härtl2020-07-071-2/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-06-054-6/+8
|
* 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>
* [tx-robot] updated from transifexNextcloud bot2020-04-142-0/+2
|
* Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]2020-04-132-2/+2
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.5.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.1...v3.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1013-34/+25
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-094-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20383 from nextcloud/techdebt/function-spacingChristoph Wurst2020-04-092-4/+4
|\ | | | | Unify function spacing to PSR2 recommendation
| * Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-4/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20355 from nextcloud/fix/comments/clear-input/19585John Molakvoæ2020-04-093-21/+24
|\ \ | |/ |/| Clear comment on successful post
| * Clear comment on successful postJohn Molakvoæ (skjnldsv)2020-04-083-21/+24
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-5/+0
| | | | | | | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-5/+5
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-252-20/+20
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-204-4/+4
|
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump webpack from 4.41.6 to 4.42.0dependabot-preview[bot]2020-03-081-1/+1
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>