summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-073-23/+135
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43114 from ↵Joas Schilling2024-03-072-82/+187
|\ | | | | | | | | nextcloud/bugfix/noid/automatically-encrypt-sensitive-values feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the database
| * fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-0/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵Joas Schilling2024-03-062-83/+179
| | | | | | | | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppathFerdinand Thiessen2024-03-071-4/+4
|\ \ | |/ |/| fix(JSResourceLocator): Consider configured app roots for files
| * fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44041 from nextcloud/artonge/revert/twofactor_cleanup_changeLouis2024-03-061-6/+1
|\ \ | | | | | | Revert change in TwoFactorAuth CleanupTest.php
| * | Revert change in TwoFactorAuth CleanupTest.phpLouis Chemineau2024-03-061-6/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplicationJohn Molakvoæ2024-03-061-11/+11
|\ \ \ | | | | | | | | use lazy user in UserMountCache for getting user for cached mount instead of duplicating logic
| * | | fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-11/+11
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-061-106/+0
|\ \ \ \ | | | | | | | | | | cleanup: remove long depricated share code
| * | | | chore: remove long depricated share codeRobin Appelman2024-03-061-106/+0
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #44029 from nextcloud/share-manager-buildRobin Appelman2024-03-061-176/+19
|\ \ \ \ | |_|/ / |/| | | refactor: make share manager buildable
| * | | refactor: make share manager buildableRobin Appelman2024-03-061-176/+19
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / fix(files_versions): Improve files version listingLouis Chemineau2024-03-061-1/+6
|/ / | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-058-103/+150
|\ \ | | | | | | Cache path by id
| * | perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-046-45/+92
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-042-58/+58
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43975 from nextcloud/search-optimize-fixesRobin Appelman2024-03-051-0/+146
|\ \ \ | | | | | | | | Handle more cases in the MergeDistributive search query optimizer
| * | | test: Additional tests for issue #35776Dariusz Olszewski2024-03-041-0/+146
| |/ / | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-041-1/+9
|\ \ \ | | | | | | | | Share api cleanup
| * | | fix: remove old test-only methodsRobin Appelman2024-02-261-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-042-3/+11
| |/ / |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #43057 from nextcloud/feat/cache-authtokenJohn Molakvoæ2024-03-012-17/+13
|\ \ \ | |_|/ |/| |
| * | feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-17/+13
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-3/+48
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / feat(comments): Allow mentions of federated users, groups and teams in the ↵Joas Schilling2024-02-271-29/+38
|/ | | | | | future Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #40726 from nextcloud/feat/new-user-emailCôme Chilliet2024-02-261-0/+170
|\ | | | | feat: Email option in `occ user:add` command
| * add generate-password option and flow fixesAnupam Kumar2024-02-241-40/+82
| | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * new user password email option, improved on #29368Anupam Kumar2024-02-241-27/+29
| | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * Enable adding E-Mail addresses to new user accounts using the CLIPhilip Gatzka2024-02-241-0/+126
| | | | | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org>
* | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-261-22/+76
|\ \
| * | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-22/+76
| | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Adjust tests to match new expected exceptionRobin Kluth2024-02-241-3/+3
| |/ |/| | | Signed-off-by: Robin Kluth <Commifreak@users.noreply.github.com>
* | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-232-33/+45
|\ \
| * | add key location to info:file outputRobin Appelman2024-02-012-33/+45
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #40111 from summersab/refactor/OC-Server-getAppFetcherJohn Molakvoæ2024-02-231-3/+3
|\ \ \
| * | | Refactor `OC\Server::getAppFetcher`Andrew Summers2024-02-231-3/+3
| | |/ | |/| | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | Merge pull request #30417 from nextcloud/sualko-patch-1John Molakvoæ2024-02-231-0/+39
|\ \ \
| * | | fix xml ocs response for serializable objectsKlaus2024-02-231-0/+39
| |/ / | | | | | | | | | | | | Signed-off-by: sualko <klaus@jsxc.org> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #39607 from ↵John Molakvoæ2024-02-231-1/+1
|\ \ \ | |/ / |/| | | | | FedericoHeichou/fix-double-dots-with-pipe-sendmail
| * | Add "-i" to MailTest's pipe FedericoHeichou2024-01-191-1/+1
| | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* | | feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-201-1/+19
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+27
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-3/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-151-0/+44
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | optimize query pattern used by storage filterRobin Appelman2024-02-155-0/+341
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #43552 from ↵Joas Schilling2024-02-151-288/+119
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/rfc7239-compatible-proxy-handling fix(request): Handle reverse proxy setting a port in Forwarded-For
| * | | test(request): Add tests to strip the port when forwarding requestsJoas Schilling2024-02-131-288/+119
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix: phpunitJohn Molakvoæ2024-02-132-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>