]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFormat control structures, classes, methods and function 20422/head
Christoph Wurst [Fri, 10 Apr 2020 12:19:56 +0000 (14:19 +0200)]
Format control structures, classes, methods and function

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>
4 years agoMerge pull request #20403 from nextcloud/techdebt/utf8-encoding
Christoph Wurst [Fri, 10 Apr 2020 12:05:23 +0000 (14:05 +0200)]
Merge pull request #20403 from nextcloud/techdebt/utf8-encoding

Use utf8 encoding everywhere

4 years agoMerge pull request #20402 from nextcloud/techdebt/elseif
John Molakvoæ [Fri, 10 Apr 2020 11:28:15 +0000 (13:28 +0200)]
Merge pull request #20402 from nextcloud/techdebt/elseif

Use elseif instead of else if

4 years agoUse utf8 encoding everywhere 20403/head
Christoph Wurst [Fri, 10 Apr 2020 08:43:54 +0000 (10:43 +0200)]
Use utf8 encoding everywhere

PSR2 likes that and so do I

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUse elseif instead of else if 20402/head
Christoph Wurst [Fri, 10 Apr 2020 08:35:09 +0000 (10:35 +0200)]
Use elseif instead of else if

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20256 from nextcloud/dependabot/composer/nikic/php-parser-4.3.0
Roeland Jago Douma [Fri, 10 Apr 2020 07:11:32 +0000 (09:11 +0200)]
Merge pull request #20256 from nextcloud/dependabot/composer/nikic/php-parser-4.3.0

Bump nikic/php-parser from 4.2.1 to 4.3.0

4 years agoMerge pull request #20281 from nextcloud/bugfix/noid/use-primary-element-color
Roeland Jago Douma [Fri, 10 Apr 2020 06:53:48 +0000 (08:53 +0200)]
Merge pull request #20281 from nextcloud/bugfix/noid/use-primary-element-color

Use the primary element color in case it primary color is too bright

4 years agoUse the primary element color in case it primary color is too bright 20281/head
Joas Schilling [Fri, 3 Apr 2020 08:23:14 +0000 (10:23 +0200)]
Use the primary element color in case it primary color is too bright

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20313 from nextcloud/dependabot/npm_and_yarn/underscore-1.10.2
Roeland Jago Douma [Fri, 10 Apr 2020 06:35:43 +0000 (08:35 +0200)]
Merge pull request #20313 from nextcloud/dependabot/npm_and_yarn/underscore-1.10.2

Bump underscore from 1.9.2 to 1.10.2

4 years agoMerge pull request #20385 from nextcloud/skeeable-http-harden
Roeland Jago Douma [Fri, 10 Apr 2020 06:34:52 +0000 (08:34 +0200)]
Merge pull request #20385 from nextcloud/skeeable-http-harden

harden seekable http stream a bit against failures

4 years agoMerge pull request #20390 from nextcloud/refactor/no-closing-tag
Roeland Jago Douma [Fri, 10 Apr 2020 06:34:18 +0000 (08:34 +0200)]
Merge pull request #20390 from nextcloud/refactor/no-closing-tag

Do not use closing tags

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Apr 2020 02:18:23 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20391 from nextcloud/refactor/spaces-cleanup
Christoph Wurst [Thu, 9 Apr 2020 18:39:37 +0000 (20:39 +0200)]
Merge pull request #20391 from nextcloud/refactor/spaces-cleanup

Remove all extra whitespace PSR2 does not like

4 years agoMerge pull request #20384 from nextcloud/techdebt/lowercase-keywords
Christoph Wurst [Thu, 9 Apr 2020 14:25:14 +0000 (16:25 +0200)]
Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords

Use php keywords in lowercase

