Added code to find files by searching file content#148
Closed
WilcoLouwerse wants to merge 1 commit into
Closed
Conversation
Contributor
|
Deze code mag NIET worden gemerged, zie opmerking op -> https://conduction.atlassian.net/browse/REGISTERS-65 |
rubenvdlinde
requested changes
Jan 29, 2025
rubenvdlinde
left a comment
Contributor
There was a problem hiding this comment.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.