aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix: make sure we process mime extensions as stringskjnldsv2025-02-091-0/+35
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(FediverseAction): Ensure valid fediverse links are generatedFerdinand Thiessen2025-02-061-0/+186
| | | | | | Harden also for existing values of the profile. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(AccountManager): Sanitize social media handlesFerdinand Thiessen2025-02-061-50/+200
| | | | | | Ensure to only accept valid X and fediverse handles. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Exclude non accepted shares when computing access listbackport/50519/stable31Louis Chemineau2025-01-301-0/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #50508 from nextcloud/backport/50436/stable31Andy Scherzinger2025-01-282-5/+10
|\ | | | | [stable31] fix: Harden files scanner for invalid null access
| * fix: Harden files scanner for invalid null accessbackport/50436/stable31Ferdinand Thiessen2025-01-282-5/+10
| | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(sharing): Move permission validation to share managerFerdinand Thiessen2025-01-281-4/+24
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50468 from nextcloud/backport/50234/stable31Andy Scherzinger2025-01-273-213/+171
|\ | | | | [stable31] fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist
| * fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbackport/50234/stable31Joas Schilling2025-01-273-213/+171
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(preview): Filter for folders in cleanup old preview jobbackport/48581/stable31Dario 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(taskprocessing): Fix testsMarcel Klehr2025-01-251-0/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Metadata field searchbackport/50273/stable31Louis Chemineau2025-01-251-2/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(TemplateLayout): `core` is not an app but the server itselfFerdinand 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 ↵backport/50389/stable31provokateurin2025-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>
* | fix(lexicon): syntaxfeat/noid/lexicon-configurable-default-valueMaxence Lange2025-01-141-5/+0
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(lexicon): configurable default valueMaxence Lange2025-01-142-0/+9
| | | | | | | | 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-133-0/+276
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirementsJoas Schilling2025-01-086-16/+216
|\ | | | | feat(ocp): calendar event builder api
| * fix(license): Move license closer to fileJoas Schilling2025-01-082-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirementsRichard Steinmetz2025-01-064-16/+212
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix: Remove skip of grant page, only skip first stepCôme Chilliet2025-01-071-4/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: Adapt tests to added constructor parametersCôme Chilliet2025-01-072-33/+27
| | | | | | | | 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 #49560 from nextcloud/fix/login-originStephan Orbaugh2024-12-201-5/+23
|\ | | | | feat(login): add origin check at login
| * feat(login): add origin check at loginBenjamin Gaussorgues2024-12-051-5/+23
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | 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>
* | Merge pull request #49833 from nextcloud/chore/noid/coverageDaniel2024-12-171-0/+1
|\ \ | | | | | | chore: ignore vendor-bin for coverage
| * | chore: ignore vendor-bin for coverageDaniel Kesselberg2024-12-161-0/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.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): allow setting color with occskjnldsv2024-12-061-3/+5
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | feat(systemtags): add color support backendskjnldsv2024-12-061-20/+28
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>