4 years agoRemove space between switch case and colon 20391/head
Christoph Wurst [Thu, 9 Apr 2020 14:17:53 +0000 (16:17 +0200)]
Remove space between switch case and colon

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMake sure there is exactly one newline after imports
Christoph Wurst [Thu, 9 Apr 2020 14:14:31 +0000 (16:14 +0200)]
Make sure there is exactly one newline after imports

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMake sure every file ends with an empty newline
Christoph Wurst [Thu, 9 Apr 2020 14:11:50 +0000 (16:11 +0200)]
Make sure every file ends with an empty newline

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoRemove trailing whitespaces from comments
Christoph Wurst [Thu, 9 Apr 2020 14:09:23 +0000 (16:09 +0200)]
Remove trailing whitespaces from comments

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoRemove trailing and in between spaces
Christoph Wurst [Thu, 9 Apr 2020 14:07:47 +0000 (16:07 +0200)]
Remove trailing and in between spaces

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoRemove spaces after method or function call
Christoph Wurst [Thu, 9 Apr 2020 14:05:56 +0000 (16:05 +0200)]
Remove spaces after method or function call

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoDo not use closing tags 20390/head
Christoph Wurst [Thu, 9 Apr 2020 14:01:17 +0000 (16:01 +0200)]
Do not use closing tags

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20383 from nextcloud/techdebt/function-spacing
Christoph Wurst [Thu, 9 Apr 2020 13:53:09 +0000 (15:53 +0200)]
Merge pull request #20383 from nextcloud/techdebt/function-spacing

Unify function spacing to PSR2 recommendation

4 years agoMerge pull request #20376 from nextcloud/fix/tags-ellipsis
John Molakvoæ [Thu, 9 Apr 2020 13:18:16 +0000 (15:18 +0200)]
Merge pull request #20376 from nextcloud/fix/tags-ellipsis

Fix systemtags overflow

4 years agoharden seekable http stream a bit against failures 20385/head
Robin Appelman [Thu, 9 Apr 2020 12:37:01 +0000 (14:37 +0200)]
harden seekable http stream a bit against failures

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoUse php keywords in lowercase 20384/head
Christoph Wurst [Thu, 9 Apr 2020 12:04:56 +0000 (14:04 +0200)]
Use php keywords in lowercase

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUnify function spacing to PSR2 recommendation 20383/head
Christoph Wurst [Thu, 9 Apr 2020 11:53:40 +0000 (13:53 +0200)]
Unify function spacing to PSR2 recommendation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20355 from nextcloud/fix/comments/clear-input/19585
John Molakvoæ [Thu, 9 Apr 2020 11:46:20 +0000 (13:46 +0200)]
Merge pull request #20355 from nextcloud/fix/comments/clear-input/19585

Clear comment on successful post

4 years agoMerge pull request #20379 from nextcloud/techdebt/blank-lines
Christoph Wurst [Thu, 9 Apr 2020 11:44:39 +0000 (13:44 +0200)]
Merge pull request #20379 from nextcloud/techdebt/blank-lines

Use one blank line after the opening tag and namespace declaration

4 years agoUse a blank line after the opening tag 20379/head
Christoph Wurst [Thu, 9 Apr 2020 09:50:14 +0000 (11:50 +0200)]
Use a blank line after the opening tag

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUse exactly one empty line after the namespace declaration
Christoph Wurst [Thu, 9 Apr 2020 09:48:10 +0000 (11:48 +0200)]
Use exactly one empty line after the namespace declaration

For PSR2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20375 from nextcloud/techdebt/fix-array-indent-style
Christoph Wurst [Thu, 9 Apr 2020 09:25:38 +0000 (11:25 +0200)]
Merge pull request #20375 from nextcloud/techdebt/fix-array-indent-style

Fix (array) indent style to always use one tab

4 years agoMerge pull request #20303 from nextcloud/version/19/beta2 v19.0.0beta2
Roeland Jago Douma [Thu, 9 Apr 2020 08:24:28 +0000 (10:24 +0200)]
Merge pull request #20303 from nextcloud/version/19/beta2

19 beta 2

