Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable28 | Julius Knorr | 2024-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | fix: rework move into object store to better preserve fileids | Robin Appelman | 2024-10-08 | 1 | -19/+55 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-10-08 | 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-10-08 | 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: ensure parent folder exists when writing a file to object storage | Robin Appelman | 2024-10-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: verify that parent exists in cache when inserting | Robin Appelman | 2024-10-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: fix object store id for test object store | Robin Appelman | 2024-10-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: cleanup objectstore file_put_content | Robin Appelman | 2024-10-08 | 1 | -7/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: create intermediate directories for objectstore moveFromStorage | Robin Appelman | 2024-10-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: get source file before moving the cache item in objectstore moveFromStorage | Robin Appelman | 2024-10-08 | 1 | -0/+29 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-08 | 2 | -2/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(config): Mark more app configs sensitivebackport/48584/stable28 | Joas Schilling | 2024-10-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-06 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 2 | -14/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 6 | -2/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(config): Suppress error at install timebackport/48426/stable28 | Josh | 2024-10-02 | 1 | -1/+2 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | 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 #48445 from nextcloud/fix/noid/ignore-unavailable-token | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 |
|\ | | | | | [stable28] fix(Auth): ignore missing token when trying to set password-unconfirmable | ||||
| * | fix(Auth): ignore missing token when trying to set password-unconfirmablefix/noid/ignore-unavailable-token | Arthur Schiwon | 2024-09-30 | 1 | -6/+14 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix: gracefully parse non-standard trusted certificatesbackport/48307/stable28 | Richard Steinmetz | 2024-09-30 | 1 | -0/+10 |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 134 | -214/+236 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 4 | -0/+42 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48379 from nextcloud/backport/48142/stable28 | Joas Schilling | 2024-09-26 | 1 | -5/+17 |
|\ | | | | | [stable28] feat(share): ensure unique share tokens with dynamic length adjustment | ||||
| * | fix(share): Ensure unique share tokensbackport/48142/stable28 | ernolf | 2024-09-26 | 1 | -5/+17 |
| | | | | | | | | | | | | | | - check for token collisions and retry up to three times. - throw after 3 attempts without finding a unique token. Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com> | ||||
* | | fix(s3): suppress php deprecation warning on php8dependaniel/aws-sdk-for-28 | Daniel Kesselberg | 2024-09-26 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48283 from nextcloud/backport/48207/stable28 | Louis | 2024-09-24 | 2 | -9/+19 |
|\ | | | | | [stable28] fix: Don't crash if disabled user is missing in the database | ||||
| * | fix(users): Don't crash if disabled user is missing in the databasebackport/48207/stable28 | Louis Chemineau | 2024-09-23 | 2 | -9/+19 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | fix: skip the integrity check for nextcloud-init-sync.lockbackport/48268/stable28 | Daniel Kesselberg | 2024-09-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time. Ref: https://github.com/nextcloud/docker/issues/2299. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 8 | -0/+82 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48099 from nextcloud/backport/46140/stable28 | Robin Appelman | 2024-09-23 | 1 | -5/+13 |
|\ | | | | | [stable28] fix(config): Add missing handling for `envCache` in `getKeys()` | ||||
| * | fix: switch from explode to substr (faster)backport/46140/stable28 | Josh Richards | 2024-09-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
| * | fix(config): Add missing handling for envCache in getKeys() | Josh Richards | 2024-09-16 | 1 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NC_ env variable overrides were not appearing in the output of `occ config:list system` nor `occ config:system:get xxx`. This was creating nearly impossible to diagnose configuration/ behavior disprepancies. - Refactored readData() so that we aren't saving the entire environment in the envCache anymore (only those prefixed "NC_") and so that we save NC_ provided config values under their real key. - Refactored getValue() to accommodate readData() refactor - Fixed getKeys() to properly return envCache keys too Environment provided config variables now appear in `occ config:list system` as expected. Environment provided config variables now appear when queried via `occ config:system:get KEY` envCache is now free of non-NC stuff. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | | Merge pull request #48166 from nextcloud/backport/48114/stable28 | Grigorii K. Shartsev | 2024-09-22 | 2 | -9/+1 |
|\ \ | | | | | | | [stable28] fix(appstoreFetcher): get list from a custom store and remove unnecessary warning | ||||
| * | | fix(appstoreFetcher): get app list from custom app storebackport/48114/stable28 | Grigorii K. Shartsev | 2024-09-18 | 2 | -8/+1 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | fix(appstoreFetcher): remove unneeded warning | Grigorii K. Shartsev | 2024-09-18 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | fix: Prevent crash when refreshing metadata for files without an owner | Vincent FarZz | 2024-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This crash was mostly happening when using external storages and for example the command "occ memories:migrate-google-takeout" Signed-off-by: Vincent FarZz <farcry69@live.fr> | ||||
* | | | Fix(l10n): Update translations from Transifexautomated/noid/stable28-fix-npm-audit | Nextcloud bot | 2024-09-22 | 12 | -0/+102 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 38 | -258/+10 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-20 | 10 | -0/+140 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-19 | 6 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 10 | -0/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 4 | -16/+32 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48103 from nextcloud/backport/46218/stable28 | John Molakvoæ | 2024-09-17 | 2 | -1/+2 |
|\ \ | |||||
| * | | chore: improve hash_file php usage in Local Storagebackport/46218/stable28 | John Molakvoæ | 2024-09-16 | 1 | -8/+1 |
| | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | fix(files): Ensure that the hash method does not return null | Louis Chemineau | 2024-09-16 | 2 | -2/+10 |
| |/ | | | | | | | | | | | | | | | To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050 - Fix https://github.com/nextcloud/server/issues/44110 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-17 | 40 | -0/+122 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(Entity): Fix magic setter call for custom strong typed settersbackport/48008/stable28 | provokateurin | 2024-09-16 | 1 | -3/+2 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #47870 from nextcloud/backport/47834/stable28 | John Molakvoæ | 2024-09-16 | 1 | -2/+9 |
|\ | |||||
| * | fix(appstore): disabled appstore log level bump from debug to infobackport/47834/stable28 | John Molakvoæ | 2024-09-10 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> |