summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Adjust fake managerJoas Schilling2022-07-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to expire comments of multiple objects with one callJoas Schilling2022-07-011-3/+40
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use blueprint from repoRobin Appelman2022-06-301-0/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #32960 from nextcloud/fix/avoid-using-undeclared-propertiesCôme Chilliet2022-06-281-0/+2
|\ | | | | Fix PHP 8.2 warnings about undeclared properties
| * Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-271-1/+1
|\ \ | | | | | | Rename setting name to reduce its length
| * | Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-242-1/+52
|\ \ \ | |/ / |/| | Add comments expire date
| * | Follow the most common pattern used in projectVitor Mattos2022-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` git grep strval|wc -l 32 git grep "(string)"|wc -l 481 ``` Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Add comments expire dateVitor Mattos2022-06-152-1/+52
| | | | | | | | | | | | | | | | | | https://github.com/nextcloud/spreed/pull/7327 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | Merge pull request #32242 from nextcloud/fix-logging-data-arrayblizzz2022-06-212-11/+52
|\ \ \ | |_|/ |/| | Fix logging data context to file
| * | Fix logging data context to fileThomas Citharel2022-05-022-11/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was only logged when an exception was provided or when using logData (which is not being much used). We make sure the interpolated parameters are not logged. Only tested with file write logger, but shouldn't work differently. Crash reporters always had the context. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #32868 from ↵blizzz2022-06-211-0/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/replace-opis-closure-by-laravel-fork Replace opis/closure by laravel/serializable-closure
| * | | Add a test about unserializing data from opis/closure serializationCôme Chilliet2022-06-201-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | We need to be able to unserialize data from before upgrade. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-testsCôme Chilliet2022-06-2118-966/+872
|\ \ \ \ | | | | | | | | | | Remove at matcher uses in tests/lib
| * | | | Remove some more at matchers in tests/libCôme Chilliet2022-06-209-405/+350
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove at matcher uses in tests/libCôme Chilliet2022-06-169-561/+522
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Fix email shares not being shown to other usersRichard Steinmetz2022-06-171-0/+312
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | make placeholder a const for reuseArthur Schiwon2022-06-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | fix overwriting original vars when loggingArthur Schiwon2022-06-161-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | add serializer testArthur Schiwon2022-06-161-0/+67
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updatesDaniel2022-06-141-0/+2
|\ \ \ | |/ / |/| | Run php tests when 3rdparty changed
| * | Run php tests when 3rdparty changedDaniel Kesselberg2022-06-101-0/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #32853 from nextcloud/fix/update-acceptance-composer-lockCôme Chilliet2022-06-131-327/+899
|\ \ \ | | | | | | | | Update dependencies in acceptance tests composer.lock
| * | | Update dependencies in acceptance tests composer.lockCôme Chilliet2022-06-131-327/+899
| | | | | | | | | | | | | | | | | | | | | | | | It should allow to run them on PHP>=8.0 with a recent phpunit. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #31966 from nextcloud/unencrypted-sizeVincent Petry2022-06-133-3/+24
|\ \ \ \ | | | | | | | | | | store unencrypted size in the unencrypted_size column
| * | | | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-022-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | add case statement to sql function builderRobin Appelman2022-06-021-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-6/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Modernize the LostControllerTest testThomas Citharel2022-06-101-33/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some depreciated at() calls Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Add password reset typed eventsThomas Citharel2022-06-101-12/+32
| |/ / / |/| | | | | | | | | | | | | | | | | | | These hooks are only used in the Encryption app from what I can see. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Keep non default protocol in cloud idJoas Schilling2022-06-091-53/+58
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | When there is no protocol on the cloud id, we assume it's https:// But this means that when an http:// server currently sends an OCM invite to another server, the protocol is striped and the remote instance will try to talk back to https:// which might not be available. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #32697 from nextcloud/fix/get-avatar-authzPytal2022-06-081-5/+28
|\ \ \
| * | | Test all scopesChristopher Ng2022-06-071-5/+8
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Fix get avatar authorizationChristopher Ng2022-06-071-0/+20
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Simlify tests for integrity check on modified mimetype listsJulius Härtl2022-06-073-254/+46
| |/ / |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add unit tests for encryption's isSystemWideMountPointVincent Petry2022-06-011-0/+41
|/ / | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #32371 from nextcloud/fix-31952Vincent Petry2022-06-011-1/+1
|\ \ | | | | | | More meaningfull message when a public authenticated share's password is wrong or has expired.
| * | More meaningfull message when a public authenticated share's password is ↵Cyrille Bollu2022-05-311-1/+1
| | | | | | | | | | | | | | | | | | wrong or has expired Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* | | Merge pull request #32667 from nextcloud/followup/32655/fix-testsblizzz2022-05-311-12/+30
|\ \ \ | | | | | | | | Fix unit tests
| * | | Fix unit testsJoas Schilling2022-05-311-12/+30
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #32587 from nextcloud/bugfix/noid/improve-jsconfighelperJoas Schilling2022-05-311-72/+52
|\ \ \ \ | |/ / / |/| | | Improve JSConfigHelper code quality a bit
| * | | Restore old behaviour of sending flase for not found appsJoas Schilling2022-05-301-72/+52
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #32591 from nextcloud/fix/node-testVincent Petry2022-05-302-27/+1
|\ \ \ | | | | | | | | Fix node tests ci
| * | | Fix node tests ciCarl Schwan2022-05-302-27/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #31948 from nextcloud/core-cleanup-74Carl Schwan2022-05-309-43/+31
|\ \ \ | |/ / |/| | Update core to PHP 7.4 standard
| * | Update core to PHP 7.4 standardCarl Schwan2022-05-209-43/+31
| | | | | | | | | | | | | | | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-243-260/+708
| | | | | | | | | | | | | | | | | | 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 #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-231-2/+2
|\ \ \ | |/ / |/| | Fix psalm issues related to the user backend