Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(MigrationService): adjust for changed naming restrictions | Ferdinand Thiessen | 6 days | 1 | -211/+387 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test(DB): split MetadataManager tests into their own class | Ferdinand Thiessen | 6 days | 2 | -176/+198 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabled | Hamza Mahjoubi | 8 days | 1 | -18/+64 |
| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | fix(RichObjectStrings): Make exception messages for invalid parameters more ↵fix/rich-object-strings/better-exception-messages | provokateurin | 13 days | 1 | -2/+2 |
| | | | | | | useful for debugging Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 2025-03-11 | 1 | -14/+13 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(lookup-server): do not query data by default | Ferdinand Thiessen | 2025-03-11 | 1 | -4/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanup | Côme Chilliet | 2025-03-10 | 1 | -17/+36 |
|\ | | | | | fix: Deprecate OC_Template, add proper template manager instead | ||||
| * | chore: Adapt TemplateLayout tests | Côme Chilliet | 2025-03-06 | 1 | -17/+36 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #51130 from nextcloud/fix/credential-passwordless-auth | Julius Knorr | 2025-03-07 | 1 | -0/+40 |
|\ \ | |/ |/| | fix: Do not build encrypted password if there is none | ||||
| * | fix: Do not build encrypted password if there is nonefix/credential-passwordless-auth | Julius Knorr | 2025-03-06 | 1 | -0/+40 |
| | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | Merge pull request #47686 from nextcloud/fix/move-email-logic-local-user-backend | Côme Chilliet | 2025-03-04 | 1 | -148/+0 |
|\ \ | | | | | | | fix: Move login via email logic to local backend | ||||
| * | | fix: Move login via email logic to local backendfix/move-email-logic-local-user-backend | Ferdinand Thiessen | 2025-03-03 | 1 | -148/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backends can decide which names they accept for login, e.g. with user_ldap you can configure arbitrary login fields. This was a hacky approach to allow login via email, so instead this is now only handled by the local user backend. This also fixes some other related problems: Other logic relys on `backend::get()` which was not handling email, so e.g. password policy could not block users logged in via email if they use out-dated passwords. Similar for other integrations, as the user backend was not consistent with what is a login name and what not. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #51116 from nextcloud/enh/noid/nullable-range | Arthur Schiwon | 2025-03-04 | 1 | -1/+11 |
|\ \ \ | |/ / |/| | | feat(AppFramework): extend range check to optional parameters | ||||
| * | | feat(AppFramework): extend range check to optional parametersenh/noid/nullable-range | Arthur Schiwon | 2025-02-27 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | Now it also applies when a paramater is documtend with a pending |null, but no further unionation is considered. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | refactor(TempManager): Simplify and unify implementations and remove legacy ↵refactor/tempmanager | provokateurin | 2025-03-03 | 1 | -18/+7 |
|/ / | | | | | | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-app | Côme Chilliet | 2025-02-27 | 2 | -12/+10 |
|\ \ | | | | | | | fix: Replace OC_App calls by IAppManager | ||||
| * | | fix: Remove incorrect `@throws` annotations and move away from OC_Appfix/move-away-from-oc-app | Côme Chilliet | 2025-02-24 | 1 | -12/+7 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(tests): Adapt tests to appManager usage | Côme Chilliet | 2025-02-24 | 1 | -0/+3 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | feat: support migrating an instance to shardingsharding-existing | Robin Appelman | 2025-02-25 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor: convert sanitize account properties repair step to background jobfix/account-property-validation | Ferdinand Thiessen | 2025-02-24 | 2 | -10/+55 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Optimize repair step performance | Ferdinand Thiessen | 2025-02-24 | 1 | -1/+26 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: validate account properties as a repair step | Ferdinand Thiessen | 2025-02-24 | 1 | -0/+89 |
| | | | | | | | | Replace `ValidatePhoneNumber` from Nextcloud 21 with a new repair step, `ValidateAccountProperties` which validates and sanitizes all account properties. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Change UserAgent to *cloudfix/noid/thudnerbird-addon-useragent | Johannes Endres | 2025-02-19 | 1 | -1/+1 |
| | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de> | ||||
* | Merge pull request #49648 from nextcloud/fix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 2 | -7/+7 |
|\ | | | | | Clarify app manager method names | ||||
| * | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Fix UserTest to return valid configuration values | Côme Chilliet | 2025-02-10 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #50660 from nextcloud/fix/mime-int | John Molakvoæ | 2025-02-06 | 1 | -0/+35 |
|\ | | | | | fix: make sure we process mime extensions as string | ||||
| * | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-05 | 1 | -0/+35 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(FediverseAction): Ensure valid fediverse links are generated | Ferdinand Thiessen | 2025-02-06 | 1 | -0/+186 |
| | | | | | | | | | | | | Harden also for existing values of the profile. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | 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> |