Vincent Petry
0886437f2c
Merge pull request #32591 from nextcloud/fix/node-test
...
Fix node tests ci
2022-05-30 17:00:27 +07:00
Carl Schwan
623293c2dd
Fix node tests ci
...
- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-30 10:54:45 +07:00
nextcloud-command
b9e47ad054
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-30 04:21:52 +07:00
Carl Schwan
eb5e0a4e51
Merge pull request #31761 from nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version
...
Require a recent phpunit version in integration and acceptance
2022-05-24 22:18:20 +07:00
Carl Schwan
d6158c8aea
Merge pull request #32548 from nextcloud/fix/return-type
...
Fix return type and make type stricter
2022-05-24 20:46:23 +07:00
Côme Chilliet
8951f069fe
Require a recent phpunit version in integration and acceptance
...
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-24 18:54:29 +07:00
Carl Schwan
3ada267a02
Fix return type and make type stricter
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-24 12:05:17 +07:00
Carl Schwan
8d599c3410
Merge pull request #32378 from nextcloud/fix/psalm-userbackend
...
Fix psalm issues related to the user backend
2022-05-23 11:41:21 +07:00
nextcloud-command
14907ee098
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-22 04:11:38 +07:00
Carl Schwan
9ec0cb0a90
Fix psalm issues related to the user backend
...
- Reflect the actual return value returned by the implementation in the
the interface. E.g. IUser|bool -> IUser|false
- Remove $hasLoggedIn parameter from private countUser implementation.
Replace the two call with the equivalent countSeenUser
- getBackend is nuallable, add this to the interface
- Use backend interface to make psalm happy about call to undefined
methods. Also helps with getting rid at some point of the old
implementActions
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 17:14:58 +07:00
nextcloud-command
96e9ed3d48
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-18 04:15:59 +07:00
Carl Schwan
07c9bf1adf
Merge pull request #31943 from nextcloud/dav-cleanup
...
Cleanup dav
2022-05-17 14:59:59 +07:00
Carl Schwan
f7be76125f
Fix more psalm issues
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16 11:05:54 +07:00
Carl Schwan
53169890d6
Fix psalm errors fron the end of the baseline file
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16 10:58:26 +07:00
nextcloud-command
fafc098d8e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-15 04:12:02 +07:00
John Molakvoæ
85758a4f70
Merge pull request #31662 from nextcloud/modernize-contactmenu
2022-05-13 20:14:31 +07:00
John Molakvoæ
20a648ed95
Merge pull request #32384 from nextcloud/improve-psalm-server-get
2022-05-13 20:13:58 +07:00
Carl Schwan
7f899b3bc8
Improve psalm annotation to make it stricter
...
Now using class-string<T> as input will only return T, and any other
string will return mixed
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-13 16:14:01 +07:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +07:00
Carl Schwan
52bb29bde1
Merge pull request #32369 from nextcloud/automated/noid/psalm-baseline-update-1652416168
...
[Automated] Update psalm-baseline.xml
2022-05-13 13:06:29 +07:00
John Molakvoæ
fe33e9c08c
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache
2022-05-13 08:27:28 +07:00
nextcloud-command
44bf17999b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-13 04:29:28 +07:00
Thomas Citharel
232322fe06
Modernize contacts menu
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-12 18:31:59 +07:00
Carl Schwan
ec6b83cc18
Add stricter psalm type for CappedMemoryCache
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12 15:06:18 +07:00
nextcloud-command
e712ea139d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-11 04:20:27 +07:00
Carl Schwan
da64a3a7e8
Merge pull request #31900 from nextcloud/feat/server-container-public
...
Add a public replacement for OC::$server->get
2022-05-10 23:23:06 +07:00
Carl Schwan
f945c0cbc6
Add a public replacement for OC::$server->get
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-10 18:51:12 +07:00
Carl Schwan
829490ab7a
Cleanup dav
...
- Remove unused class AppEnabledPlugin
- Add more type hinting when possible
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 22:03:59 +07:00
Louis Chemineau
80fa3c7319
Add setting to ignore email during search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-05-03 17:50:29 +07:00
blizzz
033d527deb
Merge pull request #31758 from nextcloud/fix/utf8-detection-fix
...
Use sabre function directly rather than duplicating it
2022-04-29 13:05:57 +07:00
Vincent Petry
9cfc70d189
Update psalm baseline for Sabre decodePath
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-26 11:11:47 +07:00
Joas Schilling
744adb76a3
Enable Talk with --force to have less issues during transition period after a branch-off
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-25 22:04:41 +07:00
Joas Schilling
e66ebb01bb
Merge pull request #32054 from nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests
...
Verify that Talk could be enabled before executing the tests
2022-04-23 15:38:46 +07:00
John Molakvoæ
d1dfdfe799
Lint and psalm fix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 19:00:29 +07:00
John Molakvoæ
1dee36c761
Remove accessibility
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 19:00:28 +07:00
Daniel Calviño Sánchez
eda6611c8f
Verify that Talk could be enabled before executing the tests
...
This should make the problem clearer if Talk could not be enabled (for
example, due to a version mismatch), as otherwise the tests would fail
in more cryptic ways.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-21 17:44:47 +07:00
Carl Schwan
7817845538
Add a metadata service to store file metadata
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13 14:06:29 +07:00
Vincent Petry
cd95fce105
Merge pull request #31932 from nextcloud/feat/ignore_second_dn
...
Add settings to ignore second display name in search
2022-04-13 09:52:38 +07:00
Louis Chemineau
37f1c8640e
Add settings to ignore second display name in search
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12 17:27:59 +07:00
Côme Chilliet
95e0723d0c
Fix ZipArchive::addEmptyDir stub
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12 11:18:04 +07:00
Côme Chilliet
139da41bd4
Add stubs for ZipArchive
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12 11:10:04 +07:00
Vincent Petry
cde260577e
Merge pull request #31857 from nextcloud/feat/dont_match_userid
...
Add settings to not match userID during full match
2022-04-11 10:27:59 +07:00
nextcloud-command
26d6ed83d1
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-04-09 04:11:58 +07:00
nextcloud-command
90dcf1e122
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-04-07 04:11:50 +07:00
Louis Chemineau
0e06ee68c0
Add settings to not match userID during full match
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-06 15:41:41 +07:00
nextcloud-command
d4b5b24439
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-04-06 04:11:24 +07:00
Carl Schwan
135bdb3d58
Merge pull request #30823 from nextcloud/work/profiler
...
Built-in profiler
This adds the required API for collecting information about requests. This information
can then be displayed with the new 'profiler' app.
2022-04-04 12:56:37 +07:00
Carl Schwan
7d272c54d0
Add a built-in profiler inside Nextcloud
...
The webui is provided by a seperate application named profiler
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04 10:28:26 +07:00
dependabot[bot]
ac77d43f65
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.1...7.4.2 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 21:40:41 +07:00
Pytal
5747b9b01a
Merge pull request #31629 from nextcloud/feat/remove-ie-headers
2022-03-21 18:09:50 +07:00