Carl Schwan
0270068fed
Merge pull request #34628 from nextcloud/fix/files_sharing_psalm
...
Various psalm fixes in files_sharing
2022-10-18 14:44:28 +02:00
Carl Schwan
00c2c620ac
Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registry
...
Fix wrong types in phpdoc for twofactor registry
2022-10-18 14:42:43 +02:00
Carl Schwan
419828c791
Fix the type of the return array in a few more places
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-18 13:22:50 +02:00
Christoph Wurst
44d2eb8b4e
Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-arguments
...
Fix TooManyArguments warning for carddav.php
2022-10-17 13:26:57 +02:00
Christoph Wurst
e12df7941e
Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-arguments
...
Fix TooManyArguments for FakeLockerPlugin
2022-10-17 13:26:32 +02:00
Carl Schwan
54031e370a
Fix various other small psalm issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-17 12:40:35 +02:00
Daniel Kesselberg
1818be71ae
Fix TooManyArguments warning for carddav.php
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-16 18:37:22 +02:00
nextcloud-command
95c5ab4f03
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-16 04:41:24 +00:00
Daniel Kesselberg
934e75384c
Fix TooManyArguments for FakeLockerPlugin
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-10-14 15:06:38 +02:00
Julius Härtl
cea2f79bbd
Improve container return type annotations
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-14 10:45:16 +02:00
Carl Schwan
bfd2b74c68
Fix wrong types in phpdoc for twofactor registry
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-12 11:40:41 +02:00
nextcloud-command
90cba2cda6
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-12 04:38:17 +00:00
nextcloud-command
912de42f61
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-11 04:40:19 +00:00
nextcloud-command
58705e36ce
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-07 05:39:28 +00:00
nextcloud-command
705082199c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-02 04:39:59 +00:00
Côme Chilliet
371ad1364c
add .pre-commit-config.yaml to expected files in checker
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-30 14:27:36 +02:00
Côme Chilliet
826e234ecf
Correctly handle Redis::keys returning false
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-29 14:41:53 +02:00
Vincent Petry
2f15e83d7b
Merge pull request #34160 from nextcloud/fix/detect-weird-local-ips
...
Detect weird local ips
2022-09-22 11:38:12 +02:00
Côme Chilliet
75328593ad
Fix idn_to_utf8 stub signature
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-09-22 10:16:35 +02:00
nextcloud-command
b7027bac52
Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2022-09-20 04:48:58 +00:00
Joas Schilling
061d621a1f
Merge pull request #34107 from nextcloud/automate-cacert-update
...
Automate CA certificate bundle update
2022-09-18 10:24:58 +02:00
Joas Schilling
8612a9b232
Remove legacy ca-cert checker
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-16 11:13:46 +02:00
Joas Schilling
9eade34385
Automate CA certificate bundle update
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-16 09:13:45 +02:00
nextcloud-command
844f722c43
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-09-16 04:45:10 +00:00
Carl Schwan
02d55eb90f
Merge pull request #33941 from nextcloud/fix/public-sharing
...
Only normalize data in public shares and not crud
2022-09-15 16:43:01 +02:00
nextcloud-command
fc88d73583
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-09-13 04:42:03 +00:00
Carl Schwan
7ded5a769b
Only normalize data in public shares and not crud
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-08 14:51:28 +02:00
Christopher Ng
f44d2586b1
Remake profile picture saving with Vue
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-09-02 02:22:57 +00:00
Julius Härtl
80f6a5834a
Refactor cache handling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31 16:24:35 +02:00
nextcloud-command
814a17132d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-31 04:49:51 +00:00
Côme Chilliet
f56ecf9242
Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing
...
Port Repair and Migrator events to IEventDispatcher
2022-08-30 14:47:05 +02:00
Vincent Petry
c1df72fc8b
Fix copy in view-only mode
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26 14:18:47 +02:00
Vincent Petry
e9a344a644
Add int test for view-only download
...
Asserts that downloading a view-only document returns 403.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26 14:18:47 +02:00
Vincent Petry
351514aa9f
Add composer.lock for integration tests
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26 10:34:48 +02:00
Côme Chilliet
4f260dce6e
Moving to string key for arguments of GenericEvent in Repair
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-25 16:13:46 +02:00
nextcloud-command
fc309e5963
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-24 04:38:40 +00:00
nextcloud-command
87177e6282
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-23 04:41:14 +00:00
nextcloud-command
deeab89c1b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-08-09 04:26:53 +00:00
Vincent Petry
b513ac51fb
Int test for share owner change on move
...
Added tests to verify share owner change when moving the parent of a
subshare in and out of a received share.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26 12:17:46 +00:00
nextcloud-command
5ad017447b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-07-13 04:22:56 +00:00
nextcloud-command
50b494a143
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-12 08:21:32 +00:00
Carl Schwan
16b5e6bc7f
Merge pull request #32973 from nextcloud/cleanup/avatar-code
...
Cleanup avatar related code
2022-07-11 11:56:39 +02:00
Carl Schwan
ec5cbdeb7f
Make Color class public
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05 14:44:44 +02:00
dependabot[bot]
9781139fed
Update sabre/dav requirement from 4.3.1 to 4.4.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.3.1...4.4.0 )
---
updated-dependencies:
- dependency-name: sabre/dav
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 02:18:35 +00:00
nextcloud-command
a35013ae82
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-06-29 04:26:30 +00:00
Carl Schwan
41e6e0c646
Merge pull request #33007 from nextcloud/cleanup/federation-app
...
Summer cleanup of the federation app
2022-06-28 15:33:18 +02:00
Louis
0fe7064fc4
Merge pull request #32998 from nextcloud/fix/setting_name
...
Rename setting name to reduce its length
2022-06-27 11:58:54 +02:00
Louis Chemineau
347ca20f4e
Rename setting name to reduce its length
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-27 11:04:17 +02:00
dependabot[bot]
a00d185502
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/7.4.4...7.4.5 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 01:05:27 +00:00
Carl Schwan
a9cfa72d1c
Summer cleanup of the federation app
...
- Use IEventDispatcher instead of deprecated symfony dispatcher
- Use LoggerInterface where possible
- Use php 7.4 properties
- Add type hinting where possible
- Move federation hooks to a seperate listener
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-24 15:39:52 +02:00