nextcloud / fulltextsearch

🔍 Core of the full-text search framework for Nextcloud
GNU Affero General Public License v3.0
212 stars 51 forks source link

linked collection #868

Open ArtificialOwl opened 3 weeks ago

ArtificialOwl commented 3 weeks ago

add a way to link a normal account to a collection to avoid using an admin account to use the collection API.

nextcloud$ ./occ fulltextsearch:collection:link 
no collection linked to any user
nextcloud$ ./occ fulltextsearch:collection:link local test1
linked collection
nextcloud$ ./occ fulltextsearch:collection:link 
- Collection local linked to user test1
$ ./occ fulltextsearch:collection:link local --unlink
unlinked collection
ArtificialOwl commented 2 weeks ago

/backport to stable30

ArtificialOwl commented 2 weeks ago

/backport to stable29

ArtificialOwl commented 2 weeks ago

/backport to stable28