Skip to content

Added code to find files by searching file content#148

Closed
WilcoLouwerse wants to merge 1 commit into
developmentfrom
feature/REGISTERS-65/file-indexing
Closed

Added code to find files by searching file content#148
WilcoLouwerse wants to merge 1 commit into
developmentfrom
feature/REGISTERS-65/file-indexing

Conversation

@WilcoLouwerse

Copy link
Copy Markdown
Contributor

No description provided.

@rubenvdlinde

rubenvdlinde commented Jan 29, 2025

Copy link
Copy Markdown
Contributor

Deze code mag NIET worden gemerged, zie opmerking op -> https://conduction.atlassian.net/browse/REGISTERS-65

@rubenvdlinde rubenvdlinde left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code niet mergen, in plaats daarvan nexcloud search implementeren -> https://docs.nextcloud.com/server/20/developer_manual/digging_deeper/search.html

rubenvdlinde added a commit that referenced this pull request Feb 24, 2026
OAS documentation generation was failing with 500 for org-bound
registers because RegisterMapper::find() applied multitenancy filtering.
Registers with an organisation UUID were inaccessible to users outside
that org, including for public API documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rubenvdlinde added a commit that referenced this pull request Feb 24, 2026
The OAS specification endpoint was only returning 1 of 6 schemas because
findMultiple() applied multi-tenancy filtering by default. Schemas
belonging to organizations other than the current user's were excluded.

OAS generation is a system-level operation that needs access to all
schemas in a register, regardless of organization ownership.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rubenvdlinde added a commit that referenced this pull request Mar 1, 2026
Fix OAS path generation to use register/schema slugs with /objects/
prefix instead of slugified titles. Fix MergeHandler getTitle() crash
(use getName()), add context cache to prevent N+1 queries, and add
set_time_limit(0) for large merge operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants