]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoMerge pull request #30379 from nextcloud/feature/add-comments-reactions
Joas Schilling [Fri, 21 Jan 2022 14:08:12 +0000 (15:08 +0100)]
Merge pull request #30379 from nextcloud/feature/add-comments-reactions

Add comments reactions

2 years agoFix affected unit test 30379/head
Vitor Mattos [Fri, 21 Jan 2022 12:15:49 +0000 (09:15 -0300)]
Fix affected unit test

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoRefactor and fixes on tests
Vitor Mattos [Fri, 21 Jan 2022 11:40:29 +0000 (08:40 -0300)]
Refactor and fixes on tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoFix conflict
Vitor Mattos [Wed, 19 Jan 2022 10:56:01 +0000 (07:56 -0300)]
Fix conflict

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoFix check after change from string to mb_string
Vitor Mattos [Mon, 17 Jan 2022 12:14:56 +0000 (09:14 -0300)]
Fix check after change from string to mb_string

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoFix CS
Joas Schilling [Mon, 17 Jan 2022 11:11:49 +0000 (12:11 +0100)]
Fix CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoThrow if trying to save reaction without support
Joas Schilling [Mon, 17 Jan 2022 11:03:44 +0000 (12:03 +0100)]
Throw if trying to save reaction without support

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoOnly check mb_strlen()
Joas Schilling [Mon, 17 Jan 2022 11:03:27 +0000 (12:03 +0100)]
Only check mb_strlen()

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoRemove order from groupConcat as it is not working everywhere
Joas Schilling [Mon, 17 Jan 2022 10:58:50 +0000 (11:58 +0100)]
Remove order from groupConcat as it is not working everywhere

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoLimit the summary and sort it afterwards
Joas Schilling [Mon, 17 Jan 2022 10:56:24 +0000 (11:56 +0100)]
Limit the summary and sort it afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix groupConcat and ordering on Oracle
Vitor Mattos [Fri, 14 Jan 2022 18:56:47 +0000 (15:56 -0300)]
Fix groupConcat and ordering on Oracle

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoOrder the reaction summary, improvements on validations
Vitor Mattos [Fri, 14 Jan 2022 14:14:52 +0000 (11:14 -0300)]
Order the reaction summary, improvements on validations

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoDisable reactions if database don't support utf8mb4
Vitor Mattos [Thu, 13 Jan 2022 14:08:52 +0000 (11:08 -0300)]
Disable reactions if database don't support utf8mb4
Fix column size

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoSkip if dont support 4 bytes UTF8
Vitor Mattos [Wed, 12 Jan 2022 16:31:38 +0000 (13:31 -0300)]
Skip if dont support 4 bytes UTF8

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoUpdate composer autoload and change string to constant
Vitor Mattos [Wed, 12 Jan 2022 13:44:09 +0000 (10:44 -0300)]
Update composer autoload and change string to constant

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoRename vars and move logic to method
Vitor Mattos [Wed, 12 Jan 2022 13:43:34 +0000 (10:43 -0300)]
Rename vars and move logic to method

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoFix column size to work with Oracle. Add unit tests
Vitor Mattos [Tue, 11 Jan 2022 16:31:32 +0000 (13:31 -0300)]
Fix column size to work with Oracle. Add unit tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoFix column size to work with Oracle. Add unit tests
Vitor Mattos [Tue, 11 Jan 2022 16:31:32 +0000 (13:31 -0300)]
Fix column size to work with Oracle. Add unit tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoAdd unit tests
Vitor Mattos [Tue, 11 Jan 2022 15:20:51 +0000 (12:20 -0300)]
Add unit tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoPrevent query error when use subquery
Vitor Mattos [Tue, 11 Jan 2022 15:20:13 +0000 (12:20 -0300)]
Prevent query error when use subquery

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoPrevent violate constraint
Vitor Mattos [Sun, 9 Jan 2022 22:10:20 +0000 (19:10 -0300)]
Prevent violate constraint

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoRename vars
Vitor Mattos [Mon, 10 Jan 2022 13:27:00 +0000 (10:27 -0300)]
Rename vars

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoAdd comments reactions
Vitor Mattos [Sun, 19 Dec 2021 21:11:35 +0000 (18:11 -0300)]
Add comments reactions

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #30788 from nextcloud/automated/noid/psalm-baseline-update-1642738279
Joas Schilling [Fri, 21 Jan 2022 11:05:49 +0000 (12:05 +0100)]
Merge pull request #30788 from nextcloud/automated/noid/psalm-baseline-update-1642738279

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #30789 from nextcloud/Valdnet-patch-2
John Molakvoæ [Fri, 21 Jan 2022 10:03:48 +0000 (11:03 +0100)]
Merge pull request #30789 from nextcloud/Valdnet-patch-2

