Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-11-03Merge pull request #29384 from nextcloud/backport/26725/stable21John Molakvoæ
2021-10-30Merge pull request #29416 from nextcloud/backport/27440/stable21MichaIng
[stable21] Handle files with `is_file` instead of `file_exists`
2021-10-26ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-23Update Testsacsfer
2021-10-23Tests updateacsfer
2021-10-22Add missing scope to testDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-10-08explicitly close source stream on local storageDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-17Add email addresses to contacts menuDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-09-13Add database ratelimiting backendLukas Reschke
In case no distributed memory cache is specified this adds a database backend for ratelimit purposes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-09-07Merge pull request #28741 from nextcloud/backport/28725/stable21Lukas Reschke
[stable21] Remove 2FA exemption from PublicPage annotation
2021-09-07Merge pull request #27406 from nextcloud/backport/24966/stable21John Molakvoæ
2021-09-07Adjust testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-09-07Resolve absolute path in testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-09-03Update EncryptionTest.phpJasper Knockaert
2021-09-032nd attempt to fix testsJasper Knockaert
2021-09-03attemtp to fix testJasper Knockaert
2021-08-16Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-08-12better cleanup of user files on user deletionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-09fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-07-29add test for searching within a "root jail"Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-07-22Let memory limit set in tests fit the used amountJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-05Use minio for s3 testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-07-05Run s3 tests againJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-29Handle single action unshareJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-07Merge pull request #27359 from nextcloud/backport/27354/stable21Morris Jobke
[stable21] Escape filename in Content-Disposition
2021-06-04Set umask before operations that create local filesRobin Appelman
this solves issues where "other php stuff" is messing with the umask Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-02Escape filename in Content-DispositionLukas Reschke
We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-27Fix ratelimit templateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-26Validate the website field input to be a valid URLJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-22Make Testcase class compatible with phpunit-9.5Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-19Fix empty password check for mail sharesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-12Increase subnet matcherLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-06Merge pull request #26400 from nextcloud/backport/26061/stable21Lukas Reschke
[stable21] Log and continue when failing to update encryption keys during for individual files
2021-04-01Get the parent directory before creating a file from a templateJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-01Log and continue when failing to update encryption keys during for ↵Julius Härtl
individual files Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-03-30gracefully handle deleteFromSelf when share is already goneArthur Schiwon
- handling race conditions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-03-29Add known user check in avatar when v2-private scopeVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-29Added PlaceholderAvatar with own cached imagesVincent Petry
When avatar scope is private, the PlaceholderAvatar is used to deliver a placeholder avatar based on the user's initials. This was implemented as a separate class for now to avoid messing with the existing UserAvatar implementation and its generated vs non-generated logic. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-29Add property scope tests for AccountManagerVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-29Map old account scope properties to new namesVincent Petry
Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-29Add new v2-private account scopeVincent Petry
Added new v2-private account manager scope that restricts the scope further by excluding public link access. Avatars with v2-private account scope are now showing the guest avatar instead of the real avatar. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Merge pull request #26257 from nextcloud/backport/26198/stable21Morris Jobke
[stable21] Handle limit offset and sorting in files search
2021-03-24Merge pull request #26276 from nextcloud/backport/26265/stable21Morris Jobke
[stable21] Fix casing of core test folder, bring back missing tests
2021-03-24Revert controller tests to match stable21 APIVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Fix language codes test result orderVincent Petry
Fixes issue with Oracle by enforcing the order of the results to check. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Bring back forgotten testsVincent Petry
Remove "ocs-provider" test folder reference as it doesn't exist any more. Added back "Test" test subdir and fixed the tests inside. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Fix more controller tests in Core subdirVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Fix more tests in the Core subdirVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Fix core tests command for app enabling/disablingVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-24Fix casing of core test folderVincent Petry
It seems Phpunit < 9 was case insensitive. Fixed the phpunit config to target the correct name for the "Core" test directory. Signed-off-by: Vincent Petry <vincent@nextcloud.com>