aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #48581 from hammer065/fix/issue-35936Andy Scherzinger2025-01-271-0/+31
|\ | | | | fix: Filter for folders in cleanup old preview job
| * fix(preview): Filter for folders in cleanup old preview jobDario Mehlich2025-01-271-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #35936. When running `OC\Preview\BackgroundCleanupJob`, the main iteration loop in `run()` expects a folder, however, `getOldPreviewLocations()` currently does not filter by mimetype and therefore can yield a non-folder entry which causes an Exception when constructing the Folder impl. Filtering for `httpd/unix-directory`, as `getNewPreviewLocations()` already does, fixes this issue. Signed-off-by: Dario Mehlich <d.mehlich@gmail.com>
* | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-273-213/+171
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #50273 from nextcloud/artonge/fix/metadata_field_searchFerdinand Thiessen2025-01-251-2/+7
|\ | | | | fix: Metadata field search
| * fix: Metadata field searchartonge/fix/metadata_field_searchLouis Chemineau2025-01-201-2/+7
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #50331 from nextcloud/fix/perf/cache-avilable-taskt-typesMarcel Klehr2025-01-251-0/+2
|\ \ | | | | | | fix(taskprocessing): More caching
| * | fix(taskprocessing): Fix testsMarcel Klehr2025-01-241-0/+2
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | fix(TemplateLayout): `core` is not an app but the server itselffix/get-version-of-coreFerdinand Thiessen2025-01-241-13/+19
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix: Correctly return app id and app version for `core` styles and imagesFerdinand Thiessen2025-01-241-0/+103
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Revert "fix(Share20\Manager): Ensure node is still accessible when checking ↵revert/share-node-accessibleprovokateurin2025-01-241-29/+4
| | | | | | | | | | | | | | | | share" This reverts commit c2ca99e2f641396b6823c1e675afd3ecb486e744. Signed-off-by: provokateurin <kate@provokateurin.de>
* | feat(systemtags): add setting to block non admin to create system tagsBenjamin Gaussorgues2025-01-221-20/+92
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failurejtr/fix-testSearchGroupsJosh2025-01-221-2/+2
| | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #50214 from nextcloud/feat/show-time-diff-userFerdinand Thiessen2025-01-201-27/+79
|\ \ | |/ |/| feat(contacts): Show time difference for users in different timezones
| * feat(contacts): Show time difference for users in different timezonesfeat/show-time-diff-userFerdinand Thiessen2025-01-161-27/+79
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-countCôme Chilliet2025-01-161-32/+9
|\ \ | |/ |/| Limit ldap user count
| * chore(tests): Adapt tests to the countUsers refactorCôme Chilliet2025-01-141-32/+9
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | test: Update testsChristopher Ng2025-01-151-0/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(lexicon): configurable default valueMaxence Lange2025-01-141-0/+4
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | test: update test for mountpoint numeric storage idmountpoint-get-numeric-storage-id-cacheRobin Appelman2025-01-131-0/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-apiRichard Steinmetz2025-01-131-0/+260
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirementsJoas Schilling2025-01-082-16/+183
|\ | | | | feat(ocp): calendar event builder api
| * feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirementsRichard Steinmetz2025-01-062-16/+183
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | chore: Adapt tests to added constructor parametersCôme Chilliet2025-01-071-3/+3
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: improve checks for moving shares/storages into other mountsRobin Appelman2025-01-031-9/+42
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleableAndy Scherzinger2024-12-181-7/+58
|\ | | | | Feat: make taskprocessing task types toggleable
| * fix: egt rid of unused variablefeat/make-tasks-types-toggleableJana Peper2024-12-181-1/+0
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * test: add explicitly enabled task type unit testJana Peper2024-12-181-1/+36
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * test: add disabled task type unit testJana Peper2024-12-181-7/+24
| | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon2024-12-181-0/+17
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(lexicon): renaming and minor fixesfeature/noid/config-lexiconMaxence Lange2024-12-131-4/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(config): implementation of lexiconMaxence Lange2024-12-137-2/+314
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrappingCôme Chilliet2024-12-121-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-davJulius Knorr2024-12-121-2/+3
|\ | | | | add activity logging for favorites in dav
| * refactor(tags): move favorite event dispatching to tags.phpgrnd-alt2024-12-031-2/+3
| | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstoreJohn Molakvoæ2024-12-111-0/+35
|\ \
| * | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-051-0/+35
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | feat(systemtags): add color support backendskjnldsv2024-12-061-20/+28
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | test(View): Copy preserves contentLouis Chemineau2024-12-031-0/+8
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-031-0/+1
|/ | | | | | Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #49515 from ↵Joas Schilling2024-11-281-3/+38
|\ | | | | | | | | nextcloud/bugfix/noid/boolean-false-in-multipart-form-data fix(controller): Fix false booleans in multipart/form-data
| * fix(controller): Fix false booleans in multipart/form-dataJoas Schilling2024-11-281-3/+38
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #49493 from ↵John Molakvoæ2024-11-281-5/+14
|\ \ | | | | | | | | | nextcloud/artonge/feat/pwd_confirmation_allow_set_period
| * | test:(PasswordConfirmationMiddleware): Fix constructor callLouis Chemineau2024-11-281-5/+14
| |/ | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* / fix(migration): Decrypt ownCloud secrets v2Christoph Wurst2024-11-281-0/+13
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(Share20\Manager): Ensure node is still accessible when checking shareprovokateurin2024-11-251-4/+29
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(Share20\Manager): Return all shares on IShareOwnerlessMountprovokateurin2024-11-251-0/+69
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath()provokateurin2024-11-251-0/+85
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Wrap partial cache entry in CacheEntryartonge/fix/getting_cache_entryLouis Chemineau2024-11-211-3/+4
| | | | | | | | Because it is returned here: https://github.com/nextcloud/server/blob/7b7d07c5750583ab3a7b29112af475f5c8891143/lib/private/Files/Cache/Cache.php#L136-L137 And some implementation got stricter: https://github.com/nextcloud/groupfolders/blob/df95bf6ba807da5171de91108879b6d8aa9f3611/lib/Mount/RootEntryCache.php#L23-L28 Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(Mailer): add "null" SMTP transport modeThomas Lehmann2024-11-191-0/+20
| | | | | | | | | | | | | | | | == Goal Allow disabling mail delivery altogether. == Usecase If mails ought to be send by other means than rendering messages from templates and sending them via SMTP-like protocols. Example: listening to specific Nextcloud events and pass parameters to a centralized (i.e. REST-based) API that sends e-mails. Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
* feat(Mailer): implement cachingThomas Lehmann2024-11-191-0/+6
| | | | | | | | | | | | | Currently $this->instance is never set, so the code is no-op. This brings back caching of the instance. Caching broke with be7db1573dc8c6e7309ec9db124a7a74b8b41199 Swift to \Swift_Mailer as abstraction Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>