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
2022-08-08Merge pull request #33415 from nextcloud/fix/integration-test-notifCarl Schwan
Fix integration tests
2022-08-08Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan
Remove OCP\App and OCP\BackgroundJob
2022-08-05Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry
allow apps to specify methods carrying sensitive parameters
2022-08-04Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-testsCôme Chilliet
Remove at matchers from tests in oauth2 and tests/Test
2022-08-02Support specifying IPv6 proxies in CIDR notationSimon Leiner
Previously, it was not possible to use CIDR notation for IPv6 proxies in the trusted_proxies parameter of config.php [1]. This patch adds support for that. [1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies Signed-off-by: Simon Leiner <simon@leiner.me>
2022-08-02Merge pull request #32958 from ↵Julius Härtl
nextcloud/fix/noid/permission-update-allow-public-uploads
2022-08-02Remove at matchers from tests in:fix/remove-at-matchers-in-testsCôme Chilliet
* apps/oauth2 * tests/Test/Repair/Owncloud Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-02fix share manager testsfix/noid/permission-update-allow-public-uploadsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-08-01Fix dynamic property creations in test filesfix/fix-dynamic-properties-in-testsCôme Chilliet
This fixes warnings in PHP 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-01Fix integration testsfix/integration-test-notifCarl Schwan
The html tags changed in the notification apps, adapt selector to the new state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-01Merge pull request #32482 from nextcloud/enh/noid/share-attributesCarl Schwan
Add share attributes + prevent download permission
2022-07-29Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan
Handle one time password better
2022-07-29add unit test for ExceptionSerializerenh/noid/sensitive-methods-appsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-28Fix share attribute related tests + code styleVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Add share attributes + prevent download permissionVincent Petry
Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Handle one time password betterfix/handle-one-time-passwordsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27Redesign guest pages for better accessibilityCarl Schwan
- Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-26Adjust acceptance tests to changes in sharing tabDaniel Calviño Sánchez
The name of the user shared with is now marked with a "span" rather than with "h5". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-26Merge pull request #33320 from ↵Vincent Petry
nextcloud/bugfix/noid/remove-files-duplicate-dom-ids Replace files app ids to classes
2022-07-26Merge pull request #33031 from nextcloud/fix/improve-local-ip-detectionCôme Chilliet
Improve local IP detection
2022-07-26Replace files app ids to classesVincent Petry
Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-25Merge pull request #33129 from nextcloud/fix-reading-blob-as-resourcesblizzz
Fix reading blob data as resource
2022-07-25Delete comments that expired nowVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-25Fix reading blob data as resourceThomas Citharel
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB (which is used for QBMapper). Previously we just converted this resource using settype, which produced things like "Resource id #14" instead of the actual resource data. Now we read the stream correctly if the returned data is a resource See context at #22472 Fixes #22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-07-22fix Controller testsArthur Schiwon
- added pageTitle in code was missing in expectations - fixed warnings of superflouos parameter - fixed wrong type of mock Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-18Merge pull request #32981 from nextcloud/typing/carl/simplefsCarl Schwan
Add typing to SimpleFS
2022-07-14Add typing to SimpleFStyping/carl/simplefsCarl Schwan
- Fix putContent sometimes return a bool and sometimes nothing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-14Move CappedMemoryCache to OCPfeat/capped-memorycache-ocpCarl Schwan
This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-12Merge pull request #32552 from nextcloud/enh/improve-job-handling-commandsCôme Chilliet
Improve job handling through occ
2022-07-12Fix DummyJobList typingCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-07-12Use Symfony IpUtils to check for local IP rangesfix/improve-local-ip-detectionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-07-11Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan
Cleanup avatar related code
2022-07-11Fix DummyJobList class used by testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-07-08Merge pull request #33110 from nextcloud/feat/handle-onetime-password-largeblizzz
Handle one time password and very large passwords
2022-07-05Make Color class publiccleanup/avatar-codeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05Handler large passwordsCarl Schwan
For passwords bigger than 250 characters, use a bigger key since the performance impact is minor (around one second to encrypt the password). For passwords bigger than 470 characters, give up earlier and throw exeception recommanding admin to either enable the previously enabled configuration or use smaller passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05Handle one time passwordsCarl Schwan
This adds an option to disable storing passwords in the database. This might be desirable when using single use token as passwords or very large passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-01Adjust fake managertechdebt/noid/allow-expiring-comments-of-multiple-objects-in-one-goJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Allow to expire comments of multiple objects with one callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-30use blueprint from repoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-28Merge pull request #32960 from nextcloud/fix/avoid-using-undeclared-propertiesCôme Chilliet
Fix PHP 8.2 warnings about undeclared properties
2022-06-27Merge pull request #32998 from nextcloud/fix/setting_nameLouis
Rename setting name to reduce its length
2022-06-27Rename setting name to reduce its lengthLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-24Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz
Add comments expire date
2022-06-22Cleanup avatar related codeCarl Schwan
- Move event listener to new event handling - Add typing almost everywhere - Fix inconsistent interface parameter Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-21Merge pull request #32242 from nextcloud/fix-logging-data-arrayblizzz
Fix logging data context to file
2022-06-21Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-06-21Merge pull request #32868 from ↵blizzz
nextcloud/fix/replace-opis-closure-by-laravel-fork Replace opis/closure by laravel/serializable-closure
2022-06-21Merge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-testsCôme Chilliet
Remove at matcher uses in tests/lib