2 years agoMerge pull request #30123 from nextcloud/rakekniven-patch-1
Joas Schilling [Fri, 21 Jan 2022 08:14:11 +0000 (09:14 +0100)]
Merge pull request #30123 from nextcloud/rakekniven-patch-1

l10n: Add dot at the end of an sentence

2 years agol10n: Change to a capital letter 30789/head
Valdnet [Fri, 21 Jan 2022 07:17:19 +0000 (08:17 +0100)]
l10n: Change to a capital letter

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agoUpdate psalm baseline 30788/head
nextcloud-command [Fri, 21 Jan 2022 04:11:19 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Jan 2022 02:26:59 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29349 from nextcloud/enh/noid/filesext_kerberos_apache_auth
John Molakvoæ [Thu, 20 Jan 2022 19:10:40 +0000 (20:10 +0100)]
Merge pull request #29349 from nextcloud/enh/noid/filesext_kerberos_apache_auth

2 years agoAdd test for samba kerberos sso in ci 29349/head
Robin Appelman [Thu, 20 Jan 2022 16:16:08 +0000 (17:16 +0100)]
Add test for samba kerberos sso in ci

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #30771 from nextcloud/fix/proppatch-convert-complex-properties
Côme Chilliet [Thu, 20 Jan 2022 17:31:32 +0000 (18:31 +0100)]
Merge pull request #30771 from nextcloud/fix/proppatch-convert-complex-properties

Convert properties value to string before passing them to database

2 years agoMerge pull request #30770 from nextcloud/enh/logo-link-target-config
Julien Veyssier [Thu, 20 Jan 2022 17:02:37 +0000 (18:02 +0100)]
Merge pull request #30770 from nextcloud/enh/logo-link-target-config

Allow changing the top-left logo link target in config.php

2 years agoMerge pull request #30769 from nextcloud/fix/memcached_clear
Côme Chilliet [Thu, 20 Jan 2022 15:30:26 +0000 (16:30 +0100)]
Merge pull request #30769 from nextcloud/fix/memcached_clear

Always call flush() as getAllKeys() is broken

2 years agoupdate icewind/smb to 3.5.2
Robin Appelman [Thu, 20 Jan 2022 15:09:41 +0000 (16:09 +0100)]
update icewind/smb to 3.5.2

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoupdate to release smb lib
Robin Appelman [Thu, 4 Nov 2021 14:38:42 +0000 (15:38 +0100)]
update to release smb lib

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoupdate icewind/smb to 3.5.1
Robin Appelman [Thu, 4 Nov 2021 14:05:37 +0000 (15:05 +0100)]
update icewind/smb to 3.5.1

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agodo not use deprecated query() method
Arthur Schiwon [Wed, 3 Nov 2021 12:07:00 +0000 (13:07 +0100)]
do not use deprecated query() method

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoadd changes from Sebastian/dassIT and move default_realm to backend
Arthur Schiwon [Fri, 29 Oct 2021 16:27:30 +0000 (18:27 +0200)]
add changes from Sebastian/dassIT and move default_realm to backend

- Sebastian added the switch depending on the preg_match result and with it
  the fall back to login credentials
- I turned default_realm to a backend option (was previously suggested as
  system config key)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoadd KerberosApacheAuth support to files_external
Arthur Schiwon [Wed, 20 Oct 2021 20:39:13 +0000 (22:39 +0200)]
add KerberosApacheAuth support to files_external

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #29846 from nextcloud/Valdnet-patch-2
Simon L [Thu, 20 Jan 2022 14:50:37 +0000 (15:50 +0100)]
Merge pull request #29846 from nextcloud/Valdnet-patch-2

l10n: Spelling unification

2 years agoallow changing the top-left logo link target in system config 30770/head
Julien Veyssier [Thu, 20 Jan 2022 11:27:29 +0000 (12:27 +0100)]
allow changing the top-left logo link target in system config

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoConvert properties value to string before passing them to database 30771/head
Côme Chilliet [Thu, 20 Jan 2022 14:08:04 +0000 (15:08 +0100)]
Convert properties value to string before passing them to database

This avoids an error when passing a complex property to PROPPATCH under
 PHP >= 7.4.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #30471 from nextcloud/enh/cast-char-mysql
Joas Schilling [Thu, 20 Jan 2022 13:32:56 +0000 (14:32 +0100)]
Merge pull request #30471 from nextcloud/enh/cast-char-mysql

Explicitly cast char in the query builder

2 years agoAlways call flush() as getAllKeys() is broken 30769/head
Côme Chilliet [Thu, 20 Jan 2022 10:20:18 +0000 (11:20 +0100)]
Always call flush() as getAllKeys() is broken

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agol10n: Spelling unification in Transifex. 29846/head
Valdnet [Tue, 23 Nov 2021 07:20:58 +0000 (08:20 +0100)]
l10n: Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30703 from nextcloud/dependabot/npm_and_yarn/sass-loader-12.4.0
Louis [Thu, 20 Jan 2022 09:30:42 +0000 (10:30 +0100)]
Merge pull request #30703 from nextcloud/dependabot/npm_and_yarn/sass-loader-12.4.0

Bump sass-loader from 10.2.0 to 12.4.0

2 years agol10n: Spelling unification in Transifex.
Valdnet [Tue, 23 Nov 2021 07:16:30 +0000 (08:16 +0100)]
l10n: Spelling unification in Transifex.

There should be no abbreviations in official sentences.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agol10n: Add dot at the end of an sentence 30123/head
rakekniven [Tue, 7 Dec 2021 06:20:46 +0000 (07:20 +0100)]
l10n: Add dot at the end of an sentence

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2 years agoMerge pull request #30761 from nextcloud/Valdnet-patch-3
John Molakvoæ [Thu, 20 Jan 2022 08:57:46 +0000 (09:57 +0100)]
Merge pull request #30761 from nextcloud/Valdnet-patch-3

2 years agoChange l10n directory 30761/head
Valdnet [Wed, 19 Jan 2022 13:50:54 +0000 (14:50 +0100)]
Change l10n directory

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoChange l10n directory
Valdnet [Wed, 19 Jan 2022 13:46:40 +0000 (14:46 +0100)]
Change l10n directory

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Jan 2022 02:27:22 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump sass-loader from 10.2.0 to 12.4.0 30703/head
dependabot[bot] [Wed, 19 Jan 2022 22:33:03 +0000 (22:33 +0000)]
Bump sass-loader from 10.2.0 to 12.4.0

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.2.0 to 12.4.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v12.4.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30707 from nextcloud/dependabot/npm_and_yarn/style-loader-3.3.1
Louis [Wed, 19 Jan 2022 22:31:37 +0000 (23:31 +0100)]
Merge pull request #30707 from nextcloud/dependabot/npm_and_yarn/style-loader-3.3.1

Bump style-loader from 2.0.0 to 3.3.1

2 years agoBump style-loader from 2.0.0 to 3.3.1 30707/head
dependabot[bot] [Wed, 19 Jan 2022 17:05:43 +0000 (17:05 +0000)]
Bump style-loader from 2.0.0 to 3.3.1

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 2.0.0 to 3.3.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v2.0.0...v3.3.1)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30745 from nextcloud/fix/dont_use_deprecated_methods
Louis [Wed, 19 Jan 2022 17:04:19 +0000 (18:04 +0100)]
Merge pull request #30745 from nextcloud/fix/dont_use_deprecated_methods

