Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Remove legacy settings formschore/remove-legacy-settings-fors | Ferdinand Thiessen | 2024-09-17 | 2 | -45/+5 |
| | | | | | | | | `OC_App::getForms` was always returning an empty array, because there were no setter for `adminForms` or `personalForms` anymore. So removed all that legacy settings forms logic. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48129 from nextcloud/feat/zst | John Molakvoæ | 2024-09-17 | 2 | -31/+80 |
|\ | |||||
| * | chore: update RepairMimeTypes migrationfeat/zst | John Molakvoæ (skjnldsv) | 2024-09-17 | 2 | -31/+80 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #48080 from nextcloud/fix/storage/method-docs-inheritance | Kate | 2024-09-17 | 10 | -155/+16 |
|\ \ | |||||
| * | | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 10 | -155/+16 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48094 from nextcloud/fix/storage/get-owner-false | John Molakvoæ | 2024-09-17 | 11 | -55/+62 |
|\| | | |||||
| * | | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-false | provokateurin | 2024-09-17 | 4 | -12/+52 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 8 | -43/+10 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48114 from nextcloud/fix/AppStore--remove-unneeded-warning | John Molakvoæ | 2024-09-17 | 2 | -9/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix(appstoreFetcher): get app list from custom app storefix/AppStore--remove-unneeded-warning | Grigorii K. Shartsev | 2024-09-17 | 2 | -8/+1 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
| * | | fix(appstoreFetcher): remove unneeded warning | Grigorii K. Shartsev | 2024-09-17 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | Merge pull request #48110 from nextcloud/chore/remove-deprecated-aliases | Côme Chilliet | 2024-09-17 | 2 | -134/+4 |
|\ \ \ | |/ / |/| | | chore: Remove deprecated aliases from dependency injection | ||||
| * | | chore: Replace DI alias with real classchore/remove-deprecated-aliases | Ferdinand Thiessen | 2024-09-17 | 1 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | chore: Remove deprecated aliases from dependency injection | Côme Chilliet | 2024-09-16 | 1 | -131/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #48009 from ↵ | Côme Chilliet | 2024-09-16 | 10 | -91/+50 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/fix/remove-references-to-deprected-storage-interface fix: Remove OCP\Files\Storage interface deprecated since version 9 | ||||
| * | | | chore: Check storage is an instance of the correct class instead of ↵fix/remove-references-to-deprected-storage-interface | Côme Chilliet | 2024-09-16 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | psalm-suppress Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | chore: Remove deprecated Storage::search method instead of moving it to IStorage | Côme Chilliet | 2024-09-16 | 4 | -34/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | chore: psalm-suppress legacy code weirdness | Côme Chilliet | 2024-09-16 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 6 | -15/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 2 | -84/+8 |
| |/ / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #46480 from nextcloud/fix/mailer-binaryfinder-fallback | Robin Appelman | 2024-09-16 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | fix(Mailer): Fix sendmail binary fallback | ||||
| * | | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallback | Josh | 2024-09-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | feat: add debug logging to sendmail binary finder Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | Merge pull request #46218 from nextcloud/artonge/fix/hash_return_type | John Molakvoæ | 2024-09-16 | 2 | -1/+2 |
|\ \ \ | |||||
| * | | | chore: improve hash_file php usage in Local Storageartonge/fix/hash_return_type | 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> | ||||
* | | | Merge pull request #46140 from nextcloud/fix-nc-env-inclusion | Robin Appelman | 2024-09-16 | 1 | -5/+13 |
|\ \ \ | | | | | | | | | fix(config): Add missing handling for `envCache` in `getKeys()` | ||||
| * | | | Merge branch 'master' into fix-nc-env-inclusionfix-nc-env-inclusion | Robin Appelman | 2024-09-16 | 309 | -3533/+8141 |
| |\| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: switch from explode to substr (faster) | Josh Richards | 2024-07-08 | 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-07-08 | 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 #47316 from Farcry69/fix/metadata-refresh-crash | John Molakvoæ | 2024-09-16 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | fix: Prevent crash when refreshing metadata for files without an owner | Vincent FarZz | 2024-08-18 | 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> | ||||
* | | | | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 6 | -11/+11 |
|\ \ \ \ | |||||
| * | | | | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 6 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #48063 from nextcloud/bugfix/noid/fix-otf-loading | Joas Schilling | 2024-09-16 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix(a11y): Add OTF font loading check | ||||
| * | | | | | fix(a11y): Add OTF font loading checkbugfix/noid/fix-otf-loading | Joas Schilling | 2024-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | Merge pull request #48042 from nextcloud/refactor/elvis | Christoph Wurst | 2024-09-16 | 2 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator | ||||
| * | | | | | fix: Handle null checks with the ?? operatorrefactor/elvis | Christoph Wurst | 2024-09-15 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | | | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | | Merge pull request #48046 from nextcloud/refactor/self-class-reference | Anna | 2024-09-15 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | refactor: Replace __CLASS__ with ::class references | ||||
| * | | | | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-reference | Christoph Wurst | 2024-09-15 | 2 | -2/+2 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | | Merge pull request #48010 from nextcloud/feat/switch-from-settype-to-casts | Anna | 2024-09-15 | 1 | -8/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | feat(db): switch from settype to casts | ||||
| * | | | | | | feat(db): switch from settype to castsfeat/switch-from-settype-to-casts | Anna Larch | 2024-09-15 | 1 | -8/+12 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* / / / / / | refactor: migrate dirname to __DIR__ constantsrefactor/dirname-to-dir | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | Merge pull request #48016 from nextcloud/fix/s3configtrait/proxy-false | Kate | 2024-09-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fix(S3ConfigTrait): Allow proxy field to take falsefix/s3configtrait/proxy-false | provokateurin | 2024-09-15 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #48013 from ↵ | Kate | 2024-09-15 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | nextcloud/fix/baseresponse/xml-element-value-string-cast | ||||
| * | | | | | fix(BaseResponse): Cast XML element values to stringfix/baseresponse/xml-element-value-string-cast | provokateurin | 2024-09-15 | 1 | -1/+3 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #48014 from nextcloud/fix/tags/boolean-user-has-tags | Kate | 2024-09-15 | 1 | -2/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fix(Tags): Return boolean for userHasTags()fix/tags/boolean-user-has-tags | provokateurin | 2024-09-15 | 1 | -2/+1 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #48017 from nextcloud/fix/comment/children-count-integer | Kate | 2024-09-15 | 1 | -1/+1 |
|\ \ \ \ \ |