Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix(AccountManager): Sanitize social media handles | Ferdinand Thiessen | 2025-02-06 | 1 | -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 listartonge/fix/access_list_unaccepted_shares | Louis Chemineau | 2025-01-30 | 1 | -0/+9 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | fix: Harden files scanner for invalid null access | Ferdinand Thiessen | 2025-01-28 | 2 | -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 manager | Ferdinand Thiessen | 2025-01-28 | 1 | -4/+24 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #48581 from hammer065/fix/issue-35936 | Andy Scherzinger | 2025-01-27 | 1 | -0/+31 | |
|\ | | | | | fix: Filter for folders in cleanup old preview job | |||||
| * | fix(preview): Filter for folders in cleanup old preview job | Dario Mehlich | 2025-01-27 | 1 | -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-bypass | Joas Schilling | 2025-01-27 | 3 | -213/+171 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #50273 from nextcloud/artonge/fix/metadata_field_search | Ferdinand Thiessen | 2025-01-25 | 1 | -2/+7 | |
|\ | | | | | fix: Metadata field search | |||||
| * | fix: Metadata field searchartonge/fix/metadata_field_search | Louis Chemineau | 2025-01-20 | 1 | -2/+7 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | Merge pull request #50331 from nextcloud/fix/perf/cache-avilable-taskt-types | Marcel Klehr | 2025-01-25 | 1 | -0/+2 | |
|\ \ | | | | | | | fix(taskprocessing): More caching | |||||
| * | | fix(taskprocessing): Fix tests | Marcel Klehr | 2025-01-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | | fix(TemplateLayout): `core` is not an app but the server itselffix/get-version-of-core | Ferdinand Thiessen | 2025-01-24 | 1 | -13/+19 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | fix: Correctly return app id and app version for `core` styles and images | Ferdinand Thiessen | 2025-01-24 | 1 | -0/+103 | |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Revert "fix(Share20\Manager): Ensure node is still accessible when checking ↵revert/share-node-accessible | provokateurin | 2025-01-24 | 1 | -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 tags | Benjamin Gaussorgues | 2025-01-22 | 1 | -20/+92 | |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | test: fix periodic `Test\Group\DatabaseTest::testSearchGroups` failurejtr/fix-testSearchGroups | Josh | 2025-01-22 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
* | | Merge pull request #50214 from nextcloud/feat/show-time-diff-user | Ferdinand Thiessen | 2025-01-20 | 1 | -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-user | Ferdinand Thiessen | 2025-01-16 | 1 | -27/+79 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #50171 from nextcloud/enh/limit-ldap-user-count | Côme Chilliet | 2025-01-16 | 1 | -32/+9 | |
|\ \ | |/ |/| | Limit ldap user count | |||||
| * | chore(tests): Adapt tests to the countUsers refactor | Côme Chilliet | 2025-01-14 | 1 | -32/+9 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | test: Update tests | Christopher Ng | 2025-01-15 | 1 | -0/+7 | |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | fix(lexicon): syntaxfeat/noid/lexicon-configurable-default-value | Maxence Lange | 2025-01-14 | 1 | -5/+0 | |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | feat(lexicon): configurable default value | Maxence Lange | 2025-01-14 | 2 | -0/+9 | |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | test: update test for mountpoint numeric storage idmountpoint-get-numeric-storage-id-cache | Robin Appelman | 2025-01-13 | 1 | -0/+2 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | feat(ocp): add calendar api to retrieve availability of attendeesfeat/ocp/attendee-availability-api | Richard Steinmetz | 2025-01-13 | 3 | -0/+276 | |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | Merge pull request #49888 from nextcloud/feat/ocp/meetings-api-requirements | Joas Schilling | 2025-01-08 | 6 | -16/+216 | |
|\ | | | | | feat(ocp): calendar event builder api | |||||
| * | fix(license): Move license closer to file | Joas Schilling | 2025-01-08 | 2 | -0/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | feat(ocp): calendar event builder apifeat/ocp/meetings-api-requirements | Richard Steinmetz | 2025-01-06 | 4 | -16/+212 | |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | fix: Remove skip of grant page, only skip first step | Côme Chilliet | 2025-01-07 | 1 | -4/+0 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | chore: Adapt tests to added constructor parameters | Côme Chilliet | 2025-01-07 | 2 | -33/+27 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: improve checks for moving shares/storages into other mounts | Robin Appelman | 2025-01-03 | 1 | -9/+42 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #49560 from nextcloud/fix/login-origin | Stephan Orbaugh | 2024-12-20 | 1 | -5/+23 | |
|\ | | | | | feat(login): add origin check at login | |||||
| * | feat(login): add origin check at login | Benjamin Gaussorgues | 2024-12-05 | 1 | -5/+23 | |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | Merge pull request #49727 from nextcloud/feat/make-tasks-types-toggleable | Andy Scherzinger | 2024-12-18 | 1 | -7/+58 | |
|\ \ | | | | | | | Feat: make taskprocessing task types toggleable | |||||
| * | | fix: egt rid of unused variablefeat/make-tasks-types-toggleable | Jana Peper | 2024-12-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | |||||
| * | | test: add explicitly enabled task type unit test | Jana Peper | 2024-12-18 | 1 | -1/+36 | |
| | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | |||||
| * | | test: add disabled task type unit test | Jana Peper | 2024-12-18 | 1 | -7/+24 | |
| | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | |||||
* | | | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 1 | -0/+17 | |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #49833 from nextcloud/chore/noid/coverage | Daniel | 2024-12-17 | 1 | -0/+1 | |
|\ \ | | | | | | | chore: ignore vendor-bin for coverage | |||||
| * | | chore: ignore vendor-bin for coverage | Daniel Kesselberg | 2024-12-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | fix(lexicon): renaming and minor fixesfeature/noid/config-lexicon | Maxence Lange | 2024-12-13 | 1 | -4/+0 | |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 7 | -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-wrapping | Côme Chilliet | 2024-12-12 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 1 | -2/+3 | |
|\ \ | | | | | | | add activity logging for favorites in dav | |||||
| * | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 1 | -2/+3 | |
| | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | |||||
* | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstore | John Molakvoæ | 2024-12-11 | 1 | -0/+35 | |
|\ \ \ | ||||||
| * | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstore | Robin Appelman | 2024-12-05 | 1 | -0/+35 | |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | feat(systemtags): allow setting color with occ | skjnldsv | 2024-12-06 | 1 | -3/+5 | |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | | feat(systemtags): add color support backend | skjnldsv | 2024-12-06 | 1 | -20/+28 | |
|/ / | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | test(View): Copy preserves content | Louis Chemineau | 2024-12-03 | 1 | -0/+8 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |