aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48675 from georglauterbach/masterCôme Chilliet2024-11-141-2/+3
|\
| * fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-061-2/+3
* | fix(profile): make sure the app cannot be disabled as it was in coreskjnldsv2024-11-142-2/+12
* | chore(profile): move profile app from core to appsskjnldsv2024-11-141-78/+0
* | feat: add iMip Request HandlingSebastianKrupinski2024-11-071-10/+336
* | test: add some minimal testing for metadata storagemetadata-storage-idRobin Appelman2024-11-071-0/+98
* | fix(richobjectstrings): Add missing placeholder validationJoas Schilling2024-11-061-1/+46
* | Merge pull request #49039 from nextcloud/jtr/fix-ipv6-zone-ids-link-localJohn Molakvoæ2024-11-062-0/+3
|\ \
| * | fix(tests): Add IpAddressClassifier v6 zone ID testjtr/fix-ipv6-zone-ids-link-localJosh2024-11-041-0/+1
| * | fix(tests): Add RemoteAddress v6 zone ID testJosh2024-11-041-0/+2
* | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-061-0/+76
|\ \ \
| * | | feat(DeclarativeSettings): Allow to implement value getter and setter directl...Ferdinand Thiessen2024-10-151-0/+76
* | | | fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-051-0/+32
* | | | fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+26
* | | | Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-...Côme Chilliet2024-11-041-3/+187
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownershipCôme Chilliet2024-10-141-10/+14
| * | | fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-10-141-16/+84
| * | | fix(tests): Fix share tests to test new reshare promotion systemCôme Chilliet2024-10-141-17/+17
| * | | fix: Tidy up code for reshare deletionCôme Chilliet2024-10-141-8/+8
| * | | fix: delete re-shares when deleting the parent shareLuka Trovic2024-10-141-3/+115
* | | | fix(users): improve recently active searchBenjamin Gaussorgues2024-10-301-3/+64
* | | | 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