Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix: Remove some call and references to deprecated OC_Util class | Côme Chilliet | 2025-04-07 | 1 | -10/+10 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #52014 from nextcloud/fix/fix-movie-preview-construct | Kate | 2025-04-08 | 1 | -7/+10 | |
|\ \ \ | | | | | | | | | fix(preview): Fix constructor parameter name and default value | |||||
| * | | | fix(previews): Cleanup Movie provider code and remove deprecated static varsfix/fix-movie-preview-construct | Côme Chilliet | 2025-04-08 | 1 | -7/+10 | |
| |/ / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | refactor(RichObjectStrings): Only log error if key or value is not string in ↵fix/richobjectstrings/validator-string-key-value-error | provokateurin | 2025-04-08 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | validator Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | feat(ip): use larger IPv6 range by defaultfeat/larger_ipv6_range | Benjamin Gaussorgues | 2025-04-08 | 1 | -5/+5 | |
|/ / | | | | | | | | | | | | | Some providers assign `/48` IPv6 blocks instead of `/64` so it sounds safer to use this mask by default. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | Merge pull request #51836 from nextcloud/feat/cleanup-oc-util | Côme Chilliet | 2025-04-03 | 1 | -57/+39 | |
|\ \ | | | | | | | chore(legacy): Remove deprecated OC_Util::addScript and functions depending on it | |||||
| * | | chore(legacy): Remove deprecated OC_Util::addScript and functions depending ↵feat/cleanup-oc-util | Côme Chilliet | 2025-04-01 | 1 | -57/+39 | |
| |/ | | | | | | | | | | | | | | | | | | | on it Deprecated since 24, currently unused. Sadly not all related functions were officially marked as deprecated, but all of them were unused. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-password | Christoph Wurst | 2025-04-03 | 1 | -0/+40 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-support | Richard Steinmetz | 2025-04-01 | 1 | -2/+8 | |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | Merge pull request #50768 from nextcloud/perf/cron/delay-timedjob-checking | Christoph Wurst | 2025-03-31 | 3 | -17/+52 | |
|\ | | | | | perf(cron): Delay (re)checking timed jobs | |||||
| * | perf(cron): Delay (re)checking timed jobsperf/cron/delay-timedjob-checking | Christoph Wurst | 2025-03-31 | 3 | -17/+52 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10 | Joas Schilling | 2025-03-31 | 10 | -244/+187 | |
|\ \ | |/ |/| | fix(phpunit10): Migrate away from PHPUnit at() calls | |||||
| * | fix(phpunit): Remove some more withConsecutive callstechdebt/noid/prepare-phpunit10 | Joas Schilling | 2025-03-31 | 8 | -240/+183 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | fix: Adjust data provider name | Ferdinand Thiessen | 2025-03-27 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #51676 from nextcloud/fix/add-getappversions-replacement | Côme Chilliet | 2025-03-31 | 1 | -0/+4 | |
|\ \ | | | | | | | Add OC_App::getAppVersions replacement in IAppManager | |||||
| * | | chore(tests): Adapt TemplateLayoutTest to constructor change | Côme Chilliet | 2025-03-25 | 1 | -0/+4 | |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: add event status and participant statusfix/noid-add-status-and-set-attendee-status | SebastianKrupinski | 2025-03-28 | 3 | -0/+7 | |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | test: Adapt tests to properly use valid email addressesfix/filter-empty-email | Julius Knorr | 2025-03-26 | 1 | -25/+25 | |
|/ | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | |||||
* | Merge pull request #51490 from nextcloud/castUsersCountToInt | John Molakvoæ | 2025-03-25 | 1 | -0/+13 | |
|\ | | | | | fix(database): Cast users count to integer | |||||
| * | fix(database): Cast users count to integercastUsersCountToInt | Git'Fellow | 2025-03-20 | 1 | -0/+13 | |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | fix(IFilenameValidator): correctly handle case insensitivityfix/file-name-validator-case-sensitivity | Ferdinand Thiessen | 2025-03-21 | 1 | -1/+91 | |
| | | | | | | | | | | | | | | | | - forbidden names and forbidden base names are case **insensitive** so we need to check all lowercase here. - add test that config value is also read case insensitive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | chore: Move template functions out of legacy folder | Côme Chilliet | 2025-03-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Remove multiple require_once calls for template functions | Côme Chilliet | 2025-03-20 | 1 | -2/+0 | |
|/ | | | | | | Only require them when include the template file instead Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(cardav): only show useres from enabled addressBooks in contacts menufix/noid/contactsmenu-ab-enabled | Hamza Mahjoubi | 2025-03-17 | 1 | -18/+64 | |
| | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | |||||
* | test: fix CI when running Karma testsfix/reset-phone-number | Ferdinand Thiessen | 2025-03-16 | 1 | -3/+11 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(RichObjectStrings): Make exception messages for invalid parameters more ↵fix/rich-object-strings/better-exception-messages | provokateurin | 2025-03-12 | 1 | -2/+2 | |
| | | | | | | useful for debugging Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(mime-types): adjust compiled mime types and signfix/code-sign-test | Ferdinand Thiessen | 2025-03-12 | 2 | -3/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.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 | 2 | -20/+39 | |
|\ | | | | | fix: Deprecate OC_Template, add proper template manager instead | |||||
| * | fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManager | Côme Chilliet | 2025-03-06 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | 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 | 3 | -8/+10 | |
|\ | | | | | 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 | 2 | -4/+6 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |