Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #44453 from ↵ | Joas Schilling | 2024-03-25 | 1 | -13/+12 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-cloud-id-generation-with-http fix(federation): Fix creating local cloudIds with http:// protocol | |||||
| * | | | | | fix(federation): Fix creating local cloudIds with http:// protocol | Joas Schilling | 2024-03-25 | 1 | -13/+12 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* / / / / | fix(typo): Fix typo in docs | Joas Schilling | 2024-03-25 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #32631 from ↵ | Andy Scherzinger | 2024-03-25 | 2 | -9/+16 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/32629/getAccessList-share-by-email-recipients Get access list share by email recipients | |||||
| * | | | | ShareByMailProvider: getAccessList: recommended style changes | Adam Serbinski | 2024-03-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adam Serbinski <adam@serbinski.com> | |||||
| * | | | | ShareByMailProvider: getAccessList: add token to returned array | Adam Serbinski | 2024-03-21 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the share URI to be regenerated. Signed-off-by: Adam Serbinski <adam@serbinski.com> | |||||
| * | | | | ShareByMailProvider: getAccessList: return full list of recipients | Adam Serbinski | 2024-03-21 | 2 | -8/+15 | |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously was returning only boolean true if the Node was shared by email, or false if not. Now provides an array containing the list of email share recipients. Signed-off-by: Adam Serbinski <adam@serbinski.com> | |||||
* | | | | Merge pull request #44410 from nextcloud/fix/fetcher-on-null | Ferdinand Thiessen | 2024-03-25 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | fix(AppStore\Fetcher): Ensure `get` returns an array | |||||
| * | | | | fix(AppStore\Fetcher): Ensure `get` returns an array | Ferdinand Thiessen | 2024-03-22 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | When fetch fails and the `data` prop contains null (e.g. `json_decode` failed), then we should return an empty array instead of null. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-25 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-24 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | Merge pull request #44357 from nextcloud/wrapper-instanceof-resiliant | John Molakvoæ | 2024-03-22 | 1 | -0/+9 | |
|\ \ \ \ | ||||||
| * | | | | fix: log error when default getWrapperStorage would return null | Robin Appelman | 2024-03-20 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | Merge pull request #44400 from nextcloud/bugfix/noid/allow-debug-loglevel-again | Ferdinand Thiessen | 2024-03-22 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix(logging): Restore the option to log with debug level | |||||
| * | | | | | fix(logging): Restore the option to log with debug level | Joas Schilling | 2024-03-22 | 1 | -2/+2 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* / | | | | fix(JSRecourceLocator): Add missing slash after server root | Ferdinand Thiessen | 2024-03-22 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | The `OC::$SERVERROOT` is always returned without a trailing slash, so we need to add a slash between server root and apps directory. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Merge pull request #44252 from nextcloud/enh/s3-connectivity | Ferdinand Thiessen | 2024-03-21 | 5 | -31/+65 | |
|\ \ \ \ | | | | | | | | | | | feat(ObjectStore): Make the S3 `concurrency` option configurable | |||||
| * | | | | feat(ObjectStore): Make S3 MultipartUpload concurrency configurable | Ferdinand Thiessen | 2024-03-21 | 3 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | | fix(ObjectStore): Use common S3 trait so config and connection trait members ↵ | Ferdinand Thiessen | 2024-03-21 | 5 | -30/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are in sync Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | | Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svg | Pytal | 2024-03-21 | 1 | -1/+13 | |
|\ \ \ \ \ | |/ / / / |/| | | | | feat: Add new mdi New file menu icons | |||||
| * | | | | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 1 | -1/+13 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | | Merge pull request #44295 from nextcloud/fix/direct-edit-incognito | Arthur Schiwon | 2024-03-21 | 4 | -3/+19 | |
|\ \ \ \ | |/ / / |/| | | | Allow injecting the user temporarily for direct editing | |||||
| * | | | fix: Implement option to temporarily set the user session | Julius Härtl | 2024-03-19 | 3 | -1/+19 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | | | fix: Do not use incognito mode for direct editing | Julius Härtl | 2024-03-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | | Merge pull request #44339 from nextcloud/fix/noid/use-share-owner | Stephan Orbaugh | 2024-03-20 | 1 | -3/+9 | |
|\ \ \ \ | | | | | | | | | | | fix(share): use share owner to get ownership | |||||
| * | | | | fix(share): use share owner to confirm reshare | Maxence Lange | 2024-03-20 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | fix(config): Make sure user keys are strings | Christoph Wurst | 2024-03-19 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | | | Merge pull request #44316 from nextcloud/fix/resolveGroupShares | John Molakvoæ | 2024-03-19 | 1 | -4/+6 | |
|\ \ \ \ | ||||||
| * | | | | fix(sharing): resolveGroupShares setPermissions on null | skjnldsv | 2024-03-19 | 1 | -4/+6 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* / / / | fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵ | Ferdinand Thiessen | 2024-03-19 | 1 | -18/+18 | |
|/ / / | | | | | | | | | | | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypass | Joas Schilling | 2024-03-19 | 2 | -1/+9 | |
|\ \ \ | | | | | | | | | Added rate limit bypass for app_api requests | |||||
| * | | | fix: add check for app_api_system session flag to bypass rate limit | Florian Klinger | 2024-03-18 | 2 | -1/+9 | |
| |/ / | | | | | | | | | | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-19 | 4 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix: ensure nested mount points are handled in the correct order | Robin Appelman | 2024-03-18 | 1 | -0/+7 | |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix(Logger): Warn on invalid `loglevel` configuration option | Ferdinand Thiessen | 2024-03-17 | 1 | -1/+7 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix: getLogLevel return type | skjnldsv | 2024-03-17 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-17 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #44189 from ↵ | John Molakvoæ | 2024-03-16 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | nextcloud/artonge/fix/do_not_throw_exception_if_etag_is_not_set | |||||
| * | | fix(files): Do not throw an exception if the etag is not set in metadata | Louis Chemineau | 2024-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | Merge pull request #44004 from nextcloud/share-resolve-group-perf | John Molakvoæ | 2024-03-16 | 1 | -50/+28 | |
|\ \ \ | ||||||
| * | | | perf: improve performance of resolving group shares | Robin Appelman | 2024-03-16 | 1 | -50/+28 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #43534 from nextcloud/enh/noid/log-mnor-syntax-update | John Molakvoæ | 2024-03-16 | 1 | -49/+20 | |
|\ \ \ \ | ||||||
| * | | | | fix(core): remove deprecated code | Maxence Lange | 2024-03-12 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | | | fix(core): minor syntax update | Maxence Lange | 2024-03-12 | 1 | -45/+20 | |
| | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | | | Merge pull request #43446 from ↵ | John Molakvoæ | 2024-03-16 | 2 | -0/+65 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | jithin-space/add-patch-request-to-http-client-interface | |||||
| * | | | | added @since 29.0.0 on comment | jithin-space | 2024-03-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | added patch method | jithin-space | 2024-02-08 | 2 | -0/+64 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com> | |||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-16 | 4 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcription | John Molakvoæ | 2024-03-15 | 2 | -0/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 2 | -0/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> |