dependabot[bot]
a45f88106c
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...7.4.1 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 21:53:17 +07:00
Côme Chilliet
cb621f371f
Merge pull request #31309 from nextcloud/fix/fix-checkers-php-error
...
Avoid PHP errors in the checkers drone step
2022-02-22 09:04:56 +07:00
Côme Chilliet
6f37eac470
Avoid PHP errors in the checkers drone step
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-21 18:21:38 +07:00
nextcloud-command
b26934176d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-02-21 04:11:48 +07:00
Vincent Petry
acba237ec5
Merge pull request #31178 from nextcloud/fix-dav-namespace-typo
...
Fix typo in DAV namespace registration
2022-02-15 09:50:43 +07:00
Thomas Citharel
46e9f6d0c5
Fix typo in DAV namespace registration
...
See b0afba6d65/sabre/dav/lib/DAV/Xml/Service.php (L43)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-14 20:58:29 +07:00
Thomas Citharel
f695b3af9a
Remove setting defaultUsernamePath dynamically
...
Since Sabre 3.0.6 this is no longer possible.
@see https://github.com/sabre-io/dav/pull/582
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-14 19:40:31 +07:00
dependabot[bot]
76a67c7334
Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.3.0...4.3.1 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 01:19:44 +07:00
nextcloud-command
9530554b91
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-02-11 04:11:10 +07:00
Joas Schilling
6dd60b6d30
Only allow avatars in 64 and 512 pixel size
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-07 16:47:51 +07:00
Côme Chilliet
d635d58d19
Merge pull request #29286 from nextcloud/enhancement/drop-php-7-3
...
Drop PHP7.3
2022-02-01 10:50:28 +07:00
nextcloud-command
647a81fccb
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-01-28 04:11:57 +07:00
Carl Schwan
f778cbe7b9
Fix registerEventListener issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27 11:12:45 +07:00
Carl Schwan
e3a12b3482
Fix psalm issues in theming app
...
After this change, we are down to only one psalm warning for this app
and related to the Application.php. This also make composer
psam:update-baseline not silently ignore new errors.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26 14:26:58 +07:00
Côme Chilliet
540832e15e
Fix PHP Notices in build/integration/features/bootstrap
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-25 17:25:15 +07:00
Joas Schilling
fccb98c8b6
Merge pull request #30379 from nextcloud/feature/add-comments-reactions
...
Add comments reactions
2022-01-21 15:08:12 +07:00
Vitor Mattos
afe5b6dd8a
Prevent query error when use subquery
...
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21 08:37:06 +07:00
nextcloud-command
0d47336c64
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-01-21 04:11:19 +07:00
Louis Chemineau
bca3ef60a3
Move jsunit dependencies to main package.json
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-18 11:29:51 +07:00
Louis Chemineau
c76eb85f0a
Update dependencies
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-18 11:03:01 +07:00
Louis Chemineau
16ba294065
Migrate to npm 7 for autotest-js.sh
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-18 11:03:00 +07:00
John Molakvoæ
b1dbb0708a
Remove .php_cs.dist
2022-01-16 10:22:09 +07:00
John Molakvoæ
fbb17f2288
Allow .php-cs-fixer.dist.php
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-01-14 09:05:41 +07:00
nextcloud-command
64cdce14ec
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-01-14 04:11:34 +07:00
Carl Schwan
89d109a4d9
Merge pull request #30508 from nextcloud/fix/psaml-bin
...
Fix psalm not running
2022-01-13 09:51:04 +07:00
Carl Schwan
6312c0df69
Check style update
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-13 00:19:07 +07:00
Carl Schwan
aeecb72e96
Fix a few psalm issues and moved back to psalm/phar 4.18
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-12 20:03:06 +07:00
Louis Chemineau
69b8044b8f
Set the file's mtime from the headers in bulk upload
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11 17:10:14 +07:00
Vincent Petry
82ded36358
Update node deps for JS tests
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-01-10 14:17:09 +07:00
Louis Chemineau
8a56713c38
Revert build/package-lock.json change
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08 10:15:48 +07:00
Louis Chemineau
19ed04dda1
Don't import $ in every file that needs it
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08 10:15:47 +07:00
John Molakvoæ (skjnldsv)
87d0904b6f
Split common vendor chunk
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08 10:14:50 +07:00
Carl Schwan
47c9c34cca
Fix psalm not running
...
The issue was that we were using psalm/phar instead of vimeo/psalm. This
caused issue with the custom psalm plugin in buildd/psalm.
This is using the opportunity to also update the psalm version from 3.8
to 3.17 and the php-cs-fixer too.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-06 14:42:37 +07:00
Carl Schwan
33051667ce
Improve api documentation for file sharing external storage
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-03 10:41:40 +07:00
dependabot[bot]
cf3db1a54b
Bump puppeteer from 13.0.0 to 13.0.1 in /build
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.0.0...v13.0.1 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 01:46:23 +07:00
dependabot[bot]
a76c86582f
Bump node-sass from 7.0.0 to 7.0.1 in /build
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v7.0.0...v7.0.1 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 02:09:47 +07:00
Julius Härtl
d73fe0ccd9
Merge pull request #29879 from nextcloud/bugfix/noid/sharing-enumeration-addressbooks
2021-12-21 08:11:04 +07:00
dependabot[bot]
bd643b169c
Bump puppeteer from 12.0.1 to 13.0.0 in /build
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 12.0.1 to 13.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v12.0.1...v13.0.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-19 14:15:52 +07:00
MichaIng
705494a821
Merge pull request #30304 from nextcloud/automated/noid/psalm-baseline-update-1639714304
...
[Automated] Update psalm-baseline.xml
2021-12-19 04:56:10 +07:00
dependabot[bot]
b1912ae7d2
Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.2.3...4.3.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-18 04:08:53 +07:00
nextcloud-command
be219153dd
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-12-17 04:11:44 +07:00
Côme Chilliet
e8ce7a3e5f
Merge pull request #30184 from nextcloud/automated/noid/psalm-baseline-update-1639109464
...
[Automated] Update psalm-baseline.xml
2021-12-13 10:25:01 +07:00
dependabot[bot]
8aa63fb84c
Bump node-sass from 6.0.1 to 7.0.0 in /build
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 01:13:52 +07:00
dependabot[bot]
5cdac1f15e
Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.2.1...4.2.3 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-11 03:30:02 +07:00
nextcloud-command
c31c99c1e1
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-12-10 04:11:04 +07:00
Julius Härtl
2fe8042fff
Add integration tests for email completion
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-08 09:08:54 +07:00
nextcloud-command
7bcb2e3aef
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-12-07 04:11:59 +07:00
dependabot[bot]
c122355e62
Bump puppeteer from 11.0.0 to 12.0.1 in /build
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 11.0.0 to 12.0.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v11.0.0...v12.0.1 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-05 21:03:47 +07:00
dependabot[bot]
69d4cc3aa9
Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/4.2.0...4.2.1 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-05 19:23:54 +07:00
nextcloud-command
2a3bb7f3b0
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-12-03 04:11:55 +07:00
nextcloud-command
978b50478c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-11-26 04:11:12 +07:00
Joas Schilling
599870980b
Correctly set the response after a ClientException as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-25 09:07:46 +07:00
Joas Schilling
d1203e9b5d
Add an integration test
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-25 09:07:34 +07:00
dependabot[bot]
b544069d02
Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration
...
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav ) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases )
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sabre-io/dav/compare/3.2.3...4.2.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 15:58:45 +07:00
MichaIng
ab293aaba9
Merge pull request #29570 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-11.0.0
...
Bump puppeteer from 10.4.0 to 11.0.0 in /build
2021-11-17 03:05:22 +07:00
dependabot[bot]
f11d0fe00c
Bump puppeteer from 10.4.0 to 11.0.0 in /build
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 10.4.0 to 11.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v10.4.0...v11.0.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 01:18:54 +07:00
dependabot[bot]
c1cf89e430
Update behat/behat requirement in /build/integration
...
Updates the requirements on [behat/behat](https://github.com/Behat/Behat ) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.9.0...v3.10.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 01:17:11 +07:00
Vincent Petry
c687592266
Update psalm baseline
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-05 09:48:52 +07:00
Daniel Calviño Sánchez
51317a8b92
Add integration tests for federated shares from unavailable servers
...
The federated server needs to be stopped during the tests, so it is now
stopped in the FederationContext for each scenario instead of just once
in the run.sh script.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05 09:48:52 +07:00
Daniel Calviño Sánchez
9497a7c4ff
Add integration tests for listing federated shares
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05 09:48:52 +07:00
Daniel Calviño Sánchez
66b5a2d56a
Add integration tests for deleting federated shares
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05 09:48:49 +07:00
Anna Larch
bc68108f2a
Fix missing calendar path for public write on Calendars
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-11-04 12:52:55 +07:00
nextcloud-command
b1a4b239b8
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-11-04 09:17:46 +07:00
Robin Appelman
118c647f61
properly handle cases where cache wrappers block access
...
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-11-01 11:48:01 +07:00
J0WI
047cab8dd2
Use findBinaryPath for previews
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-10-23 23:15:42 +07:00
John Molakvoæ
a06001e085
Merge pull request #29363 from nextcloud/fair-use-push
2021-10-23 10:53:22 +07:00
dependabot[bot]
400f1a7938
Update behat/behat requirement in /build/integration
...
Updates the requirements on [behat/behat](https://github.com/Behat/Behat ) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases )
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Behat/Behat/compare/v3.8.0...v3.9.0 )
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-23 01:04:34 +07:00
Joas Schilling
b578a1e8b5
Fair use of push notifications
...
We want to keep offering our push notification service for free, but large
users overload our infrastructure. For this reason we have to rate-limit the
use of push notifications. If you need this feature, consider setting up your
own push server or using Nextcloud Enterprise.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-23 00:54:50 +07:00
nextcloud-command
4a3234500c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-10-22 04:11:24 +07:00
Christoph Wurst
88490ea630
Bump Symfony family and friends to v4.4.30
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-21 10:00:48 +07:00
Jonas Meurer
65cfe9df46
Add integration tests for user_status API
...
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-10-20 11:33:37 +07:00
nextcloud-command
c7be7cfd02
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-10-20 04:11:07 +07:00
Pytal
f7b3d521f8
Merge pull request #28751 from nextcloud/feat/28139/profile-page
2021-10-18 23:03:58 +07:00
Christopher Ng
7215148a24
Add new account properties
...
- New properties
- Organisation
- Role
- Headline
- Biography
- Profile Enabled property
- Fix errors with building default account properties
- Fix L10N factory method `getLanguage` not public error
- Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-10-19 04:44:40 +07:00
Carl Schwan
2cb48f484b
Add an API to set and rollback the user status
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-18 20:31:37 +07:00
Daniel
bde3c4a98b
Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2021-10-16 12:19:50 +07:00
Louis Chemineau
def983dc7e
Clean BulkUpload plugin
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-16 09:42:07 +07:00
nextcloud-command
fe28f08259
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-10-16 04:11:07 +07:00
nextcloud-command
da8a2e1d67
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-10-15 04:11:13 +07:00
nextcloud-command
0b799f4794
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-10-14 04:11:22 +07:00
Christopher Ng
006fdccf1f
Revert "Merge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1"
...
This reverts commit 6b2711f4c3 , reversing
changes made to d0a1d99c89 .
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-10-11 12:23:44 +07:00
nextcloud-command
27ac2f461a
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-10-08 04:11:14 +07:00
Louis
9a569ff387
Merge pull request #29064 from nextcloud/feature/add_cache_to_local_integration_tests_container
...
Add caching for local run of integration and acceptance tests
2021-10-06 21:04:47 +07:00
Louis Chemineau
b13ce08ac8
Add cache for local integration test container
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-10-06 13:33:47 +07:00
dependabot[bot]
db83320ad7
Bump bootstrap from 4.6.0 to 5.1.1
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.6.0 to 5.1.1.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.1.1 )
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
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>
2021-10-05 18:29:32 +07:00
Julius Härtl
d68f028251
Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-linkToDefaultPageUrl
2021-10-05 13:06:59 +07:00
Vincent Petry
5b664e02d8
Test for transfer ownership with incoming shares
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-08-27 17:56:16 +07:00
Christoph Wurst
e3541da93e
Scope composer tools with the bin plugin
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-19 12:25:55 +07:00
Daniel Rudolf
1684fd0b6f
Update Psalm baseline
...
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-08-14 13:08:46 +07:00
Christoph Wurst
6a50c4a344
Add missing files for Composer v2
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-13 15:01:02 +07:00
Nextcloud-PR-Bot
21236473d7
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-07-25 04:10:46 +07:00
John Molakvoæ (skjnldsv)
00105dca82
Add proper node testing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-22 13:30:56 +07:00
John Molakvoæ
f14b8aa34b
Merge pull request #27888 from nextcloud/fix/redis-auth
2021-07-22 12:47:26 +07:00
Nextcloud-PR-Bot
80ca5a0068
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-07-22 04:11:55 +07:00
John Molakvoæ (skjnldsv)
ed10d85ff3
Support redis user password auth and tls encryption
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-20 17:57:33 +07:00
Louis
154fe59eb6
Merge pull request #27933 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2021-07-13 10:46:52 +07:00
Julius Härtl
6df74c2122
Merge pull request #27780 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-10.1.0
...
Bump puppeteer from 10.0.0 to 10.1.0 in /build
2021-07-13 09:52:35 +07:00
Nextcloud-PR-Bot
0c00486cb2
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-07-13 04:10:50 +07:00
Nextcloud-PR-Bot
c0bc502744
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-07-07 04:10:53 +07:00
dependabot[bot]
ddf9b43dd2
Bump puppeteer from 10.0.0 to 10.1.0 in /build
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v10.0.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-03 01:01:58 +07:00