4 years agoFix systemtags overflow 20376/head
John Molakvoæ (skjnldsv) [Thu, 9 Apr 2020 07:43:17 +0000 (09:43 +0200)]
Fix systemtags overflow

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoFix (array) indent style to always use one tab 20375/head
Christoph Wurst [Thu, 9 Apr 2020 07:22:29 +0000 (09:22 +0200)]
Fix (array) indent style to always use one tab

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20368 from nextcloud/refactor/psr1
Christoph Wurst [Thu, 9 Apr 2020 06:41:06 +0000 (08:41 +0200)]
Merge pull request #20368 from nextcloud/refactor/psr1

Migrate to PSR1 coding style

4 years agoMerge pull request #20363 from nextcloud/smb-3.2.3
John Molakvoæ [Thu, 9 Apr 2020 06:16:43 +0000 (08:16 +0200)]
Merge pull request #20363 from nextcloud/smb-3.2.3

update icewind/smb to 3.2.3

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 9 Apr 2020 02:18:26 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #16035 from nextcloud/share-search-hide-on-match
blizzz [Wed, 8 Apr 2020 22:08:34 +0000 (00:08 +0200)]
Merge pull request #16035 from nextcloud/share-search-hide-on-match

dont show remote and email options if we have an exact match for local user email

4 years agoMerge pull request #20370 from nextcloud/techdebt/fix-multiline-comments
blizzz [Wed, 8 Apr 2020 22:05:53 +0000 (00:05 +0200)]
Merge pull request #20370 from nextcloud/techdebt/fix-multiline-comments

Fix multiline comments

4 years agoFix multiline comments 20370/head
Christoph Wurst [Wed, 8 Apr 2020 20:24:54 +0000 (22:24 +0200)]
Fix multiline comments

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMigrate to PSR1 coding style 20368/head
Christoph Wurst [Wed, 8 Apr 2020 19:56:56 +0000 (21:56 +0200)]
Migrate to PSR1 coding style

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoBump underscore from 1.9.2 to 1.10.2 20313/head
dependabot-preview[bot] [Wed, 8 Apr 2020 17:36:02 +0000 (17:36 +0000)]
Bump underscore from 1.9.2 to 1.10.2

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.10.2.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20321 from nextcloud/enh/noid/check-translation-for-triple-dot
Joas Schilling [Wed, 8 Apr 2020 18:10:05 +0000 (20:10 +0200)]
Merge pull request #20321 from nextcloud/enh/noid/check-translation-for-triple-dot

Check for triple dots in translations in CI

4 years agoMerge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayname...
Roeland Jago Douma [Wed, 8 Apr 2020 17:36:59 +0000 (19:36 +0200)]
Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayname-for-file-transfers

Try to use the display name of file transfers

4 years agoMerge pull request #20319 from nextcloud/enh/noid/embedded-previews
Roeland Jago Douma [Wed, 8 Apr 2020 17:33:35 +0000 (19:33 +0200)]
Merge pull request #20319 from nextcloud/enh/noid/embedded-previews

Use embedded previews of ZIP-like files

4 years agoupdate icewind/smb to 3.2.3 20363/head
Robin Appelman [Wed, 8 Apr 2020 15:29:34 +0000 (17:29 +0200)]
update icewind/smb to 3.2.3

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviour
Roeland Jago Douma [Wed, 8 Apr 2020 14:46:03 +0000 (16:46 +0200)]
Merge pull request #20343 from nextcloud/bugfix/noid/themed-error-behaviour

Default to dark background in dark mode and better themed navbar

4 years agoremove Windows config since it is not supported anyways 20319/head
Julius Härtl [Wed, 8 Apr 2020 14:30:22 +0000 (16:30 +0200)]
remove Windows config since it is not supported anyways

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoBump autoloaders
Julius Härtl [Sun, 5 Apr 2020 09:18:37 +0000 (11:18 +0200)]
Bump autoloaders

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd preview provider for Krita files
Julius Härtl [Sun, 5 Apr 2020 09:01:40 +0000 (11:01 +0200)]
Add preview provider for Krita files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoExtract preview from opendocument files
Julius Härtl [Sun, 5 Apr 2020 09:00:57 +0000 (11:00 +0200)]
Extract preview from opendocument files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd abstract class to extract previews from files that are zip archives
Julius Härtl [Sun, 5 Apr 2020 08:59:55 +0000 (10:59 +0200)]
Add abstract class to extract previews from files that are zip archives

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agodont show remote and email options if we have an exact match for local user email 16035/head
Robin Appelman [Fri, 21 Jun 2019 13:38:19 +0000 (15:38 +0200)]
dont show remote and email options if we have an exact match for local user email

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoShow the displayname instead of the user id 20360/head
Joas Schilling [Wed, 8 Apr 2020 14:09:03 +0000 (16:09 +0200)]
Show the displayname instead of the user id

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoTry to use the display name of file transfers
Joas Schilling [Wed, 8 Apr 2020 13:41:20 +0000 (15:41 +0200)]
Try to use the display name of file transfers

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20315 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6
Roeland Jago Douma [Wed, 8 Apr 2020 13:37:58 +0000 (15:37 +0200)]
Merge pull request #20315 from nextcloud/dependabot/npm_and_yarn/handlebars-4.7.6

Bump handlebars from 4.7.4 to 4.7.6

4 years agoBump handlebars from 4.7.4 to 4.7.6 20315/head
dependabot-preview[bot] [Tue, 7 Apr 2020 09:21:52 +0000 (09:21 +0000)]
Bump handlebars from 4.7.4 to 4.7.6

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.4 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20299 from nextcloud/fix/noid/member-on-null-app-cancel-login
Roeland Jago Douma [Wed, 8 Apr 2020 12:50:46 +0000 (14:50 +0200)]
Merge pull request #20299 from nextcloud/fix/noid/member-on-null-app-cancel-login

fixes the throttler not checking the user state on postLogin

4 years agoMerge pull request #18200 from nextcloud/enhancement/psr-logger
Christoph Wurst [Wed, 8 Apr 2020 09:49:56 +0000 (11:49 +0200)]
Merge pull request #18200 from nextcloud/enhancement/psr-logger

Add a PSR-3 logger adapter and make it injectable

4 years agoBump nikic/php-parser from 4.2.1 to 4.3.0 20256/head
Christoph Wurst [Wed, 1 Apr 2020 08:13:30 +0000 (10:13 +0200)]
Bump nikic/php-parser from 4.2.1 to 4.3.0

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20347 from azul/test/fix-failing-acceptance
John Molakvoæ [Wed, 8 Apr 2020 07:05:48 +0000 (09:05 +0200)]
Merge pull request #20347 from azul/test/fix-failing-acceptance

tests: fix failing header acceptance test

4 years agoClear comment on successful post 20355/head
John Molakvoæ (skjnldsv) [Wed, 8 Apr 2020 05:22:14 +0000 (07:22 +0200)]
Clear comment on successful post

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Apr 2020 02:18:45 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agotests: fix failing header acceptance test 20347/head
Azul [Tue, 7 Apr 2020 12:32:19 +0000 (14:32 +0200)]
tests: fix failing header acceptance test

The username is listed in a div with class `fullname` now.

Signed-off-by: Azul <azul@riseup.net>
4 years agoMerge pull request #20188 from nextcloud/bug/19662/add-default-title-for-event-in...
Roeland Jago Douma [Tue, 7 Apr 2020 09:22:17 +0000 (11:22 +0200)]
Merge pull request #20188 from nextcloud/bug/19662/add-default-title-for-event-in-invitatios

Add default titles for titleless events in invitations