Use less deprecated methods in base.php

2 years agoRevert 'DOMContentLoaded' change 30745/head
Joas Schilling [Wed, 19 Jan 2022 16:12:43 +0000 (17:12 +0100)]
Revert 'DOMContentLoaded' change

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #30731 from nextcloud/bugfix/noid/help-debugging-bruteforce-attempts
Joas Schilling [Wed, 19 Jan 2022 11:38:23 +0000 (12:38 +0100)]
Merge pull request #30731 from nextcloud/bugfix/noid/help-debugging-bruteforce-attempts

Log bruteforce throttle and blocking

2 years agoUse less deprecated methods in base.php
Louis Chemineau [Tue, 18 Jan 2022 17:37:45 +0000 (18:37 +0100)]
Use less deprecated methods in base.php

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30738 from nextcloud/nickvergessen-patch-1
John Molakvoæ [Wed, 19 Jan 2022 09:18:06 +0000 (10:18 +0100)]
Merge pull request #30738 from nextcloud/nickvergessen-patch-1

2 years agoMerge pull request #30129 from nextcloud/mdb10.6-pipeline
John Molakvoæ [Wed, 19 Jan 2022 08:25:46 +0000 (09:25 +0100)]
Merge pull request #30129 from nextcloud/mdb10.6-pipeline

2 years agoCreate block-merge-freeze.yml 30738/head
Joas Schilling [Tue, 18 Jan 2022 14:34:25 +0000 (15:34 +0100)]
Create block-merge-freeze.yml

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Jan 2022 02:27:39 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30735 from nextcloud/fix/tests-email
Carl Schwan [Tue, 18 Jan 2022 20:43:37 +0000 (21:43 +0100)]
Merge pull request #30735 from nextcloud/fix/tests-email

Fix tests with email templates

2 years agoFix tests with email templates 30735/head
Carl Schwan [Tue, 18 Jan 2022 13:59:02 +0000 (14:59 +0100)]
Fix tests with email templates

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #30718 from nextcloud/tests/use_npm7_for_autotest-js
Louis [Tue, 18 Jan 2022 15:42:08 +0000 (16:42 +0100)]
Merge pull request #30718 from nextcloud/tests/use_npm7_for_autotest-js

Support npm 7 when running autotest-js.sh

2 years agoMerge pull request #30733 from nextcloud/bugfix/noid/fix-update-button
Vincent Petry [Tue, 18 Jan 2022 15:28:49 +0000 (16:28 +0100)]
Merge pull request #30733 from nextcloud/bugfix/noid/fix-update-button

Load core before the update script

2 years agoMerge pull request #30470 from nextcloud/enh/job-hashed
Carl Schwan [Tue, 18 Jan 2022 13:56:54 +0000 (14:56 +0100)]
Merge pull request #30470 from nextcloud/enh/job-hashed

Hash job argument

2 years agoLoad core before the update script 30733/head
Joas Schilling [Tue, 18 Jan 2022 13:55:13 +0000 (14:55 +0100)]
Load core before the update script

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd hashed attribute column for indexed job existence check 30470/head
Julius Härtl [Mon, 3 Jan 2022 10:17:28 +0000 (11:17 +0100)]
Add hashed attribute column for indexed job existence check

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMove jsunit dependencies to main package.json 30718/head
Louis Chemineau [Tue, 18 Jan 2022 10:26:34 +0000 (11:26 +0100)]
Move jsunit dependencies to main package.json

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoUpdate dependencies
Louis Chemineau [Mon, 17 Jan 2022 17:11:54 +0000 (18:11 +0100)]
Update dependencies

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix contactmenu tests
Louis Chemineau [Mon, 17 Jan 2022 17:09:35 +0000 (18:09 +0100)]
Fix contactmenu tests

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMigrate to npm 7 for autotest-js.sh
Louis Chemineau [Mon, 17 Jan 2022 14:45:29 +0000 (15:45 +0100)]
Migrate to npm 7 for autotest-js.sh

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoLog bruteforce throttle and blocking 30731/head
Joas Schilling [Tue, 18 Jan 2022 09:10:19 +0000 (10:10 +0100)]
Log bruteforce throttle and blocking

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Jan 2022 02:45:20 +0000 (02:45 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30709 from nextcloud/dependabot/npm_and_yarn/webdav-4.8.0
dependabot[bot] [Tue, 18 Jan 2022 02:02:09 +0000 (02:02 +0000)]
Merge pull request #30709 from nextcloud/dependabot/npm_and_yarn/webdav-4.8.0

2 years agoBump webdav from 4.7.0 to 4.8.0 30709/head
dependabot[bot] [Tue, 18 Jan 2022 00:57:48 +0000 (00:57 +0000)]
Bump webdav from 4.7.0 to 4.8.0

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.7.0...v4.8.0)

---
updated-dependencies:
- dependency-name: webdav
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30704 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint...
Pytal [Tue, 18 Jan 2022 00:43:43 +0000 (16:43 -0800)]
Merge pull request #30704 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.1.2

2 years agoMerge pull request #30632 from nextcloud/deps/unpin_webpack
MichaIng [Mon, 17 Jan 2022 22:37:19 +0000 (23:37 +0100)]
Merge pull request #30632 from nextcloud/deps/unpin_webpack

Unpin webpack version

2 years agoUnpin webpack version 30632/head
MichaIng [Mon, 17 Jan 2022 18:23:20 +0000 (19:23 +0100)]
Unpin webpack version

