Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-24 | 110 | -546/+546 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(autoloader): Fix location of class to be autoloadablebugfix/noid/fix-psr4-class | Joas Schilling | 2025-05-23 | 2 | -40/+61 |
| | | | | | | > Class FeedBackHandler located in ./core/ajax/update.php does not comply with psr-4 autoloading standard (rule: OC\Core\ => ./core). Skipping. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-22 | 2 | -0/+52 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-21 | 110 | -382/+0 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-20 | 8 | -24/+264 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-19 | 6 | -2/+416 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-18 | 4 | -0/+470 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-17 | 14 | -6/+1646 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templates | Ferdinand Thiessen | 2025-05-16 | 3 | -0/+0 |
| | | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(unified_search): Reset result limit for new search requestsfix/unified-search-filter-reset-on-load-more | nfebe | 2025-05-16 | 1 | -0/+7 |
| | | | | | | Before now the result limit is never reset until the page is refreshed. Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(unified_search): Maintain non-provider filters when loading more results | nfebe | 2025-05-16 | 1 | -34/+26 |
| | | | | | | | | | | | | | | Maintain existing non-provider filters (like date and person filters) while loading more results for a specific provider. This now works as the provider data passed to the `newResults` array after search is built dynamically and not manually, the result of a manual build was that the `provider.filters` properpy which is used in the `find` method was being left out in the providers pushed into the results array. Fixes #52081 Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-16 | 116 | -1516/+176 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(core): remove untranslated mime names | John Molakvoæ (skjnldsv) | 2025-05-15 | 2 | -3/+23 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | feat: add mount id to info:storage(s)info-storage-command | Robin Appelman | 2025-05-15 | 2 | -7/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat: add command to get basic storage info | Robin Appelman | 2025-05-15 | 4 | -0/+194 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #52822 from nextcloud/feat/mime-names | John Molakvoæ | 2025-05-15 | 3 | -5/+121 |
|\ | |||||
| * | feat(core): add human readable mimes | John Molakvoæ (skjnldsv) | 2025-05-14 | 3 | -5/+121 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-15 | 4 | -2/+52 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | refactor: Extend rector to core/refactor/rector-core | provokateurin | 2025-05-15 | 61 | -248/+372 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | chore: move implementation from OC legacy to OCP\Fileschore/oc-helper-rmdirr | Ferdinand Thiessen | 2025-05-14 | 1 | -1/+2 |
|/ | | | | | | | | | - move implementation to the OCP variant that called the legacy before - add the missing deprecation notice - add missing parameter to align both signatures - use OCP\Files where this method is still used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-14 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #52693 from nextcloud/config-system-set-json | Robin Appelman | 2025-05-12 | 1 | -1/+8 |
|\ | | | | | feat: allow setting system config values with json value | ||||
| * | feat: allow setting system config values with json valueconfig-system-set-json | Robin Appelman | 2025-05-12 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #52706 from nextcloud/info-file-more-encryption-checks | Robin Appelman | 2025-05-12 | 1 | -0/+10 |
|\ \ | |/ |/| | feat: add more encryption checks to info:file | ||||
| * | feat: add more encryption checks to info:fileinfo-file-more-encryption-checks | Robin Appelman | 2025-05-09 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #52703 from nextcloud/feat/setup-checks | John Molakvoæ | 2025-05-12 | 1 | -2/+4 |
|\ \ | | | | | | | chore(cypress): add setup tests | ||||
| * | | chore(cypress): add setup testsfeat/setup-checks | skjnldsv | 2025-05-09 | 1 | -2/+4 |
| |/ | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-12 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-11 | 4 | -0/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-09 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-08 | 2 | -2/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-06 | 4 | -2/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #52587 from nextcloud/bugfix/noid/fix-type-error | Kate | 2025-05-05 | 1 | -5/+9 |
|\ | |||||
| * | fix(loginflow): Fix type error when password could not be decryptedbugfix/noid/fix-type-error | Joas Schilling | 2025-05-02 | 1 | -5/+9 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-03 | 4 | -2/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-02 | 4 | -8/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-01 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #52546 from nextcloud/fix/52278/remove-unused-etag-check | Daniel | 2025-04-30 | 1 | -10/+2 |
|\ | | | | | fix: Remove unneccesary etag check | ||||
| * | fix: Remove unneccesary etag check | Marcel Müller | 2025-04-29 | 1 | -10/+2 |
| | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-30 | 2 | -8/+14 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-29 | 8 | -16/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-28 | 10 | -6/+102 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-27 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-26 | 18 | -0/+56 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(occ): Fix autocompletion of config:app:* commandsbugfix/noid/fix-autocomplete-of-app-configs | Joas Schilling | 2025-04-25 | 4 | -26/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-25 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #51438 from ↵ | Daniel | 2025-04-24 | 1 | -5/+5 |
|\ | | | | | | | | | nextcloud/perf/db/cards-properties-abid-name-value-idx perf(db): Extend index on cards_properties to cover name and value | ||||
| * | perf(db): Extend index on cards_properties to cover name and valueperf/db/cards-properties-abid-name-value-idx | Christoph Wurst | 2025-03-12 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #50650 from ↵ | Stephan Orbaugh | 2025-04-24 | 3 | -1/+57 |
|\ \ | | | | | | | | | | | | | IONOS-Productivity/feat/login_flow_v2-user_agents-allow-list feat(login-flow-v2): Restrict allowed apps by user agent check | ||||
| * | | feat(login-flow-v2): Restrict allowed apps by user agent check | Misha M.-Kupriyanov | 2025-04-23 | 3 | -1/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable via: ./occ config:system:set core.login_flow_v2.allowed_user_agents 0 --value '/Custom Foo Client/i' ./occ config:system:set core.login_flow_v2.allowed_user_agents 1 --value '/Custom Bar Client/i' if user agent string is unknown the template with "Access forbidden"-"Please use original client" will be displayed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> |