Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(http-client): expose default request timeout constant to be used ↵add-default-request-timeout-const | Thomas Citharel | 2024-10-11 | 3 | -2/+11 |
| | | | | | | | | | | instead of magic number 30 Will be used to set default where we are able to override the default timeout. See https://github.com/nextcloud/server/pull/48418 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 4 | -10/+104 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-10 | 2 | -0/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check | Kate | 2024-10-09 | 1 | -1/+1 |
|\ | |||||
| * | fix: Allow overriding shouldApplyQuota check from child classesfix/allow-quota-wrapper-check | Julius Knorr | 2024-10-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | fix: Subadmin can access self | Christopher Ng | 2024-10-08 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -4/+8 |
|\ \ | | | | | | | feat(l10n): Allow to force language with a query parameter | ||||
| * | | feat(l10n): Respect forceLanguage query parameter in more placesfeat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | Attempt to make L10N Factory consistent with itself when forceLanguage query parameter is used. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | feat(l10n): Allow to force language with a query parameter | Côme Chilliet | 2024-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used by support application to always generate the support report in english. It may also be used to debug a language, or to temporarily show a page in an other language to take a screenshot or to share your screen with someone speaking another language. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 29 | -754/+530 |
|\ \ \ | |||||
| * | | | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 29 | -754/+530 |
| |/ / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-values | Joas Schilling | 2024-10-08 | 1 | -2/+19 |
|\ \ \ | | | | | | | | | fix(logger): Remove more parameters of other methods | ||||
| * | | | fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-values | Joas Schilling | 2024-10-07 | 1 | -2/+19 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | feat(TimedJob): Add debug log about time sensitive jobs with long intervalsfix/backgroundjobs/adjust-intervals-time-sensitivities | provokateurin | 2024-10-08 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 7 | -13/+14 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-08 | 2 | -2/+36 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typings | provokateurin | 2024-10-07 | 1 | -59/+15 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | refactor(Stream\Encryption): Migrate to strong types | provokateurin | 2024-10-07 | 1 | -74/+42 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-list | Ferdinand Thiessen | 2024-10-07 | 1 | -0/+9 |
|\ \ | | | | | | | fix(config): Mark more app configs sensitive | ||||
| * | | fix(config): Mark more app configs sensitivebugfix/noid/increase-exclude-list | Joas Schilling | 2024-10-07 | 1 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(command): Make method compatible with upstream class (requires 3rdparty ↵ | Joas Schilling | 2024-10-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | bump) Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(command): Make method compatible with upstream class (backportable) | Joas Schilling | 2024-10-07 | 1 | -3/+3 |
| |/ |/| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48438 from nextcloud/fix/bring-back-zip-event | Ferdinand Thiessen | 2024-10-07 | 1 | -4/+26 |
|\ \ | | | | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive | ||||
| * | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-event | Ferdinand Thiessen | 2024-09-29 | 1 | -4/+26 |
| | | | | | | | | | | | | | | | | | | This is required to not break behavior on zip download (apps should be able to react to zip download especially for shares). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #47896 from nextcloud/fix/resiliant-user-removal | Ferdinand Thiessen | 2024-10-07 | 10 | -71/+261 |
|\ \ \ | |_|/ |/| | | fix: Make user removal more resilient | ||||
| * | | fix: Skip users that still exist in backendfix/resiliant-user-removal | Ferdinand Thiessen | 2024-09-26 | 5 | -11/+30 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 10 | -71/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is a problem if an exception is thrown in `User::delete`, because at that point the user is already removed from the backend, but not all data is deleted. There is no way to recover from this state, as the user is gone no information is available anymore. This means the data is still available on the server but can not removed by any API anymore. The solution here is to first set a flag and backup the user home, this can be used to recover failed user deletions in a way the delete can be re-tried. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-06 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: use nc's binary finding logic for smbsmb-systembridge | Robin Appelman | 2024-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 2 | -14/+14 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48522 from nextcloud/fix/querybuilder/output-columns-aliases | Kate | 2024-10-03 | 1 | -8/+4 |
|\ \ \ | |||||
| * | | | fix(QueryBuilder): Account for aliases in output columnsfix/querybuilder/output-columns-aliases | provokateurin | 2024-10-02 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 6 | -2/+32 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultfix/taskprocessing-manager/php-notice | Marcel Klehr | 2024-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 2 | -0/+36 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #48496 from ↵ | Julien Veyssier | 2024-10-01 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/taskprocessing-commands-task-errors [taskprocessing] Add new command to get a task from a task ID | ||||
| * | | | | feat(taskprocessing): new command to get a task from a task ID, include ↵enh/noid/taskprocessing-commands-task-errors | Julien Veyssier | 2024-10-01 | 2 | -0/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | error_message in list and get commands Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | | Merge pull request #48451 from ↵ | Daniel | 2024-10-01 | 1 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/federated-addressbook-sync-without-localaddressallowed fix: make federation address book sync work with allow_local_remote_servers = false | ||||
| * | | | | chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowed | Daniel Kesselberg | 2024-10-01 | 1 | -4/+5 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | This change should make it easier to spot wrong uses of the HTTP client on development setups where allow_local_remote_servers is usually true. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #48426 from nextcloud/jtr/fix-45671 | Kate | 2024-10-01 | 1 | -1/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix(config): Suppress error at install timejtr/fix-45671 | Josh | 2024-09-27 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | | Merge pull request #48454 from ↵ | Kate | 2024-10-01 | 5 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/storage/get-directory-content-return-type | ||||
| * | | | | fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-type | provokateurin | 2024-09-30 | 5 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #48484 from nextcloud/fwdport/48445/master | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(Auth): ignore missing token when trying to set password-unconfirm… | ||||
| * | | | | | fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/master | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | | Merge pull request #48235 from nextcloud/readd-object-store-phpunit | Robin Appelman | 2024-10-01 | 2 | -24/+82 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | test: re-add object store primary storage phpunit tests | ||||
| * | | | | | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunit | Robin Appelman | 2024-09-27 | 1 | -19/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-09-27 | 2 | -6/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | fix: ensure source folder is removed from cache when moving to objectstore | Robin Appelman | 2024-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise this causes confusion down the line as it's contents will be moved to the new cache Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-get | Daniel Kesselberg | 2024-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |