aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-07124-124/+126
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45879 from nextcloud/export-certificate-bundleAndy Scherzinger2024-08-062-0/+2
|\ | | | | feat: add command to export certificate bundle
| * feat: add command to export certificate bundleRobin Appelman2024-08-012-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #38364 from ↵John Molakvoæ2024-08-061-2/+49
|\ \ | | | | | | | | | joshtrichards/jr-preview-libgd-webp-animation-bypass
| * | fix(previews): Don't crash on animated WEBP imagesJosh Richards2024-05-301-2/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #30029 and #37263 libgd handles animated WEBP images poorly and generates a meaningless error message as a result. We were returning a 500 error for these preview requests (web) and a fatal error at the command-line (occ). Now we bypass libgd if the we detect an animated WEBP image (and simply don't generate the preview). No more 500 error. Should fix occ too. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #47048 from nextcloud/fix/log-link-reference-errorJohn Molakvoæ2024-08-061-5/+2
|\ \ \
| * | | fix: Do not log link reference exceptions as errorJulius Härtl2024-08-051-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #47065 from nextcloud/fix/group-ocJohn Molakvoæ2024-08-061-0/+2
|\ \ \ \
| * | | | fix: Ensure database connection is setup when getting group detailsFerdinand Thiessen2024-08-061-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #46967 from nextcloud/fix/share-not-foundJohn Molakvoæ2024-08-062-19/+13
|\ \ \ \ \
| * | | | | fix(files_sharing): show proper share not found error messageskjnldsv2024-08-062-19/+13
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #46985 from nextcloud/feat/email-share-formatJohn Molakvoæ2024-08-061-12/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(emails): adjust mail button to new designskjnldsv2024-08-061-12/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | fix: unify bundle namingJérôme Herbinet2024-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | | Merge pull request #46953 from nextcloud/cleanup-old-mount-repairStephan Orbaugh2024-08-064-64/+0
|\ \ \ \ \ | |/ / / / |/| | | | chore: delete repair step for 8y old oc_mounts issue
| * | | | chore: delete repair step for 8y old oc_mounts issueRobin Appelman2024-08-024-64/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | chore: refactor "substr" calls to improve code readabilityHamid Dehnavi2024-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-062-2/+2
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #46931 from nextcloud/connection-builder-additional-paramsFerdinand Thiessen2024-08-051-25/+20
|\ \ \ \ | | | | | | | | | | fix: fix passing additional db connection parameters in factory
| * | | | fix: fix passing additional db connection parameters in factoryRobin Appelman2024-07-311-25/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-034-0/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #46890 from nextcloud/fix/issue-46883-2Daniel2024-08-021-0/+2
|\ \ \ \ \ | | | | | | | | | | | | fix: Update documentation for Mail Provider Send
| * | | | | fix: Update documentation for Mail Provider SendSebastianKrupinski2024-08-021-0/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* / | | | fix: ensure array returned from getMountsForFileId is continiousRobin Appelman2024-08-021-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-022-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | feat: Allow passing additional encode flags for json responseChristopher Ng2024-08-011-2/+15
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | feat: Increase max depth of encoded jsonChristopher Ng2024-08-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | fix(files): Fix incorrect keys by reindexingChristopher Ng2024-08-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #46864 from nextcloud/fix/dont-persist-blurhash-preview-2Richard Steinmetz2024-08-011-19/+4
|\ \ \ \ | | | | | | | | | | fix: don't persist previews used during blurhash generation - take 2
| * | | | fix: don't persist previews used during blurhash generationRichard Steinmetz2024-07-301-19/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-0111-481/+0
|\ \ \ \ \ | | | | | | | | | | | | chore: Remove deprecated legacy search backend
| * | | | | chore: Remove deprecated legacy search backendJulius Härtl2024-08-0111-481/+0
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / | | | fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-011-6/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #46912 from ↵Marcel Klehr2024-08-011-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/taskprocessing-speech-to-text-legacy More fixes for task processing
| * | | | fix(TaskProcessing): Legacy Speech To Text support needs UserIdMarcel Klehr2024-07-311-0/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Merge pull request #46872 from ↵Marcel Klehr2024-08-011-14/+18
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/taskprocessing/dont-break-with-provider-errors fix(TaskProcessing): Don't break if provider methods throw
| * | | fix(TaskProcessing): Don't break if provider methods throwMarcel Klehr2024-07-301-14/+18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-314-0/+60
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interfaceJoas Schilling2024-07-307-17/+37
|\ \ \ \ | | | | | | | | | | fix: Add `acceptShare` as an interface
| * | | | fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-307-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was commented out because at that time no other share provider supported the `acceptShare` method. Today it is the same no other provider supports it, but we should make it discoverable by adding it to the public API as an additional interface. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-3020-0/+1002
|\ \ \ \ \ | |/ / / / |/| | | | Migration Attributes
| * | | | fix(migration-attributes): psalmMaxence Lange2024-07-295-0/+32
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | feat(migration-attributes): testsMaxence Lange2024-07-2916-26/+46
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-2917-22/+208
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | feat(upgrade): release metadataMaxence Lange2024-07-293-0/+250
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | feat(upgrade): migration attributesMaxence Lange2024-07-2917-0/+514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | feat(log): Allow to combine log.conditions to only log (app&user)Joas Schilling2024-07-303-25/+70
| |/ / / |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-301-1/+24
|\ \ \ \ | |_|/ / |/| | | fix: `OCP\Files\Node\Folder::search` was not setting the owner
| * | | fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | The owner was not set on the file info causing e.g. webdav searches to never return the known owner. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-302-0/+2
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>