aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm-baselineDaniel Kesselberg2022-05-311-14/+23
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update psalm baselinenextcloud-command2022-05-311-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #32591 from nextcloud/fix/node-testVincent Petry2022-05-301-0/+1
|\ | | | | Fix node tests ci
| * Fix node tests ciCarl Schwan2022-05-301-0/+1
| | | | | | | | | | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-05-301-8/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #31761 from ↵Carl Schwan2022-05-246-15/+17
|\ | | | | | | | | nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version Require a recent phpunit version in integration and acceptance
| * Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-246-15/+17
| | | | | | | | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan2022-05-241-5/+0
|\ \ | |/ |/| Fix return type and make type stricter
| * Fix return type and make type stricterCarl Schwan2022-05-241-5/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-231-53/+3
|\ \ | |/ |/| Fix psalm issues related to the user backend
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-58/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | Update psalm baselinenextcloud-command2022-05-221-47/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2022-05-181-10/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-171-110/+0
|\ \ | | | | | | Cleanup dav
| * | Fix more psalm issuesCarl Schwan2022-05-161-105/+0
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Cleanup davCarl Schwan2022-05-051-5/+0
| | | | | | | | | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-39/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Update psalm baselinenextcloud-command2022-05-151-12/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-131-8/+0
|\ \ \
| * | | Modernize contacts menuThomas Citharel2022-05-121-8/+0
| | |/ | |/| | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #32384 from nextcloud/improve-psalm-server-getJohn Molakvoæ2022-05-131-1/+0
|\ \ \
| * | | Improve psalm annotation to make it stricterCarl Schwan2022-05-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Cleanup and compileJohn Molakvoæ2022-05-131-54/+0
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #32369 from ↵Carl Schwan2022-05-131-5/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652416168 [Automated] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2022-05-131-5/+0
| |/ / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ2022-05-131-32/+1
|\ \ \ | |/ / |/| |
| * | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-32/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Update psalm baselinenextcloud-command2022-05-111-4/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-102-5/+10
|\ \ | | | | | | Add a public replacement for OC::$server->get
| * | Add a public replacement for OC::$server->getCarl Schwan2022-05-102-5/+10
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+1
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #31758 from nextcloud/fix/utf8-detection-fixblizzz2022-04-291-1/+2
|\ | | | | Use sabre function directly rather than duplicating it
| * Update psalm baseline for Sabre decodePathVincent Petry2022-04-261-1/+2
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Enable Talk with --force to have less issues during transition period after ↵Joas Schilling2022-04-251-1/+1
|/ | | | | | a branch-off Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #32054 from ↵Joas Schilling2022-04-231-0/+1
|\ | | | | | | | | nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests Verify that Talk could be enabled before executing the tests
| * Verify that Talk could be enabled before executing the testsDaniel Calviño Sánchez2022-04-211-0/+1
| | | | | | | | | | | | | | | | 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>
* | Lint and psalm fixJohn Molakvoæ2022-04-211-5/+0
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Remove accessibilityJohn Molakvoæ2022-04-212-2/+0
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add a metadata service to store file metadataCarl Schwan2022-04-131-10/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry2022-04-131-0/+1
|\ | | | | Add settings to ignore second display name in search
| * Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix ZipArchive::addEmptyDir stubCôme Chilliet2022-04-121-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add stubs for ZipArchiveCôme Chilliet2022-04-121-0/+1482
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry2022-04-111-0/+1
|\ | | | | Add settings to not match userID during full match
| * Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Update psalm baselinenextcloud-command2022-04-091-5/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2022-04-071-3/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-04-061-6/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #30823 from nextcloud/work/profilerCarl Schwan2022-04-041-6/+0
|\ | | | | | | | | | | Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
| * Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-6/+0
| | | | | | | | | | | | The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>