dependabot[bot]
|
33f2e03e13
|
Merge pull request #3725 from nextcloud/dependabot/composer/justinrainbow/json-schema-5.2.12
|
2022-04-16 02:18:34 +00:00 |
|
dependabot[bot]
|
56391021a4
|
build(deps): Bump cirrus-actions/rebase from 1.5 to 1.6
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.5 to 1.6.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.5...1.6)
---
updated-dependencies:
- dependency-name: cirrus-actions/rebase
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-16 01:07:43 +00:00 |
|
dependabot[bot]
|
ab831c2604
|
build(deps): Bump shivammathur/setup-php from 2.18.0 to 2.18.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.18.0 to 2.18.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.18.0...2.18.1)
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-16 01:07:39 +00:00 |
|
dependabot[bot]
|
11fc4d88aa
|
build(deps): Bump justinrainbow/json-schema from 5.2.11 to 5.2.12
Bumps [justinrainbow/json-schema](https://github.com/justinrainbow/json-schema) from 5.2.11 to 5.2.12.
- [Release notes](https://github.com/justinrainbow/json-schema/releases)
- [Commits](https://github.com/justinrainbow/json-schema/compare/5.2.11...5.2.12)
---
updated-dependencies:
- dependency-name: justinrainbow/json-schema
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-16 01:01:32 +00:00 |
|
Joas Schilling
|
57dd1982a0
|
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-04-14 23:22:54 +02:00 |
|
Raul
|
3f754dc662
|
Update AttachmentMapper finder methods to use $this-getTableName() instead of explicitly naming the table on the FROM parameters.
Signed-off-by: Raul <raul@nextcloud.com>
|
2022-04-14 16:56:22 +02:00 |
|
Nextcloud bot
|
c6c89d7f13
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-04-14 02:42:20 +00:00 |
|
Raul
|
0c5b1a88a6
|
Run cs:fix
Signed-off-by: Raul <raul@nextcloud.com>
|
2022-04-13 12:43:00 +02:00 |
|
Raul
|
1d5fdef4b4
|
Remove redundant is_array checks on return result from LabelMapper::findAll
Signed-off-by: Raul <raul@nextcloud.com>
|
2022-04-13 12:40:05 +02:00 |
|
Raul
|
815b8597d1
|
Use numeric typehint instead of int to allow for numeric strings to be passed to find methods. Fixes the psalm check.
Signed-off-by: Raul <raul@nextcloud.com>
|
2022-04-13 12:39:39 +02:00 |
|
Raul
|
53e3a7ae7f
|
Removed redundant phpDoc block from constructors
Signed-off-by: Raul <raul@nextcloud.com>
|
2022-04-13 10:43:14 +02:00 |
|
Raul
|
04974d37d6
|
Replace rowCount() with explicit count primitive function. This is necessary due to sqlite driver always returning 0 on rowCount (this is documented behaviour: https://www.php.net/manual/en/pdostatement.rowcount.php)
Signed-off-by: Raul <raul@nextcloud.com>
|
2022-04-13 10:38:32 +02:00 |
|
Nextcloud bot
|
8db8e33a6e
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-04-13 02:40:12 +00:00 |
|
Julius Härtl
|
10dc8a8c78
|
Merge pull request #3683 from nextcloud/bugfix/noid/fix-parameter-handling-when-creating-deck-cards
Fix paramter replacements when creating deck cards from talk messages
|
2022-04-12 10:01:43 +02:00 |
|
Joas Schilling
|
2b11ea5e72
|
Fix node linting
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-04-12 09:54:39 +02:00 |
|
Joas Schilling
|
d4b880a66f
|
Fix paramter replacements when creating deck cards from talk messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-04-12 09:54:37 +02:00 |
|
Julius Härtl
|
deea4fab0f
|
Bump version to 1.7.0-beta.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
v1.7.0-beta.1
|
2022-04-11 22:55:11 +02:00 |
|
Raul Ferreira Fuentes
|
8c1e53a8df
|
Fix test case which relied on mapper->delete() returning a bool value
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
|
2022-04-11 20:04:16 +02:00 |
|
Raul Ferreira Fuentes
|
8399b00a10
|
Fix Entity class in AclMapper
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
|
2022-04-11 19:46:05 +02:00 |
|
Raul Ferreira Fuentes
|
9244adee30
|
Various small fixes in mapper queries
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
|
2022-04-11 18:44:27 +02:00 |
|
Raul Ferreira Fuentes
|
3265a9de7b
|
Merge branch 'master' into bugfix/deck_mapper/use_qb_mapper
|
2022-04-11 18:27:52 +02:00 |
|
Raul Ferreira Fuentes
|
ec602f3e15
|
Update DeckMapper to extend QBMapper instead of deprecated Mapper
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
|
2022-04-11 18:24:41 +02:00 |
|
Julius Härtl
|
949cb99847
|
Merge pull request #3625 from bink/bugfix/correct-acl-for-cirlce-and-member-shares
Fix: Check all circle shares for permissions
|
2022-04-11 16:45:37 +02:00 |
|
Julius Härtl
|
5d477b733d
|
Merge pull request #3669 from CommanderRoot/refactor/rm-deprecated-substr
Replace deprecated String.prototype.substr()
|
2022-04-11 16:45:00 +02:00 |
|
Julius Härtl
|
669eec173a
|
Merge pull request #3712 from nextcloud/cleanup/transfer-store
Remove unused argument from transfer ownership
|
2022-04-11 16:43:09 +02:00 |
|
Julius Härtl
|
020429c181
|
Merge pull request #3670 from nextcloud/bugfix/noid/stack-update-check
Properly check for the stack AND setting board permissions
|
2022-04-11 16:34:56 +02:00 |
|
Julius Härtl
|
487073cfb9
|
Remove unused argument
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-04-11 16:24:03 +02:00 |
|
estromenko
|
6ed7f672fc
|
Make it possible to unarchive all archived cards
Signed-off-by: Eduard Stromenko <estromenko@mail.ru>
|
2022-04-11 15:57:58 +02:00 |
|
Bink
|
04f8292b8a
|
Fix: Check all circle shares for permissions instead of returning after the first
|
2022-04-11 15:49:14 +02:00 |
|
Julius Härtl
|
7c8e762d5d
|
Merge pull request #3690 from nextcloud/bugfix/optimise_notifier_queries
Optimise queries when preparing card related notifications
|
2022-04-11 13:47:44 +02:00 |
|
Julius Härtl
|
86d3de2211
|
Properly check for the stack AND setting board permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-04-11 12:47:44 +02:00 |
|
Raul Ferreira Fuentes
|
dbc4d10ddf
|
Fix naming scheme
Signed-off-by: Raul Ferreira Fuentes <raul@nextcloud.com>
|
2022-04-11 11:58:36 +02:00 |
|
Julius Härtl
|
c3a98fa4e3
|
Merge pull request #3695 from nextcloud/update-master-phpunit-config
Update master php testing versions
|
2022-04-11 09:53:58 +02:00 |
|
Nextcloud bot
|
c914434c71
|
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2022-04-09 02:39:13 +00:00 |
|
Julius Härtl
|
0ce4279d8f
|
Merge pull request #3689 from nextcloud/bugfix/noid/fix-cron-jobs
Fix cron jobs
|
2022-04-08 21:47:48 +02:00 |
|
Julius Härtl
|
1276f24345
|
Merge pull request #3700 from nextcloud/dependabot/composer/tests/integration/symfony/event-dispatcher-approx-5.4
build(deps-dev): Update symfony/event-dispatcher requirement from ~4.4 to ~5.4 in /tests/integration
|
2022-04-08 21:44:09 +02:00 |
|
dependabot[bot]
|
93757de86b
|
build(deps-dev): Update symfony/event-dispatcher requirement
Updates the requirements on [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) to permit the latest version.
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/5.4/CHANGELOG.md)
- [Commits](https://github.com/symfony/event-dispatcher/compare/v4.4.0...v5.4.3)
---
updated-dependencies:
- dependency-name: symfony/event-dispatcher
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 19:33:54 +00:00 |
|
Julius Härtl
|
83f550aaf4
|
Merge pull request #3699 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.4.2
build(deps-dev): Update guzzlehttp/guzzle requirement from 6.5.2 to 7.4.2 in /tests/integration
|
2022-04-08 21:33:26 +02:00 |
|
Julius Härtl
|
50ddb4c69e
|
Merge pull request #3701 from nextcloud/dependabot/composer/tests/integration/sabre/dav-4.3.1
build(deps-dev): Update sabre/dav requirement from 3.2.3 to 4.3.1 in /tests/integration
|
2022-04-08 21:33:13 +02:00 |
|
dependabot[bot]
|
69cf1b797a
|
build(deps-dev): Update sabre/dav requirement in /tests/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.3.1)
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 17:49:24 +00:00 |
|
dependabot[bot]
|
821cd5114f
|
build(deps-dev): Update guzzlehttp/guzzle requirement
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.2)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 17:49:21 +00:00 |
|
dependabot[bot]
|
2e0aca225d
|
Merge pull request #3704 from nextcloud/dependabot/npm_and_yarn/master/babel/runtime-7.17.9
|
2022-04-08 17:48:42 +00:00 |
|
dependabot[bot]
|
313c691816
|
build(deps): Bump @babel/runtime from 7.17.8 to 7.17.9
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.8 to 7.17.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.9/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 17:13:44 +00:00 |
|
dependabot[bot]
|
8699eeedbe
|
Merge pull request #3703 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/vue-5.3.1
|
2022-04-08 17:12:37 +00:00 |
|
dependabot[bot]
|
7a0f030fbf
|
build(deps): Bump @nextcloud/vue from 5.3.0 to 5.3.1
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 16:44:19 +00:00 |
|
dependabot[bot]
|
a81f69c0c3
|
Merge pull request #3705 from nextcloud/dependabot/npm_and_yarn/master/moment-2.29.2
|
2022-04-08 16:43:22 +00:00 |
|
dependabot[bot]
|
7b76c3d308
|
build(deps): Bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 16:13:10 +00:00 |
|
dependabot[bot]
|
7f54927503
|
Merge pull request #3702 from nextcloud/dependabot/composer/tests/integration/behat/behat-approx-3.10.0
|
2022-04-08 16:12:09 +00:00 |
|
dependabot[bot]
|
235116725b
|
build(deps-dev): Update behat/behat requirement in /tests/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.10.0)
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-08 15:20:23 +00:00 |
|
Julius Härtl
|
3a1f217ba3
|
Merge pull request #3698 from nextcloud/dependabot/github_actions/actions/upload-artifact-3
build(deps): Bump actions/upload-artifact from 2 to 3
|
2022-04-08 17:19:25 +02:00 |
|