aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features
Commit message (Collapse)AuthorAgeFilesLines
* perf: skip request without write permissionDaniel Kesselberg2023-06-194-1/+118
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* disable contacts menu features that regularly fail on droneSimon L2023-05-171-6/+10
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #37385 from ↵Joas Schilling2023-05-031-11/+33
|\ | | | | | | | | nextcloud/bugfix/noid/dont-allow-adding-the-same-email-multiple-times fix(provisioning_api): Don't allow to configure the same additional e…
| * fix(tests): Fix new integration testsJoas Schilling2023-04-261-13/+13
| | | | | | | | | | | | The integration tests are not isolated, so we can not reuse previously used data Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(provisioning_api): Don't allow to configure the same additional email ↵Joas Schilling2023-04-261-0/+22
| | | | | | | | | | | | multiple times Signed-off-by: Joas Schilling <coding@schilljs.com>
* | disable contacts menu features that regularly fail on droneSimon L2023-05-021-8/+10
|/ | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* tests(integration): Fix catching error only on object storeJulius Härtl2023-03-082-1/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-083-6/+200
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-213-0/+70
|
* tests: Remove legacy chunking testsJulius Härtl2023-02-171-27/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* tests: Remove legacy checksum testJulius Härtl2023-02-172-43/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-153-5/+5
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* composer run cs:fixCôme Chilliet2023-01-208-8/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix check in integration testsCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update composer autoloaderCarl Schwan2022-11-221-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add test for received share in share_folderVincent Petry2022-11-151-0/+2
| | | | | | | Add integration test for receiving a share in a configured "share_folder". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Remake profile picture saving with VueChristopher Ng2022-09-022-17/+58
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix copy in view-only modeVincent Petry2022-08-261-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add int test for view-only downloadVincent Petry2022-08-261-7/+20
| | | | | | Asserts that downloading a view-only document returns 403. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add testCarl Schwan2022-06-232-5/+116
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix integration test which now actually matches the system-addresssbook entryJoas Schilling2022-06-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-245-14/+15
| | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Remove accessibilityJohn Molakvoæ2022-04-211-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add settings to not match userID during full matchLouis Chemineau2022-04-061-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Remove legacy Internet Explorer headersMichaIng2022-03-193-4/+0
| | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* Update GuzzleHttp function call for v7MichaIng2022-02-224-7/+7
| | | | | | https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.com>
* Only allow avatars in 64 and 512 pixel sizeJoas Schilling2022-02-071-13/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix PHP Notices in build/integration/features/bootstrapCôme Chilliet2022-01-252-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\ | | | | Fix psalm not running
| * Check style updateCarl Schwan2022-01-131-1/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-112-1/+44
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add integration tests for email completionJulius Härtl2021-12-082-2/+57
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Correctly set the response after a ClientException as wellJoas Schilling2021-11-251-6/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an integration testJoas Schilling2021-11-251-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez2021-11-051-0/+33
| | | | | | | | 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>
* Add integration tests for listing federated sharesDaniel Calviño Sánchez2021-11-051-0/+32
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for deleting federated sharesDaniel Calviño Sánchez2021-11-051-0/+14
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for user_status APIJonas Meurer2021-10-202-0/+92
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Add new account propertiesChristopher Ng2021-10-191-0/+15
| | | | | | | | | | | | | | - 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>
* Clean BulkUpload pluginLouis Chemineau2021-10-162-0/+62
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Test for transfer ownership with incoming sharesVincent Petry2021-08-272-2/+43
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* fix small issues in UsersController handlingArthur Schiwon2021-06-301-3/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix provisioning test checkArthur Schiwon2021-06-301-8/+9
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-302-4/+120
| | | | | | | - adding as usual - deleting and scope setting via additional endpoint Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* prov api reports multiple mail as editable fieldArthur Schiwon2021-06-301-1/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Added tests for specifying custom display name during group creation.Dries Mys2021-06-052-0/+49
| | | | Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0431-74/+57
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>