Signed-off-by: MichaIng <micha@dietpi.com>
2 years agoMerge pull request #30719 from nextcloud/fix/text-app-public-loading
Julien Veyssier [Mon, 17 Jan 2022 18:00:31 +0000 (19:00 +0100)]
Merge pull request #30719 from nextcloud/fix/text-app-public-loading

Fix loading of the text app in public shared links

2 years agoMerge pull request #30705 from nextcloud/dependabot/npm_and_yarn/webpack-5.66.0
Louis [Mon, 17 Jan 2022 17:17:52 +0000 (18:17 +0100)]
Merge pull request #30705 from nextcloud/dependabot/npm_and_yarn/webpack-5.66.0

Bump webpack from 5.46.0 to 5.66.0

2 years agoFix loading of the text app in public shared links 30719/head
Carl Schwan [Mon, 17 Jan 2022 15:00:19 +0000 (16:00 +0100)]
Fix loading of the text app in public shared links

Instead of doing the centering for the entire public content, only do it
for the preview. This is more safe.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoBump webpack from 5.46.0 to 5.66.0 30705/head
dependabot[bot] [Mon, 17 Jan 2022 13:59:42 +0000 (13:59 +0000)]
Bump webpack from 5.46.0 to 5.66.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.46.0 to 5.66.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.46.0...v5.66.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #30714 from nextcloud/dept/package_lock_gitattributes
John Molakvoæ [Mon, 17 Jan 2022 13:47:57 +0000 (14:47 +0100)]
Merge pull request #30714 from nextcloud/dept/package_lock_gitattributes

2 years agoMerge pull request #30713 from nextcloud/dependabot/npm_and_yarn/core-js-3.20.3
dependabot[bot] [Mon, 17 Jan 2022 13:43:59 +0000 (13:43 +0000)]
Merge pull request #30713 from nextcloud/dependabot/npm_and_yarn/core-js-3.20.3

2 years agoBump core-js from 3.20.2 to 3.20.3 30713/head
dependabot[bot] [Mon, 17 Jan 2022 09:31:19 +0000 (09:31 +0000)]
Bump core-js from 3.20.2 to 3.20.3

Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.2 to 3.20.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.20.2...v3.20.3)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29866 from nextcloud/isset-size
Vincent Petry [Mon, 17 Jan 2022 09:59:52 +0000 (10:59 +0100)]
Merge pull request #29866 from nextcloud/isset-size

Check if size value is set

2 years agoSet package-lock.json as binaries 30714/head
Louis Chemineau [Mon, 17 Jan 2022 09:47:31 +0000 (10:47 +0100)]
Set package-lock.json as binaries

+ Remove build/package-lock.json from .gitignore

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30653 from nextcloud/inc-man-btn
Louis [Mon, 17 Jan 2022 09:36:21 +0000 (10:36 +0100)]
Merge pull request #30653 from nextcloud/inc-man-btn

Increase email main buttons width for non-english languages

2 years agoMerge pull request #30706 from nextcloud/dependabot/npm_and_yarn/eslint-webpack-plugi...
Louis [Mon, 17 Jan 2022 09:29:51 +0000 (10:29 +0100)]
Merge pull request #30706 from nextcloud/dependabot/npm_and_yarn/eslint-webpack-plugin-3.1.1

Bump eslint-webpack-plugin from 2.6.0 to 3.1.1

2 years agoMerge pull request #30615 from nextcloud/enh/recommended-apps-installation
John Molakvoæ [Mon, 17 Jan 2022 08:16:20 +0000 (09:16 +0100)]
Merge pull request #30615 from nextcloud/enh/recommended-apps-installation

2 years agoMerge pull request #30661 from nextcloud/fix/php-cs-dist
John Molakvoæ [Mon, 17 Jan 2022 07:42:56 +0000 (08:42 +0100)]
Merge pull request #30661 from nextcloud/fix/php-cs-dist

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Jan 2022 02:25:52 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoRemove .php_cs.dist 30661/head
John Molakvoæ [Sun, 16 Jan 2022 09:22:09 +0000 (10:22 +0100)]
Remove .php_cs.dist

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Jan 2022 02:27:08 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump eslint-webpack-plugin from 2.6.0 to 3.1.1 30706/head
dependabot[bot] [Sat, 15 Jan 2022 02:27:30 +0000 (02:27 +0000)]
Bump eslint-webpack-plugin from 2.6.0 to 3.1.1

Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.6.0 to 3.1.1.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.6.0...v3.1.1)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Jan 2022 02:27:10 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>