-
Notifications
You must be signed in to change notification settings - Fork 509
ποΈ Create text document within conversation #7491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ποΈ Create text document within conversation #7491
Conversation
39b3bbb to
9c4e34f
Compare
4158129 to
142d76a
Compare
zzzzzzxXxzzzzzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QueryParserTokenManager
|
@marcoambrosini can you add a checkbox list at the top with what's missing? |
142d76a to
e470517
Compare
This comment was marked as resolved.
This comment was marked as resolved.
e470517 to
4b4366b
Compare
| const availableHandlers = OCA.Viewer.availableHandlers | ||
| for (let i = 0; i < availableHandlers.length; i++) { | ||
| if (availableHandlers[i]?.mimes?.includes(this.mimetype)) { | ||
| if (availableHandlers[i]?.mimes?.includes && availableHandlers[i].mimes.includes(this.mimetype)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need backporting? Or is the richdocuments app broken only on my dev enviroment?
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
β¦the form Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
dc41307 to
5d3f41e
Compare
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π to get rid of the denied reivew, but now most of the code is owned by me, so let's review this together @marcoambrosini
Signed-off-by: Joas Schilling <[email protected]>
|
Had a quick chat with @marcoambrosini and fixed the missing top margin without templates. |
|
No PHP change, so I canceled drone. Merging |


Fix #5330