4 years agoMerge pull request #20265 from nextcloud/techdebt/legacy-classes-psr4
Roeland Jago Douma [Tue, 7 Apr 2020 07:57:16 +0000 (09:57 +0200)]
Merge pull request #20265 from nextcloud/techdebt/legacy-classes-psr4

Move legacy classes from PSR0 to PSR4

4 years agoDefault to dark background in dark mode and better themed navbar 20343/head
Joas Schilling [Tue, 7 Apr 2020 06:37:38 +0000 (08:37 +0200)]
Default to dark background in dark mode and better themed navbar

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMove legacy classes from PSR0 to PSR4 20265/head
Christoph Wurst [Wed, 1 Apr 2020 18:44:29 +0000 (20:44 +0200)]
Move legacy classes from PSR0 to PSR4

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoCheck for triple dots in translations in CI 20321/head
Gary Kim [Sun, 5 Apr 2020 11:29:08 +0000 (19:29 +0800)]
Check for triple dots in translations in CI

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Apr 2020 02:18:10 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20033 from nextcloud/s3-seekable-stream
Roeland Jago Douma [Mon, 6 Apr 2020 19:38:49 +0000 (21:38 +0200)]
Merge pull request #20033 from nextcloud/s3-seekable-stream

Enable fseek for files in S3 storage

4 years agoMerge pull request #19346 from nextcloud/refactor/external-toast-deprecate
Roeland Jago Douma [Mon, 6 Apr 2020 18:45:03 +0000 (20:45 +0200)]
Merge pull request #19346 from nextcloud/refactor/external-toast-deprecate

Use toasts from @nextcloud/dialogs, deprecate OCP.Toast and fix usages

4 years agoMerge pull request #20331 from nextcloud/irc-to-talk
Christoph Wurst [Mon, 6 Apr 2020 17:19:20 +0000 (19:19 +0200)]
Merge pull request #20331 from nextcloud/irc-to-talk

Remove freenode badges

4 years agoRemove freenode badges, Add link to Talk 20331/head
Daniel Kesselberg [Mon, 6 Apr 2020 13:44:06 +0000 (15:44 +0200)]
Remove freenode badges, Add link to Talk

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoRemove toastify-js 19346/head
Christoph Wurst [Mon, 9 Mar 2020 10:17:03 +0000 (11:17 +0100)]
Remove toastify-js

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoInline usages of OCP.Toast in bundled files
Christoph Wurst [Fri, 7 Feb 2020 10:02:45 +0000 (11:02 +0100)]
Inline usages of OCP.Toast in bundled files

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUse external Toast implementation and deprecate the OCP API
Christoph Wurst [Fri, 7 Feb 2020 09:47:59 +0000 (10:47 +0100)]
Use external Toast implementation and deprecate the OCP API

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20276 from nextcloud/files-external-param-tooltop
Roeland Jago Douma [Mon, 6 Apr 2020 14:42:39 +0000 (16:42 +0200)]
Merge pull request #20276 from nextcloud/files-external-param-tooltop

allow setting tooltips for external storage config options

4 years agoMerge pull request #20310 from nextcloud/dependabot/npm_and_yarn/build/handlebars...
Roeland Jago Douma [Mon, 6 Apr 2020 14:37:45 +0000 (16:37 +0200)]
Merge pull request #20310 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.7.6

Bump handlebars from 4.7.3 to 4.7.6 in /build

4 years agoMerge pull request #20330 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.2.2
Roeland Jago Douma [Mon, 6 Apr 2020 14:37:08 +0000 (16:37 +0200)]
Merge pull request #20330 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.2.2

Bump @nextcloud/l10n from 1.1.1 to 1.2.2

4 years agoBump @nextcloud/l10n from 1.1.1 to 1.2.2 20330/head
dependabot-preview[bot] [Mon, 6 Apr 2020 13:36:52 +0000 (13:36 +0000)]
Bump @nextcloud/l10n from 1.1.1 to 1.2.2

Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.1.1 to 1.2.2.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.1.1...v1.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_original_m...
Roeland Jago Douma [Mon, 6 Apr 2020 07:44:34 +0000 (09:44 +0200)]
Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_original_migration

