aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* feat: send invitation emails through ICreateFromStringfeat/event-builder-invitation-emailsRichard Steinmetz12 days1-1/+23
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #53946 from nextcloud/chore/remove-hierarchical-sharesKate14 days2-0/+22
|\
| * fix(IShare): Add missing getParent and setParent methodschore/remove-hierarchical-sharesprovokateurin14 days1-0/+14
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(IShareProvider): Add missing getChildren method to the interfaceprovokateurin14 days1-0/+8
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #54064 from nextcloud/feat/preset/custom-share-tokenMaxence Lange14 days2-2/+46
|\ \ | |/ |/| feat(preset): add lexicon entry for custom share tokens
| * feat(lexicon): add note and key-detailsMaxence Lange14 days2-2/+46
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #54026 from nextcloud/enh/add-cloud-id-charsStephan Orbaugh2025-07-282-0/+67
|\ \ | |/ |/| feat: add ICloudIdResolver
| * refactor: remove duplicated types and add return typesenh/add-cloud-id-charsFerdinand Thiessen2025-07-232-9/+16
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * feat: Add cloud id resolver interfaceSandro Mesterheide2025-07-232-0/+60
| | | | | | | | | | Co-authored-by: Dirk Olbertz <dirk.olbertz@publicplan.de> Signed-off-by: Sandro Mesterheide <mesterheide@publicplan.de>
* | chore(OCP): Migrate lib/Config/ to new attributestechdebt/noid/use-new-attributes-to-declare-sinceJoas Schilling2025-07-2511-28/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(preset): split education based on sizefeat/lexicon/moving-out-from-unstableMaxence Lange2025-07-241-6/+9
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix(lexicon): missing docMaxence Lange2025-07-242-0/+7
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(lexicon): moving out from unstableMaxence Lange2025-07-2410-1/+1280
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(appconfig): add searchKeys()enh/noid/appconfig-get-fast-keysMaxence Lange2025-07-181-1/+15
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore(ContextChat): add docblocks to ContentItem propertiesEdward Ly2025-07-151-0/+21
| | | | Signed-off-by: Edward Ly <contact@edward.ly>
* fix: add strict typing to ContextChat classesEdward Ly2025-07-155-0/+10
| | | | Signed-off-by: Edward Ly <contact@edward.ly>
* feat(ContextChat): add isContextChatAvailable method to OCP APIEdward Ly2025-07-151-0/+8
| | | | Signed-off-by: Edward Ly <contact@edward.ly>
* feat: add Context Chat OCP APIEdward Ly2025-07-155-0/+235
| | | | Signed-off-by: Edward Ly <contact@edward.ly>
* fix(FileAccess): Use one param for rewriting home dirs and excluding ↵feat/getByAncestorInStorageMarcel Klehr2025-07-151-2/+2
| | | | | | non-user files mounts Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess*): Change the way home dir root is found, remove the ↵Julien Veyssier2025-07-151-3/+2
| | | | | | excludeTrashbinMounts param of getDistinctMounts Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccess*): Adress review commentsJulien Veyssier2025-07-151-2/+4
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(FileAccessTest): Adress review commentsMarcel Klehr2025-07-151-9/+7
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Run cs:fixMarcel Klehr2025-07-151-2/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(FileAccess): Address review commentsMarcel Klehr2025-07-151-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Fix psalm issuesMarcel Klehr2025-07-151-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(IFileAccess#getMounts): Add new method to retrieve all distinct mountsMarcel Klehr2025-07-151-0/+15
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(IFileAccess#getByAncestorInStorage): Add new method to retrieve all ↵Marcel Klehr2025-07-151-0/+20
| | | | | | files in a mount Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(comments): Adjust interface with implementationfollowup/53896/adjust-interfaceJoas Schilling2025-07-101-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(OCP): Consumable vs. Implementable public APItechdebt/standard-15/consumable-ocpJoas Schilling2025-07-0921-50/+257
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge branch 'master' into feat/task/analyze-imagefeat/task/analyze-imageLukas Schaefer2025-07-08145-55/+441
|\
| * feat(TaskProcessing): add agency audio-to-audio task typeenh/noid/taskpro-agency-audio-chatJulien Veyssier2025-07-072-3/+121
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * feat(TaskProcessing): add audio-to-audio chat task typeJulien Veyssier2025-07-071-0/+112
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * Merge pull request #53740 from nextcloud/fix/properly-fail-on-invalid-jsonAndy Scherzinger2025-07-031-0/+10
| |\ | | | | | | Properly fail on invalid json
| | * fix(ocs): Return a proper error on JSON decoding failuresCôme Chilliet2025-07-011-0/+10
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | feat: add toggle for AI guest restrictionJana Peper2025-07-031-1/+3
| | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01134-43/+160
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
| * | Merge pull request #53671 from nextcloud/fix/read-only-share-downloadJohn Molakvoæ2025-07-012-0/+15
| |\ \
| | * | fix: invalid bool returnfix/read-only-share-downloadJohn Molakvoæ2025-06-261-1/+0
| | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-262-0/+16
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | Merge pull request #53735 from nextcloud/bugfix/noid/document-hide-downloadJoas Schilling2025-07-012-0/+7
| |\ \ \ | | | | | | | | | | fix(ROS): Document hide-download option on files
| | * | | fix(ROS): Document hide-download option on filesbugfix/noid/document-hide-downloadJoas Schilling2025-06-302-0/+7
| | | |/ | | |/| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Merge pull request #53648 from nextcloud/rename-hooks-webhookFerdinand Thiessen2025-07-011-4/+12
| |\ \ \ | | | | | | | | | | fix: don't try to get fileid for non exising nodes when serializing events file
| | * | | fix: don't try to get fileid for non exising nodes when serializing events filerename-hooks-webhookRobin Appelman2025-06-271-4/+12
| | | |/ | | |/| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | chore(public): Remove unused union type for user mount eventschore/public/user-mount-events-union-typeprovokateurin2025-07-013-7/+4
| | |/ | |/| | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | feat: support multiple imagesLukas Schaefer2025-07-031-10/+10
| | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
* | | feat(TaskProcessing): Add AnalyzeImage TaskTypeLukas Schaefer2025-07-021-0/+96
|/ / | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
* / docs(http): Update return type for getBodyDaniel Kesselberg2025-06-301-1/+2
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* feat(lexicon): migrate keys on app updateMaxence Lange2025-06-241-5/+3
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat: add ocs route to get apps enabled for current userJana Peper2025-06-181-1/+1
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen2025-06-181-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>