aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-gr...John Molakvoæ2024-10-291-0/+23
|\
| * test: add test for nested jail cross-storage movefix-copying-or-moving-from-shared-groupfoldersRobin Appelman2024-10-101-0/+23
* | fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-281-17/+174
* | Merge pull request #48915 from nextcloud/fix/encrypt-decrypt-passwordKate2024-10-281-3/+19
|\ \
| * | fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-281-5/+4
| * | fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-281-3/+20
* | | Merge pull request #48912 from nextcloud/bugfix/exception-appscreenshot-notst...Ferdinand Thiessen2024-10-285-1/+78
|\ \ \
| * | | fix(appinfo): Make sure screenshot, author and category are always arraysbugfix/exception-appscreenshot-notstringJoas Schilling2024-10-285-1/+78
| |/ /
* | | Merge pull request #48614 from nextcloud/refactor/storage/constructorsKate2024-10-283-6/+6
|\ \ \ | |/ / |/| |
| * | refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-233-6/+6
* | | fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-5/+39
|/ /
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-187-50/+243
|\ \
| * | fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-175-13/+13
| * | feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-175-44/+237
* | | fix(comments): Add test for email mentionfeat/noid/support-email-mentionsJoas Schilling2024-10-181-0/+6
|/ /
* | fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-161-6/+0
* | Merge pull request #48673 from nextcloud/fix/null-labelFerdinand Thiessen2024-10-141-0/+34
|\ \
| * | fix(share): Return empty string if no label is setFerdinand Thiessen2024-10-141-0/+34
* | | fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-versionFerdinand Thiessen2024-10-141-0/+84
|/ /
* | Merge pull request #48537 from nextcloud/add-command-to-cleanup-previewKate2024-10-141-0/+176
|\ \ | |/ |/|
| * feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-031-0/+176
* | Merge pull request #48610 from nextcloud/fix/usertrait/backend-initializationKate2024-10-081-0/+3
|\ \
| * | fix(UserTrait): Fix backend initializationfix/usertrait/backend-initializationprovokateurin2024-10-081-0/+3
* | | refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-073-14/+12
|/ /
* | refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-071-109/+119
* | refactor(Stream\Encryption): Migrate to strong typesprovokateurin2024-10-071-26/+38
* | test(settings): Correctly only return bool for Symfony Input::hasParameterOpt...dependabot/composer/symfony-6.4Joas Schilling2024-10-071-7/+17
* | fix(message): Fix logic of Mail testJoas Schilling2024-10-071-5/+5
* | test: Fix mock creationJoas Schilling2024-10-071-4/+3
* | Merge pull request #47896 from nextcloud/fix/resiliant-user-removalFerdinand Thiessen2024-10-071-14/+67
|\ \ | |/ |/|
| * fix: Make user removal more resilientFerdinand Thiessen2024-09-261-14/+67
* | chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowedDaniel Kesselberg2024-10-011-1/+7
* | Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-011-0/+15
|\ \
| * | test: re-add object store primary storage phpunit testsRobin Appelman2024-09-271-0/+15
* | | chore: Drop unused legacy `OC_Files`Ferdinand Thiessen2024-09-281-2/+2
* | | feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-281-7/+7
|/ /
* / test: Fix IStorage return typesprovokateurin2024-09-265-11/+45
|/
* Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-242-2/+17
|\
| * fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbinCôme Chilliet2024-09-241-1/+16
| * fix(tests): Fix tests now that trashbin listens to events properlyCôme Chilliet2024-09-231-1/+1
* | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-242-1/+31
* | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-231-4/+4
* | fix(rtl): Add unittest for language directionMostafa Ahangarha2024-09-231-0/+18
|/
* Merge pull request #48111 from nextcloud/fix/move-storage-constructor-to-spec...Côme Chilliet2024-09-231-1/+0
|\
| * fix(tests): Fix test to remove call to non-existing constructorfix/move-storage-constructor-to-specific-interfaceCôme Chilliet2024-09-231-1/+0
* | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-231-5/+1
|\ \
| * | fix(tests): Fix test selection and run unit tests of DAV and user_statusJoas Schilling2024-09-191-5/+1
* | | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-235-30/+48
| |/ |/|
* | Merge pull request #43968 from exi/custom-binary-search-pathsAndy Scherzinger2024-09-201-0/+84
|\ \
| * | feat: make search path for BinaryFinder customizable.Reno Reckling2024-09-201-0/+84