Add missing index to original migration

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Apr 2020 02:18:03 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20314 from nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.4
Roeland Jago Douma [Sun, 5 Apr 2020 15:13:11 +0000 (17:13 +0200)]
Merge pull request #20314 from nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.4

Bump eslint-loader from 3.0.3 to 3.0.4

4 years agoMerge pull request #20309 from nextcloud/rakekniven-patch-2
Roeland Jago Douma [Sun, 5 Apr 2020 11:53:41 +0000 (13:53 +0200)]
Merge pull request #20309 from nextcloud/rakekniven-patch-2

l10n: Triple dot to ellipsis.

4 years agoBump eslint-loader from 3.0.3 to 3.0.4 20314/head
dependabot-preview[bot] [Sun, 5 Apr 2020 11:09:42 +0000 (11:09 +0000)]
Bump eslint-loader from 3.0.3 to 3.0.4

Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #20316 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
Roeland Jago Douma [Sun, 5 Apr 2020 11:07:20 +0000 (13:07 +0200)]
Merge pull request #20316 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.20.2

Bump eslint-plugin-import from 2.20.1 to 2.20.2

4 years agoMerge pull request #20308 from nextcloud/rakekniven-patch-1
Roeland Jago Douma [Sun, 5 Apr 2020 11:06:56 +0000 (13:06 +0200)]
Merge pull request #20308 from nextcloud/rakekniven-patch-1

 l10n: Changed spelling of WebAuthn

4 years agoBump handlebars from 4.7.3 to 4.7.6 in /build 20310/head
dependabot-preview[bot] [Sun, 5 Apr 2020 10:57:12 +0000 (10:57 +0000)]
Bump handlebars from 4.7.3 to 4.7.6 in /build

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #20312 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.2
Roeland Jago Douma [Sun, 5 Apr 2020 10:55:25 +0000 (12:55 +0200)]
Merge pull request #20312 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.2

Bump jsdom from 16.2.1 to 16.2.2

4 years agoCompile assets 20308/head
npmbuildbot[bot] [Sun, 5 Apr 2020 07:29:38 +0000 (07:29 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Apr 2020 02:18:04 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoBump eslint-plugin-import from 2.20.1 to 2.20.2 20316/head
dependabot-preview[bot] [Sun, 5 Apr 2020 01:19:39 +0000 (01:19 +0000)]
Bump eslint-plugin-import from 2.20.1 to 2.20.2

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump jsdom from 16.2.1 to 16.2.2 20312/head
dependabot-preview[bot] [Sun, 5 Apr 2020 01:16:38 +0000 (01:16 +0000)]
Bump jsdom from 16.2.1 to 16.2.2

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.1 to 16.2.2.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.2.1...16.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agol10n: Triple dot to ellipsis. 20309/head
rakekniven [Sat, 4 Apr 2020 21:09:12 +0000 (23:09 +0200)]
l10n: Triple dot to ellipsis.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agol10n: Changed spelling of WebAuthn
rakekniven [Sat, 4 Apr 2020 21:04:33 +0000 (23:04 +0200)]
l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agol10n: Changed spelling of WebAuthn
rakekniven [Sat, 4 Apr 2020 21:02:10 +0000 (23:02 +0200)]
l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years agol10n: Changed spelling of WebAuthn
rakekniven [Sat, 4 Apr 2020 21:00:43 +0000 (23:00 +0200)]
l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
4 years ago19 beta 2 20303/head
Roeland Jago Douma [Sat, 4 Apr 2020 08:46:54 +0000 (10:46 +0200)]
19 beta 2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20139 from nextcloud/unify-default-value-for-restricting-user...
Roeland Jago Douma [Sat, 4 Apr 2020 08:33:04 +0000 (10:33 +0200)]
Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings

Unify default value for restricting user enumeration with settings